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

Name: Nero
Author: Fabrizio Ghini aka Superbix
Mail: fabrizio.ghini@gmail.com
Version: 0.1

*/



/* Proprietà immagini */

img	{
	border: 0;
}


#img_float_left
{
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	float: right;
	margin: 2px 2px 4px 8px;
}

/* Layout Generale*/

body
{
	background-color: #2D2D2D;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: 'Lucida Grande', "Trebuchet MS", Verdana, sans-serif;
	color:#E6E6E6;
	font-size:11px;
	margin:0;
}

hr 
{
color: #999999;
background-color:#1D1D1D;
}

.table
{
    border: 2px;
	border-top-color: #1D1D1D;
	border-bottom-color:#1D1D1D;
	border-left-color: #212121;
	border-right-color: #212121;
	border-style:dashed;
	
}

/* Header-intestazione */

#header_top
{
	font-family:'Lucida Sans', Arial, sans-serif;
    color:#FDFDFD;
	margin: 0px;
	font-size: 12px;
	padding: 20px;
	background-color: #1D1D1D;
	background-image:url(images/header_top_background.gif);
	background-repeat:repeat-x;
	
}

#header_top  a, a:link, a:active
{
    text-decoration:none;
	padding:2px;
	font-size:11px;
}

#header_top  a:hover
{
    background-color: #C0DB5A;
	text-decoration:none;
	color:#000000;
	padding:2px;
}
	
#header
{
	font-family: "Century Gothic", Arial, sans-serif;
    font-size: 32px;
    color: #FFDC61;
	letter-spacing:-1px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: center;
	background-color: #212121;
	background-image:url(images/header_background.jpg);
	background-repeat:repeat-x;
	border: 1px;
	border-top-color: #333333;
	border-top-style: dashed;
	border-bottom-color: #444444;
	border-bottom-style: dashed;
}

.subtitle
{
	font-family:"Century Gothic", Arial, sans-serif;
    font-size:28px;
    color: #424242;
    font-style:normal;
}

/* Maincontent */

#maincontent
{
	padding: 20px;	
	line-height: 14px;
	font-family:'Lucida Sans', Arial, sans-serif;
    font-size: 11px;
	color:#B6B6B6;	
}

#maincontent   a, a:link, a:active{
    font-family:'Lucida Sans', Arial, sans-serif;
    font-size: 11px;
	color:#666666;
	text-decoration:none;
}

#maincontent a:hover  {
    
	color: #C0DB5A;
	text-decoration:none;
}

#maincontent a:visited {
    
	color: #888888;
}

#maincontent .footer
{
    text-align: left;
	font-family: 'Lucida Sans', Arial, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #999999;
	background-color: #1D1D1D;
	border: 1px;
	border-top-color: #666666;
	border-top-style: dashed;
	vertical-align:bottom;
}	

#maincontent .blog_subject
{
    font-family:"Trebuchet MS", Verdana, sans-serif;
    font-size:18px;
	color: #A2A2A2;
	font-weight: normal;
	margin: 3px 0px 3px 0px; 
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #555555;
	font-size: 10px;
	margin: 2px 0px 10px 0px;
	
}
#maincontent .categories
{
	font-weight: normal;
	color: #C0DB5A;
	font-size: 10px;	
}
#maincontent .blog_edit a, a:link, a:visited, a:active, a:hover
{
	font-weight: normal;
	color: #555555;
	font-size: 11px;
	text-decoration:none;	
}
#maincontent .blog_categories
{
	font-weight: normal;
	color: #666666;
	font-size: 10px;
	margin: 2px 0px 10px 0px;
}

/* Sidebar */

#sidebar
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family:'Lucida Sans', Arial, sans-serif;
	font-size: 11px;

}

#sidebar .menu_title
{
	font-family:"Trebuchet MS", Verdana, sans-serif;
    font-size:12px;
    color:#6DC1F5;
	line-height: 20px;
	padding-left:15px;
	background-image:url(images/sidebar_title_background.jpg);
	background-repeat:repeat-x;
	display:block;
	
}

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

#sidebar   a, a:link, a:active, a:visited{
    font-family:'Lucida Sans', Arial, sans-serif;
    font-size: 11px;
	color:#666666;
	text-decoration:none;
}
#sidebar a:hover  {
    
	color: #C0DB5A;
	text-decoration:none;
}

/* Footer */

#footer
{
   
	background-color:#1D1D1D;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size:8pt;
    color:#666666;
    padding-top:10px;
	padding-bottom:10px;
 	clear: both;
	text-align:center;
	border: 1px;
	border-top-color: #333333;
	border-top-style: dashed;
	vertical-align:top;
}

/* Links */

a, a:link, a:visited, a:active , a:hover
{
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

/* Forms and fields */

textarea, input, select
{
	background-color: #CCCCCC;
	border: 1px solid #666666;
	font-family: 'Lucida Sans', Arial, sans-serif;
	font-size: 11px;
}
option {
    background-color: #CCCCCC;
	font-family: 'Lucida Sans', Arial, sans-serif;
	font-size: 11px;
}

/* Typeography */

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

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 10px;
}

