/*
Theme Name: dietrovetro-giallo
Theme URI: http://dietrovetro.com/
Description: For the love of Helvetica and Georgia.
Version: 1.6
Author: Kristin Breivik
Author URI: http://dietrovetro.com/
Tags: yellow, grid, fixed width, two columns

*/



/* Begin Typography & Colors */
/* TYPOGRAPHY */

body {
	background: #fff;
	font-size: 12px;
	line-height: 16px;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	}
/*	
p {
	font-family: Georgia;
	font-size: 13px;
	}*/
h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 24px;
	}
	
h2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	margin: 5px 0 10px;
	}
h2 a {
	text-decoration: none;
	}
h2 a:after {
	content: " »";
	}
h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	}	
.abcdCol h2 {
    font-family: Georgia, Times, serif;
    text-transform: none;
	font-size: 26px;
	line-height: 20px;
	margin: 5px 0 0;
	font-weight: normal;
	}
.post h2 {
	margin: 30px 0 5px;
	}

.feature h2 {
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: Helvetica, Arial;
	}
.feature {
	margin: 0 0 10px 0;
	position: relative;
	float: left;
	}
.feature h3 {
	margin-top: 3px;
	font-size: 12px; 
font-weight: normal;

	}

.feature h3 a{
text-decoration: underline;
font-weight: normal;
	}
	
a {
	text-decoration: underline;
	color: black;
	}
a:hover {
	background-color: #f4b801;
	}

h1 a {text-decoration: none; background-color: black;}

/* CONTEXT */

#context p {
	margin: 0 0 15px;
}
#context a {
	text-decoration: none;
	}
#context a:hover p, #context a:hover,
#context a:hover h3, #context a:hover strong {
	text-decoration: none;	
	background-color: #f4b801;
	}
#context ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	}
#context ul li {
	border-top: 1px solid black;
	margin: 0;
	padding: 0;
	width: 350px;
	line-height: 20px; 
	}
#context ul li a {
	text-decoration: none;	
	font-weight: bold;
	}
#context ul li a:hover {
	text-decoration: none;
	}
#context strong {
	/*background-color: #f4b801;*/
	font-weight: bold; 
	}
#context h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: inline; 
	float:left; 
	margin-right: 5px;
}
	
ul#twitter_update_list li {
	border-top: none;
	margin: 0;
	padding: 0 0 10px;
	line-height: 16px; 
	}

/*
#context h3:after {
	content: ": ";
	}*/

/* COLGROUP */
.colgroup .abCol h3 a, 
.colgroup .cdCol h3 a {
	text-decoration: none;
	font-weight: normal;
	}
.colgroup .abCol h3 a:hover,
.colgroup .cdCol h3 a:hover {
	background-color: #f4b801;
	}
.colgroup h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

.quote p {
	font-family: georgia, times, serif, helvetica, arial;
	font-size: 26px;
	line-height: 135%;
	background-color: #ccc;
	padding: 10px; 
	}

/* End Typography & Colors */

/* Begin Structure */
body {
	background-position: top center;
	/*background-image: url(img/border.gif);
	background-repeat: repeat-y;*/
	width: 890px;
	margin: 0px auto 0 auto;
	padding: 0 10px;
	}

/* GRID */
#pagebody {
	float: left;
	width: 100%;
	}
#content {
	float: left;
	width: 520px;
	}
#context {
	width: 370px;
	float: left;
	}
	
#footer {
	clear: both;
	background: #f4b801;
	padding: 10px 10px 0 10px;
	height: 80px;
	}
	
/* COLUMNS */
.colgroup {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}
.abcdCol {
	border-top: 5px solid #f4b801; 
	float: left;
	width: 480px;
	padding: 0 10px;
	}
.abCol {
	float: left; 
	width: 230px;
	}
.cdCol {
	float: right; 
	width: 230px;
	}
.efgCol {
	float: left;
	width: 370px;
	padding: 0;
	}
.efgCol .contextgroup {
	border-top: 5px solid #f4b801;
	padding: 0 10px; 
	}
	
/*TABLES*/

table {
	border-collapse: collapse;
	width: 450px;
    margin-top: 25px;
	}
th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.toprow  td, th.toprow {
	border-top: 1px solid #6e6d6d;
	border-bottom: 1px solid #6e6d6d;
	background: #ebebeb;
	padding: 2px 0.5em;
	}

td {
	border-bottom: 1px solid #CCC;
	padding: 2px 0.5em;
	line-height: 18px;
	vertical-align: top;
	}

td:first-child {
	width: 150px;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: left;
	}

	
/* IMAGES */
a img {
	border: none;
	}

.postmetadata {
	clear: both;
	font-style: italic;
	margin-bottom: 15px;
	background-color: #ccc;
}

.postmetadata a{
	background-color: #cccccc;
}

.clear {
	clear: both;
}

/* THUMBNAILS LARGE */

.thumb {
		float:left;
		padding-right: 24px;
		position:relative;
		}
.last {
		float:left;
		padding-right: 0px;
		}

.thumb a {
display:block;
width:228px;
height:171px;
line-height:171px;
position:relative;
z-index:1;
}

.thumb-quote a {
display:block;
width:228px;
height:171px;
line-height:22px;
position:relative;
z-index:1;
text-decoration:none;
}

.thumb a img {  
width:228px;
height:171px;
position:absolute;
}
.thumb h3 a {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	}
.thumb h3 a:hover {
	background-color: #fff;
	text-decoration: underline;
	}
.thumb-quote {
	overflow: hidden;
	width: 228px;
	height: 171px;
	font-size: 20px;
	line-height: 22px;
	font-family: Georgia, Times;
	background-color: #ccc;
	}
.thumb-quote p {
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 0px;
	}
	

/* THUMBNAILS SMALLER */


/*
Width: 148px 
Height: 111px   
(evt. 152 x 114)

148px x 3 = 444px width images. 
480px - 444 = 36px padding = 18 px padding-right

*/
/*

.thumb {
		float:left;
		padding-right: 18px;
		position:relative;
		}
.last {
		float:left;
		padding-right: 0px;
		}

.thumb a {
display:block;
width:148px;
height:111px;
line-height:111px;
position:relative;
z-index:1;
}

.thumb-quote a {
display:block;
width:148px;
height:111px;
line-height:22px;
position:relative;
z-index:1;
text-decoration:none;
}

.thumb a img {  
width:148px;
height:111px;
position:absolute;
}
.thumb h3 a {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	}
.thumb h3 a:hover {
	background-color: #fff;
	text-decoration: underline;
	}
.thumb-quote {
	overflow: hidden;
	width: 148px;
	height: 111px;
	font-size: 20px;
	line-height: 22px;
	font-family: Georgia, Times;
	background-color: #ccc;
	}
.thumb-quote p {
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 0px;
	}

*/
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 5px 0 10px;
	}

h2.pagetitle {
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: Helvetica, Arial;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 */



/* Begin Form Elements */
#searchform {
	margin: 0 auto 10px auto;
	padding: 0px 3px 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentmetadata a {
	color: #cdcdcd;
	text-decoration: none;
	font-size: 10px;
	}
.commentmetadata a:hover {
	background-color: #fff;
	text-decoration: underline;
	}
.avatar {
	float: left;
	position: relative;
	margin-right: 7px;
	}

/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
/* End Various Tags & Classes*/



/* 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;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Header */
#header {
	padding: 0;
	margin: 0;
	float: left;
	width: 890px;
	}

#headerbox {
	padding: 0;
	margin: 10px 0 0 0;
	border-top: 20px solid #f4b801;
	float: left;
	width: 890px;
	}
	
#header h1 {
	font-family: Georgia, Times, serif; 
	font-size: 40px;
	margin: 10px 0 10px 10px;
	}
/*h1#logo {
background-image:url(img/logo.gif);
background-position:left top;
background-repeat:no-repeat;
display:block;
height:55px;
line-height:2000px;
overflow:hidden;
	}*/


#header a {
        text-decoration: none;
        color: black;
	}

#header h1 a:hover {
        text-decoration: none;
	}

	
#header ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;	
	}
	
#header ul li {
	float: left; 
	display: inline;
	}
	
#header ul li a {
	posistion-background: top left; 
	width: 109px;
	height: 60px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: black;	
	border-right: 1px solid black;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 20px;
	}

#header ul li a.first {
	width: 109px;
	padding: 10px 0px 10px 10px;
	}

#header ul li a:hover {
	background-color: #f4b801;
	}
ul li.current_page_item { 
	background-color: #f4b801;
	height: 80px;
  	}
/* Header */

/*FOOTER*/

/*#footer ul {
	list-style-type: none;
}
.lastfm li {
	border-top: 1 px solid black;
	line-height: 20px;
	margin: 5;
	padding: 0;
	width: 350px;
	}
#footer ul#twitter_update_list li {
	border-bottom: 1 px solid black;
	line-height: 20px;
	margin: 5;
	padding: 5;
	width: 350px;
	}*/