/*
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 { text-align:right;	}

.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: 1em;
	padding: 0 0 0 1em;
	border-left: .5em 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: -1.5em;
	margin: 1em 0;
	}

.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 1em; }
dt {
	font-style: italic;
	font-size: 1.2em;
	margin-top: 1em;
}

/* General Layout/Structure
=================================== */
body {
	font: .8em "Gill Sans MT", "Gill Sans", Geneva, sans-serif;
	background: #474747 url(../../../../images/backgroundGradient.gif) repeat-x top left; 
	color: #000;
	text-align: center;
	}

/*like main site's wrapper div */
#page {
	text-align: left;
	margin: .9em 1em;
	background: #fff;
	}

/*like main site's branding div */
#header {
	background: url(../../../../images/bannerSwirl.gif) no-repeat top left;
	}
#header p a { border: none; }
#content { padding: 0 2px;	}

.breadcrumb { }
.narrowcolumn { }
.widecolumn { }

.post {
	margin: 0 0 3em;
	text-align: justify;
	}

.widecolumn .postmetadata { margin: 1em 0; }
.widecolumn .post { clear: both; } /* clears navigation div */
.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; }

#sidebar {  }
#sidebar form {  }

#footer {
	font-size: .9em;
	border-top: 1px #bdbdbd solid;
	clear: both;
	background: url(../../../../images/cornersLowerRight.gif) no-repeat right bottom;
	}
#footer, #footer a { color:#474747; }	

/* Navigation
=================================== */
.navigation { display: block; margin: 1px; /*forces div to have some dimension */ }

#mainNav {
	list-style: none;
	width: auto;
	float: left;
	font-size: 1em;
	margin: 0;
	}

#mainNav li { float:left; list-style: none; padding: 0; text-indent: 0; }

#mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
	text-decoration: none;
	color: #bdbdbd;
	float: left; /*fixes mac bug */
	border-bottom:none;
	margin: 0 2px 2px 2px;
	}
	
#mainNav .home a { background: none; }
#mainNav a:hover { color: #68adc3; }

/* remove post-it note backgrounds for main Nav buttons */
.home, .services, .portfolio, .blog, .contact { }

/*The following highlights the current page in Main Navbar*/
#blog #mainNav .blog a {
	color: #68adc3;
	cursor:default;
	}

/* Sandbag Divs
===================================*/
#sbLeft-01, #sbLeft-02, #sbLeft-03 {  } 


/* 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: .9em "Gill Sans MT", "Gill Sans", Geneva, sans-serif; }

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

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

/* WP Calendar
=================================== */
#calendar { font-size: .9em; }
#calendar h2 { display: none; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: right; font-style: italic; }

#wp-calendar {
	empty-cells: show;
	margin: 0 auto;
	width: 155px;
	}

#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar td { text-align: center; }


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

