/*  
Theme Name: Blue Elegance
Theme URI: http://www.2yi.net/
Description: Blue Elegance is a 3 column fluid width theme.  The theme is widget ready.
Version: 1.0
Author: Your Index
Author URI: http://www.2yi.net/
*/		

*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}

body 
{
font-size: 12px;
margin: 0px;
text-align: center;
background: #FFF url(img/bg.png) repeat-x;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}




                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#blogtitle
{
color: #5D6678;
float: left;
text-align: left;
margin: 4px 0 0 25px;
padding: 4px 8px 3px 8px;
}

#blogtitle a:link {
color: #5D6678;
text-decoration: none;
border: none;
}

#blogtitle a:visited {
color: #5D6678;
text-decoration: none;
border: none;
font-weight: bold;
}

#blogtitle a:hover {
color: #5D6678;
text-decoration: none;
}



                         /***************************************************
                         *********************** Site Description **************
                         *****************************************************/

#sitedesc
{
float: left;
font-size: 16px;
font-weight: bold;
text-align: left;
margin: 5px 0 0 25px;
padding: 2px 0 0 15px;
color: #5D6678;
clear: left;
}

#comment
{
width: 350px;
}
                         /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
float: left;
width: 100%;
overflow: hidden;
background: none;
color: #333;
}

                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
float: left;
width: 190px;
padding-top: 12px;
margin: 70px 0 20px 10px;
text-align: left;
background: url(img/sidetbg.png) no-repeat top;
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{
float: right;
width: 190px;
margin: 70px 10px 20px 0;
padding-top: 12px;
text-align: left;
background: url(img/rightsidetbg.png) no-repeat top;
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
display: block;
padding: 6px 1em 1em 1em;
margin: 5px 220px 20px 220px;
text-align: left;
background: #ffffff url(img/contentbg.png) repeat-x;
border: 1px solid #8c9eaa;
}

#content ul
{
padding-left: 15px;
}

#content ul li{
padding-left: 15px;
background: url(img/star.gif) no-repeat;
}

#content ul ul li{
padding-left: 15px;
background: url(img/child.gif) no-repeat;
}


#content ol{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding-left: 10px;
}
                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
clear: both;
margin: auto;
width: 100%;
background: #ffffff url(img/contentbg.png) repeat-x;
color: #333;
padding: 12px 0 5px 0;
font-weight: normal;
border-top: 3px solid #536D8C;
}

#footwrap a:link {
color: #3F3F3F;
text-decoration: none;
border: none;
font-weight: bold;
}
#footwrap a:hover {
color: #3F3F3F;
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
color: #3F3F3F;
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #3F3F3F;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarleft ul li
{
display: block;
padding-left: 10px;
margin-left: auto;
margin-right: auto;
background: url(img/star.gif) no-repeat;
}

#sidebarleft ul li ul li{
padding-left: 10px;
background: url(img/child.gif) no-repeat;
}

#sidebarleft ul li li{
padding-left: 10px;
background: url(img/child.gif) no-repeat;
}

#sidebarleft a:link {
color: #6D809F;
text-decoration: none;
border: none;
font-weight: bold;
}

#sidebarleft a:hover {
color: #4F657F;
text-decoration: underline;
border: none;
}

#sidebarleft a:visited:hover {
color: #4F657F;
text-decoration: underline;
border: none;
}

#sidebarleft a:visited {
color: #6D809F;
text-decoration: none;
border: none;
font-weight: bold;
}

#sidebarleft h2 {
color: #535D6F;
}

                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarright ul li
{
display: block;
padding-left: 10px;
margin-left: auto;
margin-right: auto;
background: url(img/star.gif) no-repeat;
}

#sidebarright ul li ul li{
padding-left: 10px;
background: url(img/child.gif) no-repeat;
}

#sidebarright a:link {
color: #6D809F;
text-decoration: none;
font-weight: bold;
border: none;
}

#sidebarright a:hover {
color: #4F657F;
text-decoration: underline;
border: none;
}

#sidebarright a:visited:hover {
color: #4F657F;
text-decoration: underline;
border: none;
}

#sidebarright a:visited {
color: #6D809F;
font-weight: bold;
text-decoration: none;
border: none;
}

#sidebarright h2 {
color: #535D6F;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
margin-bottom: 12px;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
	margin: 0px 0px 0px 30px;
	padding: 0px 25px 0px 0px;
	font-style: italic;
	color: #666666;
	border-left: 4px solid #B5C9DF;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
border-bottom: 2px solid #8B9DB2;
border-left: 2px solid #8B9DB2;
border-top: 1px solid #C3D0DF;
border-right: 1px solid #C3D0DF;
margin: 10px 5px 10px 5px;
background-color: #E0E8EF;
padding-left:10px;
}

.postmetadata a:link
{
border: none;
color: #3E748F;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #628CAF;
font-weight: normal;
}

.postmetadata a:visited:hover
{
border: none;
color: #628CAF;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #3E748F;
font-weight: normal;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a:link
{
color: #6D809F;
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
}

a:visited
{
color: #959EAA;
text-decoration: none;
font-weight: normal;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
background: #fff;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: #efefef;
margin-bottom: 2px;
border: 1px solid #8B9DB2;
}

li.alt
{
background: #E0E8EF;
}

.commentlist cite
{
background: #fff;
padding: 2px 3px 1px 3px;
border: 1px solid #8B9DB2;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #223E6F;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #223E6F;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #000;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #000;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #9F9F9F;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #B4D8FE;
font-size: 28pt;
}
                         /***************************************************
                         *********************** Headings Global **************
                         *****************************************************/

h1
{
font-size: 26px;
padding-left: 5px;
color: #666666;
}

h2
{
display: block;
font-size: 16px;
font-weight: bold;
padding: 5px 0 0 3px;
margin: 5px 0 6px 0;
text-align: left;
}

h3
{
font-size: 26px;
font-weight: bold;
padding-left: 5px;
padding-top: 12px;
margin-top: 6px;
margin-bottom: 10px;
}

h3 a:link, h3 a:visited
{
color: #6D809F;
font-weight: bold;
}

h4
{
margin-top: 15px;
font-size: 14px;
}


.date
{
float: right;
font-weight: bold;
background: url(img/date.png) 0 13px no-repeat;
padding-bottom: 4px;
padding-top: 2px;
margin-right: 10px;
text-align:center;
width: 35px;
color: #D1DFEF;
}

.entry
{
margin-bottom: 5px;
}

.post
{
display: block;
overflow:hidden;
width:98%;
}

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}