/*  
Theme Name: SLO Night Writers
Theme URI: http://aaronkondziela.com
Description: Custom theme made for SLO Night Writers by Aaron Kondziela
Version: 1.0
Author: Aaron Kondziela
Author URI: http://aaronkondziela.com/
*/

.clearfix {display: inline-block;} /* for IE/Mac */
.clearfix:after {
	content:"."; display:block; clear:both; height:0; font-size:0; line-height:0; visibility:hidden; overflow:hidden;
}

body {
	text-align: center;
	background: #385755 url(images/bg-top.png) repeat-x;
}

div {
}

h1 {
	font-size: 1em;
	margin: 0;
}

h2 {
	color: #750f08;
	font-variant: small-caps;
	font-size: 1.75em;
}

h3 {
	color: #750f08;
	font-variant: small-caps;
	font-size: 1.25em;
	margin-top: 20px;
}

#middle p {
	color: #381957;
}

.wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(images/head.jpg) no-repeat;
}

#header img {
	float:left;
}

.head-right {
	float: right;
	width: 500px;
	height: 45px;
	padding: 95px 15px 10px 0;
	text-align: right;
	font-size: 1.5em;
}

.head-desc {
	font-style: italic;
	font-size: 0.9em;
}

#content{
	background: url(images/columns.png) repeat-y;
}
#footer {
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fed69f url(images/foot-deco.png) no-repeat top center;
	font-size: 0.8em;
	color: #385755;
}

#validate {
	text-align: center;
}

#footer img {
	display: block;
}

#footer .left {
	width: 300px;
	height: 10px;
	padding: 7px 0 0 10px;
	margin: 0;
	text-align: left;
}

#footer ul {
	width: 300px;
	padding: 3px 0 0 10px;
	list-style: none none;
	overflow: hidden;
}

#footer ul li {
	float: left;
	width: 95px;
	padding: 0 1em 0 0;
	white-space: nowrap;
}

#footer .right {
	float: right;
	width: 300px;
	padding: 7px 10px 0 0;
	text-align: right;
}

#footer a:link		{ text-decoration: none; color: #5a1c19; }
#footer a:visited	{ text-decoration: none; color: #5a1c19; }
#footer a:hover		{ text-decoration: underline; color: #55662f; }
#footer a:active		{ text-decoration: underline; color: #55662f; }


#left {
	float: left;
	display: inline;
	width: 176px;
	margin: 0 10px 0 0;
	padding: 12px 12px 15px 12px;
}

#middle {
	float: left;
	display: inline;
	width: 440px;
	padding: 15px 20px 15px 20px;
}

#right {
	float: right;
	display: inline;
	width: 176px;
	padding: 12px 12px 15px 12px;
	text-align: right;
}

.sidebar hr { margin: 10px 0 10px 0; visibility: visible; border: 0; width: 200px; height: 20px; position: relative; left: -12px; background: url(images/side-hr.png) no-repeat top center; }

.sidebar h4 {
	margin-bottom: 8px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fcb04d;
}
.sidebar ul {
	margin: 5px 0;
}
.sidebar li {
	margin: 0 10px;
	color: #d5c2a8;
}

.sidebar p { color: #FED69F; }

.sidebar a:link		{ text-decoration: none; color: #d5c2a8; }
.sidebar a:visited	{ text-decoration: none; color: #d5c2a8; }
.sidebar a:hover		{ text-decoration: underline; color: #d5c2a8; }
.sidebar a:active	{ text-decoration: underline; color: #d5c2a8; }

#middle a:link		{ text-decoration: none; color: #750f08; }
#middle a:visited	{ text-decoration: none; color: #750f08; }
#middle a:hover		{ text-decoration: underline; color: #750f08; }
#middle a:active	{ text-decoration: underline; color: #750f08; }

.post	{ margin: 0 0 20px 0; }
.entry	{ padding: 0 10px 0 10px; }

.postmetadata	{ font-size: 0.8em; }
.postmetadata p	{ margin-bottom: 0.4em; }

#wp-calendar {
	width: 100%;
}

#middle input,
#middle textarea {
	border: 1px solid black;
	padding: 3px;
	background-color: #fff5e8;
}
#middle textarea {
	width: 410px;
}
#commentform textarea {
	width: 430px;
}
#middle #submit {
	/*border-radius: 5px;*/
}
#commentform .required {
	font-weight: normal;
	color: red;
}
.comment-author,
.comment-meta {
	margin-bottom: 10px;
}

#searchform input {
	border: 1px solid black;
	padding: 3px;
	background-color: #fff5e8;
	margin-bottom: 10px;
}
#searchform label {
	display: block;
	margin-bottom: 6px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fcb04d;
}
#searchsubmit {
	/*border-radius: 5px;*/
}

#middle ul {
	margin-bottom: 10px;
}
#middle li {
	margin-left: 10px;
}