/*
Theme Name: Amerikanist
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


* {
margin: 0px;
padding: 0px;
outline: none;
border: none;
}

body {
background: url('images/bg_body.jpg') no-repeat center 0px black fixed;
font-family: arial, helvetica, sans-serif;
line-height: 18px;
font-size: 12px;
color: #555555;
}

a {
color: #0066cc;
text-decoration: none;
}

a:visited {
color: #3b76b2;
}

a:hover {
text-decoration: underline;
color: black;
}


#wrapper {
width: 990px;
background: url('images/bg-wrapper.gif') repeat-y;
margin: 12px auto 20px auto;
border: 1px solid #8a8a8a;

}

#header {
width: 990px;
height: 233px;
}

	#header-img {
	position: absolute;
	margin-top: -12px;
	margin-left: 16px;
	}

#sidebar {
width: 251px;
float: right;

margin-right: 25px;
background: white;
border: 1px solid #ccc;
padding: 10px;
}

	#sidebar ul {
	list-style: none;
	}
	
		#sidebar h2, #homelink {
		color: #b70000;
		display: block;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 12px;
		background: #f5f5f5;
		border: 1px solid #ddd;
		padding: 3px 5px;
		margin-bottom: 6px;
		letter-spacing: 1px;
		}
			
			#sidebar h2 a, #sidebar h2 a:visited {
			font-size: 12px;
			color: #b70000;
			letter-spacing: 1px;
			
			}
			
		#sidebar ul ul {
		padding: 7px;
		padding-top: 0px;
		line-height: 20px;
		margin-bottom: 8px;
		}
		
			#sidebar ul ul li a {
			background: url('images/raquo.gif') no-repeat 0px 6px;
			padding-left: 10px;
			}

#content {
margin-right: 331px;
padding-left: 30px;
padding-right: 30px;
padding-top: 10px;
}

	h1, h2, h2 a, h2 a:visited {
	color: #004276;
	text-decoration: none;	
	letter-spacing: -1px;
	}
	
	h1, h2 a, h2 a:visited {
	font-size: 26px;
	line-height: 26px;
	display: block;
	margin-bottom: 4px;
	}
	
	h2 {
	font-size: 18px;
	}
	
	p {
	text-align: justify;
	margin-bottom: 15px;
	
	}
	
	.post {
	margin-bottom: 30px;
	}
	
		.entry {
		margin-top: 8px;
		display: table;
		}
	
			.alignleft {
			float: left;
			margin-right: 15px;
			margin-bottom: 15px;
			border: 1px solid #aaaaaa;
			padding: 5px;
			}
			
			.alignright {
			float: right;
			margin-left: 15px;
			margin-bottom: 15px;
			border: 1px solid #aaaaaa;
			padding: 5px;
			}
			
			.aligncenter {
			margin-bottom: 15px;
			border: 1px solid #aaaaaa;
			padding: 5px;
			}
			
										
			.more-link {
			display: block;
			clear: left;
			margin-top: 15px;
			text-decoration: underline;
			}
			
			.postmetadata {
			background: url('images/bg_postmetadata.gif') repeat-x 0px bottom;
			text-align: center;
			font-size: 11px;
			border-bottom: 1px solid #aaaaaa;
			min-height: 20px;
			height: auto !important;
			height: 20px;
			padding-bottom: 3px;
			}
			
	.navigation #wp_page_numbers {
	
	}
	
		#wrapper #content #wp_page_numbers ul {
		
		}
		
	
		#wrapper #content #wp_page_numbers ul li a {
		font-size: 16px;
		padding: 10px;
		}

#footer {
clear: both;
margin-top: 25px;
}

	#footer p {
	text-align: center;
	margin-right: 365px;
	}
	
	#footer a {
	position: absolute;
	
	}

	
	

