/* v1.0 | 20080212 */
/* RESET STLES */
@font-face {
	font-family: "Museo Sans";
	src: url(fonts/MuseoSans_500.otf) format("truetype");
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* -- SITE INIT -- */
body {
    background: #9DBCBC;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    color: #4F5155;
}

a {
	color: #5F88B4;
	text-decoration: none;
}

p {
	text-indent: 20px;
	margin-top: 10px;
}

hr {
	height: 1px;
	border: 0;
	color: #aaa;
	background-color: #aaa;
	width: 80%;
}

hr .light {
	height: 1px;
	border: 0;
	color: #eee;
	background-color: #eee;
	width: 80%;
}

.blue_text {
	color: #5F88B4;
}

/* -- STANDARD CLASSES -- */
.clear {
    clear: both;
    line-height: 1em;
}

.center_content {
    margin: auto;
    width: 960px;
}

.padded {
    padding: 20px;
}

input {
	color: #333;	
	border: 1px solid #555;
	padding-left: 5px;
	margin: 0;
}

.submit-button {
	color: #333;
	background: #fff;
	padding: 10px;
}

/* -- SITE LAYOUT -- */
#site_header {
    border-bottom: 3px solid #F0F0AF;
    background: #303030 url(images/header-bg.png) repeat top left;
    color: #fff;
    padding: 0px;
}

#site_footer {
	background: #eee;
	color: #555;
	font-size: 9pt;
	padding: 20px;
}

#site_header #follow_me {
	margin-top: 10px;
}

#header_image {
margin-top: 15px;
margin-bottom: 0px;
	float: left;
}

#follow_me {
	float: right;
}

.important_message {
	border: 1px solid #ddd;
	background: #f8f8f8;
	padding: 10px;
	font-size: 9pt;
	color: #5F88B4;
}

.site_message {
	border: 1px solid #eee;
	background: #f8f8f8;
	padding: 10px;
	font-size: 9pt;
}

.site_message .box {
	padding: 20px;
	border: 1px solid #eee;
	background: #f8f8f8;
	color: #232323;
}

#site_content {
    /* border-top: 3px solid #A83030; */
    background: transparent;
    color: #555;
    padding: 20px;
}

#top_nav {
	border: 1px solid #ddd;
	background: #fff;
	padding: 0px;
	font-size: 10pt;
	color: #333;
	-webkit-border-radius: 5px;    /* for Safari */
    -moz-border-radius: 5px;       /* for Firefox */
}

#top_nav .pages {
	padding: 10px;
	float: left;
}

#top_nav .site {
	padding: 10px;
	background: #5F88B4 ;
	color: #fff;
	float: right;
	clear: none;
	-webkit-border-radius: 0px 5px 5px 0px;    /* for Safari */
    -moz-border-radius: 0px 5px 5px 0px;       /* for Firefox */	
}

#top_nav .pages li{
	display: inline;
	list-style-type: none;
}

#top_nav .pages a {
	color: #5F88B4;
	text-decoration: none;
	padding: 10px 15px;
}

#top_nav .pages a:hover {
	color: #87010A;
}

#top_nav .site li{
	display: inline;
	list-style-type: none;
}

#top_nav .site a {
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
}

#top_nav .site a:hover {
	color: #222;
}


/* --- FEATURED BOXES --- */
.featured_box_container {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ddd;
	font: 1em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 20px;
}

.featured_box_container .meta{
	font-size: 8pt;
	margin-top: 10px;
}

.featured_box_container h3{
	font-size: 11pt;
	font-weight: lighter;
	color: #87010A;
}

.featured_message {
	float: left;
	padding: 20px;
	padding-top: 20px;
	width: 370px;
	min-height: 250px;
	height: 250px;
	overflow: hidden;
	line-height: 1.5;
	background: #eee;
	border: 1px solid #ddd;
	border-left: none;
	font-size: 9pt;
	color: #333;
}

.featured_box_container .featured_image {
	float: left;
}

.about_me {
	padding: 20px;
	border: 3px solid #222;
	background: #333;
	float: left;
	margin-left: 20px;
	line-height: 1.2em;
}

.about_me .left{
	float: left;
	width: 390px;
	color: #fff;
	font-size: 10pt;
	padding: 20px;
}

.about_me h3 {
	color: #5F88B4;
}

.about_me img {
	float: left;
	padding: 10px;
	background: #fff;
	height: 200px;
}

.post_box {
	padding: 10px;
	background: #eee;
	border: 1px solid #ddd;
}

.post_box .right {
	padding: 0px 20px;
	width: 500px;
	float: left;
	clear: none;
}

.post_box .left {
	float: left;
	clear: none;
}

/* -- SINGLE PAGE -- */
.current_story_title {
	text-align: center;
	font-size: 16pt;
	font-weight: lighter;
	color: #87010A;
	padding-bottom: 10px;
}

.left_sidebar {
	background: #eee;
	border: 1px solid #ddd;
	border-right: 1px dotted #eee;
	padding: 10px;
	float: left;
	width: 200px;
	margin-top: 20px;
	clear: none;
	font-size: .8em
}

#right_sidebar {
	background: #fff;
	border-right: 1px dotted #eee;
	padding: 10px;
	float: left;
	width: 160px;
	height: 200px;
	margin-right: 10px;
	clear: none;}

.left_sidebar li, #right_sidebar li {
	font-size: 9pt;
	line-height: 2.3;
}

.left_sidebar a, #right_sidebar a {
	color: #5F88B4;
	text-decoration: none;
	padding: 5px 5px;
	background: transparent;
	border-bottom: 1px dotted #eee;
}

.left_sidebar a:hover , #right_sidebar a:hover {
	background: #eee;
}

.series_title {
	text-align: center;
	font-size: 10pt;
	padding-bottom: 10px;
}

.series_title a{
	text-decoration: none;
	border-bottom: 2px solid #333;
}

.series_title a:hover {
	color: #888;
}

.current_chapter {
	float: left;
	padding: 20px;
	padding-top: 20px;
	width: 600px;
	overflow: hidden;
	line-height: 1.5;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #222;
}

.current_story{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

.current_page {
	padding: 10px;
	padding-top: 20px;
	overflow: hidden;
	line-height: 1.5;
	background: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	color: #222;
}

/*  --- COMMENTS --- */
.comments {
	background: #eee;
	color: #333;
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 12px;
}

.comments .comment {
	padding: 10px;
	font-size: 12px;
}

.comment .gravatar {
	float: left;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
}

.comment .comment_text {
	float: left;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	margin-left: 15px;
	width: 400px;
	font-size: 12px;
}


/*-- FOOTER -- */

#footer-widgets {
	width: 100%;
	margin: auto;
}

.widget {
	width: 280px;
	float: left;
	padding: 15px;
	font-size: 9pt;
}

.widget li {
	text-indent: 15px;
}

.widget {
	background: #fff;
	border-right: 1px dotted #eee;
	padding: 10px;
	float: left;
	width: 220px;
	clear: none;
	font-size: .8em
}

.wide-widget {
	background: #fff;
	border-right: 1px dotted #eee;
	padding: 10px;
	float: left;
	width: 380px;
	clear: none;
	font-size: .8em
}

.widget li, .wide-widget li {
	font-size: 9pt;
	line-height: 2.3;
}

.widget a, .wide-widget a {
	color: #5F88B4;
	text-decoration: none;
	padding: 5px 5px;
	background: #fff;
	border-bottom: 1px dotted #eee;
}

.widget a:hover, .wide-widget a:hover {
	background: #eee;
}


