/*
Theme Name: ProSense
Theme URI: http://www.doshdosh.com/wordpress-themes/Prosense-Adsense-Ready-SEO-Theme
Description: ProSense is a fast loading and search engine optimized Adsense Ready Wordpress Theme, specifically designed for all types of niche and professional content.<br /><br />Distributed under the Creative Commons Attribution-ShareAlike 3.0 License.
Author: Dosh Dosh</a> and <a href="http://thewrongadvices.com">The Wrong Advices</a>
Author URI: http://www.doshdosh.com


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #1D1D1D;
	margin: 0px;
	padding: 0px;
}

body a:hover {
	text-decoration: underline;
}

#page {
	width: 880px;
	margin: 0px auto;
	background: #F0E68C;
}

#header {
	width:880px;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	
}

#header h1 a {
	color: #fff;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 20px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 1.4em;
	text-decoration: none;
	color: #CC3300;
	margin-bottom: 10px;
	line-height: 1.0em;
}

.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: justify;
}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 20px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}

#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #EDE0B3;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #D3C69B;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #EDE0B3;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #D3C69B;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
}

#sidebar .sidebar_right {
	width: 185px;
	float: right;
	padding: 0 10px 0 10px;
}

/*--------------Comments--------------*/
#intro{
	width: 530px;
	margin-left : 5px;
	margin-right : 5px;
}
#intro1{
	width: 450px;
}
#banner{
	width: 160px;
}
#side{
	border-right: 1px solid #ffffff;
}
/* Menu link styles */
.mainMenuLink{
	display:block;
	width:150px;
	padding:2px 5px;
	text-decoration:none;
	color: #550000;
	margin:4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.mainMenuLinkSelected{
   display:block;
   width:150px;
   padding:2px 5px;
   text-decoration:none;
	color: #550000;
   background-color:#f5f5f5;
   margin:4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
}

.mainMenuLink:hover{
   background-color:#f1f1f1;
}

.mainMenuLinkSelected:hover{
   background-color:#f1f1f1;
}

.subMenuLink{
   display:block;
   text-indent:15px;
   width:150px;
   padding:2px 5px;
   text-decoration:none;
	color: #550000;
   margin:4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
}

.subMenuLinkSelected{
   display:block;
   text-indent:15px;
   width:150px;
   padding:2px 5px;
   text-decoration:none;
	color: #550000;
   background-color:#f5f5f5;
   margin:4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
}

.subMenuLink:hover{
   background-color:#f1f1f1;
}

.subMenuLinkSelected:hover{
   background-color:#f1f1f1;
}
#mainMenuLink1{
	display:block;
	width:150px;
	padding: 5px 5px 4px;
	text-decoration:none;
	color:#0f83bb;
	margin:4px;
	border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#mainMenuLink1 li{
	padding: 2px 0 2px;
}
	
#mainMenuLinkSelected1{
	display:block;
	width:150px;
	padding: 2px 5px 2px;
	text-decoration:none;
	color:#0f83bb;
	background-color:#f5f5f5;
	margin:4px;
	border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}



#mainMenuLink1 a:hover{
   background-color:#f1f1f1;
}

#mainMenuLinkSelected1:hover{
   background-color:#f1f1f1;
}
#mainMenuLink1{
	display:block;
	width:400px;
	padding: 5px 5px 4px;
	text-decoration:none;
	color:#0f83bb;
	margin:4px;
	border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
#mainMenuLink2 a:hover{
   background-color:#f1f1f1;
}
div.rossodocsingolo{MARGIN:0px 0px 0px 0px;background-color:#f9825b;width:500px;font-size:11pt;font-family:"verdana";  }
div.biancodocsingolo{MARGIN:0px 0px 0px 15px;background-color:#e9f674;width:550px;font-size:11pt;font-family:"verdana" ; }


