/*  
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/

	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

*/

/* --------------------------------------------- Main Layout */

* {
    padding:0px;
	margin:0px;
	text-decoration:none;
	font-weight:normal;
	}
	
body { font-family: Georgia, Times, serif; color: #333; text-align:center; margin: 0; padding: 0; background-color:#fff; }

#headerwrap {
	background-image:url(images/blue-repeat.jpg);
	margin: 0px; 
	padding: 0; 
	height: 140px; 
	width: 100%;
	text-align: center;
	}
	
#header {
	text-align:left;
	padding: 18px 0 0 0;
	margin: 0 auto;
	width: 760px;
	}
	
#mainwrap {
	background-image:url(images/swisht.gif);
	background-repeat:repeat-x;
	background-position:top center;
	margin:0px;
	padding-top:1px;
	clear:both;
	width:100%; 
	text-align:center;
	}
		
#main {
	clear:both;
    margin: 0 auto;
	width: 760px;
	text-align:left;
	}
	
#navwrap {
	background-image:url(images/nav.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:40px;
	margin-bottom:0px;
	width:100%;
	text-align:center;
	}
	
#nav {
	padding-top:10px;
	width:760px;
	margin: 0 auto;
	text-align:left;
	}
	
#footerwrap {
	background-image:url(images/blue-repeat.jpg);
	clear:both;
    text-align:center;
    width:100%;
	border-bottom:2px solid #091024;
	height:100%;
	}

#footer { 
	padding-top:20px;
	text-align:center;
	margin: 0 auto;
	width: 760px; 
	}

#logo {
	background-image:url(images/h.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:407px;
	height:111px;
	display:block;
	overflow:hidden;
	text-indent:500px;
	text-decoration:none;
	}
	
	#logo:hover {
		background-image:url(images/h.gif);
		background-position:bottom left;
		background-repeat:no-repeat;
		width:407px;
		height:111px;
		display:block;
		text-decoration:none;
		}
		
#bandwrap {
	background-image:url(images/band.jpg);
	background-position:center;
	background-repeat:repeat-x;
	width:100%;
	clear:both;
	height:10px;
	}
	
#rss {
	background-image:url(images/footer.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:300px;
	height:60px;
	}
	
	#rss:hover {
		background-image:url(images/footer.gif);
		background-position:bottom center;
		background-repeat:no-repeat;
		width:300px;
		height:60px;
		}
	
/* --------------------------------------------- Typography */

.result {
	text-align:center;
	margin:7px 0;
	border-bottom:1px solid #fff;
	padding:5px 0;
	}
	
.result:hover {
	border-bottom:1px dashed #323232;
	}
	
.result h3 {
	letter-spacing:2px;
	padding:0px;
	margin:0px;
	}
	
.widecolumn .entry p, narrowcolumn .entry p { font-family:Verdana, Arial, Helvetica, sans-serif; }

.narrowcolumn .entry, .widecolumn .entry { font-size: 75%; line-height: 1.8em; font-family:Verdana, Arial, Helvetica, sans-serif; }

.widecolumn { line-height: 1.6em; }

.narrowcolumn .postmetadata { text-align: center; color:#927731; font-size:12px; line-height:36px;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
small {
	padding:0 0 0 28px;
	background-image:url(images/leaf.gif);
	background-position:center left;
	background-repeat:no-repeat;
	margin:6px 0 0 0;
	font-style:italic;
	text-align:center;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a { color: #C6AE44; }

.entry p a:hover { color:#02123B; }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, Times, Serif;
	}

.commentlist li { font-weight: normal; }

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p { font-family: Georgia, Times, serif; }

.commentmetadata { font-weight: normal; }



code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #0E2562;
	text-decoration: none;
	}

p a:hover {
	color: #02123B;
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#wp-calendar a { text-decoration: none; }

#wp-calendar caption {
	font: normal 1.3em Georgia, Times, serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#footer p {
	line-height:1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	padding:0px 0 20px 0;
	margin: 0;
	}
	
#footer p a, #footer p a:link, #footer p a:visited {
	color:#CCCCCC;
	text-decoration:none;
	}

#footer p a:hover {
	color:#FEF996;
	}
	
#by {
	text-align:center;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial, Helvetica;
	text-transform:uppercase;
	color:#4d4d4d;
	letter-spacing:4px;
	width:100%;
	font-size:12px;
	padding:1px 0px 9px 0px;
	border-bottom:1px dashed #323232;
	margin:2px 0 9px 0;
	}
	
/* --------------------------------------------- Sidebar */

#sidebar {
	border-left:1px solid #999;
	float:right;
    text-align:left;
	padding: 4px 0 10px 25px;
	margin:10px 0 0 0px;
	width: 190px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	}

#sidebar form {
	margin: 0;
	}

#sidebar h2 {
    font-family:'Trebuchet MS', 'Lucida Grande', Arial, Sans Serif;
	text-transform:uppercase;
	letter-spacing:.3em;
    margin: 5px 0 0;
	padding: 0;
	font-size: 1em;
	font-weight:normal;
	color:#535353;
	border-bottom:2px solid #535353;
	text-align:left;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}
	
#sidebar ul, {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar ul li ul li {
	list-style-type: none;
	}
	
#sidebar ul li ul li a {
	background: url(images/fleur.gif) no-repeat 0 50%;
	padding:5px 0 5px 22px;
	margin: 0px;
	}
	
#sidebar ul li ul li a:hover {
	background:url(images/fleurh.gif) no-repeat 0 50%;
	padding:5px 0 5px 22px;
	color: #4861ab;
	margin: 0px;
	}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; font-size:.8em; line-height:1.4em;}

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* --------------------------------------------- Structure */
.narrowcolumn {
	padding: 0 0 20px 4px;
	margin: 0px 0 0;
	width: 480px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr { display: block; }

.widecolumn .post { margin: 0; }

.narrowcolumn .postmetadata { 
	height:36px;
	margin-top:6px;
	font-size:80%;
	padding-top: 4px; 
	padding-bottom:4px; 
	background:url(images/postmeta.jpg) no-repeat center;
	}

.widecolumn .postmetadata { margin: 30px 0; }

.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; }

/* --------------------------------------------- Headers */

h1, h2, h3 {font-weight: normal; text-align:center; }

h1 {
	font-size: 4em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #333; }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.narrowcolumn h2, {
	clear:both;
	font-size:32px;
	font-variant:small-caps;
	}

h2 { 
	margin: 30px 0 0;
	font-variant:small-caps;
	letter-spacing:4px;
	}

h2.pagetitle {
	font-size: 32px; 
	font-variant:small-caps;
	letter-spacing:4px;
	font-weight:normal;
	margin: 30px 0 10px 0;
	padding:0 0 4px 0;
	border-bottom:1px dashed #323232;
	text-align: center;
    }

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}




/* --------------------------------------------- Images */

#content.narrowcolumn a img {
	border:2px solid #02123B;
	padding:3px;
	}
	
#content.narrowcolumn a:hover img {
	border:3px solid #02123B;
	padding:2px;
	}
	
p img {
	padding: 0;
	max-width: 98%;
	}

/*	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 7px 2px 0;
	display: inline;
	}

.alignright { float: right; }

.alignleft { float: left }
/* End Images */



/* --------------------------------------------- Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
	
#navwrap ul {
	display:inline;
	font-variant:small-caps;
	list-style-type:none;
	padding-left:5px;
	}

#navwrap ul li {
	margin-right:15px;
	display:inline;
	font-size:20px;
	}

#navwrap ul li a {
	color:#927731;
	letter-spacing:3px;
	}
	
#navwrap ul li a:active, #navwrap ul li a:visted {
	color:#927731;
	letter-spacing:2px;
	}
	
#navwrap ul li a:hover {
	color:#193688;
	text-decoration:none;
	}
	
	
	
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; }

.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;
	}

/* --------------------------------------------- Forms */
#searchform {
	margin: 0px auto;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
	}

input {
	text-align:center;
	}
	
input, textarea {
	font:georgia, times, serif;
	border: 1px solid #888;
	}

input:hover, textarea:hover {
	border: 1px solid #666;
	}
	
input:focus, textarea:focus {
	background-color:#fffcf7;
	}
	
#sidebar #searchsubmit { padding: 1px; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select { width: 130px; }

#commentform {
    padding-bottom:15px;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* --------------------------------------------- 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;
	}
	
/* --------------------------------------------- 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; }

/* --------------------------------------------- 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; }

a img { border: none; }

.navigation {
	width:100%;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* Earth Angel Blessings Always */

body <!-- Search Google -->
<center>
<form method="get" action="http://earthangelpublishing.com" target="_top">
<table bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
<label for="sbi" style="display: none">Enter your search terms</label>
<input type="text" name="q" size="31" maxlength="255" value="" id="sbi"></input>
<label for="sbb" style="display: none">Submit search form</label>
<input type="submit" name="sa" value="Search" id="sbb"></input>
<input type="hidden" name="client" value="pub-7244370246194711"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="channel" value="5544629642"></input>
<input type="hidden" name="ie" value="ISO-8859-1"></input>
<input type="hidden" name="oe" value="ISO-8859-1"></input>
<input type="hidden" name="safe" value="active"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:11"></input>
<input type="hidden" name="hl" value="en"></input>
</td></tr></table>
</form>
</center>
<!-- Search Google -->
body/

