/*
Theme Name: WordPress Default
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

*/



/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: Verdana, Arial, Sans-Serif;
	background: url('images/stripeBG.png');
	color: #333;
	text-align: center;
	}



#page { 
	width:1020px;
	background-color: #FFFFFF;
	
	margin-left:auto;
	margin-right:auto;
	border:solid #CCCCCC 1px;
	
}

.pageTitle {
text-align:left;

}

#headerImage {
	background: url(/wp-content/themes/default/images/growing-up-claus-header.png) no-repeat;
	height: 360px;
	width: 959px;
	margin-top:20px;
	margin-left:auto;
	margin-right: auto;
	
}
#headerNav {
	float:left;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	width:982px;
	padding-top:3px;
}

#headerNav li {
	display:inline;
	padding: 12px;
	height:100px;
	background: url(/wp-content/themes/default/images/wood-bg.jpg) repeat-y;
	border: 2px solid black;
	}
#headerNav a:hover {
	border-bottom: solid 2px #000;
	padding-bottom:6px;	
}
	
#candyBar {
	background: url(/wp-content/themes/default/images/candynav.gif) no-repeat;
	width:959px;
	height:32px;
	margin-left:auto;
	margin-right: auto;
	clear:both;
}

#headerNav a {
	text-decoration:none;
	font-size:16px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}

#facebookIcon {
	/*background: url(/wp-content/themes/default/images/claus_Facebook-1.png)*/
	width: 242px;
	height: 90px;
	float: right;
	margin-right:95px;
	margin-top:215px;
	position:relative;
	
}
#facebookIcon img {float: left;}
#facebookIcon a {color:#000000}

#content {
	padding-top:15px;
	float: left;
}
#homeContent h1{color:#FF0000; font-family:Arial, Helvetica, sans-serif; font-size:22px; text-transform:uppercase; font-weight:bold;}
#homeContent h2 {color:#006600; font-family:Arial, Helvetica, sans-serif; font-size:16px}

#pdf {list-style-image: url(/wp-content/themes/default/images/acrobat-icon.png);
}

#kris {
	float:left; 
	width:240px;
	margin-left:18px;
}

#footer {
	clear:both;
	color:#000; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding: 10px;
	
}
