/*
Theme Name: Corinne's Custom #2 
Theme URI: http://cgthomas.com
Description: Custom theme for corinne based on starkers 
Version: 2 
Author: Mike Thomas
Author URI: http://www.mikeandcorinne.com
*/

@import "/base.css";
@import "style/css/layout.css";

h1{
	font-style:italic;
	position: absolute; 
	right: 50%; 
	top: 5px; 
	margin: 0 -450px 0 0;  
	padding:0; 
	color: white;
}

h1 a, h1 a:link, h1 a:visited{
	color: white;
	text-decoration:none;
}

h1 a:hover{
	text-decoration:underline;
}

#sidebar{
	width: 200px;
	float: right;
	border-left: 1px dashed #999;
	list-style-type: none;
	margin: 1em 0 0 0;
	padding:  0 0 0 1em;
	
}

#sidebar li{
	margin: 0 0 1em 0;
	padding: 0;
}

#sidebar p, #sidebar .textwidget{
	font-size: .9em;
}


#sidebar h2{
	font-size: 1em;
	margin: .5em 0;
	padding: 0;
}

#sidebar ul{
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;
}

.post{
	width: 670px;
}

.post p{
	padding: 0;
	margin: .75em 0;
}

.post h2{
	padding: 0;
	margin: 1em 0 0 0;
}

.post_comments{
	border-bottom: 4px double #ccc;
}

.post_date{
	float:right;
}

.post_date, .post_comments, .post_comments a, .post_comments a:link, .post_comments a:visited{
	text-transform: uppercase;
	margin: .5em 0 0 0;
	color: #999;
	text-decoration: none;
}

.post p.post_meta{
	background: #F1E5FF;
	padding: .5em;
	text-align: right;
	font-size: .8em;
}



.comments{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comments li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

.comments li img{
	float: left;
	margin-right: 1em;
}

.comments li cite{
	display: block;
}



#commentform input{
	margin-right: 1em;
}

.older_newer{
	list-style-type: none;
	height: 2em;
	width: 670px;
	margin:0;
	padding:0;
}

.older_entries{
	float: left;
}

.newer_entries{
	float: right;
}