/*
Theme Name: Simple Grey
Theme URI: http://www.wordpressdiva.com/themes/42/simple-grey.html
Description: Minimal, clean two column fixed width theme.
Author: WordPress Diva
Author URI: http://www.wordpressdiva.com/
Version: 1.0.0
*/

/* =================================
All Rights Reserved.

You are free to use and modify this theme
as long as the included attribution links 
remain intact.

For more information, see:
http://www.wordpressdiva.com/themes/legal/theme-use/

Please note: There are a number of empty CSS 
elements. This is intentional and are there so you 
can have maximum flexibility with customizing 
specific theme elements.

For more information, see:
http://www.wordpressdiva.com/themes/read-me/css/
================================== */

/* hide the overflow - can be overriden  */
#wrap,#header,#content,#sidebar,#footer{
	overflow:hidden;
}
body{
	color:#666;
	background:#eee;
	font:small/1.25em verdana, arial, geneva, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
}
a{
	background-color:inherit;
	color:#466883;
}
a img{
	border:none;
	text-decoration:none;
}
blockquote{
	background:#F7F7F7;
	color:inherit;
	border:1px solid #ccc;
	padding:5px;
}
code,pre{
	vertical-align:baseline;
	font:1em/1.9em "Courier New", Courier, monospace;
}
fieldset{
border:none;
}
input,textarea{
	font-size:100%;
	font-family:Verdana, Arial, Geneva, sans-serif;
	padding:2px;
}
ul{
	list-style-image:url(images/bullet.gif);
}
ol{
	list-style-image:none;
}
#wrap{
	background:transparent url(images/wrap-bg.gif) repeat-y 50% 0;
	text-align:left;
	width:800px;
	margin:10px auto 0;
	padding:0;
}

/* Header  */
#header{
	background:transparent url(images/header-bg.gif) no-repeat 50% 0;
	height:167px;
	width:800px;
	margin:0;
	padding:0;
}
#header h1{
	background-color:inherit;
	color:#466883;
	font:175% "trebuchet ms", arial, geneva, sans-serif;
	text-align:left;
	margin-left:160px;
	margin-top:85px;
}
#header h1 a{
	background-color:inherit;
	color:#466883;
	text-decoration:none;
}
#header p.blogdescription{
	text-align:left;
	margin-left:160px;
	margin-top:-15px;
}

/* --- CONTENT --   */
#content{
	float:right;
	width:550px;
	margin:10px 0;
	padding:0 25px 0 0;
}
#content h1,#content h2,#content h3{
	background-color:inherit;
	color:#466883;
	border-bottom:1px solid #eee;
	font:bold 175% "trebuchet ms", arial, geneva, sans-serif;
	margin:2px 0;
	padding:3px;
}
#content h1{
	font-size:175%;
}
#content h2{
	font-size:150%;
}
#content h3{
	font-size:100%;
}
.post{
	margin-bottom:50px;
}
.postdate{
	text-align:right;
}
.posttitle a{
	text-decoration:none;
}
.metawrap{
	background:#F7F7F7;
	color:inherit;
	border:1px solid #ccc;
	font-size:0.8em;
	margin:15px 0 45px;
	padding:5px;
}
#commentlist li{
	margin:5px 0 50px;
}
#commentlist li li{
	margin:3px 0;
}
#commentlist cite{
	font-style:normal;
	font-size:1.1em;
}
.commentmetadata{
	border-top:1px solid #ccc;
}
#commentform textarea{
	width:98%;
}

/* --- MENU ---   */
#sidebar{
	float:left;
	width:175px;
	margin:10px 0;
	padding:0 0 0 25px;
}
#sidebar ul{
	list-style:none;margin:0;padding:0;
}
#sidebar li{
	list-style-image:none;
	margin:0 0 40px;
	padding:0;
}
#sidebar li li{
	margin:2px 0;
}
#sidebar li a{
	background:#F7F7F7;
	color:inherit;
	border:1px solid #ccc;
	display:block;
	height:1%;
	text-decoration:none;
	margin:0;
	padding:2px;
}
#sidebar li a:hover{
	background:#eee;
	color:inherit;
	border:1px solid #bbb;
}
#sidebar h2{
	background:#F0F8FF;
	color:#999;
	border:1px solid #ddd;
	font:bold 110% "trebuchet ms", arial, geneva, sans-serif;
	text-transform:uppercase;
	text-align:center;
	margin:5px 0 10px;
	padding:2px;
}
li#search input#s{
	width:160px;
}
#wp-calendar{
	width:175px;
	text-align:center;
}
#wp-calendar td{
	background:#f7f7f7;
	color:inherit;
}
#wp-calendar td a{
	border:none;
	height:100%;
}
#wp-calendar td a:hover{
	border:none;
	display:block;
	height:100%;
}

/* --- FOOTER ---   */
#footer{
	background:transparent url(images/footer-bg.gif) no-repeat 50% 100%;
	border-top:1px solid #E0E0E0;
	clear:both;
	text-align:center;
	font-size:85%;
	margin:50px 0 0;
	padding:0 0 15px;
}
#footer p{
	background-color:inherit;
	color:#999;
	margin:3px 0;
	padding:5px 0;
}
#footer a{
	background-color:inherit;
	color:#000;
}
#footer a:hover{
	background-color:inherit;
	color:#aaa;
}
#footer p.credit a{
	background-color:inherit;
	color:#999;
	text-decoration:none;
}

/* Various Classes & Image Alignment   */
.center{
	text-align:center;
}
.floatleft{
	float:left;
	margin:5px;
}
.floatright{
	float:right;
	margin:5px;
}
img.center{
	display:block;
	margin:10px auto;
}
img.left{
	display:inline;
	margin:0 10px 5px 0;
}
img.right{
	display:inline;
	margin:0 0 5px 10px;
}
.navigation{
	margin:25px 0;
}
.previouslink{
	float:left;
	text-align:left;
	width:45%;
}
.nextlink{
	float:right;
	text-align:right;
	width:45%;
}
a:hover,.alink:hover{
	background-color:inherit;
	color:#999;
}
legend,hr,li#search label{
	display:none;
}
#commentform dd,#sidebar li#search dd{
	margin:5px 0;
}