/*  
Theme Name: Zeke 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: 87.5%/1.4 Georgia, serif;
	background: #4e4e9a url(images/planks.gif) top left repeat-x;
	color: #393d51;
	text-align: left;
	margin: 0;
	padding: 0;
	}

#wrap {
        padding: 0 0px;
        clear: both;
	width: 960px;
	margin: 0 auto;
        background: #FFFDF2 url(images/zekebg2.gif) top left repeat-y;
        }

html>body #header {   /* Firefox only hack */
        width:960px;
        clear: both;
        padding:0;
		margin: 0 auto 0 0;
        height:160px;
        background: #444488 url(images/header_01.gif) top center no-repeat;
}

#header {
        width:960px;
        clear: both;
        padding:0;
		margin: 0 auto 0 0;
        height:160px;
        background: #444488 url(images/header_01.gif) top center no-repeat;

	}

#nav {
        width:960px;
        background: #444488 url(images/zekenav.gif) center center no-repeat;
        height:41px;
        line-height:41px;
        margin: 0 auto 0 0;
        padding:0px;
        border-bottom:1px solid #ffb879;
        }

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

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

#content {
        width: 497px;
        float: left;
        margin: 0 1px 0 0;
        padding: 0;
		background: #FFFFFF url(images/bg_post_white.gif) top left repeat-x;
		border-left:1px solid #ffb879;
	}
	
html>body #content {   /* IE only hack */
        width: 498px;
        float: left;
        margin: 0 1px 0 0;
        padding: 0;
		background: #FFFFFF url(images/bg_post_white.gif) top left repeat-x;
		border-left:1px solid #ffb879;
	}

#midcontent {
	font-family:verdana,sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	width: 170px;
	float: right;
	margin: 0 0 15px 0;
	padding: 15px 10px 15px 0;
	background: url(images/bg_midcontent.gif) top left repeat-x;
	}

#contentright {
	font-family:verdana,sans-serif;
	font-size: 8pt;
	width: 250px;
	float:left;
	padding: 5px 15px 15px 15px;
	margin: 0 0 15px 0px;
	background: url(images/bg_sidebar_orange.gif) top left repeat-x;
	} 

#sidebar {
    width: 250px;
	font-size: 9pt;
    float: left;
    margin: 0;
	padding: 0;
	color:#fff8cb;
	line-height:13pt;
	
	} 

#footer {
	border-top:1px solid #ffb979;
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
	color:#DAD6C4;
	width:960px;
	background:#ff5f1d;
	background: #ffb979 url(images/zekefooter.gif) top left;
	font-size: 8pt;
	line-height: 160%;
	clear: both;
	margin: 0px auto;
	padding: 20px 0 ;
	text-align: center;
}

#footer a:link{
	color:#fbd8b1;
	text-decoration:none;
	font-weight:bold;
}

#footer a:visited{
	color:#fbd8b1;
	text-decoration:none;
	font-weight:bold;
}

#footer a:hover, a:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

#footer p {
color:#fff;
        margin: 0;
        }

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

h1, h2, h3, h4, h5, h6, h7 {
    color:#ff5500;
	font-family: georgia,times,'times new roman', serif;
    line-height: 130%;
	margin: 0;
	padding: 0;
	text-align: left;
    font-weight:bold;
	}

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

h2 {
	font-size: 16pt;
	font-weight:bold;
	}

h3 {
	font-size: 13pt;
	font-weight:bold;
	}

h4,h5,h6,h7 {
	font-size: 10pt;
	}
	
.entry ol li{


margin-bottom:18px;
}

#header h1.blogtitle {
		display:none;
        color: #FAF7E8;
        text-align:center;
        font-size:20px;
        padding:0px;
        margin:0;
        }

#sidebar h2  {
        font-weight: bold;
        font-size:14px;
        letter-spacing:0px;
        padding:7px 4px 7px 9px;
		background: #d32700 url(images/sidebar_BG.gif) center center no-repeat;
		color:#fff8cb;
		margin:14px 0 8px 0;
		border:1px solid #fbd8b1;

        }
		
#midcontent h2  {
        font-weight: bold;
        font-size:11pt;
        letter-spacing:0px;
        margin: 0 0 6px 0;
        padding:0;
		color:#ff5500;
        }


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 #ffb879;
        background:#ffefd9;
        }

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


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

a, a:link, a:visited {
	color: #5858a4;
    text-decoration: none;

	}

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

.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; 
        }
		
.entry a:hover, a:active {
        text-decoration: underline;
        color:#ff5500;
        }
		
.postinfo a:hover, a:active {
        text-decoration: underline;
        color:#ff5500; 
        }

.post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a {
        color:#ff5500;
        }

.post h2 a:visited {
color:#ff5500;
font-weight:bold;

}

.post h2 a:active {
color:#ff5500;
font-weight:bold;

}

.post h1 a:visited {
color:#ff5500;
font-weight:bold;

}

.post h1 a:hover {
color:#ff5500;
font-weight:bold;

}

.post h3 a:hover, a:active {
        text-decoration:underline;
        font-weight:bold;
	}

.featurepost h2 a:visited {
	color:#ff5500;
    text-decoration: none;
	font-weight:bold;

}

.featurepost h2 a:hover {
color:#ff5500;
font-weight:bold;

}
		
#sidebar a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

#sidebar a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

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


.feedburnerFlareBlock {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
	line-height:11pt;
	color: #393d51;
	margin-top: 22px;
}


.feedburnerFlareBlock p {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-weight:bold;
	font-size: 8pt;
	line-height:11pt;
	color: #393d51;
}

.feedburnerFlareBlock a:link {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-weight:normal;
	font-size: 8pt;
	text-decoration:underline;
}

.feedburnerFlareBlock a:visited {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-weight:normal;
	font-size: 8pt;
	text-decoration:underline;
}

.feedburnerFlareBlock a:hover, a:active {

	color:#ff5500;
	font-weight:normal;
	text-decoration:underline;
}


#footer a:hover, #footer a:active {
        text-decoration:underline;
        color:#fff;
	}
	
/* -------------------[ Images ]------------------- */

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 30px;
        background: #fff;
        padding: 4px;
        border: 1px solid #ffcc99;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        background: #fff;
        padding: 4px;
        border: 1px solid #ffcc99;
        }

img.centered { 
        display: block; 
        padding: 4px; 
        margin: 0 auto 20px auto; 
        border: 1px solid #ffcc99; 
        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 0 6px 0;
        background:url(images/zekebulletorange.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 12px;
        padding:0 0 6px 0;

	}

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

#midcontent ul li ul li {
        list-style-type:none;
        padding-left:0px;
        margin:4px 0 4px 0;
		border-bottom:1px solid #fad4ab;

        }

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

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

#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 #ffb879;
	}

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

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 {
		display:none;
        color:#FAF7E8;
        font-size: 12pt;
        padding: 0 100px;
        margin: 0;
        text-align:center;
        } 

.post ul, .singlepost ul {
        list-style-type: none;
		padding: 0 0 0px 14px;
		margin:0 0 0px 0;
		line-height:13px;
        }

.post ul li, .singlepost ul li {
        list-style-type:none;
        background: url(images/zekebullet.gif) 0 4px no-repeat;
        padding: 0 0 2px 15px;
		margin:0 0 13px 0;
		line-height:13px;
        }

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 {
        padding:10px 10px 0px 10px;
		background-color:#fdf7ef;
		border-bottom: 1px dotted #dedefe;
		border-top: 1px dotted #dedefe;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

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



.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: 7px 0 22px;
	padding-left: 14px;
	}

.post {
	margin: 0 ;
	padding: 20px 20px 10px;
        border-bottom:1px solid #ffb879;
	}

.featurepost {
	margin: 0;
	padding: 20px 20px 10px;
		background: #fefaf6 url(images/bg_featured.gif) top left repeat-x;
        border-bottom:1px solid #ffb879;
		border-left:1px solid #ffb879;
	}

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 {
	width: 180px;
	color:#ff5f1d;
	text-transform:none;
   font-family:verdana,helvetica,sans-serif;
   margin:1px 0 1px 0;
   padding:6px;
   font-size:11px;
   font-weight:bold;
   background-color:#ffefd9;
   border:1px solid;
   border-top-color:#d0634d;
   border-left-color:#d0634d;
   border-right-color:#b33c24;
   border-bottom-color:#b33c24;}
   
 .formTextField {
	color:#ff5f1d;
	text-transform:none;
   font-family:verdana,helvetica,sans-serif;
   margin:1px 0 1px 0;
   padding:6px;
   font-size:11px;
   font-weight:bold;
   background-color:#ffefd9;
   border:1px solid;
   border-top-color:#d0634d;
   border-left-color:#d0634d;
   border-right-color:#b33c24;
   border-bottom-color:#b33c24;}
   
input.Text {
	color:#ff5f1d;
	text-transform:none;
   font-family:verdana,helvetica,sans-serif;
   margin:1px 0 1px 0;
   padding:6px;
   font-size:11px;
   font-weight:bold;
   background-color:#ffefd9;
   border:1px solid;
   border-top-color:#d0634d;
   border-left-color:#d0634d;
   border-right-color:#b33c24;
   border-bottom-color:#b33c24;}

input {

	color:#ff5f1d;
   font-family:verdana,helvetica,sans-serif;
   text-transform:none;
   margin:5px 0 5px 0;
   padding:5px;
   font-size:11px;
   font-weight:bold;
   background-color:#ffffff;
   border:1px solid;
   border-top-color:#7f9db9;
   border-left-color:#7f9db9;
   border-right-color:#7f9db9;
   border-bottom-color:#7f9db9;}
	


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

ul.nav {
	font-size: 10pt;
	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: #fcead6;
	float: left;
	display: block;
	background: url(images/dotted_h.gif) no-repeat top right;
	padding: 0 15px;
	margin: 0;
	font-weight:bold;
	}

ul.nav li a:hover, ul.nav li a:active {
	text-decoration: underline;
	background: url(images/dotted_h.gif) no-repeat top right;
	}

ul.nav li.current_page_item a {
	text-decoration:underline;
	color:#ff5f1d;
	font-weight:bold;
        }

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


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

.entry p {
	line-height: 170%;
        }
		
.entry ul li {
	line-height: 180%;
        }

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

.entry td {
border:none;
}

.entry hr {border: none 0;
border-top: 1px dotted #ffcc99;/*the border*/
width: 99%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin:24px 0 20px 0;
text-align:center;
}

/* ---------------[ 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;
        }
		
.imageLeft{
	float:left;
	padding:4px;
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 1px;
	border: 1px solid #ffcc99;
}

.imageLeftNoFrame{
	float:left;
	padding:4px;
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 1px;
	border:none;
}

.imageRightNoFrame{
	float:right;
	padding:4px;
	margin-right: 0px;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-top: 1px;
	border:none;
}


img.alignrightnoframe{
	float:right;
	padding:4px;
	margin-right: 0px;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-top: 1px;
	border:none;
}

.imageRight{
	float:right;
	padding:4px;
	margin-right: 0px;
	margin-left: 12px;
	margin-bottom: 12px;
	margin-top: 1px;
	border: 1px solid #ffcc99;
}

.imageCenter{
	padding:4px;
	margin:2px;
	border: 1px solid #ffcc99;
}


.aligncenter {
	padding:4px;
	margin:2px;
	border: 1px solid #ffcc99;
max-width: 440px
}

img .alignleft {
	float:left;
	padding:4px;
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 1px;
	border: 1px solid #ffcc99;
}

img .alignright{
	float:right;
	padding:4px;
	margin-right: 0px;
	margin-left: 32px;
	margin-bottom: 12px;
	margin-top: 1px;
	border: 1px solid #ffcc99;
}

.alignleft {
	float:left;
}

.alignright{
	float:right;
}


.randimg{
	padding:2px;
	margin: 0px;
	border: 1px solid #fbd8b1;
	background-color:#cd5903
}

.imageFull{
	padding:2px;
	margin: 0px;
	border: 1px solid #fbd8b1;
	background-color:#cd5903
}

.imageNoFrame {
	padding:4px;
	margin: 0px;
	border:none;
}

.widgetDivider {
	padding:0px;
	margin: 2px 0 0px 0;
		}

.widgetDividerTop {
	padding:0px;
	margin: 0px 0 4px 0;
		}

table#graphPost td {
    font-size: 12px; 
	font-family: Verdana, Arial, sans-serif;
	line-height: 17px;
    padding: 7px;
    border: solid #ffcc99 1px;
	}
	
table#graphPost {
	border-collapse:collapse;
    font-size: 12px; 
	font-family: Verdana, Arial, sans-serif;
	line-height: 17px;
	background-color:#FFFFFF;
	border:none;
	padding:0px;
    width: 99%;
	}

table#graphPost th {
	font-size: 12px; 
	font-family: Verdana, Arial, sans-serif;
	line-height: 17px;
    font-weight: bold;
    text-align: left;
	vertical-align: middle;
    background-color: #ff6633;
	}
		
table#graph {
	border-collapse:collapse;
    font-size: 12px; 
	font-family: Verdana, Arial, sans-serif;
	line-height: 17px;
	background-color:#FFFFFF;
	border:none;
	padding:0px;
    width: 99%;
	margin: 12px 0 20px 0;
	}

table#graph td {
    font-size: 12px; 
	font-family: Verdana, Arial, sans-serif;
	line-height: 17px;
    padding: 9px;
    border: solid #ffcc99 1px;

	}
	
.toprow {
	color:#fff8cb;  
	font-size: 10pt;
	font-family: georgia,times,'times new roman', serif;
	line-height: 16px;
    font-weight: bold;
    text-align: left;
	vertical-align: middle;
	background: #d32700 url(images/sidebar_BG.gif) center center no-repeat;
	}
	
	
.btn{
   color:#ff5f1d;
   background-color:#eef4fb;
   font-weight:bold;
   border-color:#7f9db9;
   }
   
  .flashBorder {
	width:208px;
	border: 1px solid #FFCC99;
	text-align:center;
	margin-top:20px;
	margin-left:20px;
	}
	
.flashBorder250 {
	width:208px;
	border: 1px solid #FFCC99;
	text-align:center;
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	}
	
.pullquote, .article-pullquote {
	width:205px;
	float:left;
	font-family:georgia,times,"times new roman",serif;
	padding-right:20px;
	padding-bottom:18px;
	font-size:19px;
	line-height:26px;
	color:#ff5500;
	background-color:#ffffff;
	margin-right:20px;
}

.widget_search {
text-align:center;
}

.caption {
background: white;
padding: 4px 0 4px 12px;
font-size:90%;
color: #644b19;
text-align: left;
border: 1px solid #ffcc99
}

/* ---------------[ Blogads]--------------- */

div#adspot_460447767 {
width:152px !important;
}

div#adspot_460447767 .adspot_adhead {
font-size:10pt;
font-weight:bold;
color:#ff5500;

}


div#adspot_460447767 .adspot_adtext {
font-family:Arial;
font-size:9pt;
color:#51566a;
}

div#adspot_460447767 * img {
margin: 6px 0px 6px 0px;
border-spacing:0;
border-width:0;
}

.smallText {
	font-family:tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
	line-height:11pt;
    clear: both;
	margin: 10px 0 10px 0;
	padding-right: 8px;
	}
		
.flickr {
	padding:4px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #ffcc99;
}

.fg-clear {
	font-family:verdana,sans-serif;
	font-size: 12px;
	float:none;
	}
	
.flickr-gallery-next {
	font-family:verdana,sans-serif;
	font-size: 12px;
	margin-top:18px;
	margin-bottom:12px;
	}
	
.flickr-gallery-prev {
	font-family:verdana,sans-serif;
	font-size: 12px;
	margin-top:18px;
	margin-bottom:12px;

	}

.flickr_last {
	padding:4px;
	margin-right: 0px;
	margin-bottom: 8px;
	border: 1px solid #ffcc99;
}

#wpcf label {
	clear: both;
	font-weight:bold;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

.fbLikeContainer {
margin-bottom:22px;
}

#twitter-tools {
border:1px solid #fad4ab;
padding:8px;
background-color:#fdf3e6;
line-height:17px;
}

#twitter-tools h2  {
padding-top:4px;
padding-left:7px;
padding-right:7px;
}

#twitter-tools li  {
padding:6px;
}

#twitter-tools .aktt_tweets   {
padding-left:7px;
padding-right:7px;
}

#twitter-tools .aktt_tweets ul li {
border-bottom-style:dotted;
}
