/*
Theme Name: Designed by Krista
Theme URI: http://designedbykrista.com
Description: Custom theme
Version: 1.0
Author: Krista Ehlers
*/

/* Typography 
=================================== */
* { margin: 0; padding: 0; }

a:link, a:visited {
	color: #f90;	
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted; 
	}

a:visited { font-weight: normal; }
a:hover { border-bottom-style: solid; }
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {color: #000;}
#archives a, .post a {color: #777;}
.entry a { color: #f90; }

h1 {
	background: url(../../../../images/bannerLine.gif) repeat-x center; 
	font-size: 1.5em;
	position: relative;
	height: 107px;
	text-align: right;
}

h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/dbkLogo.gif) no-repeat right top;
}

.commentlist li { 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;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata { font-weight: normal; }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; }

code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr { border-bottom: 1px dashed #999; }
	
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small { font-size: 0.9em; }

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; }
.hidden { display: none; }
a img { border: none; }

p { padding: 0 0 1em 0; }

/* Lists
=================================== */

ul, ol, li { margin: 0; padding: 0; }
ul, ol { margin: .5em 0; }

.entry ul, .entry ol, .entry li { list-style-position: inside;  }

.entry li { 
	padding-left: 3em;
	text-indent: -2em;
	}

.entry ul li { list-style: square inside; }

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar h2 { font-weight: normal; }
#sidebar ul li { list-style: none; }
#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }
#sidebar ul ul, #sidebar ul ol, #sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }
ol li, #sidebar ul ol li { list-style: decimal inside; }

dl { margin: .5em 10px; }
dt {
	font-style: italic;
	font-size: 1.2em;
	margin-top: 1em;
}


/* General Layout/Structure
=================================== */
body {
	font: 12pt "Gill Sans MT", "Gill Sans", Geneva, sans-serif;
	color: #000;
	}

/*like main site's wrapper div */
#page {
	margin: 10px auto;
	position: relative;
	}

/*like main site's branding div */
#header {
	background: url(../../../../images/bannerSwirl.gif) no-repeat top left;
	height: 186px;
	position:relative;
	}

#header p { display: none; }
	
#content {
	padding-left: 105px;
	line-height: 1.8em;
	position: relative;
	}

#poppies {
	position: absolute;
	top: 25px;
	left: -106px;
	background: url(../../../../images/poppyBouquet.png) no-repeat top left;
	width: 273px;
	height: 545px;
}

.breadcrumb {
	position:relative; /*force hasLayout for IE 6*/
	margin-left: 185px;
}

.narrowcolumn , .widecolumn { margin-right: 2%; }
#sidebar { display: none; }

.post { margin: 0 0 3em; }
.widecolumn .postmetadata { margin: 1em 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 { clear: both; }

#footer {
	font-size: .9em;
	text-align: left;
	margin: 20px 0 0 50px;
	padding: 0px 45px;
	border-top: 1px #bdbdbd solid;
	clear: both;
	}

#footer p { 
	min-height: 40px;
	background: url(../../../../images/footerSwirl.gif) no-repeat right top;
 }
#footer, #footer a { color:#474747; }	

/* Navigation
=================================== */
.navigation, #mainNav { display: none; }

/* Sandbag Divs
===================================
Allow tight wrapping around image */
#sbLeft-01, #sbLeft-02 { float:left; clear:left; } 
#sbLeft-01 { width: 20px;  height: 1px; clear:both;}
#sbLeft-02 { width: 53px;  height: 39px;}

/* 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 7px 2px 0;
	display: inline;
	}

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


/* Forms
=================================== */
input, textarea { font: 12pt "Gill Sans MT", "Gill Sans", Geneva, sans-serif; }

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

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#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;
	}

/* Captions
=================================== */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

