/*////////////////////////////////////////////////////////////////////
 
	The Solivas: Screen Styles
	http://thesolivas.com/
	Author: Ken Soliva
	Updated: 2009-06-13

////////////////////////////////////////////////////////////////////*/
	
* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: .625em/1.5 "Helvetica Neue", Helvetica, sans-serif;
	color: #595959;
	background-color: #fff;
	}
	
#container {
	width: 950px;
	margin: 70px auto 0 auto;
	padding: 10px;
	font-size: 1.2em;
	}

/*////////////////////////////////////////////////////////////////////
	Base Typography
////////////////////////////////////////////////////////////////////*/

a {
	color: #595959;
	text-decoration: underline;
	}

a:hover {
	color: #00AEDF;
	text-decoration: underline;
	}
	
h2 {
	font: 1.8em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	color: #999;
	}
	
h2 a:link, h2 a:visited {
	color: #000;
	text-decoration: none;
	}
	
h2 a:hover, h2 a:active {
	color: #000;
	text-decoration: underline;
	}
	
h3 {
	font: bold 1.5em/1 "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	margin-bottom: .5em;
	}

h3 a {
	display: block;
	}
	
h3 a:link, h3 a:visited {
	color: #000;
	text-decoration: none;
	}
	
h3 a:hover, h3 a:active {
	color: #00AEDB;
	text-decoration: underline;
	}
	
h4 {
	font: bold 1.2em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: .5em;
	color: #000;
	}
	
h4 a:link, h4 a:visited {
	color: #000;
	text-decoration: none;
	}
	
h4 a:hover, h4 a:active {
	color: #00AEDB;
	text-decoration: underline;
	}
	
ol {
	list-style: decimal-leading-zero;
	}
	
ul {
	list-style-image: url("http://thesolivas.com/images/site/background/bullet.png");
	}
	
p {
	margin-bottom: 1em;
	}
	
p.author {
	margin-bottom: 0;
	}
	
p.date {
	color: #999;
	}
	
p.more {
	margin-bottom: 0;
	}	
	
strong {
	color: #000;
	}
	
/*////////////////////////////////////////////////////////////////////
	Layout
////////////////////////////////////////////////////////////////////*/

#header {
	margin-bottom: 10px;
	}
	
#header h1 {
	float: left;
	display: inline;
	width: 150px;
	margin-right: 10px;
	}
	
#nav {
	float: right;
	display: inline;
	width: 120px;
	min-height: 110px;
	padding: 20px 15px;
	color: #000;
	background-color: #80d1ee;
	list-style: none;
	font: 1.4em/1.5 "Helvetica Neue", Helvetica, sans-serif;
	}
	
#header #intro {
	float: left;
	display: inline;
	width: 470px;
	margin-right: 10px;
	}
	
#nav a {
	color: #fff;
	text-decoration: none;
	}

#nav a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#widgets {
	float: left;
	display: inline;
	}
	
#inner_container {
	float: right;
	display: inline;
	width: 790px;
	}
	
#content {
	margin-bottom: 0px;
	}
	
#content .section {
	margin-bottom: 0px;
	}
	
#content .caption {
	margin-top: 5px;
	padding: 1em;
	font-weight: bold;
	color: #000;
	background-color: #e5e5e5;
	}
	
#main {
	float: left;
	display: inline;
	width: 470px;
	}

#footer {
	font-size: .95em;
	color: #999;
	}

#footer a {
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
#footer #subscribe {
	float: right;
	display: inline;
	}
	
#footer #copyright {
	float: left;
	display: inline;
	}
	
/*////////////////////////////////////////////////////////////////////
	Homepage Template
////////////////////////////////////////////////////////////////////*/

#homepage #content {
	margin-bottom: 20px;
	}
	
#homepage #sidebar {
	float: right;
	display: inline;
	width: 310px;
	}
	
#homepage #sidebar .section_hero {
	margin-bottom: 10px;
	}
	
#homepage #sidebar .section #latest_post {
	padding: 20px 0 0 10px;
	}
	
#homepage #sidebar .section #latest_post #post_content {
	font-size: 1.2em;
	}

/*////////////////////////////////////////////////////////////////////
	Archives Template
////////////////////////////////////////////////////////////////////*/
	
#archives #content {
	margin-bottom: 20px;
	}
	
#archives #main {

	}
	
#archives form {
	margin-bottom: 20px;
	}
	
#archives fieldset {
	padding: 20px 15px;
	background-color: #f2f2f2;
	}
	
#archives .section {
	border-top: 1px solid #e5e5e5;
	}
	
#archives .open_chapter h3, #archives .chapter h3 {
	margin: 0;
	padding: 10px 0;
	cursor: pointer;
	}
	
.open_chapter {
	border-bottom: 1px solid #e5e5e5;
	}

.open_chapter h3 {
	background: url("http://thesolivas.com/images/site/background/close_chapter.png") no-repeat right center;
	}

.open_chapter div {
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
	}
	
.chapter {
	border-bottom: 1px solid #e5e5e5;
	}
	
.chapter h3 {
	background: url("http://thesolivas.com/images/site/background/open_chapter.png") no-repeat right center;
	}
	
.chapter div {
	display: none;
	}
	
/*////////////////////////////////////////////////////////////////////
	Post Template
////////////////////////////////////////////////////////////////////*/

#post h2 {
	font-weight: bold;
	color: #000;
	margin-bottom: .5em;
	}
	
#post_content {
	font-size: 1.2em;
	}
	
#post #post_content h3 {
	font: bold 1em/1.2 "Helvetica Neue", Helvetica, sans-serif;
	margin: 1.5em 0 .5em 0;
	color: #000;
	}
	
#post #post_content p {
	margin-bottom: 0;
	text-align: justify;
	}
	
#post #post_content p + p {
	text-indent: 2em;
	}
	
#post #post_content ol, #post #post_content ul {
	margin: 1em 0 1em 1em;
	}
	
#post .section, #post #comment_form {
	margin-bottom: 20px;
	}
	
#post #post_photo {
	margin-bottom: 20px;
	}
	
#post .section .header, #post #comment_form .header {
	margin-bottom: 1em;
	padding: 10px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	}
	
#post .section .header h3, #post #comment_form .header h3 {
	float: left;
	display: inline;
	width: 310px;
	margin: 0;
	}
	
#post .section .header p, #post #comment_form .header p {
	float: right;
	display: inline;
	width: 150px;
	text-align: right;
	font-size: .95em;
	margin: 0;
	}
	
#post #comments h4 {
	margin-bottom: 0;
	}
	
#post #comments .date {
	margin-bottom: .5em;
	}
	
#post #comments li + li {
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
	}
	
/*
#post #comments li {
	padding: 10px;
	}
	
#post #comments li.odd {
	background-color: #f2f2f2;
	}
	
#post #comments li.even {
	background-color: #fff;
	}
*/
	
#post #prev {
	float: left;
	display: inline;
	margin-left: 120px;
	}
	
#post #next {
	float: left;
	display: inline;
	margin-left: 10px;
	}
	
/*////////////////////////////////////////////////////////////////////
	Contact Us Template
////////////////////////////////////////////////////////////////////*/

#contact #content {
	margin-bottom: 20px;
	}
	
/*////////////////////////////////////////////////////////////////////
	Widgets
////////////////////////////////////////////////////////////////////*/

#calendar {
	width: 120px;
	min-height: 110px;
	margin-bottom: 10px;
	padding: 20px 15px;
	color: #fff;
	background-color: #000;
	list-style: none;
	}
	
#calendar #day {
	display: block;
	font: bold 8em/.75em "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
#calendar #month {
	display: block;
	font: 1.6em/1 "Helvetica Neue", Helvetica, sans-serif;
	}
	
/*////////////////////////////////////////////////////////////////////
	Images
////////////////////////////////////////////////////////////////////*/

a img {
	border: none;
	}
	
img {
	display: block;
	}
	
.left_wrap {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	}

.right_wrap {
	float: right;
	display: inline;
	margin: 0 0 10px 10px;
	}
	
.comment {
	background: url("http://thesolivas.com/images/site/background/comment.png") no-repeat right center;
	padding: 3px 20px 3px 0;
	}
	
.feed {
	background: url("http://thesolivas.com/images/site/background/feed.png") no-repeat right center;
	padding: 3px 15px 3px 0;
	}
	
.more {
	background: url("http://thesolivas.com/images/site/background/more.png") no-repeat right center;
	padding: 0 14px 0 0;
	}
	
.post {
	background: url("http://thesolivas.com/images/site/background/post.png") no-repeat right top;
	padding: 0 16px 0 0;
	}
	
.slideshow {
	background: url("http://thesolivas.com/images/site/background/slideshow.png") no-repeat right center;
	padding: 3px 21px 3px 0;
	}

/*////////////////////////////////////////////////////////////////////
	Forms
////////////////////////////////////////////////////////////////////*/
	
.hiddenFields {
	display: none;
	}

fieldset {
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	}
	
fieldset div.column {
    float: left;
    display: inline;
    margin-right: 1em;
    }
	
label {
	display: block;
	font: bold 1em/1 "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: .5em;
	}
	
input, select, textarea {
	display: block;
	margin-bottom: 1em;
	}
	
input:focus {
	color: #000;
	background-color: #fffff2;
	}
	
input.button {
	display: inline;
	margin: 0 10px 0 0;
	}
	
/*////////////////////////////////////////////////////////////////////
	Miscellaneous
////////////////////////////////////////////////////////////////////*/

.hide {
	display: none;
	}
	
.message {
	margin-bottom: 1em;
	padding: 1em;
	color: #000;
	background-color: #e5e5e5;
	border-color: #ccc;
	}

.alert {
	background-color: #FFF8D3;
	border-color: #FFEC82;
	}
	
.success {
	background-color: #CEE5B8;
	border-color: #A1D078;
	}
	
.error {
	background-color: #F9B5B2;
	border-color: #F27279;
	}
	
/*////////////////////////////////////////////////////////////////////
	Search Marker highlights keywords in EE search results
////////////////////////////////////////////////////////////////////*/

.marker {
	color: #000;
	font-weight: bold;
	background-color: #FFF8D3;
	}
	
/*/////////////////////////////////////////////////////////////////////
	Float Fix
/////////////////////////////////////////////////////////////////////*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
