/*
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

*/

/*======================================================================*/
/* BODY */
/*======================================================================*/

body {
    margin:0; padding:0;	
    font-size:75%;
	font-family:Tahoma, Arial, sans-serif;
	background:#FFFFFF url(/style/body_bg.png) left top repeat-x;
	color: #333;
	text-align: center;
	}

a:link, a:visited {color:#0099CC; text-decoration:underline; }
a:hover { color:#0099CC; text-decoration:none; }

hr { display: none; }
strike { color: #777; }
small { color: #777; font-family: Arial, Helvetica, Sans-Serif; font-size: 0.9em; line-height: 1.5em; }
code { font: 1.1em 'Courier New', Courier, Fixed; }
cite { text-decoration: none; }
select { width: 130px; }
ol li { list-style: decimal outside; }
span.caps { cursor: help; font-size: 0.9em; letter-spacing: .07em;}
acronym, abbr { font-size: 0.9em; letter-spacing: .07em; border-bottom: 1px dashed #999; cursor: help;}

blockquote { color: #777; margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
	blockquote cite { margin: 5px 0 0; display: block; }

.alignright { float: right; }
.alignleft { float: left }

/*======================================================================*/
/* H */
/*======================================================================*/

h1 { margin: 0; padding-top: 70px; color:#006699; font-size: 2em; font-weight: bold; text-align: center; }
	h1 a, h1 a:link, h1 a:visited { color: #006699; text-decoration: none; }
	h1 a:hover { color:#006699; text-decoration: underline;}
	h1.pagetitle { font-size: 1.6em; }

h2 { margin: 30px 0 0; color:#006699; font-size: 1.6em; }
	h2 a, h2 a:link, h2 a:visited { color: #006699; text-decoration: none; }
	h2 a:hover { color: #006699; text-decoration: underline; }
	h2.pagetitle {  margin-top: 30px; text-align: center; font-size: 1.6em; }

h3 { margin: 30px 0 0; padding: 0; color:#006699; font-size: 1.3em; font-weight: bold; }
	h3 a, h3 a:link, h3 a:visited { color: #006699; text-decoration: none; }
	h3 a:hover { color: #006699; text-decoration: underline; }
	h3.pagetitle { font-size: 1.6em; }
	h3.comments { padding: 0; margin: 40px auto 20px ; }

/*======================================================================*/
/* IMAGES */
/*======================================================================*/
	
a img {	border: none; }
p img { padding: 0; max-width: 100%; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
img.centered { display: block; margin-left: auto; margin-right: auto; }

/*======================================================================*/
/* FOOTER */
/*======================================================================*/
	
#footer { padding: 0; margin: 0 auto; width: 760px; clear: both; }
	#footer p { margin: 0; padding: 20px 0; text-align: center; }

/*======================================================================*/
/* SEARCH */
/*======================================================================*/

#searchform { margin: 10px auto; padding: 5px 3px; text-align: center; }

/*======================================================================*/
/* SIDEBAR */
/*======================================================================*/

#sidebar { padding:20px; width:260px; font-family:Verdana, Arial, sans-serif; overflow:hidden; }
	#sidebar h2 { margin: 5px 0 0; padding: 0; font-family: 'Lucida Grande', Verdana, Sans-Serif; font-size: 1.2em; text-decoration: none; }
	#sidebar ul { margin: 0; padding: 0; }
		#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }	
		#sidebar ul ul li { margin: 3px 0 0; padding: 0; color: #777; }	
			#sidebar ul ul li:before { content: "\00BB \0020"; }
		#sidebar ul ol { margin: 0; padding: 0; }
			#sidebar ul ol li { margin: 3px 0 0; padding: 0; color: #777; list-style: decimal outside; }			
		#sidebar ul li { list-style-type: none; list-style-image: none; margin-bottom: 15px; }	
		#sidebar ul ul { margin: 5px 0 0 10px; }
		#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }
	#sidebar form { margin: 0; }
	#sidebar #searchform #s { width: 108px; padding: 2px; }
	#sidebar #searchsubmit { padding: 1px; }

/*======================================================================*/
/* NARROWCOLUMN */
/*======================================================================*/

.narrowcolumn { padding:20px; width:570px; font-family:Verdana, Arial, sans-serif; float:left; border-right:#CCCCCC 3px dashed;	}
	.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
	.narrowcolumn .postmetadata { padding-top: 5px; text-align: left; }

/*======================================================================*/
/* WIDECOLUMN */
/*======================================================================*/

.widecolumn { padding: 10px 0 20px 0; margin: 5px 0 0 150px; width: 450px; line-height: 1.6em;}
	.widecolumn .entry p { font-size: 1.05em; }
	.widecolumn .post { margin: 0; }	
	.widecolumn .postmetadata { margin: 30px 0; }	
	.widecolumn .attachment { margin: 5px 0px; text-align: center; }
	.widecolumn .smallattachment { margin: 5px 5px 5px 0px; width: 128px; float: left; text-align: center; }

/*======================================================================*/
/* POST */
/*======================================================================*/

.post {	color: #333333; margin:0; text-align: justify; }
	.post hr { display: block; }

.postmetadata { color: #777; clear: left; }
	.postmetadata ul, .postmetadata li { display: inline; list-style-type: none; list-style-image: none; }

/*======================================================================*/
/* ENTRY */
/*======================================================================*/

.entry form { text-align:center; }
.entry ul li:before { content: "\00BB \0020"; }
.entry ol { padding: 0 0 0 0; margin: 0; }
.entry ol li { margin: 0; padding: 0; }
	
/*======================================================================*/
/* COMMENT */
/*======================================================================*/

#commentform p { margin: 5px 0; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }
#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
#commentform textarea { width: 100%; padding: 2px; font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
#commentform #submit { margin: 0; float: right; }

.commentlist { padding: 0; text-align: justify; }
.commentlist p { margin: 10px 5px 10px 0; font-weight: normal; line-height: 1.5em; text-transform: none; }
.commentlist li { margin: 15px 0 3px; padding: 5px 10px 3px; list-style: none; font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold; }
.commentlist li .avatar { float: right; border: 1px solid #eee;	padding: 2px; background: #fff;	}
.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; }

.commentmetadata { margin: 0; display: block; font-weight: normal; }

.nocomments { color: #777; text-align: center; margin: 0; padding: 0; }

/*======================================================================*/
/* CALENDAR */
/*======================================================================*/

#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
	#wp-calendar a { display: block; text-decoration: none; }
	#wp-calendar caption { width: 100%; font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; text-decoration: none; }
	#wp-calendar #next a { font-size: 9pt; padding-right: 10px; text-align: right; }
	#wp-calendar #prev a { font-size: 9pt; padding-left: 10px; text-align: left; }
	#wp-calendar td { padding: 3px 0; text-align: center; }
		#wp-calendar td.pad:hover { /* Doesn't work in IE */ background-color: #fff; }
	#wp-calendar th { font-style: normal; text-transform: capitalize; }

/*======================================================================*/
/* VARIOUS */
/*======================================================================*/

html>body .entry ul { margin-left: 0px; padding: 0 0 0 30px; list-style: none; padding-left: 10px; text-indent: -10px; }
html>body .entry li { margin: 7px 0 8px 10px; }

.alt { margin: 0; padding: 10px;background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.clear { clear: both; }
.center { text-align: center; }
.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }





/*======================================================================*/
/* PAGE
/*======================================================================*/

#centerPage { margin:0 auto ; padding:0px 0 20px 0; width:970px; }

#pageTop { margin:0; width:970px; height:16px; background:url(/style/page_top.png) left top no-repeat; }
#pageBottom { margin:0; clear:both; width:970px; height:20px; background:url(/style/page_bottom.png) left top no-repeat;  }
#wrapper { margin:0; padding:10px 20px; width:970px; height:auto; background:url(/style/page_tile.png) scroll 0% repeat-y; color:#333333; }

#pageBody{ padding:0 50px 0 0; overflow:hidden;}


/*======================================================================*/
/* MENU */
/*======================================================================*/
#topNav { margin:0; padding:0; height:186px; }	
	#topNav a:link, #topNav a:visited { color:#FF6600; text-decoration:underline; }
	#topNav a:hover { color:#FF6600; text-decoration:none; }
	.logo{margin:0; padding:0px 0px 0px 10px; float:left; }

#menuNavBottom { margin:0; padding:0; height:20px; background:#006699; }	


/*======================================================================*/
/* COPYRIGHT */
/*======================================================================*/

#copyright{ margin:20px; font-family:Tahoma, Arial, sans-serif; font-size: 11px; color:#006699; text-align:center; }

