/*
Theme Name: Jenks
Theme URI: http://ithemes.com/purchase/jenks
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.2
Description: Jenks is a premium WordPress theme designed by iThemes.
Tags: dark, business, theme options, image fader, dropdown menus, CMS

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/

/*CSS Reset*/
@import url("css/reset.css");

html {
	height:100%;
}

body { /* This is where you set many of the universal defaults */
	background-color: #fff;
	color: #404040;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	height:100%;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

#outer-wrap {
	background-color: #fff;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
}

#wrap {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.divider {
	width:100%;
	height:2px;
	margin:0 auto;
	padding:0;
	background:url(images/home-divider.gif) top center no-repeat;
}

/*********************************************
	Container Div
*********************************************/
#container {
	margin: 0px auto;
	padding: 30px 0 100px;
	text-align: left;
	}

/*********************************************
	Universal Link Styles
*********************************************/

a, a:link, a:visited {
	color: #808080;
	text-decoration: none;
}

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

/*********************************************
	Universal Text Elements
*********************************************/
p, ul, ol {
}
ol, ul, dd {
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
strong {
	font-weight:bold;
	color: #303030;
}
em {
	font-style:italic;
}
blockquote {
	margin: 0 35px 15px;
	padding: 15px 15px 1px;
	background:#dfdfdf;
}
img {
	border: 0px;
	background: none;
}
p {
	padding: 0px;
	margin: 0 0 15px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px solid #999;
}
* html acronym, abbr {
	border-bottom: 1px dashed #999;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: block;
	clear:both;
}
table {
	border-collapse:collapse;
	margin-bottom:15px;
}
tr, td, th {
	margin:auto;
}
td, th {
	padding:10px;
	vertical-align:top;
}
th {
	border:1px solid #dfdfdf;
	font-weight:bold;
	background:#d8d8d8;
}
td {
	border:1px solid #dfdfdf;
}

/*********************************************
	Header Styles
*********************************************/
h1,h2,h3,h4,h5,h6 { /* Use this for universal styles for all header elements */
	font-family: "Myriad Pro", "Myriad Web", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height:1.2em;
	color:#202020;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.post h3 { /* This style used as the post titles on homepage/archive and comments headings */
	margin-bottom:5px;
}
.entry h3 { /* This style used within the post content itself */
}
.sidebar h4 { /* This style used as the sidebar widget titles  */
	padding: 10px 20px;
	margin: 0;
	background:url(images/widget-title.gif) top left no-repeat;
	border-bottom:1px solid #3B3B3B;
	font-size:16px;
	color:#444;
	letter-spacing:0px;
}
.entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
}
h3 a, h3 a:link, h3 a:visited {
	color:#999999;
}
h3 a:hover, h3 a:active {
	color:#000;
 }
h1.pagetitle { /* This style used as title on archive pages and pages */
	margin-bottom:15px;
	padding: 0 0 5px;
	background:url(images/post-bottom.gif) bottom left repeat-x;
	color:#999999;
}
h1.single-pagetitle { /* This style used as title on single posts */
	margin-bottom:0;
	color:#999999;
}
#comments h3 { /* This style used as title in the comments section */
	margin-bottom:10px;
	color:#999999;
}
#respond h3 { /* This style used as title in the comments section */
	margin-bottom:3px;
	color:#999999;
}
#home-mid .left .widget h2, #home-mid .right .widget h2 { /* This style used in the Home page welcome message title */
	font-size:24px;
	margin:0 0 10px;
	padding: 0 0 5px;
	color:#000;
}
#home-mid .left ul, #home-mid .right ul{ /* This style used in the Home page welcome message title */

	margin:0px;
	padding: 0px;

}

.sitemap h2 {
	margin: 0 0 5px;
	font-size: 18px;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
img.alignright {
	margin: 0px 0px 8px 8px;
}
img.alignleft {
	margin: 0px 8px 8px 0px;
}
.wp-caption {
	text-align: center;
	background-color: #f0f0f0;
	padding-top: 4px;
	margin: 10px;
}
.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.alignright, img.alignleft, img.aligncenter {
	background:#4b4b4b;
	padding:5px;
}

/*********************************************
	Header Styles
*********************************************/

#header-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	clear: both;
	height: 155px;
	margin: 0 auto;
	padding: 0;
	border-top:11px solid #dfdfdf;
}
#header {
  background: url('images/header.jpg') top left no-repeat; 
	position:relative;
	width: 960px;
	clear: both;
	height: 155px;
	margin: 0 auto;
	padding: 0;
}

#title-outer-wrapper {
	display: table;
	height: 153px;
	#position: relative;
	overflow: hidden;
	float:left;
	width: 350px;
	margin-left: 20px;
}
#title-inner-wrapper {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#title {
	#position: relative;
	#top: -50%
	color: #000000; 
  width: 350px;
}
#title a {
	font-family: "Myriad Pro", "Myriad Web", Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing: -1px;
	text-indent: 0;
	font-size: 28px;
	line-height: 32px;
	text-decoration: none;
}

#head-divider {
	height:2px;
	font-size:2px;
	line-height:2px;
	width:960px;
	margin: 0 auto;
	padding:0;
	background: url(images/head-divider.jpg) top left no-repeat;
}


/*********************************************
	Header Support Button
*********************************************/

#support-button-outer-wrapper {
	float: left;
	position: absolute;
	right: 10px;
	top: -11px;
	z-index: 999;
	height: 33px;
	background: url('images/support-button-left.gif') top left no-repeat;
	padding-left: 8px;
}
#support-button-inner-wrapper {
	float: left;
	height: 33px;
	background: url('images/support-button-right.gif') top right no-repeat;
	padding-right: 8px;
}

#support-button {
	float: left;
	background: #dfdfdf;
	height: 33px;
}
#support-button a, #support-button a:link, #support-button a:visited {
	font-family: consolas, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#888;
	font-size:14px;
	text-decoration:none;
}
#support-button a img {
	float: left;
}
#support-button a span {
	float: left;
	height: 23px;
	padding: 10px 5px 0 5px;
	display: block;
}
#support-button a:hover, #support-button a:active {
	color:#000;
}

/*********************************************
	Search Form Styles
*********************************************/
#searchform {
	padding:0;
	margin:0;
}
#searchform label {
	display:none;
	text-indent:-999em;
}
#searchform #searchfield {
}
#searchform #submitbutton {
}

/*********************************************
	Horizontal Navigation Styles
	(with dropdowns)
*********************************************/

#menu-wrapper {
	display: table;
	height: 153px;
	#position: relative;
	position: absolute;
	right: 10px;
	width: 580px;
}
#menu {
	margin: 0;
	padding: 0;
	line-height:36px;
	font-weight:bold;
	font-size:12px;
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	float: right;
	#position: relative;
	#top: -50%
}
#menu li {
	font-family: "Myriad Pro", "Myriad Web", Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0;
	float: left;
	font-weight:bold;
	text-transform:uppercase;
	z-index: 9999;
}
#menu li li {
	padding:0;
	margin: 0;
	font-weight:normal;
	text-transform:none;
}
#menu li a, #menu li a:link, #menu li a:visited {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
#menu li a:hover, #menu li a:active {
	color:#f7b400
}
#menu li.current_page_item,
#menu li.current_page_ancestor {
	background: url(images/nav-rt.gif) top right no-repeat;
	padding-right:10px;
}
#menu li.current_page_item li,
#menu li.current_page_ancestor li {
	background: transparent;
	padding:0;
}
#menu li.current_page_item a,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_ancestor a,
#menu li.current_page_ancestor a:link,
#menu li.current_page_ancestor a:visited {
	background: url(images/nav-left.gif) top left no-repeat;
	padding: 0px 0px 0px 10px;
	color:#f7b400
}
#menu li ul {
	float:none;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0;
	padding:0;
}
#menu li ul a,
#menu li ul a:link,
#menu li ul a:visited {
	padding: 0px 10px;
	width:180px;
	background: url(images/nav.gif) top left no-repeat;
	color:#fff;
}
#menu li.current_page_item ul a,
#menu li.current_page_item ul a:link,
#menu li.current_page_item ul a:visited,
#menu li.current_page_ancestor ul a,
#menu li.current_page_ancestor ul a:link,
#menu li.current_page_ancestor ul a:visited {
	color:#fff;
	padding: 0px 10px;
	width:180px;
	background: url(images/nav.gif) top left no-repeat;
}
#menu li ul a:hover,
#menu li ul a:active,
#menu li.current_page_item ul a:hover,
#menu li.current_page_item ul a:active,
#menu li.current_page_ancestor ul a:hover,
#menu li.current_page_ancestor ul a:active,
#menu li li.current_page_item a,
#menu li li.current_page_item a:link,
#menu li li.current_page_item a:visited {
	color:#f7b400
}
#menu li li.current_page_item li.page_item a,
#menu li li.current_page_item li.page_item a:link,
#menu li li.current_page_item li.page_item a:visited {
	color:#fff
}
#menu li li.current_page_item li.page_item a:hover,
#menu li li.current_page_item li.page_item a:active {
	color:#f7b400
}
#menu li ul ul,
#menu li.current_page_item ul ul,
#menu li.current_page_ancestor ul ul {
	margin: -36px 0 0 -200px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	top: auto;
}
#menu li:hover, #menu li.sfhover {
	width:auto;
}

/*********************************************
	Image Rotator Styles
*********************************************/
#top-image { /* The image rotator background */
	width:960px;
	margin: 0 auto;
	padding:0;
}
#top-image #rotator { /* The image rotator */
	width:960px;
	padding: 0;
	margin:0 auto;
}
#rotate-divider {
	height:2px;
	width:960px;
	margin: 0 auto;
	padding:0;
	background: url(images/rotate-divider.jpg) top left no-repeat;
}

/*********************************************
	Content Div
*********************************************/
#content {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	width: 650px;
}
#content-full {
	display: block;
	padding: 0;
	margin: 0;
}
#content-left {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 650px;
}

/*********************************************
	Post Div
*********************************************/
.post {
	clear: both;
	margin: 0 0 15px;
	padding: 0 0 15px;
	background:url(images/post-bottom.gif) bottom left repeat-x;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/
.meta {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0 0 15px;
	padding: 0;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 0;
	padding: 0;
}
.meta-date { }
.meta-author { }
.meta-comments { }
.meta-category { }

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Sidebar
*********************************************/


#submenu {
	margin:  0 0 10px 0 ;
	padding: 0 ;
	line-height:36px;

	font-size:12px;

	width: 280px;
	vertical-align: middle;
	border: 0px solid white;
	background: transparent url(images/widget-title.gif) no-repeat scroll left 

}
#submenu ul {
	list-style: none;
	padding: 0 ;
	margin:  0 ;
	#position: relative;

}
#submenu li {
	font-family: "Myriad Pro", "Myriad Web", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:1px;
	font-weight:bold;
	z-index: 9999;
}

#submenu li a, #submenu li a:link, #submenu li a:visited {
	color: #000;
		
	text-decoration: none;
	display: block;
	padding: 0 30px;
	margin: 0;
	border: 1px solid #929292;
}
#submenu li a:hover, #submenu li a:active {
	color:#c75008;

}

#submenu li.current_page_item li,
#submenu li.current_page_ancestor li {
	background: transparent;
	padding:0;
}
#submenu li.current_page_item a,
#submenu li.current_page_item a:link,
#submenu li.current_page_item a:visited,
#submenu li.current_page_ancestor a,
#submenu li.current_page_ancestor a:link,
#submenu li.current_page_ancestor a:visited {

	padding: 0px 0px 0px 30px;
	color:#c75008;

}


.sidebar {
	font-size:12px;
	color:#0f0f0f;
	display: inline;
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0;
	
}
#float-right .sidebar {
	float: right;
}

.sidebar .widget {
	padding: 0;
	clear: both;
	margin: 0 0 15px;
	background:url(images/widget-bg.gif) bottom left repeat-y;
	width:280px;
}
.sidebar .textwidget,
.sidebar .widget div {
	padding: 15px 20px;
}
.sidebar img {
	margin: 0px;
}
.sidebar form {
	margin: 0px;
	padding: 15px 20px;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
}
.sidebar ul ul {
	list-style-type:none;
	margin: 0 0 0 15px;
	padding: 15px 20px;
}
.sidebar ul ul ul {
	margin: 0 0 0 15px;
}
.sidebar ul li {
	margin: 0;
	padding: 0 0 3px;
}
.sidebar ul li a {
}
.sidebar ul li a:hover { }
.sidebar li li {
}
.flickr img {
	margin: 0 3px 3px 0;
	background: #000;
	padding: 1px;
	vertical-align:top;
	width:75px;
	height:75px;
}




/*********************************************
	Contact Form Styles
*********************************************/
#ithemes-contact-page-form table {
	border:0;
	margin:0;
}
#ithemes-contact-page-form td {
	padding-bottom:15px;
	vertical-align:top;
	border:0;
}
#ithemes-contact-page-form td.label {
	padding-right:5px;
}
#ithemes-contact-page-form textarea {
	width:330px;
}

#ithemes-contact-page-name,
#ithemes-contact-page-website,
#ithemes-contact-page-email,
#ithemes-contact-page-form textarea {
	background:#202020;
	padding: 5px;
	border:0;
	color:#CCC;
}

/*********************************************
	125x125 Banner Ad Styles
*********************************************/
.sidebar ul.banner125 {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
.sidebar ul.banner125 li {
	float:left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.sidebar ul.banner125 li img {
	display:block;
	margin: 0px;
	padding: 0px;
}

/*********************************************
	Footer Styles
*********************************************/

#footer {
	font-size: 11px;
	clear: both;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0 40px;
	background: #f0f0f0 url(images/footer-bg.gif) top left repeat-x;
	width: 100%;
	height: 33px;
	position:absolute;
	bottom:0;
}
#footer p {
	margin:0;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: underline;
}

/*********************************************
	Site Map Page
*********************************************/

.sitemap {
	font-size:12px;
	line-height:1.4em;
}
.sitemap ul {
	margin: 0 0 15px 15px;
}
.sitemap ul ul {
	margin: 0;
}
.sitemap ul ul ul {
	margin-left:15px;
}

.sitemap ul li {
}
.sitemap ul li ul li {
	list-style-type:none;
}

p.site-map {
	margin: 0;
	font-weight:bold;
	font-size:10pt;
}
.map-narrow {
	width:30%;
	float:left;
}
.map-wide {
	width:65%;
	float:right;
}
.sitemap .post {
}

/*********************************************
	Home Middle Styles
*********************************************/
#home-mid {
	font-size:14px;
	margin:0 auto;
	padding: 35px 0;
	text-align: left;
	line-height:1.5em;

}
#home-mid .left {
	width:500px;
	margin:0;
	padding:0;
	float:left;
}
#home-mid .right {
	width:430px;
	margin:0;
	padding:0;
	float:right;
}

/*********************************************
	Home Bottom Styles
*********************************************/
#home-bottom {
	margin: 0 auto 30px;
	width:960px;
	padding: 0;
	text-align: left;
	overflow:hidden;
}
#home-bottom ul#home-tabs {
	margin: 0;
	padding: 0;
	background:#ddd url(images/home-bottom-top.gif) top right no-repeat;
	border:0;
}
#home-bottom ul#home-tabs li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	font-size:22px;
}
#home-bottom ul#home-tabs li a, #home-bottom ul#home-tabs li a:link, #home-bottom ul#home-tabs li a:visited {
	display: block;
	padding: 25px 0 25px 0px;
	margin:0;
	width:320px;
	color:#333;
	text-align:center;
}
#home-tabs li a {
	position: relative;
	text-decoration: none;
}
#home-tabs li img {
	position: absolute;
	left: 20px;
	top: 15px;
	display:none;
}
.home-tab-on #home-tab-1 {
	background: url('images/home-tab-bg-top-left.gif') top left no-repeat;
}
.home-tab-on #home-tab-3 {
	background: url('images/home-tab-bg-top-right.gif') top right no-repeat;
}
.home-tab-on {
	background-color: #C0C0C0;
}
#home-bottom .cat_content {
	padding:25px;
	background:#C0C0C0;
}
#home-bottom .cat_content ul {
	padding:0px;
	margin:0px;
}
#home-bottom .cat_content H2 {
	font-size: 18px;
}
#home-bottom .cat_content .floatleft {
	width:43%;
	float:left;
	margin:0;
	padding:0;
}
#home-bottom .cat_content .floatright {
	width:55%;
	float:right;
	margin:0;
	padding:0;
}
#home-bottom .cat_content img.border {
	float:left;
	border:5px solid #666;
	margin: 0 15px 0 0;
	padding:0;
}
#home-bottom .cat_content h4.orange {
	font-family:arial, helvetica, sans-serif;
	color:#fc8902;
	font-size:12px;
	letter-spacing:0;
}
