/*
Theme Name: Flexitheme
Description: 3 coloumn widget ready flexible design
Author: Claudio Caciagli
Author URI: http://altasartoria.com/
*/


body {
	margin: 0 auto;
	padding: 0;
	background: #AECE6F url(images/background.jpg) top repeat-x;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #333;
	font-size: 1em;
}

img {
	border: 0;
}

a {
	color: #5C2235;
	text-decoration: none;
}
		a:hover {
			color: #5C2235;
			text-decoration: underline;
		}

h1, h2, h3, h4, h5, h6 {
	padding-left: 10px;
}

blockquote {
	padding-left: 10px;
	color: #999;
	font-style: normal;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
	padding: 2px 0 0 5px;
}

.alignright {
	float: right;
	padding: 2px 7px 0 5px;
}



/* Wrapper */

.wrapper {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	border-left: 10px solid #5C2235;
	border-right: 10px solid #5C2235;
}


	
/* The Top */


#top {
	height: 150px;
	margin: auto;
	background: url(images/header.jpg) no-repeat;
}

.blogname {
	float: left;
	width: 980px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;	
	margin: 0;
	text-transform: uppercase;
}
		.blogname h1 {
			display: none;
		}
		.blogname h2 {
			margin: 125px 0 0 150px;
			font-size: 0.8em;
			font-weight: normal;
			color: #fff;
			text-align: left;
		}


			
/* The Menu */


#menucontainer {
	background: #000 url(images/topbar.jpg) center;
	padding: 0;
	width: 980px;
	float: left;
	height: 30px;
}
	
#menu {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Arial, Helvitica, sans-serif;
}
		#menu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			display: block;
			float: left;
			border-right: 1px solid #7D7D7D;
		}
		#menu ul li {
			display: block;
			float: left;
			margin: 0;
		}
		#menu ul li a {
			display: block;
			float: left;
			color: #fff;
			text-align: center;
			text-decoration: none;
			padding-top: 7px;
			width: 160px;
			height: 23px;
			border-right: 1px solid #1B1B1B;
			border-left: 1px solid #7D7D7D;
		}
		#menu ul li a:hover, #menu ul li.current_page_item a{
			color: #F0C2EA;
			text-align: center;
		}
		#menu ul li .current_page_item a,  #menu ul li .current_page_item a:hover{
			color: #F0C2EA;
		}	

	
	
/* Content*/	

	
.content {
	clear: both;
	padding: 0 ;
	border-top: none;
}
		.content table td {
			font: 0.925em Arial, Georgia, sans-serif;
			color: #333;
		}

#content {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
}

.title{
	margin: 0;
	padding: 0px 0px 0px 5px;
	height: 82px;
	background: url(images/title.jpg) no-repeat;
}	

.time{
	text-align: left;
	width: 100px;
	height: 25px;
	margin-top: 2px;
	font: Verdana, Verdana, Helvitica, sans-serif;
	padding: 1px 0 0 4px;
	color: #fff;
	float: right;
}

.date {
	float: left;
	height: 14px;
	font-family: Tahoma, Verdana, Helvitica, sans-serif;
	margin-left: 5px;
	margin-top: 8px;
	padding-left: 2px;
	font-weight: normal;
   	color: #666;
}
	
.post {
	margin: 10px 10px 0 5px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	text-align: left;
	color: #333;
	font: 0.8em Arial, Georgia, sans-serif;
}
		.post h2 {
			margin: 0px 0 0 0;
			padding: 28px 0px 0px 5px;
			background: transparent;
			text-align: left;
			color: #315004;
			font: 2em "Myriad Pro", Arial, sans-serif;
			font-weight: normal;
		}
		.post h2 a, .post h2 a:link, .post h2 a:visited  {
			color: #315004;
			background-color: transparent;
		}
		.post h2 a:hover  {
			color: #BE0D06;
			background-color: transparent;
			}
		.post a:link, .post a:visited {
			color: #5C2235;
			background-color: transparent;
		}
		
		.post a:hover {
			color: #5C2235;
			text-decoration: underline;
		}

.postinfo {
	height: 40px;
	padding: 4px 5px 2px 2px;
	background: url(images/meta.jpg);
	background-repeat: no-repeat;
}
		.postinfo a {
			color: #5C2235;
			font-weight: normal;
			text-decoration: underline;
		}

.spostinfo {
	height: 30px;
	padding: 4px 5px 2px 2px;
	background: url(images/meta2.jpg);
	background-repeat: no-repeat;
}

.desc {
	color: #d7d7d7;
	font: 0.8em Arial, Georgia, sans-serif;
}
		
.category {
	float: left;
	padding: 0px 0 0 5px;
	color: #222;
	font-size: 0.9em;
}	
	
.cat {
	line-height: 1em;
	float: left;
	margin-left: 5px;
	padding: 0px 0px 0 5px;
	font-size: 12px;
}

.com {
	line-height: 1em;
	float: right;
	margin-right: 5px;
	padding: 23px 25px 0 10px;
}
		.com a:link, .com a:visited {
			color: #F9F9F9;
			background-color: transparent;
		}

.entry {
	margin: 0;
	padding: 5px 15px;
}

.cover {
	margin: 0 0;
	background:url(images/cover.jpg);
	background-repeat:repeat-y;
}



/* The Sidebar1 */


.sidebar1 {
	float: left;
	width: 160px;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	background: #BCE495;
	margin-top: 30px;
}
		
		.sidebar1 h2 {
			font-family: "Trebuchet MS", Arial;
			text-transform: uppercase;
			font-weight: bold;
			display: block;
			text-align: center;
			height: 27px;
			line-height: 27px;
			font-size: 1em;
			color: #315004;
			margin: 0;
			padding: 0;
			border-top: 1px solid #fff;
		}
		.sidebar1 ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}	
		.sidebar1 ul li {
			height: 100%;
		}
		.sidebar1 ul li a:link, .sidebar1 ul li a:visited {
			color: #434343;
			text-decoration: none;
			padding: 3px 0px 4px 5px;
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background: #E6FFCE;
			border-top: 1px solid #fff;
		}
		.sidebar1 ul li a:hover {
			color: #5C2235;
		}
		.sidebar1 p {
			padding: 7px 10px;
			margin: 0;
			color: #ababab;
		}
		.sidebar1 table {
			width: 100%;
			text-align: center;
			background: #404040;
			color: #ababab;
		}	



/* The Sidebar2 */


.sidebar2{
	float: left;
	width: 160px;
	padding: 10px;
	font-size: 0.8em;
	font-family: Arial, sans-serif;
	background: #E08CCA;
}
		.sidebar2 h2 {
			font-family: "Trebuchet MS", Arial;
			text-transform: uppercase;
			height: 27px;
			line-height: 27px;
			font-size: 1.1em;
			color: #fff;
			margin: 5px 0 0 0 ;
			padding: 0px 0 0 5px;
			background: #6C134B;
			font-weight: normal;
		}
		.sidebar2 ul {
			list-style-type: none;
			margin: 0 ;
			padding: 0;
		}	
		.sidebar2 ul li {
			height: 100%;
		}
		.sidebar2 ul li a:link, .sidebar2 ul li a:visited {
			color: #666;
			text-decoration: none;
			padding: 3px 0px 4px 5px;
			display: block;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			background: #ebebeb;
			border-bottom: 1px solid #ccc;
			border-top: 1px solid #efefef;
		}
		.sidebar2 ul li a:hover {
			background: #CBCBCB;
			color:#000;
		}
		.sidebar2 p {
			padding: 7px 10px;
			margin: 0;
			color: #ebebeb;
		}
		.sidebar2 table {
			width: 100%;
			text-align: center;
			background: #ebebeb;
		}



/* Footer */


#footer {
	padding: 10px;
	background: #434343;
	color: #ccc;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}
		#footer a {
			color: #D5D6D0;
		}
		
		#footer a:hover {
			color: #fff;
		}



/* The Navigation */


.navigation {
	height: 25px;
	padding: 0 20px;
	}
		.navigation a {
			font-weight: bold;
			text-decoration: none;
			font-size:1.1em;
			color: #fff;
		}
		.navigation a:hover {
			color: #eee;
		}



/* The Attachment */


.contentCenter {
	text-align:center;
}



/* The Page Title */


h2.pagetitle {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 2em;
	text-align: center;
}



/* The Comments */


.comments {
}
		.comments form {
		}
		.comments textarea {
			width: 90%;
			height: 156px;
			background: #5C5C5C;
			border: 1px solid #969595;
			color: #fff;
			padding: 10px;
			overflow: auto;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
		}

#commentform {
	padding-left: 23px;
}
		#commentform input {
			background: #5C5C5C;
			border: 1px solid #969595;
			color: #fff;
			padding-left: 10px;
		}
		.comments input#submit {
			padding: 0;
			width: 72px;
			height: 29px;
		}
		.comments h2 {
			font-size: 19px;
			line-height: 30px;
			margin: 24px 0 0 23px;
			padding: 0;
			font-weight: normal;
		}
		.comments ol li p {
			padding: 0;
			margin: 20px 0;
			color: #fff;
		}

.input-text {
	margin-top: 2px;
	width: 156px;
}

.input-submit {
	margin-top: 2px;
	width: 160px;
	background: #A9509F;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
