/*  
Theme Name: Spontaneous
Theme URI: http://www.freewpthemes.net/preview/spontaneous
Description: Widget ready and tested on WP2.3
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/img/layout/internals/body-bg-repeat-x.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

blockquote { }

a { color: #000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 920px;
	height: 45px;
	margin: 0 auto;
	/*background: url(images/img03.jpg) no-repeat left top;*/
}

/* Menu */

#menu {
	float: left;
	width: 540px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 14px 25px 15px 25px;
	background: url(images/img09.jpg) no-repeat left 18px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 20px;
	color: #000;
}

#menu .first {
	background: none;
}
/* Search */

#search {
	float: right;
	width: 305px;
	height: 45px;
}

#search form {
	float: right;
	margin: 0;
	padding: 12px 30px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000000;
	color: #000;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
}

#page-bgtop {
	padding-top: 5px;
}

	/** LOGO */

/* Content */

#content {
	float: left;
	width: 658px;
	padding-right: 0;
}

/* Post */

.post {
	background: url(images/img07.jpg) repeat-x left bottom;
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #000;
	margin-bottom:20px;
}

.post .title a {
	text-decoration: none;
	color: #000;
}

.post .date {
}

.post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 16px;
	background: url(images/img08.jpg) no-repeat left 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 0;
}

.entry p {
	margin-bottom:15px;
}
.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: left;
	background:none;
	width: 210px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 10px 10px 7px;
	/*background: url(images/img07.jpg) repeat-x left bottom;*/
}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
}

#sidebar h2 {
	/*border-bottom:1px solid #E2E2E2;*/
	height: 26px;
	margin: 0 0 2px 0px;
	padding: 5px 0 2px 10px;
	/*background: url(images/img06.jpg) no-repeat left top;*/
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}


#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #000;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}


#commentform {
}

#comment {
	width: 450px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
	font-size: 24px;
	color: #000000;
}

hr {
	display: none;
}

* {margin:0; padding:0; border:0;}

body { background-image:url(http://www.andrewhazen.com/img/body-bg-repeat-x.gif); background-repeat:repeat-x; font-family:Verdana, Arial, Helvetica, sans-serif;}

h1 {color:#6E6E6E;font-size:30px;font-family:Calibri;}
h3 {color:#6E6E6E;font-size:22px;font-family:Calibri;}
hr {color:#000000;background-color:#000000;border:0;width:100%;height:1px;margin:3px 0 3px 0;}

#container {width:800px; margin:0 auto; background-image:url(http://www.andrewhazen.com/img/lightsource.png); background-repeat:no-repeat; height:500px;}

#ah-header { background-image:url(http://www.andrewhazen.com/img/menu-bg.png); background-repeat:no-repeat; background-position:top right; margin-top:30px; height:100px; color:white;}
#ah-header img {float:left;}
#ah-header #main-nav { padding:30px 0 0 240px; font-size:18px; font-weight:bold;}
#ah-header #main-nav li {display:inline; list-style:none; font-family:Calibri; padding-right:20px;}
#ah-header #main-nav li a {color:white; text-decoration:none;}
#ah-header #main-nav li a:hover {border-bottom:5px solid white;}
#ah-header #sub-nav { padding:25px 0 0 240px; font-size:12px; font-weight:bold;}
#ah-header #sub-nav li {display:inline; list-style:none; font-family:Calibri; padding-right:20px;}
#ah-header #sub-nav li a {color:white; text-decoration:none;}
#ah-header #sub-nav li a:hover {border-bottom:1px solid white;}

#rock-left { width:220px; float:left;margin-top:10px;}

#twitter { height:70px;}
#rock-right { width:550px; margin-top:10px; float:right;}

#tweet {display:block; font-size:12px;}

#tweetlink {font-size:12px; font-style:italic;}
#tweetlink a {color:black; text-decoration:none;}
#tweetlink a:hover {text-decoration:underline;}

.ne_title a {font-size:13px;color:#3996BF;font-weight:bold;}
.ne_desc {font-size:11px;}
.news_event {margin-top:8px;}

#thecontent {width:715px;margin-top:21px;}
#content-left {width:375px;float:left;padding:0 5px 0 5px;}
#content-left p {font-size:12px;line-height:200%;margin-top:5px;}
#content-right {width:310px;float:left;padding-left:10px;border-left:3px #EEEEEE solid;}
#content-center {width:550px;float:left;padding:0 5px 0 5px;}
#content-center p {font-size:12px;line-height:200%;margin-top:5px;}
#content-center p strong {font-weight:bold;}
#content-center p a {color:#3996BF;font-weight:bold;}
#content-center ul {list-style-type:none;}
#content-center li {font-size:12px;line-height:200%;}

#newsletter {margin-top:10px;}
#newsletter p {color:#6e6e6e;font-size:12px;}

#subheader {margin: 2px 0 10px 0;}

#featured_video p {color:#6e6e6e;font-size:10px;}

#footer {width:800px;margin: 0 auto;}
#footer p {text-align:center;padding-bottom:10px;color:#6e6e6e;font-size:10px;}
#footer p a {color:#6e6e6e;text-decoration:none;}
#footer p a:hover {text-decoration:underline;}

#videoPlayer a {font-size:14px;}

#book {width:200px;margin-top:10px;}
#book p {font-size:11px;}

#testimonials p {font-size:11px;}

.text_input {background-image:url(http://www.andrewhazen.com/img/layout/form-field.jpg);width:150px;height:20px;margin-bottom:15px;padding:5px;color:#B8BCC1;}

.unsubscribe {margin-top:10px;}
p {
	font-size:14px;
}