/* 
Theme Name: Simplr
Theme URI: http://www.martinhipp.com/
Description: 2 column simple, bright and clean, uses sIFR for the titles and is Widgets ready
Version: 1.01 beta
Author: Martin Hipp
Author URI: http://www.martinhipp.com
*/

/*
Thanks for choosing Simplr as your theme.
This theme is released under the Creative Commons License => http://creativecommons.org/licenses/by/2.5/
*/

* {
	margin:0;
	padding:0;
}

body {
	font:62.5% 'Lucida Grande', Verdana, Sans-Serif;
	text-align:center;
	color:#666;
	line-height:1.9em;
	padding: 0 0 70px;
	background: #fff url(images/top.gif) repeat-x;
}

/* main sections */
#footer {
	background:url('img/footer-bg.gif') no-repeat top left;
	width: 850px;
	padding:10px;
	border:1px #ccc solid;
	clear:both;
	font-size:0.9em;
}

#content {
	float:left;
	width:534px;
	height:100%;
}

#sidebar {
	float:right;
	width:296px;
	height:100%;
}

#header_image {
	border-style: solid;
	border-width: 0 2px 2px 2px;
	border-color: #666;
	padding: 0px;
}

/* used after posts */
.clear { clear: both; }

a:hover {
	text-decoration:underline;
}

a img {
	border-color: #D5EDD2;
	margin: 0 5px 0 0;
	border-width: 2px;
}

#content a img {
	border-color: #DCEDF7;
	margin: 0;
}


p {
	padding: 10px 0;
}


blockquote {
	background: url(images/quote.gif) no-repeat top left;
	padding: 0 0 0 60px;
}

.alignright { float: right; margin-left: 20px; }
.alignleft { float: left; margin-right: 20px; }
.alignleft a, .alignright a { color: #5B98B2; }

#wrap {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	font-size:1.2em;
}

.box {
	background: #f8f8f8;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 2px 0;
	border-color: #eee;
}

#content .box {
	background: #EDF6FB;
	border-color: #DCEDF7;
}

#content li.box {
	background: #EDF6FB;
	border-color: #DCEDF7;
	padding: 20px 20px 20px;
}

#content li.box .postinfo { padding: 0; }

#sidebar .box {
	background: #F0F9EF;
	border-color: #D5EDD2;
}

#sidebar #feed.box {
	background: #FFF2DA;
	border-color: #FFDA9A;
}

#sidebar #feed.box a { color: #BB4411; }
#content .box .boxblock a { color: #005F87; }
#sidebar .box a { color: #5C8838; }

#sidebar #delicious.box {
	background: #FFF2DA;
	border-color: #FFDA9A;
}

.postinfo {
	color: #5B98B2;
	font-size: 0.9em;
	margin-top: 0;
}

.postinfo a {
	color: #5B98B2;
	margin-top: 0;
}

#new { 
	background: #EDF6FB URL('images/new.gif') no-repeat bottom left;
	width: 35px;
	height: 45px;
	float: left;
}

/* menu list items, links, etc */
ul.menu {
	margin: 0 0 20px;
	height: 25px;
	padding: 0 20px;
	font-size: 1.3em;
	font-weight: bold;
}

ul.menu li {
	float: left;
	margin: 0;
}

ul.menu li a { padding: 5px; }

ul.menu li a {
	color: #aaa;
	margin: 0;
}

ul.menu li a:hover {
	color: #444 !important;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #444 !important;
	background: white;
	text-decoration: none;
}

/* base lists */
ul {
	margin-left: 21px;
	margin-top: -6px;
}

ol {
	margin-left: 28px;
	margin-top: -6px;
}


#sidebar ul {
	margin-left: 0px;
	list-style: none;
	margin-top: 10px;
}

/* content list items */
#content ol li {
	padding-left: 8px;
	padding-top: 8px;
}


#content ul li {
	padding-left: 12px;
	padding-top: 8px;
}

ul.centered {
	text-align: center;
}

/* add padding to the list items in sidebar */
ul.recent li, ul.feed li {
	padding: 2px 0 2px 26px;
}

/* list item images */
ul.recent li { 
	background: url(images/page.gif) no-repeat center left;
}

ul.feed li { 
	background: url(images/feed.gif) no-repeat center left;
}

/* something to do with comments, find out later... */
#commentblock label span { color: #FF0000; }
#commentblock ol { padding: 0; }

/* forms */
.form {
	background: #f8f8f8;
	padding: 20px;
	margin-bottom: 20px;
	border-style: solid;
	border-width: 2px 0;
	border-color: #eee;
}

input {
	margin: 0 3px 3px 0;
	padding: 1px;
}

input.textfield {
	background: #fff url(images/input.gif);
	border-top: none;
	border-left: none;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding: 3px;
	width: 100%;
}

textarea {
	background: #fff url(images/input.gif);
	border-top: none;
	border-left: none;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding: 3px;
	width: 95%;
}

/* headers... */
h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, trebuchet ms, verdana, sans-serif;
	font-weight: normal;
}

h1 {
	font-size:7em;
	margin:20px 17px;
	line-height:1em;
}

h2 {
	font-size:2em;
	line-height:1.3em;
	color: #5C8838;
}

h1 a { color: #FF6600; }
h2 a { color: #005F87; }

#content h2 {
	font-size:2em;
	line-height:1.3em;
	margin-bottom: -14px;
}

h3 {
	font-size:2em;
	line-height:1.3em;
	color: #BB4411;
}

h4 {
	font-size:1.2em;
	line-height:1.4em;
	color: #BB4411;
}

h5 {
	font-size:1.2em;
	line-height:1.4em;
	color: #BB4411;
}

h6 {
	font-size:2em;
	margin-bottom: 10px;
	line-height:1.3em;
	color: #5C8838;
}

a, h1 a:hover, h2 a:hover, h3 a:hover {
	color:#BB4411;
	text-decoration:none;
}

