/*  
Theme Name: WordPress WHM
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/

	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 */

p {	padding:0 0 8px 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	}

.entry {}
.entry_author_image {float:left; margin-right:10px; margin-bottom:3px;}
.entry_author {clear:left; float:left; width:105px;}
	
.widecolumn {line-height:1.6em;}
.widecolumn .entry p {font-size:16px;line-height:22px;}

midcolumn .entry {line-height: 1.6em;font-size:14px;color:#0000FF;}	
.midcolumn .entry p {font-size: 16px;line-height:22px;}

.narrowcolumn p {line-height:22px;}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	font-size:12px;
	}

.narrowcolumn .postmetadata, midcolumn .postmetadata {text-align: center;}

.post h2 a {font-size:24px;	text-decoration:none; line-height:30px;}
.navigation {
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	display: block;
	text-align: center;
	margin-top: 10px;
	color:#019D8D;
	}

.navigation a {font-weight:bold;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {font-size: 0.9em; line-height: 1.5em;}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:hover {
	color: #b85b5a;
	
	}

.commentlist li, #commentform input, #commentform textarea {font-size: 0.9em;}
.commentlist li {font-weight: bold;}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 1.1em;}
.commentlist p {font-weight: normal;line-height: 1.5em;text-transform: none;}
#commentform p {	}
.commentmetadata {font-weight: normal;}


#sidebar {}
#sidebar h2 {}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {font-size: 1.1em;}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt;}

#wp-calendar a {text-decoration: none;}

#wp-calendar caption {
	font-size: 1.3em;
	font-weight:bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 10px;
	width: 618px;
	}

.widecolumn {
	float: left;
	padding: 0 5px 0px 0px;
	margin:0;
	width:622px!important;
	}

.midcolumn {
	float: left;
/*	padding: 0 20px 20px 30px;*/
	margin:0;
	width:635px!important;
	}

.post {
	margin: 0 0 15px 0;
	padding:5px 0px;
	text-align: left;
	clear:both;
	}

.post hr {display: block;}

.bookmark-me {text-align:center; margin-top:10px; margin-bottom:5px; color:#019D8D;}

.widecolumn .post {margin: 0;}
.midcolumn .post {}
.narrowcolumn .postmetadata {padding-top: 5px;}
.widecolumn .postmetadata {margin: 15px 0;}
.midcolumn .postmetadata {margin: 15px 0;text-align:center;}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {clear: left;}
h2.pagetitle {margin-top: 30px;text-align: center;}
h2.archive-pagetitle {margin-top:20px; text-align:center; font-size:16px;}
h3.comments {padding: 0;margin: 40px auto 20px;}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 5px 2px 0;
	display: inline;
	}

.alignright {float: right; color:#333333; width:45%; text-align:right!important; font-size:12px!important; padding-left:5%}
.alignleft {float: left; color:#333333; width:45%; text-align:left!important; font-size:12px!important; padding-right:5%;}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style-type: square;
	padding-left: 10px;
	text-indent: -10px;
	font-size:16px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	clear:both;
	}

#sidebar ul p, #sidebar ul select {margin: 5px 0 8px 0;}

#sidebar ul ul, #sidebar ul ol {}

#sidebar ul ul ul, #sidebar ul ol {margin: 0px;}

ol li, #sidebar ul ol li {list-style: none;}

#sidebar ul ul li.cat-item, #sidebar ul ol li.cat-item {
text-align:left; font-size:11px; line-height:1.7em; margin-left:20px;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding-top: 20px; 
	text-align:center;
	clear:both;
	background:url(images/searchinner-grey.jpg) no-repeat scroll 0 0;
	height:200px;
	width:230px;
	}

#searchforminner {padding-top:20px;}
#searchforminner h2{color:#ff3300;}

#sidebar #searchform #s {
	width: 180px;
	padding: 2px;
	height:15px;
	margin:auto;
	}

#sidebar #searchsubmit {
	margin-top:5px;
	padding: 2px;
	background:url(images/search-button.gif) no-repeat scroll 0 0;
	border:medium none;
	color:#ffffff;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif!important;
	font-size:14px;
	width:100px;
	height:30px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */ text-align:center;}

select {width: 130px;}

#commentform {width:95%;}
#commentform input {width: 170px;	padding: 2px;	margin: 5px 5px 1px 0;}
#commentform textarea {	width: 100%;	padding: 2px;}
#commentform #submit {	margin: 0;	float: right;}
/* End Form Elements */



/* Begin Comments*/
.alt {	margin: 0;	padding: 10px;}
.commentlist {padding: 0;	text-align: justify;}
.commentlist li {margin: 15px 0 3px;	padding: 5px 10px 3px;	list-style: none;}
.commentlist p {margin: 10px 5px 10px 0;}
#commentform p {margin: 5px 0;}
.nocomments {text-align: center;	margin: 0;	padding: 0;	}
.commentmetadata {	margin: 0;	display: block;	}
/* End Comments */

#menubar{border-bottom:0;}
#content {margin-left:1px;}

/* Begin Sidebar */
#sidebar {
	float:left;
	padding:20px 5px 10px 5px;
	width: 230px;
	margin-left:30px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#sidebar h3 {color:#333333;}
	#sidebar h2 {margin: 5px 0 0 0;	padding: 0;font-size: 1.2em;}
	#sidebar a {font-size:1em;}
	
.social-icon {
	width:50%; 
	float:left;
	text-align:center;
	}

.social-icon a {text-decoration:none;}
.image-caption a {text-decoration:none;font-weight:bold;}
.image-caption {width:100%;text-align:center;}

#newsletterbox {
	height:200px;
	margin: 0px auto 10px auto;
	padding-top: 30px; 
	text-align:center;
	clear:both;
	width:230px;
	background:url(images/searchinner-grey.jpg) no-repeat scroll 0 0;
	}
	
	.newsletterintro  {text-align:justify; padding:0px 15px; margin:0;color:#333333;font-size:12px; font-weight:bold;}

#twitter {
	margin:0px;
	padding:30px 0px 0px 0px; 
	background-color:#ffffff;
	color:#333333; 
	width:240px;
	background: url(images/twitterbg-grey.jpg) no-repeat top center;
	height:420px;
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	}

#twitter h2 {color:#ff3300;}	
#twitter a {color:#ff3300;}

ul#twitter_update_list  {
	font-size:12px;
	margin:10px 20px 0px 15px;
	}

#twitter_update_list li {
	margin:10px 0px;	
	text-align:left;
	font-weight:normal;
	}
	
#twitter_update_list li a {font-weight:normal;}

.boxtop {
/*	background:url(images/boxtop.gif) no-repeat top center;*/
	height:25px;
	margin-bottom:5px;
	text-align:center;
	}

.boxtop h1 {font-size:20px; color:#333333; font-weight:bold;}

.categories {
	height:700px;
	margin: 0px auto;
	padding-top: 30px; 
	text-align:center;
	width:240px;
	color:#333333;
	background:#ffffff url(images/category-grey.jpg) no-repeat scroll 0 0;	
	}


.categories ul {color:#333333;}
.categories ul li {text-transform:uppercase; text-align:center;}
.cat-item a {color:#333333;}


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {cursor: help;}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {text-align: center;}
hr {display: none;}
a img {border: none;}

	


/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p{
	margin-top:0;
}

/* End Various Tags & Classes*/