/*
Theme Name: Corsivo
Theme URI: http://www.sapientone.org/
Description: Simple and clean wordpress theme.
Version: 1.0 
Author: Sapientone
Author URI: http://www.sapientone.org/
*/

body {
	background: #ffffff;
	color: #333;
	font-family: "Lucida Grande", Arial, Tahoma, Verdana;
	font-size: 16px;
}
img {
	border: 1px solid #999999;
	margin: 2;
	padding: 4px;
	vertical-align: baseline;
}
a {
	text-decoration: none;
}

h1 {
	text-align: left;
	font-size: 90px;
	margin: 0;
	padding: 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 a {
	color: #666666;
}


h2 {
	text-align: left;
	font-size: 40px;
	margin: 0;
	padding: 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	text-align: left;
	font-size: 20px;
	margin: 0;
	padding: 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}




blockquote {
	color: #777;
	background-color: #E1E1E1;
	padding: 5px;

}
#header {
	top: 10px;
	padding-left: 30px;
    padding-right: 30px;}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 10px;

}

/*------- Tab Menu ---------*/
#nav {
	list-style: none;
	font:  tahoma, verdana, arial, helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#nav li { display: inline; }
#nav a {

	padding: 5px 36px 4px 11px;
    color: #777;

}

	

#nav #current a {
	font-weight: bold;
    color: #555;
}


/*------- Posts ---------*/
#content {
	margin-top: 5px;
    margin-bottom: 20px;

}
.entry a, .commentlist a, #footer a, .tabcontent a{
	color: #39C;
}

.entry {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 100px;
}


.entry li {
	margin: 10px 0 0;
	list-style-image: none;
	list-style-type: disc;
}
.entrycontent {
	background: #FFF;
	padding: 1px 30px;

}


.pie {
	color: #777;
	font-size: 20px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFCC;
}

.piebottom {
	color: #666666;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 60px;
	padding-bottom: 4px;

}



	.recentlist {
	color: #777;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}



/* --- Comments template --- */
#comments {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}
#comments li {
	list-style: none;
	list-style-image: none;
	margin: 0 15px 0 -30px;
}
#comments .header { background-color:#E3F3DE; }
#comments .header.alt { background-color:#D8E7F3; }


#commentform input {
	width:450px;
	padding:2px;
	margin:5px 5px 1px 0;
	border: 2px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #999999;
	}

#commentform textarea {
	width:450px;
	padding:2px;
	border: 2px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #999999;
	}

#commentform #submit {
	margin:0px;
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	background-color: #CCCCCC;
	border: 2px solid #999999;
	color: #000000;
	}


/* --- Footer ---*/
#footer {
	padding: 0 30px 10px;
	text-align: center;
}	
	
	
	
	
/* --- tabs ---*/
	
	
.shadetabs{
	margin-top: 1px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.shadetabs li{
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.shadetabs li a{
	text-decoration: none;
	margin-left: 1px;
	margin-right: 1px;
	border: 1px solid #778;
	color: #666666;
	background-color: white;
	padding-top: 3px;
	padding-right: 170px;
	padding-bottom: 3px;
	padding-left: 7px;
}

.shadetabs li a:visited{
color: #666666;
}

.shadetabs li a:hover{
text-decoration: none;
color: #666666;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	background-color: #FFFFCC;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	margin-bottom: 1em;
	margin-top: 0px;
	background-color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #777;
	font-size:30px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 30px;
	list-style-type: none;
	padding-right: 30px;
}

.tabcontent{
	display:none;

}

@media print {
.tabcontent {
display:block!important;
}
