/*
Theme Name: Simple Grey Lily
Theme URI: http://www.wordpressdiva.com/themes/43/simple-grey-lily.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:#470F00;
	text-align:center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.25em;
}
a{background-color:inherit;color:#470F00;}
a:hover{background-color:inherit;color:#2584BB;}
a img{border:none;text-decoration:none;}
blockquote{
	color:inherit;
	border:1px solid #163D9E;
	padding:5px;
	background-color: #EDF5FC;
}
code,pre{vertical-align:baseline;font:1em/1.9em "Courier New", Courier, monospace;overflow:auto;}
fieldset{border:none;}
input,textarea{font-size:100%;font-family:Arial, Helvetica, 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:762px;margin:10px auto 0;padding:0;}
/* Header  */
#header{background:transparent url(images/header-bg.jpg) no-repeat 50% 0;height:167px;width:762px;margin:0;padding:0;}
#header h1{
	background-color:inherit;
	color:#470F00;
	text-align:center;
	margin:0;
	padding:75px 50px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bolder;
}
#header h1 a{
	background-color:inherit;
	color:#470F00;
	text-decoration:none;
	font-weight: bold;
}
#header p.blogdescription{
	text-align:center;
	margin:0;
	padding:0 50px;
	font-weight: bold;
}
/* --- CONTENT --   */
#content{float:right;width:500px;margin:10px 0;padding:0 25px 0 0;}
#content h1,#content h2,#content h3{
	background-color:inherit;
	color:#470F00;
	border-bottom:1px solid #eee;
	margin:2px 0;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
}
#content h1{font-size:175%;}
#content h2{font-size:150%;}
#content h3{font-size:135%;}
.post{margin-bottom:50px;}
.postdate{text-align:right;}
#content .posttitle {background: url(images/h3.jpg) no-repeat; padding-left: 50px;}
.posttitle a{text-decoration:none;}
.metawrap{
	color:inherit;
	border:1px solid #ccc;
	font-size:0.8em;
	margin:15px 0 45px;
	padding:5px;
	background-color: #EDF5FC;
}
#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 30px;padding:0;}
#sidebar li li{margin:2px 0;}
#sidebar li a{
	color:inherit;
	border:1px none #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 li h2{
	color: #470F00;
	text-transform:uppercase;
	text-align:center;
	margin:5px 0 25px;
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	background-color: #EDF5FC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
li#search input#s{width:150px;}
#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:#2584BB;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:#2584BB;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%;}
legend,hr,li#search label{display:none;}
#commentform dd,#sidebar li#search dd{margin:5px 0;}
