/*
Theme Name: Reasons
Theme URI: http://deepaurelia.com
Description: An elegant two-column functional design.
Author: golebara
Author URI: http://deepaurelia.com
Template:
Version: 1.0
.
This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 Australia License.
.
*/

/********** HTML elements **********/

body {
	font-family: sans-serif;
	font-size: 11px;
	color: #000;
	background: #FFF url(images/bg.gif) repeat;
	line-height: 20px;
	margin: 100px auto;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4 {
	font-size: 16px;
	color: #666;
	margin: 10px 0;
	padding-left: 25px;
}

h1 {
	background: url(images/bullet-green.jpg) center left no-repeat;
}

h2 {
	background: url(images/bullet-orange.jpg) center left no-repeat;
}

h3 {
	background: url(images/bullet-violet.jpg) center left no-repeat;
}

h4 {
	background: url(images/bullet-blue.jpg) center left no-repeat;
}

h5 {
	font-size: 14px;
	margin: 0 60px;
}

h5 a {
	color: #F60;
}

h5 a:hover {
	color: #F30;
}

ul {
	list-style: square;
	color: #666;
}

ol {
	list-style: decimal;
	color: #666;
}

img {
	border: 0;
}

a {
	color: #578CAF;
	text-decoration: none;
	padding: 1px;
}

a:hover {
	color: #0069AF;
}

/********** User-defined elements **********/

#box {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	border-left: 5px solid #EEE;
	border-right: 5px solid #EEE;
}
 
#banner {
	width: 750px;
	height: 150px;
	margin: 0;
	background: #EEE url(images/banner.jpg) no-repeat;
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
}

#bannernav ul {
	list-style: none;
	margin: 2px 0;
	padding: 0 10px;
}

#bannernav ul li {
	display: inline;
	padding: 0;
	margin: 0 5px;
}

#bannernav ul li a {
	color: #fff;
	padding: 5px 10px;
	background: #333;
	border-right: 3px solid #eee;
}

#bannernav .on {
	color: #fff;
	background: #f60;
	border-right: 3px solid #eee;
}

#bannernav ul li a:hover {
	color: #000;
	background: #fff;
}

#searchbox {
	width: 100%;
	height: 30px;
	background: #EEE;
}

#sidebar {
	float: left;
	width: 200px;
	padding: 10px;
	background: #FFF;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
  padding: 0;
}

#sidebar ul li a {
	/* display: block; */
	color: #999;
	padding-left: 15px;
	background: url(images/bullet-nav.jpg) center left no-repeat;
	/* border-top: 1px dotted #FFF;
	border-bottom: 1px dotted #FFF; */
}

#sidebar ul li a:hover {
	color: #690;
	/* border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC; */
}

#container {
	float: right;
	width: 500px;
	padding: 10px;
	background: #FFF;
	font-size: 12px;
}

#prev-next {
	margin: 10px 0;
}

#prev-next a:hover {
	border-bottom: 1px dotted #CCC;
}

#footer {
	margin: 0;
	padding: 10px;
	background: #FFF;
	border-top: 1px solid #eee;
	border-bottom: 5px solid #eee;
}

#footer a {
	color: #690;
	text-decoration: none;
	padding: 1px;
}

#footer a:hover {
	color: #9C0;
	border-bottom: 1px dotted #CCC;
}

/********** Class elements **********/

.post-date {
	float: left;
	font-size: 12px;
	color: #FFF;
	background: #FFF url(images/post_date.gif) no-repeat;
	width: 50px;
	text-align: center;
}

.post-date .day {
  
}

.post-date .month {
	font-size: 14px;
  font-weight: bold;
}

.post-meta {
	color: #666;
	font-size: 11px;
	padding-left: 60px;
}

.hack {
	clear: both;
}

.alnleft {
	float: left;
}

.alnright {
	float: right;
}
