/*   
Theme Name: Adam_Vogel_01
Theme URI: http://adamvogel.net
Description: first theme attempt for adamvogel.net
Author: Adam Vogel
Author URI: http://adamvogel.net
Version: 0.1
.

.
*/

/*
http://meyerweb.com/eric/tools/css/reset/
 v1.0 | 20080212
 
*/
/* reset just about everything */
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/* reset list styles: */
ol, ul {
	list-style: none;
}

/* remove quotation marks */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* remove header bold */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

/* Sub/superscript trick--
 keeps superscript and subscript text from breaking the line-spacing  */
sup {
    font-size: 80%;
    vertical-align: baseline;
	position: relative; 
    bottom: 0.33em;
}

sub {
    font-size: 80%;
    vertical-align: baseline;
   	position: relative;
    bottom: -0.25em;
}


/* Float clearing
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}







/* Base Typography and Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height: 1.4em;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #08231E;
	color: #333;
}

a {
	color:#5C8459;
	text-decoration:none;
}

a:active{
	color:#8BB277;
}

a:visited {
	color: #666;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

p { 
	margin-bottom: 1em; 
}

li { 
	margin-left: 1em;
}



p, li, blockquote {
	font-size: 12px; 
	line-height: 20px;


}

h1, h2, h3 {
	font-family: "Helvetica Neue LT Std", "Helvetica LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif
}

h1 {
	font-size: 36px;
	line-height: 36px;
	color: #47432B;
}
h1 a {
	color: #47432B;
}

h2 {
	font-size: 20px; 
	color: #47432B;
	line-height: 28px;
}

h3 {
	font-size: 16px; 
	color: #47432B;
	font-weight: bold;
	line-height: 21px;
}

/* LAYOUT */
/* Horizontal blocks */

#page {
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	background-color: #f2ecda;
}

#top  { 
	margin: 0 auto;
	width: 100%;
	background: url('images/bg-top-content.jpg') repeat-x center top;
}


	
#footer-container {
	border-top: 5px solid #988F5C;
	background: #08231E url('images/bg-grad-footer.jpg') repeat-x top;
	min-height: 200px;
	
}
	
/* Main blocks */
#title {
	margin: 0px auto;
	padding: 20px 0 10px 0;
	width: 960px;
	text-align:center;
	
}	

#main-nav { 
	margin: 10px auto;
	padding: 5px 0px 5px;
	width: 960px;
	text-align: center;
	border-top: 3px solid;
	border-bottom: 1px dashed #988F5C;
}
#main-nav ul li {
	display:inline;
}
#content { 
	margin: 30px auto;
	width: 960px;
	
}

#footer { 
	margin: 10px auto;
	width: 960px;
}

#posts {
	width: 720px;
	float:left;
	
}

#sidebar-container{
	width: 240px;
	float:left;
}

#sidebar {
	width: 220px;
	padding: 10px;
}
#sidebar  li{
	margin-left: 0;
}

#comments {
	width: 720px;
	float:left;
	margin-top:10px;
}

#respond {
	width: 720px;
	float:left;
	margin-top:10px;
}



/* inner blocks */
/* main nav */

#main-nav ul li {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 30px 0px 30px;
}

#main-nav li a, #main-nav li a:visited{
	color: #333
}
	
/* posts */

.post {
	width: 100%;
}

.post-title { 
	width: 540px;
	margin-right: 10px;
	margin-left: 170px;
	clear:both;
}

.post-title  p {
	margin-bottom:0 ;
	font-size: 10px;
	
}
.post-category{
	width: 130px;
	float:left;
	margin: 0px 10px;
	padding: 5px;
	
	border-top: 1px dotted #CEC8A6;
	text-align: right;
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	
}

.entry { 
	width: 540px;
	margin: 0px 10px;
	float: left;
	padding-top: 3px;
	border-top: 2px solid #CEC8A6;
	
}

.post-meta {
	width: 540px;
	margin: 10px;
	margin-left: 170px;
	clear:both;
	
	border-top: 1px dotted #CEC8A6;
	padding-top: 5px;
	padding-bottom: 30px;
}

.navigation {
	text-align: center;
	width: 540px;
	margin: 10px;
	margin-left: 170px;
}
	
.center {
	width: 540px;
	margin: 10px;
	margin-top:0px;
	margin-left: 170px;
	padding-top: 5px;
	border-top: 2px solid #CEC8A6;
}


/* comments */
p.nocomments { 
	width: 540px;
	margin: 10px;
	margin-top:0px;
	margin-left: 170px;
}

.comments-title {
	width: 540px;
	margin-right: 10px;
	margin-left: 170px;
	clear:both;
}
.comments-nav {
	width: 540px;
	margin-right: 10px;
	margin-left: 170px;
	clear:both;

}

.commentlist {
	width: 540px;
	margin: 0px 10px;
	float: left;
	padding-top: 5px;
	border-top: 2px solid #CEC8A6;
}
.commentlist li {
	margin-left: 0;
	padding: 10px;
	border-bottom: 1px solid #CEC8A6;
}

.commentlist li.alt {
	background-color: #F8F5E6;
}

ul.children li{
	margin-left: 20px;
	border-bottom: none;
	background-color: inherit;
}

.comments-left{
	width: 130px;
	float:left;
	margin: 0px 10px;
	padding: 5px;
	
	border-top: 1px dotted #CEC8A6;
	text-align: right;
	color: #CEC8A6;
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.respond-title {
	width: 540px;
	margin-right: 10px;
	margin-left: 170px;
	clear:both;


}
.respond-main { 
	width: 540px;
	margin: 0px 10px;
	float: left;
	padding-top: 5px;

}

.respond-left{
	width: 130px;
	float:left;
	margin: 0px 10px;
	padding: 5px;
	
	border-top: 1px dotted #CEC8A6;
	text-align: right;
	color: #CEC8A6;
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}


	
/* footer */
#footer {
	color: #888;
	font-size: 10px;
	line-height: 14px;
}
	
#footer li {
	font-size: 10px;
	margin-left: 0;
	border-bottom: 1px dashed #344F38;
	padding:3px 0;
}

#footer p {
	font-size: 10px;
	border-bottom: 1px dashed #344F38;
	padding:3px 0;
}

#footer a:hover{
	color: #EFEBCE;
}


.footer-column h1, .footer-column h2, .footer-column h3{
	color: #7C9383;
	border-bottom: 2px solid #344F38;
	padding:3px 0;
}

.footer-column {
	float:left;
	width: 140px;
	padding: 10px;
	height: 100%;
}

#footer-column-4 {
	width: 220px;
}
#footer-column-5 {
	width: 220px;
	border-right: none;
}


/* alignment -from default- */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 4px 0 7px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 4px 7px 7px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/*post images */
.entry img {
	background-color: #f8f5e6;
	border: 1px solid #eae6c4;
	padding: 9px;
}

.entry img.wp-smiley {
	background: none;
	border: none;
	padding: 0px;
}
.wp-caption-text { 
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	font-variant: small-caps;
	color:#a9a381;
	text-align:center;
	margin-top: 2px;

}


