/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: Yo-in theme
Author: Fabrizio Ghini (fabrizio.ghini@gmail.com)
Web: http://superbix.altervista.org
Version: 1.0
/*


/* CSS Tabs generated by "CSS Tab Designer V 1.0" */
#navcontainer 
{
        /* non necessario */
}

#navlist 
{
        padding-left: 10px;
}

#navcontainer ul 
{
        border: 0;
        margin: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li 
{
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a 
{
        background: #3bb000;
        width: 80px;
        height: 30px;
        border-left: 1px solid #009900;
        border-right: none;
        color: #ffffff;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 10px/30px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover 
{
        color: #ffffff;
        background-color: #40C600;
}

#navcontainer a:active 
{
        background-color: #c60;
        color: #fff;
}

#navcontainer li#active a 
{
        background-color: #c60;
        border: 1px solid #c60;
        color: #ffffff;
}
/* end CSS Tabs */

/* Images */
img	
{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}
/* end Images */

/* General Layout */
body
{
	color: #ffffff;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	background-color: #333333;
}
/* end General Layout */

/* Links */

a:link, a:visited, a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #17707b;
}

a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #628e9d;
}
/* end Links */

hr	
{
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	border: 0px;
}

.divider { margin: 20px 0px 15px 0px; }


/* New 0.3.7 */
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	background-color: #cccccc;
}

/* Header */
#syndicate
{
    text-transform: uppercase;
    padding-top: 7px;
	padding-left: 5px;
	background-color: #cccccc;
	}
#search
{
    padding: 7px;
	background-color: #cccccc;
}

#header
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 15px 12px 27px 30px;
	background-image: url(images/header_bgk.jpg);
	background-repeat:repeat-x;	
	font-size: 36px;
	font-weight: normal;
	border-bottom: 1px solid #333333;
}
.subtitle
{
    font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 25px;
	color: #00FF00;
}
/* end Header */

/* Maincontent */
#maincontent
{
	margin: 0;
	padding: 10px;
	line-height: 14px; /* This is new */
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	background-color: #ffffff;
	color: #333333;
}
#info
{
    padding: 10px;
	background-color: #000000;
	display: block;
	background-image: url(images/info.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#maincontent .blog_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #663;
	font-size: 17px;
	font-weight: bold;
	margin: 3px 0px 3px 0px; 
	padding-bottom:5px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(images/icon_maincontent_title.gif);
	background-repeat: no-repeat;
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 10px;
	margin: 2px 0px 10px 0px;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
}
#maincontent .blog_categories
{
	font-weight: normal;
	color: #999;
	font-size: 12px;
	margin: 2px 0px 10px 0px;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
}
/* end Manicontent */

/* Sidebar */
#sidebar
{
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	background-image: url(images/icon_sidebar_title.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
   font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   color: #5fc23e;
}
#sidebar .calendar a:hover
{
    background-color: #5fc23e;
	color: #ffffff;
}
#sidebar .calendar td
{
	padding: 2px;
}
/* end Sidebar */

/* Footer */
#footer
{
	border: 0;
	color: #666666;
	background-color: #ffffff;
	background-image: url(images/footer_bgk.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	text-align: center;
	clear: both;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
}
/* end Footer */



/* Typeography */

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: normal;
	/* New 0.3.7 */
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
	font-weight: normal;
}

/* Title */
h2
{
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	margin: 4px 0px 3px 0px;

}

/* Date */
h3
{
	color: #333333;
	font-size: 15px;
	margin: 4px 0px 3px 0px;
}

h4
{
	font-size: 14px;
	font-weight: normal;
}

h5
{
	font-size: 12px;
	font-weight: normal;
}

h6
{
	font-size: 10px;
	font-weight: normal;
}
/* end Typeography */