/*  
Theme Name: Zeke (2-Column) 1.0 + Widgets
Theme URI: http://www.solostream.com
Author: Michael D. Pollock
Author URI: http://www.solostream.com/

	Zeke 1.0 + Widgets

	http://www.solostream.com
	This theme was designed and built by Michael D. Pollock of Solostream Web Studio.

	The CSS, XHTML and design is copyright of Michael D. Pollock:
	http://www.solostream.com.

	You may use or modify this theme for your own blog or website. You MAY NOT REDISTRIBUTE this theme in any form or fashion without permission from Michael Pollock.

*/



/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background: #1d1d1d;
	color: #CCC;
	text-align: left;
	margin: 0;
	padding: 0;
	}

#wrap {
	padding: 0 5px;
	clear: both;
	width: 1000px;
	margin: 0 auto;
	background-color: #292828;
	background-position: left top;
        }

#header {
	width:1020px;
	clear: both;
	padding: 0;
	margin: 0 auto;
	height:125px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat
	}

#nav {
	width:850px;
	height:30px;
	line-height:40px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
        }

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

#contentleft {
	background-color: #292828;
	width: 660px;
	float:left;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
        } 

#contentright {
	background-color: #292828;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 250px;
	float:left;
        } 

#sidebar {
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
	} 

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#333;
	width:1000px;
	font-size: 9pt;
	clear: both;
	background-image: url(/wp-content/themes/Zeke2Col/images/footer3.jpg);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
        }
#footer h3 {
	color: #333;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: 10px;
        }

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

h1, h2, h3, h4, h5, h6, h7 {
	color:#f3f6ed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 0;
	padding: 0;
	font-weight:bold;
	}

h1 {
	font-size: 16pt;
	margin: 0;
	}

h2 {
	font-size: 14pt;
	}

h3 {
	font-size: 12pt;
	}

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

#header h1.blogtitle {
        color: #FAF7E8;
        text-align:center;
        font-size:30px;
        line-height:100%;
        padding: 50px 100px 5px;
        margin: 0;
        }
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

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


h1.sectionhead, h2.sectionhead, h2#trackbacks, h2#comments, h2#respond  {
	line-height:100%;
	font-weight: bold;
	font-size:10pt;
	letter-spacing:0px;
	margin: 0;
	padding: 10px 15px;
	border-bottom:1px solid #CCC9B8;
	color: #E7E7E7;
	background-color: #000;
        }

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


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

a, a:link, a:visited {
	color: #996600;
        text-decoration: none;
        font-size: bold;
	}

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

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

#footer a:hover, #footer a:active {
	text-decoration:underline;
	color:#fff;
	margin-top: 0px;
	}
	
/* -------------------[ 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(images/zekebullet.gif) 0 5px no-repeat;
        }

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

#commentform {
	font-size:8pt;
	padding: 15px 15px 1px;
	margin: 0;
	border-bottom:1px solid #CCC9B8;
	background-color: #eef1e8;
        }

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


ol.commentlist {
        font-size:8pt;
        padding: 0;
        margin: 0;
        }

ol.commentlist li {
	display: block;
	list-style: none;
        padding: 15px 15px 1px;
	margin: 0;
        border-bottom:1px solid #CCC9B8;
	}

ol.tblist {
        font-size:8pt;
	list-style: none;
        padding: 15px 15px 10px;
        margin: 0;
        border-bottom:1px solid #CCC9B8;
        }

ol.tblist li {
	display: block;
	list-style: none;
        padding: 0;
        margin: 0 0 5px 0;  
        background: url(images/zekebullet.gif) 0 3px no-repeat;
        padding-left: 14px;     
	}

.odd {

        }


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

p.description {
        color:#FAF7E8;
        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(images/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;
	}

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

.alignleft {
        float:left;
        }

.alignright {
        float:right;
        }

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

.postinfo {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
        background: url(images/doc.gif) 0 3px no-repeat;
        clear: both;
	margin: 0 0 10px;
	padding-left: 14px;
	}

.post {
	margin: 0 ;
	padding: 15px 15px 5px;
        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;
        }

a.more-link,a.more-link:link,a.more-link:visited,a.more-link:hover {
        background: url(images/arrow-rt.gif) 100% 70% no-repeat;
        padding-right:16px; 
        }

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

#searchform {
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        font-size:8pt;
        width: 140px;
	margin-right: 2px;
	}

#searchform #submit {
        font-size:8pt;
	}

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

ul.nav {
	font-size: 8pt;
        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: #FAF7E8;
        float: left;
        display: block;
        padding: 0 10px;
        }

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

ul.nav li.current_page_item a {
        text-decoration:underline;
        background: #660000;
        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(images/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;
        }
#suckerfishnav {
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index: 100;
	color: #f3f6ed;
	}
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:31px;
	padding:0;
	margin:0 0 1px 0;
	width:100%;
	z-index: 100;
	}
#suckerfishnav a {
	display:block;
	color:#f3f6ed;
	text-decoration:none;
	padding:0px 12px;
	font-weight:bold;
	}
#suckerfishnav li {
	float:left;
	padding:0;
	z-index: 100;
	}
#suckerfishnav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:120px;
	font-weight:normal;
	margin:0;
	line-height:1;
	-moz-opacity:1.0;
	opacity:1.0;
	khtml-opacity:1.0;
	z-index: 100;
	}
#suckerfishnav li li {
	padding-right:1px;
	width:120px;
	border-bottom:1px solid #aaa;
	z-index: 100;
	}
#suckerfishnav li li a {
	padding:10px 10px;
	}
#suckerfishnav li ul li {
	z-index: 100;
	}
#suckerfishnav li ul li a {
	font-size:12px;
	color:#fff;
	}
#suckerfishnav li:hover ul li a  {
	color:#fff;
	}
#suckerfishnav li ul ul {
	margin:-33px 0 0 121px;
	z-index: 100;
	}
#suckerfishnav li ul li:hover {
	background:#fff}
#suckerfishnav li ul li:hover a {
	color:#333;
	}
#suckerfishnav li ul li:hover li a {
	color:#fff;
	}
#suckerfishnav li ul li li:hover a {
	color:#333;
	}
#suckerfishnav li ul li ul li:hover ul li a {
	color:#fff;
	}
#suckerfishnav li ul li ul li:hover ul li:hover a {
	color:#333;
	}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
	left:-999em;
	z-index: 100;
	}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
	left:auto;
	background:#333;
	z-index: 100
.;
	z-index: 100;
	}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background:#ffffff;
	}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#333;
	}		
	
	#sidebar {
	width: 250px;
	float:right
	}

#leftcol {
	width:304px;
	padding-left: 15px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:320px;
	font-family: Arial, Helvetica, sans-serif;
	}
.clb_plus {line-height:5px}
.date {
	font-size: 9px;
}
#sidebar #rightcol div #FlashID {
	z-index: 75;
}
#sidebar-map {
	background-image:;
	width:326px;
	margin-left:6px;
	padding-top:6px;
	padding-left:6px;
	background-image: url(/wp-content/themes/Zeke2Col/images/longbox-bg-grad.jpg);
	font-size: 10px;
	background-repeat: repeat-x;
	color:#CCC
}
#featureblock {
	background-color: #292828;
	width: 300px;
	text-align: center;
	border: 1px solid #5a5858;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #CCC;
	margin-top: 10px;
}
#featureblock2 {
	background-color: #292828;
	width: 300px;
	text-align: center;
	border: 1px solid #5a5858;
	color: #999;
}
#featureblock h2 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
#sidebar-quote {
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border: 1px solid #5a5858;
	background-color: #292828;
	padding: 15px;
	width: 290px;
	margin-top: 10px;
}

#footer div ul {
	list-style-type: none;
	margin-left: -30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: list-item;
	text-indent: 0px;
	margin-top: 0px;
}
#footerlinks {
	width:150px;
	padding-left:10px;
	float:left;
	color: #666;
}
#sidebar-feature {	
	width:326px;
	height:214px;
	margin-left:6px;
	padding-top:6px;
	padding-left:6px;
	font-size: 10px;
	background-image: url(/wp-content/themes/Zeke2Col/images/longbox-bg-grad.jpg);
}
.border {
	border: 1px solid #CCC;
}

/*
+++++++++++++++++
The Deck -
The deck contains the slick drop down search form, using some Moo.fx and javascript to slide it down or close it up.
+++++++++++++++++
*/

#login {
	width: 100%;
	overflow: hidden;
}

#deckcontent {
padding: 2px;
font-size: 12px;
color: #333;
line-height: normal;
margin-top: 5px;
}

#deckcontent img {
vertical-align: middle;
}

#deckcontent a {
	text-decoration: none;
	color: #999;
}

#deckcontent a:hover {
	color: #C93;
}

#login-button {
width: 100%;
border-top: 3px solid #eeeeee;
text-align: center;
}

#login-button a img, a:visited img, a:hover img {
border: none;
}

#search {
float: right;
margin-right: 5px;
width: 300px;
vertical-align: middle;
}

#searchimage {
float: left;
margin-left: 5px;
margin-right: 90px;
width: 300px;
vertical-align: middle;
}

#searchform .field {
	font-family:verdana;
	font-size:10pt;
	background-color:#F6f6f6;
	border:1px solid #A49E87;
	width:205px;
}
#footerlinks a {
	text-decoration: none;
	color: #999;
}

#footerlinks a:hover {
	color: #C93;
}

