/*   
Theme Name: Leggy Blue
Theme URI: the-theme's-homepage
Description: Blue legs. Duh.
Author: Kim
Author URI: http://www.kimflournoy.com
*/


body {
	margin: 0;
	padding: 0 8%;
	background: #bce3f0;
}

#maindiv {
	border-bottom: 1px solid #7292A0;
	border-left: 1px solid #7292A0;
	border-right: 1px solid #7292A0;
	background: url(images/background7.png) #FEFEF6 repeat;
	min-width: 600px;
	max-width: 100%;
	margin: 0 auto 5px auto;
	padding: 0;
	background-repeat: repeat-x;
	position: relative;
}







#maincolumn {
	margin: 0 236px 0 0;
	padding: 0;
	z-index: 1;
}



#mybody {
	width: 100%;
}


#navlinks {
	position: absolute;
	top: 125px;
}




#footer {
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0 0 10px 0;
}



/* GENERAL STYLES */

a:link {
	color: #2980A6;
	text-decoration: underline;
}

a:hover, a:visited, a:active {
	color: #59423F;
}

/* HEADER */

#header {
	padding: 0;
	height: 150px;
	padding: 0 0 0 5px;
	background: url(images/beam3.gif) bottom repeat-x;
	margin: 0;
	border: 0px dotted red;
}

#blogtitle {
	float: left;
	position: relative;
	top: 90px;
	margin: 0;
	padding: 0;
}

#blogtitle h1 {
	border: 0px solid red;
	margin: 0;
	padding: 0;
}


#blogtitle h1 a {
	display: block;
	text-indent: -9999px;
	width: 330px;
	height: 31px;
	background: transparent url('images/kimname6.png') no-repeat top left;
	outline: none;
}


/* END HEADER */



/* SIDEBAR */
#sidebar1 {
	width: 236px;
	float: right;
	
	text-align: right;
	padding-right: 0;
	padding-left: 0;
	border: 0px dotted red;
	z-index: 300;
}





#legs {
	background: transparent url(images/legs_final3.png) no-repeat;
	width: 236px;
	height: 363px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0px dotted purple;
	z-index: 0;

}

#sidebar {
	padding-right: 15px;
	padding-bottom: 1em;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-top: 100px;
	border: 0px solid orange;
	z-index: 300;
	position: relative;
}

#sidebar ul {
	list-style: none;
	margin-top: 0;
	padding-top: 0;
}

li.setapart {
	margin-top: 1em;
}

#sidebar h2 {
	margin-bottom: 0;
	color: #004867;
	font-size: 1.3em;
	line-height: 1.5em;
}

#s { /* search input field */
	background-color: #c8eaf6;
}

#searchsubmit {
	background: #FEFEF6 url(images/search.gif) no-repeat;
	width: 52px;
	height: 23px;
	cursor: pointer;
	text-indent: -9999px;
	line-height: 5;
	border: none;
}


p#credits {
	color: #162026;
}


/* END SIDEBAR */




/* TEXT STYLES */

#content {
	margin-top: 1em;
	padding-left: 15px;
	padding-bottom: 1em;
	font-size: 14px;
	color: #162026;
	line-height: 1.7em;
	font-family: Georgia, Times, "Times New Roman", serif;
	border: 0px dotted red;
}


#maintext {
	width: 100%;
}

#maintext blockquote {
	color: #59423F;
}

#maintext blockquote p {
	padding: 0;
	color: #59423F;
	line-height: 1.2em;
}

blockquote.quote {
	text-indent: -.4em;
}

blockquote.quote .quotesig {
	text-align: right;
	font-style: italic;
}




a.articletitle, a.articletitle:hover, a.articletitle:visited, a.articletitle:active {
	text-decoration: none;
	color: #59423F;
}



.post {
}

a.more-link {
	font-style: italic;
}

.post h2 {
	margin-bottom: 0;
}

div.navigation {
}

div.navigation div.alignright {
	margin-bottom: 1em;
	font-style: italic;
	}
	
div.navigation div.alignleft {
	margin-bottom: 1em;
	font-style: italic;
	}

div.alignleft + div.alignright {
	/*padding-left: .75em;*/
	margin-top: -.75em;
	}

#maintext h2 {
	color: #59423F;
}

#maintext h2 a {
	text-decoration: none;
	color: #59423F;
	}

.post .entry {
	 margin-top: 0;
}

p.postmetadata {
	 text-align: right;
	 font-size: 0.9em;
	 font-style: italic;
}

#titleimage {
	margin-top: 87px;
	margin-left: 14px;
}

div.date {
	margin-bottom: .25em;
	padding-top: 0;
	font-style: italic;
	display: inline;
	font-size: 0.8em;
	font-weight: normal;
}

h3.searchresulttitle {
	margin-top: 0;
}

h3.searchresulttitle a {
	text-decoration: none;
}


/* POST ARCHIVE PAGE */

#post_archive #content h3 {
	margin-bottom: 0;
}

#post_archive #content h3 a {
	text-decoration: none;
}

#post_archive #content h2 {
	margin-bottom: 2em;
}

#post_archive #content div.entry p {
	margin-top: 0;
}

/* END POST ARCHIVE PAGE */



/* END TEXT STYLES */