/*
Theme Name:Clean Home
Theme URI:http://midmodesign.com/news/general/our-special-wordpress-theme/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.2.0
Author:Mid Mo Design
Author URI:http://midmodesign.com/
Tags:white, red, fixed-width, two-columns, right-sidebar

	"Clean Home" by http://midmodesign.com/

	This theme was designed and built by Bryan Helmig
	of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.

*/

body {
font-family: Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-variant:normal;
font-weight:lighter;
line-height:18px;
background: #f0efe8;
color: #333;
}

#wrapper {
width:900px;
margin:0 auto;
height: auto;

}
#header {
width:900px;
height: 80px;
margin-bottom: 40px;
}

#navigation {
position: relative;
top: 75px;
right: 40px;
}

	#navigation ul{
	float: right;
	}
	
	#navigation ul li {
	display: inline;
	width: 100px;
	margin-left: 20px;
	}
	

#content {
width:600px;
float:left;
padding:0 0 35px 0;
min-height:420px;
}

#tag {
background: url(images/tag_bg.gif)no-repeat;
height: 26px;
width: 600px;
padding-top: 8px;
}

#sticker {
background: url(images/sticker.png) no-repeat;
float:left;
height:138px;
margin-left:-150px;
margin-top:-35px;
width:141px;
}

#categories {
background: url(images/categories.gif)top left no-repeat;
padding-top: 40px;
}

#commentmeta {
background: url(images/comment.gif) left no-repeat;
float: right;
padding-left: 20px;
margin-top: -18px;
}
	
	#commentmeta a {
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	color: #1ea4b0;
	font-size: 10px;
	}



#friends {
background: url(images/friends.gif)top left no-repeat;
padding-top: 40px;
margin-top: 55px;
}

#search {
background: url(images/search.gif)top left no-repeat;
padding-top: 40px;
margin-top: 25px;
}

	#searchform
{
	float:right;
}

#searchform input
{
	width:244px;
	padding:3px;
	margin-bottom: 1px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ebebeb;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	background:#fff url(images/searchicon.png) no-repeat right center;
}

#searchform input {}


#twitter {
background: url(images/twitter.gif)top left no-repeat;
padding-top: 60px;
margin-top: 25px;
}

	#twitter_update_list {
	list-style: circle;
	}
	
#share {
float: right;
margin-right: -10px;
}

#bottomnav {
width: 600px;
}
	
	#older {
	float: left;
	}

	#newer {
	float: right;
	}
	
	
/* POST STYLES */

.post {
padding:0;
margin-bottom: 70px;
}

.post p a {
color: #1ea4b0;
font-style: italic;
text-decoration: none;
}

.post p {
margin:14px 0 14px 0px;
}

.post h2 {
color: #000;
text-decoration: none;
font-family:Helvetica;
font-size:24px;
margin-top: 20px;
margin-left: -1px;
margin-bottom: -5px;
font-weight:normal;
line-height:2px;
}

.post h2 a {
color: #000000;
text-decoration: none;
}


.post h3 {
font-family: "Helvetica", sans-serif;
font-size:11px;
margin-top: 0px;
}

.post h3 a{
color: #1ea4b0;
font-style: italic;
font-weight: bold;
text-decoration: none;
}


.post small {
font-family: "Helvetica", sans-serif;
font-size:11px;
margin-top: 0px;
padding-left: 30px;
padding-top: 7px;
padding-bottom: 4px;
padding-right: 5px;
}

.post small a {
font-size: 10px;
font-weight:normal;
color: #1ea4b0;
font-style: italic;
text-decoration: none;
}

}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}

.post img {
border: 5px solid #fff;
margin-bottom: 15px;}

.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 0px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}


/* PAGE STYLES */

.page {
margin-top: 30px;
}

/* COMMENTS */

#comments h3, #comments h4{
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h2{
background: url(images/reply.gif) no-repeat;
height: 34px;
}
#comments cite{
font-family:Helvetica, sans-serif;
font-size: 16px;
font-weight:normal;
color: #000;
text-transform: capitalize;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border-right:0;
padding: 0px;
min-height:110px;
}
#comments p {
font-style: italic;
color: #000;
margin:10px 0 0 0px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:Helvetica;
font-size:60px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:right;
}
#comments input {
font-family:Helvetica;
width:590px;
font-size:12px;
font-weight:normal;
padding: 5px;
border: none;
}

#comments textarea {
font-family:Helvetica, sans-serif;
width:590px;
font-size:18px;
font-weight:normal;
border: none;
padding: 5px;

}
#comments li.submitbutton input {
text-align:center;
background: url(images/submit.gif);
width: 143px;
height: 34px;
}

#commentform {
float: left;
text-align: left;}



/* SIDEBAR */

#sidebar {
width:250px;
float:right;
margin-top: 25px;
}

#sidebar a{
text-decoration: none;
color: #1ea4b0;
font-style: italic;
list-style: none;
}

#sidebar li {
list-style: none;}

#sidebar h3 {
padding:25px 0 3px 0;
font-size:18px;
}
#sidebar .block ul {
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 0px;
}
#sidebar .block {
border-bottom: 1px dotted #ccc;
margin-bottom: 10px;
padding-bottom: 10px;
}
#sidebar .block li a {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
font-size:13px;
font-weight:normal;
padding:2px 0 2px 2px;
display:block;
border-bottom:none;
}
#sidebar .block li a:hover {
background:#000 url(images/bullet_red.gif) no-repeat scroll 6px 52%;
padding-left: 4px;


/* FOOTER */

#footer {
width:900px;
float:left;
border-top:1px dotted #cccccc;
text-align:center;
padding:30px 0 40px 0;
}