/*

Theme Name: Fluid Web
Theme URI: http://www.2yi.net
Description: Three column liquid, widget ready, theme by <href="http://www.2yi.net">Your Index</a>
Version: 1
Author: Your Index

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

ul
{
list-style: none;
}

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

#headerwrap
{
width: 100%;
min-width:1060px;
line-height: 130%;
height: 112px;
margin: auto;
text-align:left;
}
#headermenu {
	float:right;
	vertical-align:bottom;
	margin-top:35px;
	width:550px;
	padding-right:20px;
	text-align:right;
}
#headermenu li { display:inline; list-style:none; list-style-type:none; margin:auto; }
#headermenu li a { display:inline-block; padding:4px 16px 4px 16px; color:#FFFFFF; font-size:15px; font-weight:bold; }

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

#blogtitle
{
color: #4F4F4F;
float: left;
text-align: left;
margin-top: 10px;
padding: 7px;
}

#blogtitle a:link {
color: #4F4F4F;
text-decoration: none;
border: none;
}

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

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



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

#sitedesc
{
float: left;
text-align: left;
margin-top: 45px;
margin-left: 3px;
padding-top: 4px;
font-size: 16px;
font-weight: bold;
color: #EFEFEF;
}

#comment
{
width: 350px;
}

#container
{
float: left;
margin-bottom: 5px;
width: 100%;
overflow: hidden;
background-color: #D5E1B1;
color: #333;


}

                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
float: left;
width: 170px;
margin: 0;
padding: 6px;
padding-left: 10px;
padding-top: 12px;
margin-top: 12px;
margin-left: 5px;
text-align: left;
background-color: #fff;
border: 1px dotted #999999;
}


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

#rightnav
{
float: right;
width: 170px;
margin: 0;
padding: 6px;
padding-left: 10px;
padding-top: 12px;
margin-top: 12px;
margin-right: 5px;
text-align: left;
background-color: #fff;
border: 1px dotted #999999;
}
                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
margin-left: 200px;
border: 1px dotted #999999;
margin-right: 200px;
padding: 1em;
padding-top: 6px;
margin-top: 12px;
text-align: left;
background-color: #fff;
}

#content h3 {
color: #5D6F53;
}

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

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

#content ol{
list-style-position: inside;
padding: 3px;
margin-bottom: 10px;
}


                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
clear: both;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #fff;
border: 1px dotted #999999;
width: 98%;
color: #333;
padding: 5px;
font-weight: normal;
}


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

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

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

#sidebarleft a {
color: #4A5F41;
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarleft a:hover {
color: #4A5F41;
text-decoration: underline;
border: none;
font-weight: normal;
}

#sidebarleft a:visited:hover {
color: #4A5F41;
text-decoration: underline;
border: none;
font-weight: normal;
}

#sidebarleft a:visited {
color: #4A5F41;
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarleft h2 {
font-weight: bold;
color: #5D6F53;
font-size: 12px;
}

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

#sidebarright
{
margin-top: 5px;
margin-bottom: 10px;
background: none;
}

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

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

#sidebarright a {
color: #4A5F41;
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarright a:hover {
color: #4A5F41;
text-decoration: underline;
border: none;
font-weight: normal;
}

#sidebarright a:visited:hover {
color: #4A5F41;
text-decoration: underline;
border: none;
font-weight: normal;
}

#sidebarright a:visited {
color: #4A5F41;
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarright h2 {
font-weight: bold;
color: #5D6F53;
font-size: 12px;
}

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


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

p
{
margin-bottom: 12px;
}

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

blockquote
{
padding-left: 10px;
padding-right: 15px;
margin-left: 25px;
margin-right: 25px;
background: #e4eccd url(img/bquote.gif) repeat-y;
}

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

.postmetadata
{
border-top: 1px dotted #999999;
border-bottom: 1px dotted #999999;
margin-bottom: 20px;
background-color: #DCDFD1;
}

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

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

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

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

                         /***************************************************
                         *********************** Links Global ********************
                         *****************************************************/

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

a:hover
{
text-decoration: underline;
}

a:visited
{
color: #666666;
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: #F7FFDF url(img/bquote.gif) repeat-y;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: url(img/comment.gif) no-repeat;
}

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

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

.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;
}

                         /***************************************************
                         *********************** Headings Global **************
                         *****************************************************/

h1
{
font-size: 15px;
font-weight: bold;
padding: 5px 5px 10px 0px;
margin-top: 10px;
margin-bottom: 6px;
color: #000;
text-align: left;
}

h2
{
font-size: 13px;
font-weight: normal;
color: #111111;
padding-left: 5px;
padding-top: 5px;
padding-left: 10px;
margin-top: 10px;
margin-bottom: 6px;
text-align: left;
}

h3
{
font-size: 12px;
font-weight: bold;
color: #111111;
padding-left: 10px;
text-align: left;
}

h3 a
{
font-size: 16px;
font-weight: bold;
color: #666;
display: block;
padding: 10px 10px 10px 0px;
text-align: left;
}

div.entry{
margin-left: 20px;
}


.wp-notable {
        border: 1px solid white;
        padding-left: 7px;
        padding-right: 3px;
        padding-bottom: 1px;
        padding-top: 20px;
}

.wp-notable img {
        border: none;
}

.wp-notable:hover {
        border: 1px solid red;
}