/*
* 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 ]------------------- */

html, body
{
	min-width:999px;
	overflow:auto;
}

#outer_wrap {
	font-size: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	color: #303324;
	text-align: left;
	margin: 0;
	padding: 0;
	line-height: 140%;
	background-color: #152101;
}
#wrap {
padding: 0 5px;
width: 100%;
margin: 0 auto;
background: url(img/zekebg.png) top repeat-y;
}
#header {
width:960px;
clear: both;
padding: 0;
margin: 0 auto;
height:220px;
background: url(img/zekehead.jpg) top center no-repeat;
position:relative;
}
.nav_icons {
	width:600px;
	float:right;
	margin-top:0px; !important
	height:80px;
	text-align:center;
	margin-right:0px;
	padding-top:0px;
	margin-bottom:0px;
}
.icon {
	display:inline;	
}
.icon ul {
	list-style-type:none;
	list-style-image:none;
}

.icon li {
	list-style-type:none;
	list-style-image:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#dfe596;
	float:right;
	line-height:10px;
	width:74px;
}
.icon a:link, .icon a:visited {
	color:#dfe596;
	text-decoration:none;
	width:74px;
	display:block;
	font-weight:normal;
}
.icon a:hover, .icon a:active {
	color:#f4f6dc;
	text-decoration:none;
	width:74px;
	font-weight:normal;
}

#nav {
width:960px;
background: #837c2a url(img/zekenav.gif) center center no-repeat;
margin: 0 auto;
padding:1px 0 0;
border-bottom:1px solid #fff;
}
#page {
margin: 0 auto;
padding: 0;
width: 960px;
clear:both;
}
#contentleft {
width: 780px;
float:left;
padding: 0;
margin: 0;
}
#content {
width: 597px;
float: left;
margin: 0 1px 0 0;
padding: 0;
}
#midcontent {
font-family:tahoma,geneva,verdana,sans-serif;
font-size: 8pt;
width: 170px;
float: right;
margin: 0 0 15px 0;
padding: 15px 5px 15px 5px;
}
#contentright {
font-family:tahoma,geneva,verdana,sans-serif;
font-size: 8pt;
width: 166px;
float:right;
padding: 15px 7px 15px 7px;
margin: 0 0 15px 0;
}
#sidebar {
width: 166px;
font-size: 8pt;
float: left;
margin: 0;
padding: 0;
}
#footer {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
	color:#DAD6C4;
	width:100%;
	font-size: 8pt;
	line-height: 100%;
	clear: both;
	margin: 10px 0 0 0 ;
	padding:0;
	text-align: center;
	background-repeat: no-repeat;
	height:240px;
	background-color:#000;
}
#footer p {
    margin: 0;
}
/* -------------------[ Headings ]------------------- */
h1, h2, h3, h4, h5, h6, h7 {
color:#1f1d04;
font-family: Arial,Helvetica,sans-serif;
letter-spacing:-1px;
line-height: 130%;
margin: 0;
padding: 0;
text-align: left;
font-weight:normal;
}
h1 {
text-align:center;
font-size:28px;
line-height:100%;
padding: 10px 0px 0px 455px;
margin: 3px 0 0 0;
letter-spacing:-1px;
font-weight:bold;
color:#FFFFCC;
}
h1 a,
h1 a:visited {
color:#FFFFCC;
}
h2 {
font-size: 16pt;
font weight: bold;
}
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  {
line-height:100%;
font-weight: bold;
font-size:10pt;
letter-spacing:0px;
margin: 0;
padding: 10px 15px;
border-bottom:1px solid #CCC9B8;
background:#E5E0C3;
}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
margin-bottom: 10px;
}
/* -------------------[ Links ]------------------- */
a {
color: #9e9201;
text-decoration: none;
font-size: bold;
}
a:hover, a:active {
text-decoration:none;
color:#5d5600;
}
.entry a, .entry a:link, .entry a:visited, .postinfo a, .postinfo a:link, .postinfo a:visited, .postinfo2 a, .postinfo2 a:link, .postinfo2 a:visited {
text-decoration: underline;
}
.post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a {
    color:#47460d;
	font-family:"Arial Black", Gadget, sans-serif;
}
#footer a:link, #footer a:visited {
	color:#6C0;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#7FFC01;
}
/* -------------------[ Images ]------------------- */
img.alignright {
float: right;
clear: right;
margin: 0 0 5px 10px;
background: #fff;
padding: 2px;
border: 1px solid #ccc;
}
img.alignleft {
float: left;
clear: left;
margin: 0 10px 5px 0px;
background: #fff;
padding: 2px;
border: 1px solid #ccc;
}
img.centered {
display: block;
padding: 2px;
margin: 0 auto 20px auto;
border: 1px solid #ccc;
float: none;
clear: both;
}
/* -------------------[ Sidebar ]------------------- */
#sidebar ul {
list-style-type: none;
margin: 0 ;
padding: 0;
}
#sidebar ul li {
list-style-type: none;
margin: 0 0 10px;
padding: 0;
}
#sidebar ul li ul {
list-style-type: square;
margin: 0;
padding: 0;
}
#sidebar ul li ul li {
list-style-type:none;
padding-left:15px;
margin:0;
background:url(img/zekebullet.gif) 0 5px no-repeat;
}
/* -------------------[ Middle Content ]------------------- */
#midcontent ul {
list-style-type: none;
margin: 0 ;
padding: 0;
}
#midcontent ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#midcontent ul li ul {
list-style-type: square;
margin: 0;
padding: 0;
}
#midcontent ul li ul li {
list-style-type:none;
padding-left:15px;
margin:0;
background:url(img/zekebullet.gif) 0 5px no-repeat;
}
/* -------------------[ Form Elements ]------------------- */
form.bComment {
font-size:8pt;
background: #F2ECCE;
padding: 15px 15px 1px;
margin: 0;
border: none;
border-bottom:1px solid #CCC9B8;
}
#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:#f8f2a7;
font-size: 14pt;
padding: 22px 0px 0px 460px;
margin: 0;
text-align:center;
}
#header div.tagline {
color:#f8f2a7;
font-size: 14pt;
padding: 0;
margin: 0;
text-align:left;
width:466px;
position: absolute;
top: 150px;
right: 40px;
}
#header .tagline a {
color:#f8f2a7;
margin: 0;
text-align:center;
width: 210px;
display: block;
}
ul.widget_core_coll_tagline {
font-size: 14pt;
font-weight:bold;
letter-spacing: 0px;
float:left;
list-style: none;
padding: 0;
margin: 0;
}
ul.widget_core_coll_tagline li {
float: right !important;
margin: 0;
padding: 0;
list-style-type: none;
}
ul.widget_core_coll_tagline li a, ul.widget_core_coll_tagline li a:link, ul.widget_core_coll_tagline li a:visited {
color: #33300a;
float: left;
display: block;
padding: 0 10px;
}
ul.widget_core_coll_tagline li a:hover, ul.widget_core_coll_tagline li a:active {
background: #aca54c;
text-decoration: underline;
}
ul.widget_core_coll_tagline li.current_page_item a {
text-decoration:underline;
background: #aca54c;
text-decoration: underline;
}
ul.widget_core_coll_tagline li ul {
float:left;
margin:0;
padding:0;
}
.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 #330000;
padding-left:5px;
}
.center {
text-align: center;
}
a img, img a {
border: none;
}
table.prevnext_post {
margin: 10px auto;
}
.navigation {
	text-align: right;
	margin:0;
	padding: 10px 15px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#557127;
}
.navigation a:link, .navigation  a:visited {
	text-decoration:none;
	color:#557127;
	}
.navigation a:hover, .navigation  a:active {
	text-decoration:none;
	color:#6b873d;
	}
.current_page{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	background-color:#374f0f;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	padding:2px 5px;
	border:solid 2px #557127;	
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
.entry {
padding: 0;
margin: 0;
}
.postinfo {
font-family:tahoma,geneva,verdana,sans-serif;
font-size: 8pt;
clear: both;
margin: 0 0 10px;
}
.post {
margin: 0 ;
padding: 15px 10px 0px 10px;
border-bottom:1px solid #CCC9B8;
}
.featurepost {
margin: 0;
padding: 15px 15px 5px;
background:#F2ECCE;
border-bottom:1px solid #CCC9B8;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
display: block:
clear:both;
}
p.bMore a {
background: url(img/arrow-rt.gif) 100% 70% no-repeat;
padding-right:16px;
}
/* -------------------[ 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: 8pt;
font-weight:bold;
letter-spacing: 0px;
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: #33300a;
float: left;
display: block;
padding: 0 10px;
}
ul.nav li a:hover, ul.nav li a:active {
background: #aca54c;
text-decoration: underline;
}
ul.nav li.current_page_item a {
text-decoration:underline;
background: #aca54c;
text-decoration: underline;
}
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: #666;
text-decoration: underline;
}
div#header li a.selected {
text-decoration: underline;
}**/
div.widget_core_coll_title {
	padding-top: 95px;
}
/*---------bottom-----------*/
#bottom{
	background-color:#000000;
	width:100%;
	font-weight:bold;
	font-size:12px;
	margin-bottom:0px;
	padding-bottom:20px;
	bottom: 0px;
	float:left;
	background-image: url(img/back_foo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#bottom_container {
	width:975px;
	display:block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-right: auto;
	padding-bottom: 5px;
	padding-left: auto;
}
#bottom_box {
	width:185px;
	float:left;
	padding:10px 5px;
	display:block;
}
.bottom_tittle {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight: bold;
	font-size:12px;
	color:#6C0;
	padding:0;
	text-decoration:underline;
}
.link_text {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	line-height:13px;
	padding:10px 0 0 0;
	margin:0px;
}
.link_text ul {
	text-align:left;
	font-size:12px;
	line-height: 13px;
	list-style-type:none;
	list-style-image:none;
	padding:0px;
	margin:0px;
}
/*.link_text a:link, .link_text a:visited {
	color:#6C0;
	text-decoration:none;
}
.link_text a:hover, .link_text a:active {
	color:#7FFC01; 
	text-decoration:underline;
}*/
link_text li {
	list-style-type:none;
	list-style-image:none;
}

