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


#outer_wrap {
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #EFEFEF url(img/bg.jpg) repeat-x ;
	color: #3D595E;
	text-align: left;
	margin: 0;
	padding-top: 7px;
	line-height: 140%;	
}

#wrap {
	padding: 0;
	width: 990px;
	margin: auto;
	background: #fff;
}

#header {
	color: #fff;
	width: auto;
	clear: both;
	padding: 0;
	margin: 0;
	height: 143px;
	background: #CCCCFF url(img/logo.gif) no-repeat;
}

#nav {
	width: auto;
	background: #EFEFEF url(img/modem17cest.png) no-repeat;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 182px;
	border-bottom: 1px solid #CCCCFF;
}

#page {
	clear: both;
	margin: 0;
	padding: 0;
}

#contentleft {
	width: 690px;
	float: left;
	margin: 0;
}

#midcontent {
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 180px;
	float: left;
	margin: 0;
	padding: 10px 10px 15px 10px;
}

#content {
	background: #fff;
	font-size: 8pt;
	width: 490px;
	float: right;
	border-bottom: 1px solid #FAD89E;
	margin: 0 0 15px 0;
	padding: 0;
}

#contentright {
	background: #fff;
	f: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 280px;
	float: right;
	margin: 0;
	padding: 10px 10px 15px 10px;
}

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

#sidebar2 {
	width: 280px;
	height: auto;
	font-size: 8pt;
	float: right;
	margin: 0;
	padding: 0;
}

#footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #EFEFEF;
	width: 990px;
	background: #FFAA55;
	font-size: 8pt;
	line-height: 160%;
	clear: both;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#footer p {
  margin: 0;
}

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

h1, h2, h3, h4, h5, h6, h7 {
 color: #F39900;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 letter-spacing: 0;
 line-height: 130%;
 margin: 0;
 padding: 0;
 text-align: left;
 font-weight: normal;
}

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

h2 {
 font-size: 14pt;
}

h3 {
 font-size: 12pt;
}

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

#sidebar h2 {
	background-color: #F39900;
	color: White;
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 0px;
	margin: 0;
	padding: 1px 1px 1px 3px;
}

#midcontent h2 {
	background-color: #F39900;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 0px;
	margin: 0;
	padding: 1px 1px 1px 3px;
}

#sidebar2 h2, #midcontent h2 {
 background-color: #F39900;
 color: #FFFFFF;
 font-weight: bold;
 font-size: 9pt;
 letter-spacing: 0x;
 margin: 0;
 padding: 1px 1px 1px 3px;
}

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 15px;
 padding: 10px ;
 border-bottom: 1px solid #FAD89E;
 background: #fff;
}

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


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

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

a:hover, a:active {
 text-decoration:underline;
 color:#F39900;
}

.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:#F39900;
}

#footer a:hover, #footer a:active {
 text-decoration:underline;
 color:#fff;
}

/* -------------------[ 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/zekebullet2.gif) 0 5px no-repeat;
}
/* -------------------[ Sidebar 2]------------------- */


#sidebar2 ul {
list-style-type: none;
margin: 0 ;
padding: 0;
}

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

#sidebar2 ul li ul {
list-style-type: square;
margin: 0;
padding: 0;
}

#sidebar2 ul li ul li {
list-style-type:none;
padding-left:15px;
margin:0;
background:url(img/zekebullet2.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 0 10px;
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/zekebullet2.gif) 0 5px no-repeat;
}

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

form.bComment {
	font-size: 8pt;
	background: #fff;
	padding: 15px 15px 1px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #FAD89E;
}

#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 0;
	margin: 0 15px 0;
	border: none;
	border-bottom: 1px solid #FAD89E;
}

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

#comment_preview {
background-color: #EFEFEF;
}

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

#header .widget_core_coll_tagline {
color:#EFEFEF;
font-size: 12pt;
padding: 0 100px;
margin: 0;
text-align:center;
}

.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 #885500;
	padding-left: 5px;
}

.center {
text-align: center;
}

a img, img a {
border: none;
}


table.prevnext_post {
margin: 10px auto;
}

.navigation {
text-align: left;
margin: 0;
padding: 10px 15px;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

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

.postinfo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Gray;
	background: url(img/doc.gif) 0 3px no-repeat;
	clear: both;
	margin: 5px 0 15px;
	padding-left: 14px;
}

.post {
	margin: 15px 15px 5px;
	padding: 0;
	border-bottom: 1px solid #FAD89E;
}

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

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 {
margin-top: 3px;
font-size:8pt;
}

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

ul.nav {
font-size: 8pt;
letter-spacing: 0px;
height:30px;
line-height:24px;
float: none;
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{
	color: #3D595E;
	float: left;
	display: block;
	padding: 3px 10px 4px 10px;
}

ul.nav li a:hover, ul.nav li a:active {
   color: #F39900;
   text-decoration: underline;
}

ul.nav li a.selected {
   color: #F39900;
	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:#fff;
}

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

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

.related {
margin: 0 0 1px;
background:#fff;
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 {
	width: 100%;
	float: left;
	background: #F39900;
	border-top: 1px solid #FAD89E;
	list-style-type: none;
	margin: 113px 0 0 0;
	padding: 0;
	font-weight: normal;
}

div#header li {
	margin: 0 13px 0 17px;
	float: left;
	list-style-type: none;	
	padding: 0;
}

div#header li a {
	display: inline;
	text-decoration: none;
	float: left;
	color: #fff;
	padding: 5px 0 6px 0;
}

div#header li a:hover {
	background: url(img/point_r.gif) no-repeat top;
	color: #fff;
	text-decoration: none;
}

div#header li a.selected {
	background: url(img/point_r.gif) no-repeat top;
   font-weight: normal;
   text-decoration: none;
}

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

