/*
* Original Design: Zeke 1.0 by Michael D. Pollock - http://www.solostream.com/
* Ported to b2evolution 2.0 by The Skin Faktory - http://skinfaktory.com/
* Distributed under GPL license with b2evolution with written permission from Michael D. Pollock (2007-06-22).
*/

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */


/* -------------------[ Main Page Elements ]------------------- */
#siteswitch select{width:153px !important;display:block;font-size:11px;border:solid 1px #fff;background:#000;color:#fff;margin:1px 0 0}


#outer_wrap {
color: #303324;
text-align: left;
margin: 0;
padding: 0;
	background: #fff url(img/bg-flashy-banner.jpg) no-repeat fixed center center;
	font: 10pt/140% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrap {
width: 990px;
margin: 0 auto;
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header {
color: #FAF7E8;
width: 990px;
clear: both;
padding: 0;
margin: 0 auto;
height: 199px;
background: #fff url(img/zekehead.jpg) no-repeat center;
}

#nav {
background: #fff url(img/zekenav.gif) repeat-x center bottom;
height: 40px;
margin: 0 auto;
border-bottom:1px solid #fff;
	width: 100%;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	visibility: visible;
}

#page {
clear: both;
margin: -1px auto 0;
padding: 0;
	background: url(img/drop.png) repeat-x 0 0;
}

#contentleft {
width: 795px;
padding: 0;
margin: 0;
	clear: both;
	float: left;
	height: 1%;
}

#content {
width: 795px;
margin: 0 1px 0 0;
padding: 0;
	border-right: 1px solid #cecece;
	float: left;
	height: 1%;
}

#midcontent {
width: 165px;
	font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff url(img/drop.png) repeat-x;
	right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 10px 15px;
	float: left;
	height: 1%;
}

#contentright {
width: 250px;
padding: 15px 0 15px 15px;
margin: 0 0 15px;
	font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
	display: none;
	visibility: collapse;
	float: left;
}

#sidebar {
width: 250px;
font-size: 8pt;
float: left;
margin: 0;
padding: 0;
}

#footer {
border-top: 1px dotted #999;
clear: both;
margin: 0px auto;
padding: 20px 0 ;
text-align: center;
	font: 8pt/160% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer p {
margin: 0;
}

/* -------------------[ Headings ]------------------- */

h1, h2, h3, h4, h5, h6, h7 {
letter-spacing:-1px;
line-height: 130%;
margin: 0;
padding: 0;
text-align: left;
font-weight: normal;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
text-align:center;
font-size:30px;
line-height:100%;
padding: 5px;
margin: 0;
}
h1 a,
h1 a:visited {
color: #FAF7E8;
}

h2 {
font-size: 14pt;
	float: left;
}

h3 {
font-size: 12pt;
}

h4,h5,h6,h7 {
font-size: 10pt;
}


#sidebar h2, #midcontent h2  {
font-weight: bold;
font-size:9pt;
letter-spacing:0px;
margin: 0;
padding:0;
}


h1.sectionhead, h2.sectionhead, h2#trackbacks, h3.feedback_section, h3.comment_form_title  {
font-weight: bold;
letter-spacing:0px;
margin: 0;
padding: 10px 15px;
border-bottom:1px solid #CCC9B8;
background: #eee url(img/drop.png) repeat-x;
	position: relative;
	top: -1px;
	float: left;
	color: #303324;
	line-height: 24px;
	font-size: 20px;
	text-transform: capitalize;
	width: 100%;
}

.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
margin-bottom: 10px;
}


/* -------------------[ Links ]------------------- */

a {
color: #0061dd;
text-decoration: none;
font-size: bold;
}

a:hover, a:active {
color: #009a24;
}

.entry a, .entry a:link, .entry a:visited, .postinfo a, .postinfo a:link, .postinfo a:visited, .postinfo2 a, .postinfo2 a:link, .postinfo2 a:visited {
}

.post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a {
	float: left;
	font-weight: bold;
	font-size: 24px;
	color: #3875d7;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	position: relative;
}

.post h1 a:hover, .post h2 a:hover, .featurepost h2 a:hover, .featurepost h1 a:hover {
	float: left;
	font-weight: bold;
	font-size: 24px;
	color: #3f89fd;
	display: block;
}

#footer a:hover, #footer a:active {
	color: #009a24;
}

/* -------------------[ Images ]------------------- */

img.alignright {
float: right;
clear: right;
margin: 0 0 5px 10px;
background: #fff;
padding: 2px;
}

img.alignleft {
float: left;
clear: left;
margin: 0 10px 5px 0px;
background: #fff;
padding: 2px;
}

img.centered {
display: block;
padding: 2px;
margin: 0 auto 20px auto;
float: none;
clear: both;
}



/* -------------------[ Sidebar ]------------------- */


#sidebar ul {
list-style-type: none;
margin: 0 ;
padding: 0;
height:auto;
}

#sidebar ul li {
list-style-type: none;
margin: 0 0 10px;
padding: 0;
height:auto;
}

#sidebar ul li ul {
list-style-type: square;
margin: 0;
padding: 0;
height:auto;
}

#sidebar ul li ul li {
list-style-type:none;
padding-left:15px;
margin:0;
background-position: 0 5px;
height:auto;
}

span.sidebarcomments_text p {
margin-bottom: 0px;
height: auto;
}

/* -------------------[ Middle Content ]------------------- */

#midcontent ul {
list-style-type: none;
margin: 0 ;
padding: 0;
	width: 100%;
	overflow: hidden;
	float: left;
	clear: both;
	height: auto;
}

#midcontent ul li {
list-style-type: none;
padding: 0;
	float: left;
	clear: both;
	height: auto;
}

#midcontent ul li ul {
list-style-type: square;
margin: 0;
padding: 0;
	float: left;
	clear: both;
	height: auto;
}

#midcontent ul li ul li {
list-style-type:none;
margin:0;
	height: 12px;
	background-position: 0;
	position: relative;
	float: left;
	clear: both;
	height: auto;
}

/* -------------------[ Form Elements ]------------------- */

form.bComment {
font-size:8pt;
padding: 15px 15px 1px;
margin: 0;
border: none;
border-bottom:1px solid #CCC9B8;
	float: left;
	background-color: #e1fff6;
	width: 100%;
}

#commentform label {
display:block;
margin: 0;
}

#commentform input {
width: 170px;
padding: 1px;
margin: 0px 5px 10px 0;
}

#commentform textarea {
width: 400px;
padding: 0;
margin: 0px 0px 10px 0;
}

#commentform #submit {
margin: 0 0 20px 0;
}

#commentform p {
margin: 5px 0;
}


/* -------------------[ Comments ]------------------- */

div.bComment,
div.moderation_msg,
div.feedback_feed_msg {
font-size:8pt;
display: block;
list-style: none;
padding: 15px 15px 0;
margin: 0;
border: none;
border-bottom:1px solid #CCC9B8;
}

div.bCommentSmallPrint {
font-size: 100%;
margin-bottom: 15px;
}

#comment_preview {
background-color: #f2ecce;
}

/* -------------------[ Misc Tags and Classes ]------------------- */

#header .widget_core_coll_tagline {
color: #fff;
font-size: 12pt;
text-align:center;
	position: absolute;
	float: left;
	visibility: hidden;
}

.post ul, .singlepost ul {
list-style-type: none;
}

.post ul li, .singlepost ul li {
list-style-type:none;
background: url(img/zekebullet.gif) 0 4px no-repeat;
padding: 0 0 2px 14px;
}

p {
margin-top: 0px;
margin-bottom: 15px;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dotted #999;
}

* html acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
border-left: 5px solid #76b9ff;
padding-left:5px;
}

.center {
text-align: center;
}

a img, img a {
border: none;
}


table.prevnext_post {
margin: 10px auto;
	float: left;
}

.nav {
text-align: left;
margin: 0 0 0 155px;
padding: 10px 15px;
	float: left;
	border-left: 1px solid #cecece;
	border-top: 1px dotted #cecece;
	border-right: 1px dotted #cecece;
	clear: both;
}

.nav span {
text-align: left;
	float: left;
	width: 294px;
	padding-right: 10px;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.entry {
padding: 0;
margin: 0;
}

.postinfo {
background: url(img/doc.gif) 0 3px no-repeat;
clear: both;
margin: 0 0 10px;
padding-left: 14px;
	font: 8pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

.post {
	padding-top: 20px;
	padding-left: 15px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	top: 0;
	height: 1%;
	clear: both;
	background: url(img/drop.png) repeat-x;
}

.featurepost {
margin: 0;
padding: 15px 15px 5px;
background:#F2ECCE;
border-bottom:1px solid #CCC9B8;
}

code {
	font: 1.1em "Lucida Grande", Lucida, Verdana, sans-serif;
}

hr {
display: block:
clear:both;
}

p.bMore a {
background: url(img/readmore.png) no-repeat 0 top;
	color: #fff;
	width: 110px;
	height: 20px;
	display: block;
	text-align: left;
	padding-left: 5px;
	float: left;
	margin-bottom: 10px;
}

p.bMore a:hover {
background: url(img/readmore.png) no-repeat 0 bottom;
	width: 110px;
	height: 20px;
	display: block;
	text-align: left;
	padding-left: 5px;
	float: left;
	margin-bottom: 10px;
}

/* -------------------[ Search ]------------------- */

.SearchField {
font-size:8pt;
width: 140px;
margin-right: 2px;
}
.search p {
margin-bottom: 0;
}
.search {
margin-bottom: 15px;
}
.search .submit {
font-size:8pt;
}

/* -------------------[ Navigation ]------------------- */

ul.nav {
font-size: 16pt;
font-weight:bold;
letter-spacing: 0px;
height:40px;
line-height:40px;
float:left;
list-style: none;
padding: 0;
margin: 0;
}

ul.nav li {
float: left !important;
margin: 0;
padding: 0;
list-style-type: none;
}

ul.nav li a, ul.nav li a:link, ul.nav li a:visited {
color: #fff;
float: left;
display: block;
padding: 0 10px;
	font-variant: small-caps;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul.nav li a:hover, ul.nav li a:active {
	background: #fff url(img/zekenav.gif) repeat-x center top;
}

ul.nav li.current_page_item a {
background: #660000;
}

ul.nav li ul {
float:left;
margin:0;
padding:0;
}

/* ---------------[ Tables ]--------------- */

.entry table {
margin-bottom:15px;
padding:auto;
border:auto;
}

.entry tr, .entry td, .entry th {
margin:auto; padding:auto; border:auto;
}

.entry td, .entry th {
padding:8px;
vertical-align:top;
}

.entry th {
font-weight:bold;
background:#E5E0C3;
}

.entry td {
border:1px solid #E5E0C3;
}

/* ---------------[ Related Entries ]--------------- */

.related {
margin: 0 0 1px;
background:#eee;
padding:10px 10px 8px;
}

.related ul {
line-height:130%;
margin: 0;
padding-left:0;
list-style-type: none;
}

.related ul li {
list-style-type:none;
padding: 0 0 0 14px;
margin: 0 0 2px;
background: url(img/zekebullet.gif) 0 3px no-repeat;
}

ul#archives {
margin: 0 0 15px 5px;
padding: 0;
}

ul#archives ul {
padding:0;
}

ul#archives ul li {
background:transparent;
padding-left:0;
margin:0;
}

ul#archives ul ul {
margin:0;
margin-left: 10px;
padding:0;
}



/*
* Header / bloglist on top:
*/
div#header ul {
float:right;
list-style-type:none;
margin: 0;
padding: 6px 4px;
}
div#header li {
margin: 0;
display: inline;
padding: 0 1ex 0 0;
}
div#header li a {
font-weight: bold;
font-style:italic;
color: #fff;
}
div#header li a:hover {
color: #009a24;
}
div#header li a.selected {
}

div.widget_core_coll_title {
	padding-top: 45px;
	display: none;
}



.bText ul li:before {
	content: "\00BB \0020";
}

.bText ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.bText ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul {
	text-align: left;
	float: left;
	top: -18px;
	padding: 0;
	clear: both;
	width: 130px;
	height: 1%;
	display: inline;
	position: relative;
}

.postmetadata li {
	list-style: none;
	border-bottom: 1px dotted #AAAAAA;
	margin: 4px 0px;
	float: left;
	clear: both;
	width: 109px;
	display: inline;
}

.postmetadata .author {
	background: url( "img/user.png" ) no-repeat;
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	width: 109px;
	display: inline-block;
	margin-top: 10px;
}

.postmetadata .posttag {
	background: url(img/tag_blue.png) no-repeat;
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	width: 109px;
	display: inline-block;
}

.postmetadata .date {
	background: url( "img/calendar.png" ) no-repeat;
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	width: 109px;
	display: inline-block;
}

.postmetadata .category {
	background: url( "img/folder.png" ) no-repeat;
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	width: 109px;
	display: inline-block;
}

.postmetadata .feedback {
	background: url( "img/comment.png" ) no-repeat;
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	width: 109px;
	display: inline-block;
	margin-bottom: 10px;
}

.postmetadata .views {
	background: url( "img/icon_looking_glass.png" ) no-repeat;
	padding: 0 0 0 20px;
	clear: both;
	float: left;
	width: 109%;
	display: inline-block;
}

.postmetadata .avatar {
	width: 130px;
	clear: both;
	float: left;
	position: relative;
	left: -1px;
	display: inline-block;
}

.postmetadata .avatar img {
	width: 120px;
	height: 120px;
	padding: 5px 5px 5px 0;
	float: left;
	position: relative;
	left: 3px;
	clear: both;
	display: block;
}

span.cap {
	text-transform: capitalize;
	float: left;
	clear: both;
}

div.metadata_right {
	float: left;
	clear: both;
}

div.comments_bottom {
	clear: both;
	float: left;
	padding-top: 0;
	width: 609px;
	margin-left: 155px;
	border-left: 1px solid #cecece;
	position: relative;
	top: -1px;
}

#content div.comments_bottom div.feedback_feed_msg p a {
	padding-top: 0;
	position: relative;
	top: 8px;
}

p.trackback_url {
	padding-left: 15px;
}

div.bText {
	width: 580px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 14px;
	margin-top: 8px;
	position: relative;
	right: 1px;
	border-left: 1px solid #cecece;
	float: left;
	height: 1%;
}

div.bText2 {
	position: relative;
	border-left: 1px solid #999;
	top: 56px;
}

div.postmetadata {
	width: 140px;
	border-right: 1px solid #cecece;
	position: relative;
	top: 0;
	height: 1%;
	float: left;
	display: block;
	clear: both;
}

div.edit {
	position: relative;
	top: 8px;
	left: 6px;
	display: block;
	float: left;
}

h2.paddfix {
	float: left;
	position: relative;
	clear: both;
	left: 149px;
	top: 46px;
}

div.widget_core_colls_list_public {
	display: none;
	visibility: collapse;
}

div.video {
	position: relative;
	top: 0;
	left: -14px;
	width: 640px;
	float: left;
	display: block;
	height: 417px;
}

div.video_hq {
	position: relative;
	top: 0;
	left: -14px;
	width: 640px;
	float: left;
	display: block;
	height: 517px;
}

div.digg {
	width: 50px;
	float: left;
	position: relative;
	top: -18px;
	left: 5px;
	height: 71px;
	clear: both;
}

div.joomvote {
	width: 50px;
	float: left;
	margin-left: 10px;
	top: -18px;
	position: relative;
	left: 5px;
	height: 71px;
}

div.intro_digg_img {
	float: left;
	position: relative;
	width: 606px;
}

div.intro_digg_img img {
	position: relative;
	padding: 0 0 10px;
	width: 611px;
	float: left;
	display: inline-block;
	clear: both;
}

div.box_scroller {
	float: left;
}
div.other_sites_outer {
	width: 100%;
	background: url(http://nekkidninjas.com/skins/evocamp/img/header_bar.png) repeat-x;
	float: left;
	position: relative;
	height: 5px;
}

div.other_sites_inner {
	position: absolute;
	background: url(http://nekkidninjas.com/skins/evocamp/img/other.png) no-repeat;
	width: 307px;
	height: 23px;
	float: left;
	left: 674px;
	top: 0;
	margin-top: -5px;
}

div.other_sites_middle {
	position: relative;
	width: 320px;
	float: left;
}

div.other_sites_Other {
	position: relative;
	float: left;
	color: #fff;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 40px;
	top: 3px;
}

div.other_sites_Sites {
	position: relative;
	float: left;
	color: #fff;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	left: 77px;
	top: 3px;
}

div.other_sites_form {
	float: left;
	position: relative;
	left: 84px;
	background: url(img/form_bg.png) no-repeat;
}

div.other_sites_inner div.other_sites_form form select {
	width: 145px;
	height: 18px;
	visibility: visible;
	position: relative;
	top: 1px;
}

div.avatar_bg {
	position: absolute;
	left: -15px;
	top: -260px;
}