/*  

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.



*/



@import url("nav.css");	/* styling dropdown menu */





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



body {

	font-size: 11pt;

	/*font-family: georgia,times,'times new roman', serif;*/

	font-family: Helvetica, Arial, sans-serif;

	/*font-family:tahoma,geneva,verdana,sans-serif;*/

	background: #0d297a url(images/bodybg.gif) top repeat-x;

	/*color: #303324;*/

	color: #000;

	text-align: left;

	margin: 0;

	padding: 0;

	line-height: 1.5em;

	margin-top:15px;

	}



#wrap {

        padding: 0 5px;

        clear: both;

	width: 960px;

	margin: 0 auto;

        background: url(images/contentbg.png) top left repeat-y;

        }



#header {

        width:960px;

        clear: both;

        padding: 0;

	margin: 0 auto;

        height:130px;

        background: #FFF url(http://asbuiltcad.internetgenius.com/wp-content/uploads/2015/05/header.jpg) top center no-repeat;

	}



#nav {

        width:960px;

       background: #0d297a url(images/navbg.jpg) top center no-repeat;

        height:40px;

        line-height:40px;

        margin: 0 auto;

        border-bottom:1px solid #fff;

		border-top: 1px solid #FFF;

        }



#page {

        clear: both;

	margin: 0 auto;

	padding: 0;

	}  



#contentleft {

        width: 680px;

        float:left;

        padding: 0;

        margin: 0;

        } 



#contentright {

	/*font-family:tahoma,geneva,verdana,sans-serif;*/

			font-family: Helvetica, Arial, sans-serif;

	font-size: 8pt;

        width: 250px;

        float:left;

        padding: 15px 0 15px 15px;

        margin: 0 0 15px;

        } 



#sidebar {

        width: 250px;

	font-size: 10pt;

        float: left;

        margin: 0;

	padding: 0;

	} 



#footer {

        border-top:1px solid #fff;

	/*font-family:tahoma,geneva,verdana,sans-serif;*/

			font-family: Helvetica, Arial, sans-serif;

	font-size: 8pt;

        color:#e8e8e8;

        width:960px;

        /* background:#1a4aac; <-- this is the blue color */

		background: #000;

	font-size: 8pt;

	line-height: 160%;

        clear: both;

        margin: 0px auto;

        padding: 20px 0 ;

        text-align: center;

        }



#footer p {

        margin: 0;

        }



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



h1, h2, h3, h4, h5, h6, h7 {

        color:#333;

		font-family: Helvetica, Arial, sans-serif;

	/*font-family:tahoma,geneva,verdana,sans-serif;*/

        letter-spacing:-1px;

        line-height: 130%;

	margin: 0;

	padding: 0;

	text-align: left;

        font-weight:normal;

	}



h1 {

	font-size: 32px;

	margin: 0;

	}



h2 {

	font-size: 28px;

	color: #333;

	}



h3 {

	font-size: 21px;

	}



h4 {

	font-size: 13pt;

	border-bottom:1px solid #CCC;

}



h5,h6,h7 {

	font-size: 10pt;

	}



#header h1.blogtitle {

        /*color: #838c60;  green */

		color: #000;

        text-align:center;

        font-size:38px;

        line-height:100%;

        padding: 50px 100px 5px;

        margin: 0;

        }



#sidebar h2, #midcontent h2  {

        font-weight: bold;

        font-size:12pt;

        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:16pt;

        letter-spacing:0px;

        margin: 0;

        padding: 10px 15px;

        border-bottom:1px solid #c8c8c8;

        background:#e6e6e6;

        }



.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {

        margin-bottom: 10px;

        }





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



a, a:link, a:visited {

	color: #1a4aac;

        text-decoration: none;

        font-size: bold;

	}



a:hover, a:active {

        text-decoration:underline;

        color:#000;

	}



.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:#1a4aac;

        }



#footer a, #footer a:link, #footer a:visited {

	color: #e8e8e8;

}



#footer a:hover, #footer a:active {

        text-decoration:underline;

        color:#fff;

	}

	

/* -------------------[ IMAGES ]------------------- */



.alignleft {

    float: left;

}



.alignright {

    float: right;

}



img.alignright, a img.alignright {

	float: right;

	clear: right;

	margin: 0 0 5px 10px;

	background: #fff;

	padding: 2px;

	border: 1px solid #ccc;

}



img.alignleft, a img.alignleft {

	float: left;

	clear: left;

	margin: 0 10px 5px 0px;

	background: #fff;

	padding: 2px;

	border: 1px solid #ccc;

}



.aligncenter, div.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



img.aligncenter, img.centered, img.center, a img.aligncenter { 

	display: block; 

	margin: 0 auto 15px auto;  

	float: none; 

	clear: both;

	border:1px solid #ccc;

	padding:2px;

	background:#fff;

}



.wp-caption {

    border: 1px solid #ddd;

    text-align: center;

    background-color: #f3f3f3;

    padding-top: 4px;

    margin: 0 10px 10px 10px;

    /* optional rounded corners for browsers that support it */

    -moz-border-radius: 3px;

    -khtml-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;

}



.wp-caption img {

    margin: 0;

    padding: 0;

    border: 0 none;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    padding: 0 4px 5px;

    margin: 0;

} 



img.post-thum, img.thumbnail {

	float:left;

	margin: 10px 10px 15px 0px;

	border:1px solid #ccc;

	padding:1px;

	background:#fff;

}

/* -------------------[ 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;

        background: #f2f2f2;

        padding: 15px 15px 1px;

        margin: 0;

        border-bottom:1px solid #c8c8c8;

        }



#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;  almost white */

		color: #333;

        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;

	line-height: 1.5em;

	}



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 #1a4aac;*/

        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-family: Helvetica, Arial, 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: 11pt;

        font-weight:normal;

        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: #f2f2f2;

        float: left;

        display: block;

        padding: 0 12px;

        }



ul.nav li a:hover, ul.nav li a:active {

        background: #dc0000;

        text-decoration: underline;

        }



ul.nav li.current_page_item a {

        text-decoration:underline;

        background: #dc0000;

        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;

        }



.linklove {

	display: none;

}



.red { color: #d2232a; }



ul.checkmark {

	list-style-type: none;

	margin-left: 15px;

	padding: 0px;

	margin-top: 8px;

}



ul.checkmark li {

	background: url(images/checkmark.gif) no-repeat;

	padding-left: 2.5em;

	padding-top: 6px;

}



ul.checkmark h3 {

	letter-spacing: normal;

	color: #333;

	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-weight: normal;

	font-size: 18px;

}



ul.stars {

	list-style-type: none;

	margin-left: 15px;

	padding: 0px;

	margin-top: 8px;

}



ul.stars li {

	background: url(images/star.png) no-repeat;

	padding-left: 3.0em;

	padding-top: 6px;

	padding-bottom: 15px;

}



ul.stars h3 {

	letter-spacing: normal;

	color: #333;

	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-weight: normal;

	font-size: 18px;

}



blockquote {

        /*border-left:5px solid #1a4aac;*/

        /*padding-left:5px;*/

		padding: 25px 35px;

		background: url(images/blockquotebg.png) bottom no-repeat;

		width: 580px;

		margin: 0 auto;

		border-top: 1px solid #ccc;

		margin-bottom: 20px;

	}