/*

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: #eaeef7 url(img/bg.gif) repeat-x; 
color: #000000;
font-family: Lucida Sans, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

#headerwrap
{
width: 90%;
line-height: 130%;
height: 86px;
margin: auto;
}

                         /***************************************************
                         *********************** 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: #4F4F4F; /*#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: #eaeef7; /*#D5E1B1;*/
color: #000; /*#333;*/


}

                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
float: left;
width: 170px;
margin: 0;
padding: 6px;
padding-right: 0;
/*padding-left: 10px;*/
padding-left: 0px;
padding-top: 0;

margin-top: 12px;
margin-left: 5px;
text-align: left;
background-color: #fff;
/*border: 1px dotted #999999;*/
border: 1px solid #385d86;
border-top: 0;
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{
float: right;
width: 170px;
margin: 0;
padding: 6px;

/*padding-left: 10px;*/
padding-top: 12px;
padding-left: 0px;
padding-right: 0px;

padding-top: 0;
margin-top: 12px;
margin-right: 5px;
text-align: left;
background-color: #fff;
/*border: 1px dotted #999999;*/
border: 1px solid #385d86;
border-top: 0;
}
                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
margin-left: 200px;
/*border: 1px dotted #999999;*/
border: 1px solid #385d86;
margin-right: 200px;
padding: 1em;
padding-top: 6px;
margin-top: 12px;
text-align: left;
background-color: #fff;
}

#content h3 {
color: #5678a6; /*#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: 2px;
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: 0px;
margin-bottom: 10px;
background: none;
}

#sidebarleft ul li
{
display: block;
margin-left: 5px;
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: #000; /*#4A5F41;*/
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarleft a:hover {
color: #5678a6; /*#4A5F41;*/
text-decoration: underline;
border: none;
font-weight: normal;
}

#sidebarleft a:visited:hover {
color: #5678a6; /*#4A5F41;*/
text-decoration: underline;
border: none;
font-weight: normal;
}

#sidebarleft a:visited {
color: #000;
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarleft h2 {
font-weight: bold;
color: #fff;
/*color: #5D6F53;*/
font-size: 12px;
}

                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
margin-top: 0px;
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: #000; /*#4A5F41;*/
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarright a:hover {
color: #5678a6; /*#4A5F41;*/
text-decoration: underline;
border: none;
font-weight: normal;
}

#sidebarright a:visited:hover {
color: #5678a6 /*#4A5F41;*/
text-decoration: underline;
border: none;
font-weight: normal;
}

#sidebarright a:visited {
color: #000;
text-decoration: none;
border: none;
font-weight: normal;
}

#sidebarright h2 {
font-weight: bold;
color: #fff;
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: #5678a6; /*#454F27;*/
text-decoration: none;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
}

a:visited
{
color: #5678a6; /*#A5AA95;*/
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: 26px;
padding-left: 5px;
color: #666666;
}

h2
/*{
display: block;
font-size: 14px;
font-weight: normal;
width: 142px;
height: 22px;
padding-top: 5px;
padding-left: 10px;
margin-top: 10px;
margin-bottom: 6px;
text-align: left;
background: url(img/h2bg.gif) no-repeat;
}*/
{
	background: url(http://pensuite.wininizio.it/img/tile_cat.gif);
	border: 0px;
	border-bottom: 0px;
	color: #FFFFFF;
	font-size: 54px;
	font-weight: bold;
padding-top: 5px;
margin-top: 0px;
margin-bottom: 6px;
}

h3
{
display: block;
font-size: 16px;
font-weight: bold;
padding-left: 18px;
padding-top: 16px;
margin-top: 6px;
margin-bottom: 12px;
text-align: left;
background: url(img/page.png) 0px 17px no-repeat;
}

h3 a:link, h3 a:visited
{
color: #5678a6; /*#5D6F53;*/
font-weight: bold;
}

h4
{
margin-top: 15px;
font-size: 14px;
