/*
Theme Name: Serious for Verzura
Author: Jacob Castiglioni
Author URI: http://www.creativastudio.it
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #808080;
	background-color: #000a2e;
	background-image: url(images/homebackground.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	
}

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
 
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
 
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
 
.wp-caption p.wp-caption-text {
	font-size: 11px;
	color: #797979;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
}
/* End captions */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	padding: 2px;
	background: #cccccc;
	border: 1px solid #999999;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.1em;
	font-variant: small-caps;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h6 {
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #FFFFFF;
	text-align: right;
}

p, ul, ol {
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #ffffff;
}

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

small {
}

hr, br {
	display: none;
}

/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

a img{border:1px solid #fff;background-color:#fff;}

/*    Using class='alignright' on an image will (who would've
thought?!) align the image to the right. And using class='centered',
will of course center the image. This is much better than using
align='center', being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */


/* Header */
#feedscontent {
	width: 100%;
	background-color: #000000;
}


#feeds {
	width: 980px;
	height: 28px;
	margin: 0 auto;
	text-align: right;
}

#feeds b {
	display: none;
}

#feeds a img {
	opacity:.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	border:none;
}

#feeds a:hover img {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	border:none;
	
}
#logocontent {
	width: 100%;

}

#logo {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	background-image: url(images/testataver.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#logo h1, #logo p {
	margin: 0;
	float: left;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding-left: 40px;
	background: url(images/img03.gif) no-repeat left center;
	font-size: 4em;
}

#logo p {
	padding: 3px 0 0 5px;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
#menucontent {
	width: 100%;
	
}

#menu {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	background-image: url(images/grey.png);
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 1.1em;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
}

#menu a:hover {
	color: #CCCCCC;
}

#menucat a:hover {
	color: #CCCCCC;
}

#menu .current_page_item a {
	color: #CCCCCC;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0;
	
}

/* Content */

#content {
	float: left;
	width: 550px;
}

/* STARTPOSTLARGE */


.postlarge {
	background-image: url(images/grey.png);
	margin-bottom: 10px;
	padding: 20px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	float:left;
}

.postlarge .title {
	margin: 0;
	text-align: left;

}

.postlarge .title a {
	text-decoration: none;
	color:#F7DC7D;
	font-size: 30px;
	font-weight: 100;

}

.postlarge .title a:hover {
	color: #e0b430;
}

.postlarge .meta, .post .longmeta {
	margin: 0;
	color: #666666;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	float:left;
}

.postlarge .meta a, .post .longmeta a {
	color: #404040;
}

.postlarge .longmeta {
	background: #1A1A1A;
	line-height: normal;
}

.postlarge .thumblarge {float:left; margin: 10px 20px 10px 0px; border: none;}
.postlarge .thumblarge a img{border:none;}


.postlarge .entry {
	color: #FFFFFF;
}

.postlarge .metainfo{float:left; width: 100%;}

.postlarge .more {
	text-align: right;
	display: block;
}


.postlarge .more .comments {
	text-decoration: none;
	font-weight: normal;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	background-image: url(images/grey.png);
	
	
}
.postlarge .more a {
	text-decoration: none;
	background-image: url(images/tasto.png);
	width: 100px;
	height: 30px;
	padding: 4px;
	text-shadow: 1px 1px #fff;
	color:#000;
}

.postlarge .more a:hover {
	text-decoration: none;
	background-image: url(images/tastohover.png);
}

.postlarge .more b { display: none; }



/* STARTPOST */


.post {
	background-image: url(images/grey.png);
	margin-bottom: 10px;
	padding: 20px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	float:left;
}

.post .title {
	margin: 0;
	text-align: left;
	text-decoration: none;
	color:#f7dc7d;
	font-size: 20px;
	text-transform: none;
	font-weight: 100;

}

.post .title a {
	text-decoration: none;
	color:#f7dc7d;
	font-size: 20px;
	text-transform: none;
	font-weight: 100;

}

.post .title a:hover {
	color: #e0b430;
}

.post .meta, .post .longmeta {
	margin: 0;
	color: #666666;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;
	float:left;
}

.post .meta a, .post .longmeta a {
	color: #404040;
}

.post .longmeta {
	background: #1A1A1A;
	line-height: normal;
}
.post .thumb {float:left; margin: 0px 20px 0px 0px; border: none;}
.post .thumb a img{border:none;}

.post .thumblarge {float:left; margin: 10px 20px 10px 0px; border: none;}
.post .thumblarge a img{border:none;}


.post .entry {
	color: #FFFFFF;
}

.post .more {
	text-align: right;
	display: block;
}


.post .more .comments {
	text-decoration: none;
	font-weight: normal;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	background-image: url(images/grey.png);
	
	
}
.post .more a {
	text-decoration: none;
	background-image: url(images/tasto.png);
	width: 100px;
	height: 30px;
	padding: 4px;
	text-shadow: 1px 1px #fff;
	color:#000;
}

.post .more a:hover {
	text-decoration: none;
	background-image: url(images/tastohover.png);
}


.post .more b { display: none; }

.vline {
	border-bottom: 1px solid #1A1A1A;
}

.navigation {
	overflow: hidden;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	background-image: url(images/grey.png);
	
}

.navigation a {
	text-decoration: none;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Comments */

#comments {
}

#comments .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 5px;
}

#comments .commentlist li {
	background-image: url(images/grey.png);
		-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 10px;
	
}

#comments .commentlist li.alt {
	
}

#comments .number {
	float: right;
	width: 20px;
	height: 20px;
	display: block;
	color: #fff;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
}

#comments cite {
	float: left;
	font-style: normal;
	font-weight: bold;
}

#comments .commentmetadata {
	float: right;
	margin-right: 20px;
	padding-right: 20px;
}

#comments .commentmetadata a {
	color: #666666;
}

#comments a {
	text-decoration: none;
}

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

#comments .commententry {
	clear: both;
	padding-top: 10px;
	
}

#comment {
	width: 500px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 170px;
}

#calendario {float:left;  }


.ec3_events{
list-style: none; 
float:left; 
width: 210px; 
margin: 0px 10px 0px 10px;
padding: 0;

}

.ec3_events ul{
float:left; 
list-style: none;
padding: 0;
margin: 0;
}

.ec3_events li{ width: 200px;
 background-image: url(images/grey.png);
 padding: 5px;
 margin-bottom: 10px;
 -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	color:#fff;
	 }
	 
.ec3_events li a{
font-weight: bold;
font-style: italic;
color:#f7dc7d;
text-decoration: none;
}
.ec3_events li a:hover{
font-weight: bold;
font-style: italic;
color:#ff9102;
text-decoration: none;
}


#sidebar ul {
	padding-bottom: 10px;
	padding-left: 10px;
	width:200px;	
	float:right;
}

#sidebar li {
	background-image: url(images/grey.png);
	display: block;
	padding: 10px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-top: 10px;
	list-style-type: none;
}

#sidebar li ul {

  
	
}

#sidebar li li {
	margin: 0;
	
}

#sidebar li li a { 
	text-decoration: none;
}

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

#sidebar h2 {
	font-size: 1em;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: oblique;
	text-align: right;
	text-transform: capitalize;
	font-variant: normal;
}

#sidebar h3 {
	margin: 0;
	font-size: 1.2em;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	

}
#sidebar h4 {
	margin: 0;
	font-size: 1.2em;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	


}

#sidebar h5 {
	margin: 0;
	font-size: 1em;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: oblique;
	text-align: right;
	text-transform: capitalize;
	font-variant: normal;
	padding-right:5px;
	padding-bottom:5px;

}
/* Search */

#search form {
	padding: 20px;
}

#s {
	width: 150px;
}

/* Calendar */

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

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

#calendar_wrap {
	padding: 20px;
}

#calendar caption {
	width: 100%;
	font-weight: bold;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */
#footercontent {
	clear: both;
}

#footer {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer img{
border:none
}

#footer a img{
	bordeer: none;
}

#footer li {
display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer li ul {
display: block;
   	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#FFFFFF;
	margin: 5px;
 float: left;

}

#privacy {
	width: 500px;
	float: left;
}

#logolink {
	
}

#logolink a img{
	opacity:.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	border: 1px solid #999999;
}

#logolink a:hover img{
     opacity:1;	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	border: 1px solid #cccccc;

}


#credits {
	float: left;
	width: 500px;
	

}

#credits p {
	text-align: left;
	color: #ffffff;
	padding-left: 5px;
		
}

#credits a {
	color: #003366;
	text-decoration: underline;
}


#ancillary  {
overflow: hidden;
	
}
#ancillary .flickr {
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
#ancillary .flickr img  { margin:5px 5px; width:40px;height:40px;display:block; float:left; }
#ancillary .flickr a img  { border:1px solid #000; }
#ancillary .flickr a:hover img  {
	border:1px solid #006699;
}

.search{
	float:right;
	width:270px;
	height:30px;
	display:block;
	overflow:hidden;
	background-color: #000000;
}
.search b{
	float:left;
	font-size:10px;
	color:#fff;
	padding:4px 0 0 16px;
}
.search input{
	width:185px;
	height:18px;
	padding:2px;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
	background-color: #333333;
	margin-left: 3px;
}
.search .submit{
	width:30px;
	height:30px;
	padding:0;
	background:url(images/search.gif) no-repeat;
	cursor:pointer;
	border:none;
}


