/*   
Theme Name: perfectGerman
Description: A Child Theme of Sunset Theme
Template: sunset-theme

Author: Tracy Berna
Author URI: http://www.tracyberna.com/

*/

@import url(../sunset-theme/style.css);

body {
	background: #fff url(images/gradient_bg.gif) repeat-x scroll 0 0;
	color:#000;
	font-family:Verdana,Arial,Sans-Serif;
	font-size:62.5%;
	text-align:center;
}

#harddrive {
	background: transparent url(images/harddrive.png) top left no-repeat;
	height: 696px;
	width: 259px;
	position: absolute;
	z-index: 0;
}

#page {
	margin:0 auto;
	padding:0;
	width:761px;
	position:relative;
	background-color: white;
	background-image: none;
}


/* -- header --*/

#header {
	background: transparent url(images/header.jpg) no-repeat center top;
	height:198px;
	width:761px;
	margin-left: 0px;
}

#nav {
	background:#2B2D2C url(images/name.gif) no-repeat scroll 10px 5px;
	width:761px;
	height:34px;
	top:120px;
	position:relative;
	width:761px;
}

#nav ul {
	float: right;
	margin-right: 20px;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

#nav li a {
	color: white;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 14px;
}

#nav li a:hover, #nav li.current_page_item a {
	text-decoration: none;
	background: url(images/pointer.gif) no-repeat center top;
	padding-top: 10px;
}


/* -- main content area --*/

.narrowcolumn {
	margin: 0;
	padding: 0 25px 20px 55px;
	width: 415px;
}

.post h2 a{
	color: black;
	font-size: 14px;
	}

.post h2 a:hover {
	color: #b0dad9;
	}


/* -- sidebar --*/

#sidebar {
	margin-left: 556px;
	margin-top:-5px;
	width:200px;
	background: url(images/sidebar_gradient.gif) top center no-repeat;
}

#sidebar.page_sidebar {
	height: 480px;
}

#sidebar form {
	width:180px;
}

#searchform {
	margin:0;
	padding:5px;
	text-align:left;
}

#sidebar li#search-3 form#searchform div {
	width: 180px;
	margin-left: -3px;
}

#sidebar h2 {
	padding-top:10px;
	border: none;
	color:#B61D32;
}

#sidebar li.widget {
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: 7px;
	border-bottom: 3px solid #e5e5e5;
	
}

#sidebar li.widget.widget_stray_quotes {
	border: none;
}


#sidebar ul li {
	list-style-type: circle;
	margin-top:15px;
	margin-left:30px;
	line-height:0.1em;
}

#sidebar a {
	color:#545F61;
}


blockquote {
	border-left:none;
	background: url(images/quotes.gif) top left no-repeat;
}
	
	
#footer {
	background: url(images/footer.jpg) top center no-repeat;
	width: 761px;
	left: 2px;
}

#footer p {
	background-image:none;
	color:#FFFFFF;
}

#footer p a {
	color: orange;
}

