/*  ANNA VIADERO MAIN CSS  */

html, body { margin: 0; padding: 0; }

body { font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', Georgia, serif; }

div#header {
	height: 175px;
	text-align: right;
	background-color: #9F3516;
	color: #FFFFCC;
	background-image: url('images/topbg.gif');
	background-position: 10px bottom;
	background-repeat: no-repeat;
}

div#topnav {
	text-align: right;
	background-color: #600D3D;
	color: #FFFFCC;
	font-size: 0.85em;
	text-transform: uppercase;
	padding: 12px 11px 8px 11px;
	letter-spacing: 0.3em;
	border-top: 1px solid #FFFFCC;
	border-bottom: 1px solid black;
	line-height: 150%;
	}
div#topnav a, div#topnav a:visited, div#footer a, div#footer a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
div#topnav a:active, div#topnav a:hover, div#footer a:active, div#footer a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

div#left { float: left; width: 234px; }

div#wrapper { 
	float: right; 
	width: 100%; 
	margin-left: -234px; 
	background-color: #FFFFCC; 
	background-image: url('images/leftbg.gif');
	background-repeat: repeat-y;
	}
	
div#content { 
	margin-left: 234px; 
	padding: 15px;
	}
div#content p {
	line-height: 150%;
}

div.soon {
	padding-left: 370px;
	margin-top: 32px;
	padding-top: 0;
}
div.samples {
	float: left;
	width: 350px;
	}

#content a {
	color: #600D3D;
}
#content a:visited, #content a:active, #content a:hover {
	color: #c;
}

h1, h2, h3, h4 {
	color: #600D3D;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h1 {
	font-size: 1.4em;
	border-bottom: 1px dotted #600D3D;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: -10px;
	margin-top: 0;
}

h4 img, h3 img {
	float: right;
	margin: 0 0 8px 15px;
}

h4 {
	font-size: 1em;
	margin-bottom: -10px;
	margin-top: 0;
	font-style: normal;
}

.section {
	border-top: 1px dashed #600D3D;
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
}

.publication {
	float: left; 
	/* border: 1px solid blue; */
	width: 37%;
}
.quote {
	float: right;
	width: 62%;
	/* border: 1px solid red; */
	font-style: italic;
}

p.byline {
	text-align: right;
	font-style: normal;
	margin-bottom: 0;
}	

blockquote {
	margin-left: 0;
	margin-right: 30px;
	font-style: italic;
	background-color: #EBEBBC;
	padding: 5px;
}

li {	
	margin-bottom: 4px;
}

div#footer { 
	background: #9F3516; 
	color: #FFFFCC; 
	clear: both; 
	text-align: right;
	font-size: 0.7em;
	text-transform: uppercase;
	padding: 8px 11px 14px 11px; 
	letter-spacing: 0.2em;
	line-height: 160%;
	}