/*
Theme Name: v1
Theme URI: http://m.ohclementine.com
Author: Meg
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fcfeff url(images/background.png) repeat-x fixed top left;
	font: 75%/170% lucida grande, verdana, sans-serif;
	color: #666;
	text-align: left;
}

img.x { border: 1px solid #333; }
.center { text-align: center; }
.alignleft { float: left; text-align: left; }
.alignright { float: right; text-align: right; }

p { margin: 0 0 19px 0; }
p.nomargin { margin: 0; }
#content ul {
	list-style-type: circle;
	margin: 0 0 19px 40px;
}
#content ol {
	list-style-type: decimal-leading-zero;
	margin: 0 0 9px 45px;
}
	#content ol li p { margin-bottom: 10px; }
	ol#commentlist {
		margin: 10px 0;
	}
	ol#commentlist li {
		list-style-type: none;
		border: 1px solid #d1e8f0;
		margin: 7px 0 15px 0;
		padding: 10px;
	}
		img.avatar { margin-right: 3px; }
		.reply { text-align: right; }
		.commentmetadata { display: none; }
		.comment-author { margin-bottom: 5px; }
		.comment-body cite { font-style: normal; }
		.comment-body p { clear: both; margin: 0 0 15px 0; }
		.says { display: none; }
#sidebar ul {
 	list-style-type: circle;
 	margin: 0 0 0 15px;
 }
 
input, select, textarea {
 	background-color: #f1fafd;
 	font: 100%/160% lucida grande, verdana, sans-serif;
 	color: #666;
 	border: 1px solid #d1e8f0;
 	padding: 3px;
 }
 	#comment { width: 97%; height: 150px; }
 	#s { width: 97%; margin-bottom: 3px; }
 	#author, #email, #url { width: 200px; margin-right: 5px; }
 blockquote, .code {
 	background-color: #f1fafd;
 	border-left: 5px solid #d1e8f0;
 	padding: 7px;
 	margin-top: 0px;
 	margin-bottom: 15px;
 }

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	color: #2ba4cb;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: #2ba4cb;
}

#header {
	background: transparent url(images/headerbg.gif) repeat-x scroll top left;
	width: 100%;
	height: 115px;
}
	#headerin {
		width: 900px;
		margin: 0 auto;
	}
		#logo {
			width: 441px;
			float: left;
		}
		#navcontainer {
			float: right;
			width: 459px;
			padding: 82px 0 0 0;
		}
		#navlist {
			list-style: none;
			margin: 0 0 0 13px;
			height: 25px;
			color: #fff;
			font: 90%/130% verdana, sans-serif;
			text-transform: uppercase;
		}
		#navlist li { float: left; display: inline; }
		#navlist li a {
			padding: 5px 22px;
			background-color: #333;
			color: #fff;
			text-decoration: none;
		}
		#navlist li a:hover {
			background-color: #000;
			color: #fff;
		}
		#navlist .current_page_item a, #navlist .current_page_item a:link, #navlist .current_page_item a:visited, #navlist .current a, #navlist .current a:hover  { background-color: #fff; color: #000; }

#wrap {
	margin: 0 auto;
	width: 900px;
	background: transparent;
}
#content {
	float: left;
	width: 550px;
	margin: 0 10px 30px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
}
.blog {
	border-bottom: 1px solid #d5e8ef;
	margin: 0 0 25px 0;
}
.meta {
	height: 15px;
	margin: 0 0 20px 0;
}
	span.comments {
		float: left;
		font: 115%/120% arial, sans-serif;
	}
		.comments a:link, .comments a:active, .comments a:visited, .comments a:hover { font-weight: bold; }
	span.categories {
		float: right;
		font: 75%/100% verdana, sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 5px 0;
		color: #000;
	}
		.categories a:link, .categories a:active, .categories a:visited { color: #777; }
		.categories a:hover { color: #fff; background: #444; }
#sidebar {
	float: right;
	width: 270px;
	margin: -13px 10px 10px 10px;
	background: transparent;
	font-size: 95%;
	line-height: 140%;
}
	.box {
		width: 260px;
		padding: 10px;
		margin: 0 0 20px 0;
		background: #f7fdfe;
		border-bottom: 1px solid #ccc;
	}
	#sidebar h3 {
		text-align: right;
	}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background: #333;
	height: 26px;
	padding: 7px 0 0 0;
	color: #fff;
}
	#footer a, #footer a:link, #footer a:active, #footer a:visited {
		color: #b8dce8;
	}
	#footer a:hover { background: #000; }
	#footertext { width: 850px; margin: 0 auto; }

h1 a:hover { background: transparent; }
h2 {
	font: 250%/100% Arial, sans-serif;
	font-weight: bold;
	color: #444;
	margin: 0 0 7px 0;
}
	h2 a:link, h2 a:visited, h2 a:active { font-weight: bold; }
	h2 a:hover { font-weight: bold; color: #fff; }
h3 {
	font: 160%/100% Arial, sans-serif;
	font-weight: bold;
	color: #b3d1da;
	margin: 0 0 5px 0;
}
	#respondTitle { margin-top: 10px; }
h4 {
	font: 75%/100% verdana, sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #777;
}