/*----------------------------------------------------------------- MASTER CLASSES ---*/
* {font-size: 100.01%; margin: 0; padding: 0; }
html {font-size: 62.5%;}
body {
/*	font:11px Arial, Helvetica, sans-serif;*/
	font:110% Arial, Helvetica, sans-serif;
	color: #fff;
	background: transparent url(images/bg-page-rep.gif);
}

.clearfix {clear: both; display: block;}
.right {float: right;}
.left {float: left;}
/*----------------------------------------------------------------- MASTER CLASSES END ---*/

/*----------------------------------------------------------------- LAYOUT CLASSES ---*/
div#wrapper {
	background-color: #191919;
	width: 100%;
}
div#content {
	overflow: hidden;
	width: 530px;
	float: left;
}
div.sidebar {
	overflow: hidden;
	width: 190px;
	float: right;
}
div#header {
	background: url(images/bg-header.jpg) no-repeat center top;
	height: 101px;
}
div.inner {width:760px; margin: 0 auto; /*position: relative;*/}
div#footer {
	clear: both;
	width: 100%;
	height: 230px;
	padding: 20px 0;
	color: #666;
	background: transparent url(images/bg-footer.jpg) no-repeat center top;
}
/*----------------------------------------------------------------- LAYOUT CLASSES END ---*/

/*----------------------------------------------------------------- GENERAL CLASSES ---*/
span#rss {float: right;}
span#theme-link {float: left;}
span.meta-sep {color: #c93; padding: 0 4px;}
.entry-meta {margin-bottom: 20px;}
div.textwidget {color: #ccc; padding-left: 10px; margin-bottom: 15px; border-left: 1px solid #c93;}

div#comments {
	padding: 10px 0;
}
li.comment {
	border-top: 1px dotted #555;
	padding: 10px 0;
}
span.fn {font: lighter 1.6em Arial Narrow, Arial, sans-serif; color: #c93;}
span.fn a {color: #c93;}
div.comment-meta {color: #fff; background: #333; padding: 2px; margin: 5px 0;}
input#s, textarea, .form-input input, #error404-s, #noresults-s {
	background: #333 url(images/input-bg.gif) repeat-x center top;
	border: 1px solid #C93;
	padding: 3px;
	margin: 3px 0 3px 0;
	font-size: 13px;
	color: #ccc;
}
input#searchsubmit, input.button, input#submit, #error404-searchsubmit, #noresults-searchsubmit {
	border: 1px solid #C93;
	margin: 3px 0 3px 0;
	padding: 2px 5px;
	color: #ccc;
	background: #333 url(images/input-bg.gif) repeat-x;
}
div.entry-content {
	padding: 0 0 10px 0;
}
ul.xoxo li.widget {margin-bottom: 10px;}
ul.xoxo li ul {color: #ccc; padding-left: 10px; margin-bottom: 15px; border-left: 1px solid #c93;list-style: none;}
span.fav-album {
	display: block;
	float: left;
	width: 63px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
	line-height: normal;
}
span.fav-album img {
	border: 1px solid #c93;
	margin: 0 3px 3px 3px;
	display: block;
	clear: both;
}
.entry-content img {
	border: 1px solid #c93;
	margin: 2px;
}
.entry-content a:hover img {border: 1px solid #666;}
/*----------------------------------------------------------------- GENERAL CLASSES END ---*/

/*----------------------------------------------------------------- TYPOGRAPHY CLASSES ---*/
div#content, div.sidebar {
	line-height: 1.4em;
	margin-bottom: 10px;
}
h1#blog-title, div#blog-description {display: none;}
h1.heading, h2.entry-title, h3.widgettitle, h3.entry-title {
	font: lighter 2.2em Arial Narrow, Arial, sans-serif;
	_font: lighter 1.8em Arial Narrow, Arial, sans-serif;
	letter-spacing: -0.5px;
	background: transparent url(images/heading-bull.gif) no-repeat 0% 50%;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
}
div#respond h3 {color: #c93;}
span.edit-link, span.logout {
	padding: 1px 5px;
	background: #555;
	border: 1px solid #c93;
}
/*----------------------------------------------------------------- TYPOGRAPHY CLASSES END ---*/

/*----------------------------------------------------------------- LINK CLASSES ---*/

a:link {color: #fff;text-decoration: none;}
a:active {color: #c93;}
a:visited {color: #fff;text-decoration: none;}
a:hover {color: #c93;}

div#footer a:link {color: #666; text-decoration: none;}
div#footer a:active {color: #666; text-decoration: none;}
div#footer a:visited {color: #666; text-decoration: none;}
div#footer a:hover {color: #c93; text-decoration: underline;}

.nav-next a {
	display: block;
	text-indent:-9999px;
	float: right;
	height: 22px;
	width: 82px;
	background: transparent url(images/post-next.gif) no-repeat 0% 100%;
}
.nav-next a:hover {
	background: transparent url(images/post-next.gif) no-repeat 0% 0%;
}
.nav-previous a {
	display: block;
	text-indent:-9999px;
	float: left;
	height: 22px;
	width: 82px;
	background: transparent url(images/post-prev.gif) no-repeat 0% 100%;
}
.nav-previous a:hover {
	background: transparent url(images/post-prev.gif) no-repeat 0% 0%;
}
div#nav-above {
	clear: both;
	height:30px;
	margin: 5px 0 10px 0;
}
#main-nav {
	position: absolute;
	top: 61px;
}
div#main-nav div.inner {position: relative;}
#main-nav ul {
	margin:0;
	padding:9px 0 7px;
	list-style:none;
	float:right;
	position: relative;
	z-index: 5;
}
#main-nav li {
	float:left;
	padding:0 14px;
	line-height:24px;
	margin:0 -1px 0 1px;
	display:inline;
	color:#fff;
}
#main-nav li:hover,
#main-nav li.hover {
	position:relative;
}
#main-nav li a {
	text-decoration:none;
}
#main-nav a.current {
	color: #c93;
}
#main-nav li .sub {
	position:absolute;
	z-index: 999;
	left:0;
	top:12px;
	width:180px;
	padding-top:11px;
	display:none;
}
#main-nav li:hover .sub,
#main-nav li.hover .sub {display:block;float: left;}
#main-nav li ul {
	margin:0;
	padding:0;
	list-style:none;
	border: 1px solid #444;
}
#main-nav li:hover li,
#main-nav li.hover li {
	float:left;
	padding:0;
	border:none;
	margin:0;
}
#main-nav li:hover li a,
#main-nav li.hover li a {
	background:#000;
	display:block;
	padding:1px 6px;
	width:140px;
}
#main-nav li li a:hover,
#main-nav li li:hover a,
#main-nav li li.hover a {
	background:#333;
	color:#c93;
	text-decoration:none;
}
#main-nav li li ul {display: none;}
/*----------------------------------------------------------------- LINK CLASSES END ---*/