/*
Theme Name: EmXero
Theme URI: http://nikzane.com/
Description: Original theme by Nik Zane
Version: 1.0
Author: Nik Zane
Tags: single column, bottom menu, valid xhtml
*/

/*** RESETS ***/
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, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
button, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** COMMON COLORS & BACKGROUNDS ***/
body {
	background: #000 url(images/woodtile.jpg) fixed;
	color: #FFF;
}
#body_wrapper { background: url(images/body_wrapper.png) fixed top repeat-x; }
a, a:link, a:visited { color: #706ca7; }
.storycontent a {
	font-weight: bold;
}
a:hover { color: #9894d1; }
a:active, a:focus { color: #FFF; }
h1, h2, h3, h4 { }
#topnav a, input#submit, button {
	background: url(images/buttons.png) repeat-x 0px 0px;
	color: #CCC!important;
	border: none!important;
	cursor: pointer;
} /* buttons */
#topnav a:hover, input#submit:hover {
	background: url(images/buttons.png) repeat-x 0px -30px;
	color: #FFF!important;
} /* button hovers */
#topnav a:active, #topnav a:focus, input#submit:active, input#submit:focus {
	background: url(images/buttons.png) repeat-x 0px -60px;
	color: #FFF!important;
} /* button active/focus */

#topnav li.current_page_item a, #topnav li.current-cat a {
	background: #a6a86f url(images/button_highlight.png) top repeat-x;
	color: #FFF!important;
}

input, textarea, button { border: 1px solid #999!important; }
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus, button:hover, button:focus { border: 1px solid #FFF!important; }
#headerlogo { background: url(images/header_canvas.png); }
#headerlogo_over { background: url(images/header_canvas_over.png); }
blockquote { background: url(images/quote.png) no-repeat top left; }
.meta { color: #666; }
.more-link {
	color: #38356d!important;
	background: #706ca7 url(images/button_highlight.png) top repeat-x;
}
.more-link:hover {
	color: #000!important;
	background: #9894d1 url(images/button_highlight.png) top repeat-x;
}
.more-link:active, .more-link:focus {
	color: #000!important;
	background: #524e8c url(images/button_highlight.png) top repeat-x;
}
#home-link {
	background: url(images/home.png) center 7px no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
}
#home-link_over {
	opacity: 0;
	background: url(images/home_over.png) center 7px no-repeat;
	width: 20px;
	height: 19px;
	display: block;
}
#about-link {
	background: url(images/about.png) center 7px no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
}
#about-link_over {
	opacity: 0;
	background: url(images/about_over.png) center 7px no-repeat;
	width: 20px;
	height: 19px;
	display: block;
}
#contact-link {
	background: url(images/contact.png) center 7px no-repeat;
	width: 20px;
	height: 19px;
	display: inline-block;
}
#contact-link_over {
	opacity: 0;
	background: url(images/contact_over.png) center 7px no-repeat;
	width: 20px;
	height: 19px;
	display: block;
}

/*** MARGINS, PADDING, WIDTH, HEIGHT ***/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
#body_wrapper { padding: 10px 0 0 0; }
#wrapper {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 10px 10px 10px;
}
#header { margin: 0; }
#headerlogo {
	margin: 0;
	width: 800px;
	height: 210px;
}
#headerlogo_over {
	/*display: none;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	margin: 0;
	width: 800px;
	height: 210px;
}
#homelink {
	display: block;
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 0.5em 0;
}
blockquote {
	margin-left: 1.0em;
	padding: 45px 10px 10px 45px;
}
hr { margin-top: 0.5em; }

/*** TYPOGRAPHY ***/
body { font-size: 0.8em; }
body, input, textarea, button { font-family: Georgia, "Times New Roman", Times, serif; }
h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
a, a:visited, a:hover, a:active { text-decoration: none; }
acronym, abbr { font-size: 1.0em; }
blockquote { font-style: italic; }
#bottom h4 {
	color: #CCC;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	height: 20px;
	line-height: 24px;
}
#bottom h2 {
	color: #CCC;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}
#footer {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.tags {
	color: #a6a86f;
	font-size: 0.85em;
}

/*** MISC HTML STYLES ***/
img, a img { border: none; }
acronym, abbr {
	border-bottom: 1px dashed #333;
	cursor: help;
}
hr {
	border: none;
	border-bottom: #CCC solid 1px;
}
ul.post-meta { list-style: none; }
ul.post-meta span.post-meta-key { font-weight: bold; }

/*** TOPBAR, NAVBAR, SEARCH STYLES ***/
#topbar {
	/*background: url(images/topbar_brass.png) no-repeat;*/
	width: 780px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
#topnav {
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 1.0em;
	letter-spacing: 0.1em;
}
#topnav li {
	list-style: none;
	display: inline-block;
}
#topnav a {
	padding: 0 10px;
	display: block;
	line-height: 30px;
	height: 30px!important;
}
#search {
	float: right;
	font-size: 14px;
	text-align: right;
}
img#clear_field { position: relative; left: 156px; top: 18px; float: left; display: none; z-index: 1000; }
input#search_field {
	background: url(images/search.png) repeat-x 0px 0px;
	color: #CCC!important;
	width: 150px;
	padding: 3px 5px 2px 5px;
	border: none;
}
input#search_field:hover {
	background: url(images/search.png) repeat-x 0px -30px;
	color: #FFF!important;
}
input#search_field:active, input#search_field:focus {
	background: url(images/search.png) repeat-x 0px -60px;
	color: #FFF!important;
}
input#search_button {
	background: none;
	cursor: pointer;
	position: relative;
	top: 5px;
	padding: 0;
	margin: 0;
	border: none!important;
}

/*** POST STYLES ***/
.post { padding: 5px 20px; }

.post_wrapper {
	color: #CCC;
	background: url(images/black_alpha_50.png);
	margin: 0;
}
.post_header {
	width: 100%;
	display: block;
}
.storytitle {
	color: #a6a86f;
	float: left;
	font-size: 1.6em;
	text-transform: capitalize;
	padding: 5px 0 0 0;
}
.storytitle a {
	color: #a6a86f;
}
.storytitle a:hover {
	color: #c9cb8e;
}
.storycontent {
	margin: 5px 0 0 0;
}
.storycontent p {
	line-height: 1.8em;
	margin: 0 0 1.0em 0;
}
.storycontent li, .storycontent ul {
	color: #CCC;
	list-style: square inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.storycontent li { padding-bottom: 0.5em; }
.credit {
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
}
.feedback {
	color: #CCC;
	clear: both;
}
#content {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.edit-link {
	width: 14px;
	height: 8px;
	position: relative;
	left: 5px;
}
.more-link {
	display: inline-block;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 5px;
	line-height: 1.4em;
}
#search_header {
	background: url(images/black_alpha_75.png);
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px;
}

/*** META STYLES ***/
.meta {
	background: url(images/black_alpha_75.png);
	text-align: center;
	text-transform: lowercase;
	padding: 3px 0 3px 0;
	font-size: 0.8em;
	margin: 1px auto 10px auto;
}
.meta a {
	color: #CCC;
	padding: 1px 3px 0px 3px;
	cursor: pointer;
	border: none!important;
}
.meta a:hover {
	color: #FFF;
}
.meta a:active {
	color: #FFF;
}
.meta img { border: none; }

/*** MINI CALENDAR ***/
.cal_wrapper {
	background: url(images/calbg.gif);
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 37px;
	height: 54px;
}
.cal_year {
	position:relative;
	top: 15px;
	font-weight: bold;
	float: right;
	padding: 1px;
	color: #333;
	display: block;
	font-size: 2.0em;
	margin: 0 5px 0 0;
}
.cal_month {
	position: relative;
	top: 24px;
	/*background: #222;*/
	padding: 1px;
	color: #AAA;
	display: block;
	font-size: 0.7em;
}
.cal_day {
	position: relative;
	top: 19px;
	color: #333;
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
}

/*** COMMENTS ***/
#postcomment {
	display: block;
	cursor: pointer;
}
#submit_box h4:hover {
	color: #FFF;
	}
#submit_box_toggle { }
#submit_box_toggle a { color: #999; padding: 1px 3px; }
#submit_box_toggle a:hover { color: #FFF; background: url(images/white_alpha_25.png); }
#submit_box_toggle a:active, #submit_box_toggle a:focus { color: #FFF; background: url(images/white_alpha_50.png); }
.comment_wrapper {
	background: url(images/black_alpha_50.png);
	margin: 0 0 1px 80px;
}
#submit_box_wrapper .meta {
	color: #999;
	background: url(images/black_alpha_75.png);
}
.meta a, #submit_box_wrapper .meta a { color: #CCC; }
.meta a:hover, #submit_box_wrapper .meta a:hover {
	color: #FFF;
}
.meta a:active, #submit_box_wrapper .meta a:active {
	color: #FFF;
}
.comment { padding: 1.0em; }
.comment_tail { 
	background: url(images/comment_tail.png);
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 20px;
	left: -20px;
	float: left;
}
.comment_body {
	color: #CCC;
	font-size: 0.9em;
	line-height: 1.4em;
}
#comments {
	color: #CCC;
	margin-bottom: 10px;
	padding: 5px;
	cursor: pointer;
}
#comments img {
	position: relative;
	top: 3px;
}
#commentlist { }

.avatar {
	float: left;
	background: url(images/avatar.png) no-repeat;
	border: 3px solid #000;
}
.avatar img {
	border: none;
}

/*** FORM ELEMENTS ***/
input, textarea {
	font-size: 1.0em;
	background: url(images/black_alpha_50.png);
	color: #CCC;
	padding: 0.25em;
}
input:hover, textarea:hover {
	color: #FFF;
	background: url(images/black_alpha_75.png);
}
input:focus, textarea:focus {
	color: #FFF;
	background: url(images/black_alpha_90.png);
}
input:active, textarea:active {
	color: #FFF;
	background: url(images/black_alpha_90.png);
}
#submit_box_wrapper {
	color: #CCC;
	background: url(images/black_alpha_75.png);
}
#submit_box { padding: 10px 10px 0px 10px; }
#submit_box textarea {
	width: 750px;
	max-width: 750px;
}
#submit_box input, #submit_box textarea { margin-bottom: 10px; }
input#submit, button {
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

/*** SIDEBAR (IE: BOTTOM) ***/
#bottom {
	width: 780px;
	margin: 10px auto 1px auto;
}
#bottom li a {
	color: #706ca7;
	display: inline-block;
}
#bottom li a:hover { color: #9894d1; }
.bottom_section_wrapper {
	padding: 0px;
}
.bottom_inner {
	padding: 1.0em;
}
#bottomCenterCol {
	position: relative;
	float: inherit;
	margin-left: auto;
	margin-right: auto;
}
#bottomLeftCol {
	position: relative;
	float: left;
}
#bottomRightCol {
	position: relative;
	float: right;
}
#bottomCenterCol, #bottomLeftCol, #bottomRightCol {
	font-size: 1.0em;
	background: url(images/black_alpha_50.png);
	width: 32%;
}
#box_col_left, #box_col_center, #box_col_right { }
#bottom li, #bottom ul {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style-position: inside;
	list-style-image: url(images/bullet_white.png);
}
#bottom li:hover, #bottom ul:hover { list-style-image: url(images/bullet_white_over.png); }
#bottom h4 {
	cursor: pointer;
	color: #a6a86f;
}
#bottom h4:hover {
	color: #c9cb8e;
}
/*#bottom h4:hover { color: #CCC; }*/

/*** FOOTER ***/
#footer {
	color: #CCC;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
}
#footer a { color: #CCC; }
#footer a:hover { color: #FFF; }

/*** PAGE NAVIGATION ***/
.pagenav {
	font-size: 1.0em;
	font-weight: bold;
}
.pagenav_left, .pagenav_right {
	display: block;
	text-align: center;
	padding: 0.2em 0.5em;
	color: #38356d!important;
	background: #706ca7 url(images/button_highlight.png) top repeat-x;
}
.pagenav_left:hover, .pagenav_right:hover {
	color: #000!important;
	background: #9894d1 url(images/button_highlight.png) top repeat-x;
}
.pagenav_left:active, .pagenav_left:focus, .pagenav_right:active, .more-link:focus {
	color: #000!important;
	background: #524e8c url(images/button_highlight.png) top repeat-x;
}
.postnav {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 10px;
}
.postnav_left a, .postnav_right a {
	text-align: center;
	padding: 0.2em 0.5em;
	color: #38356d!important;
	background: #706ca7 url(images/button_highlight.png) top repeat-x;
}
.postnav_left a:hover, .postnav_right a:hover {
	color: #000!important;
	background: #9894d1 url(images/button_highlight.png) top repeat-x;
}
.postnav_left a:active, .postnav_left a:focus, .postnav_right a:active {
	color: #000!important;
	background: #524e8c url(images/button_highlight.png) top repeat-x;
}

/*** CUSTOM CLASSES ***/
.font7 { font-size: 0.7em; }
.font8 { font-size: 0.8em; }
.font9 { font-size: 0.9em; }
.font10 { font-size: 1.0em; }
.font11 { font-size: 1.1em; }
.font12 { font-size: 1.2em; }
.font13 { font-size: 1.3em; }
.font14 { font-size: 1.4em; }
.font15 { font-size: 1.5em; }
.spacer1 {
	height: 1.0em;
	display: block;
}
.spacer2 {
	height: 2.0em;
	display: block;
}
.spacer3 {
	height: 3.0em;
	display: block;
}
.float_right, .alignright { float: right; }
.float_left, .alignleft { float: left; }
.clear { clear: both; }
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright { 
	padding: 0 0 10px 10px;
}
img.alignleft { 
	padding: 0 10px 10px 0;
}
img.aligncenter { 
	padding: 0 10px 10px 10px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	color: #000;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.wp-smiley {
	position: relative;
	top: 3px;
	margin: 0!important;
	padding: 0!important;
}

/*** MODAL ***/

.modal_wrap {
	font-size: 0.9em;
	background:#FFF;
	width: 50%;
	color:#000;
	border: 5px solid #CCC;
	padding:1.0em;
	display:block;
	position: absolute;
	top:0px;
	left:100px;
	opacity: 0;
	z-index: 99999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.modal_content {
}
.modal_closebox {
	/*background: url(images/closebox.png);*/
	float: right;
	position: relative;
	top: -25px;
	right: -25px;
	cursor: pointer;
}

/*** CODE FORMATTING ***/
pre {
	font-size: 12px;
	font-family: 'Courier New', Courier, Fixed;
	padding: 0;
	margin: 0 40px 1.0em 40px;
	background: #FFC;
	border: 1px solid #FFF;
	line-height: 20px;
	background: url(images/code_bg.gif) repeat;
	width: 700px;
	overflow: auto;
	overflow-Y: hidden;
}
pre code {
	margin: 0 0 0 20px;
	padding: 18px 0;
	display: block;
}
p code {
	color: #90F;
	font-weight: bold;
	font-size: 1.2em;
}

/* ***** */

.post-ratings {
	padding: 0 3px;
}

/*** CSS3 HACKS (Safari/Webkit & Mozilla Only) ***/
input#search_field {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.more-link
	, .pagenav_left
	, .pagenav_right
	, .postnav_left a
	, .postnav_right a
{
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#topbar
	, .post_wrapper
	, .post_wrapper_first
	, .meta
	, .meta a:hover
	, #comments
	, .comment_wrapper
	, #submit_box_wrapper
	, input#submit
	, button
	, .bottom_section_wrapper
	, #bottomCenterCol
	, #bottomLeftCol
	, #bottomRightCol
	, #footer
	, pre
	, #tt
	, #st
	, #search_header
	, #submit_box_toggle a
	, .avatar
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#topnav a, .wp-caption {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*** IE HACKS (IE6/IE7 Only) ***/
* html #topnav { padding: 0; }  /* IE 6 */
* + html #topnav { padding: 0; }  /* IE 7 */
* html #topnav li {
	display:inline;
	margin: 0px 1px;
}  /* IE 6 */
* + html #topnav li {
	display:inline;
	margin: 0px 1px;
}  /* IE 7 */
* html #footer {
	margin-top: 0;
	padding: 0;
}  /* IE 6 */
* + html #footer {
	margin-top: 0;
	padding: 0;
}  /* IE 7 */
* html #home { position: relative; top: 7px; }
* + html #home { position: relative; top: 7px; }
* html #about { position: relative; top: 7px; }
* + html #about { position: relative; top: 7px; }
* html #contact { position: relative; top: 7px; }
* + html #contact { position: relative; top: 7px; }

* html #home-link { position: relative; top: 2px; }
* + html #home-link { position: relative; top: 2px; }
* html #about-link { position: relative; top: 2px; }
* + html #about-link { position: relative; top: 2px; }
* html #contact-link { position: relative; top: 2px; }
* + html #contact-link { position: relative; top: 2px; }

* html #search { position: relative; top: -5px; }
* + html #search { position: relative; top: -5px; }

* html #headerlogo_over { background: none; }
* + html #headerlogo_over { background: none; }