/*
Theme Name: Erica
Theme URI: http://www.airtightdesign.com/
Description: Custom theme for EricaGlasener.com built by AirTight Design
Version: 1.0
Author: AirTight Design
Author URI: http://airtightdesign.com/
Tags: three columns, green, tan
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg_pg.gif) 0 0;
	font-size: 12px;
	color: #55523d;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0;
}

p, ul, ol {
	margin: 0 0 15px 0;
}

ul, ol {
	margin: 0 0 15px 0;
	list-style: inside;
}

.entry ol {
	list-style-type: decimal;
}

.entry ol li {
	margin: 20px 0 0 0;
}

ul {
	list-style-type: none;
}

#content ul {
	list-style-type: disc;
	margin: 0 0 15px 30px;
}

div.clear {
	float: left;
	width: 100%;
	clear: both;
}

ul#content li {
	display: block;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 5px 0;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px solid #55523d;
	margin: 0 0 20px 0;
}

a:link, a:visited {
	color: #779a52;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

#page {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 15px;
}

#header {
	height: 70px;
	float: left;
	width: 100%;
}

#logo {
	width: 230px;
	height: 35px;
	text-indent: -99999em;
	background: url(images/logo.gif) 0 0 no-repeat;
	float: left;
	position: relative;
	top: 15px;
}

#logo a {
	display: block;
	width: 230px;
	height: 20px;
}

#nav {
	list-style-type: none;
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 30px 0 0 0;
}

#nav li {
	display: inline;
	padding: 30px 0 0 10px;
	border-left: 1px solid #eceae3;
	margin: 0 5px;
}

#nav li.first {
	border-left: none;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #84837c;
}

#nav a:hover, #nav a:active {
	text-decoration: none;
	color: #779a52;
}


#body {
	border: 1px solid #eceae3;
	padding: 3px;
	clear: both;
}

#inner_wrap {
	background: url(images/bg_body.gif) repeat-y center top;
}

#tools {
	background: #779a52;
	border-bottom: 3px solid #fff;
	text-align: right;
	padding: 2px;
}

.tools_in {
	float: right;
}

#tools form {
	display: inline;
	float: left;
	position: relative;
	top: 3px;
	margin: 0 10px 0 0;
	color: #fff;
}

#tools form input#s {
	padding: 3px;
	background: #658247;
	border: 1px solid #97a389;
	margin: 0 5px;
	color: #fff;
	width: 120px;
}

#searchsubmit {
}

#tools img {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#sidebar, #sidebar2, #content {
}

#sidebar, #sidebar2 {
	padding: 15px 10px;
	background: url(images/bg_topshadow.gif) repeat-x 0 0;
}

#sidebar {
	float: right;
	width: 236px;
}

#sidebar2 {
	float: left;
	width: 176px;
}

#sidebar2 h2, #sidebar h2 {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #b5b3a4;
	text-align: center;
	padding: 0 0 5px 0;
	font-weight: bold;
	letter-spacing: normal;
	margin: 0 0 5px 0;
}

.center {
	text-align: center;
}

#sidebar2 li, #sidebar li {
	margin: 0 0 10px 0;
}

#search {
	margin: 0 0 15px 0;
}

#content {
	float: left;
	width: 450px;
	padding: 15px;
	margin: 0 0 0 8px;
	line-height: 18px;
}

input#s {
	width: 100px;
}

.postmetadata {
	font-size: 10px;
	text-transform: uppercase;
}

#footer {
	clear: both;
	width: 780px;
	margin: 10px auto;
	font-size: 11px;
	text-align: center;
	color: #787878;
}

/* COMMENTS */

textarea#comment {
	width: 400px;
	border: 1px solid #b5b3a4;
}

ol.commentlist {
	margin: 0 0 0 40px;
}

/* HOME PAGE */
#home {
	background: url(images/bg_home.jpg) left top no-repeat;
	padding: 0 0 10px 0;
}

#home_right {
	float:left;
	width: 305px;
	margin: 40px 0 0 50px;
	padding: 10px;
}

.aktt_tweets {
	float: left;
}

.aktt_tweets li {
	margin: 10px 0;
}

#latest {
	padding: 233px 0 0 0;
	margin: 0 0 0 30px;
	float: left;
	width: 285px;
	color: #fff;
}

#latest h2 {
	color: #fff;
	border: none;
	margin: 0 0 30px 0;
}

#latest ul {
	list-style-type: disc;
	color: #fff;
	font-weight: bold;
}

#latest ul li {
	margin: 10px 0;
}

#latest a:link, #latest a:visited {
	color: #fff;
}

#latest a {
	font-weight: bold;
	padding: 15px 0 0 0;
	display: block;
}

#home_about {
	background: #fff;
	font-size: 11px;
	line-height: 18px;
	clear: both;
	width: 300px;
	position: absolute;
	top: 410px;
	float: left;
}

#home_about img {
	position: relative;
	left: 0px;
	float: right;
}

.homeSubscribe {
	float: left;
	clear: both;
	position: relative;
	top: 245px;
}

#home_adv {
	float: right;
	background: #fff;
	width: 160px;
	padding: 10px;
	margin: 10px 40px 0 0;
}

/* ARTICELS PAGE */

#articles h2 {
	margin-bottom: 2px;
	border-bottom: #ccc 1px solid;
	letter-spacing: normal;
	text-transform: none;
}

#articles .entry {
	margin: 10px 0;
}

/* POST IMAGES */
.alignright, .alignleft {
	background: #fff;
	border: 1px solid #55523d;
	padding: 1px;
	line-height: normal;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.wp-caption-text {
	font-size: 11px;
	text-align: center;
	padding: 5px 0 0 0;
	position: relative;
	top: 5px;
}

.post {
	clear: both;
	float: left;
	width: 100%;
}

/* GALLERY */
 

/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}