/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */

/**
 * Reset - Resets all browsers down to common default settings
 *
 * @credits Eric Meyer's CSS Reset <http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/>
 * @package WPFramework
 * @subpackage Media
 */

/* Eric Meyer Reset Reloaded */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;   }

/* Removes dotted line when focus */
:focus { outline: none; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* Regular clearing, just in case! */
.clear { clear: both; }

/* Document Body */
body  {
	font-family: Tahoma, Arial;
	font-size: 11pt;
	color: #3e3e3e;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	position: relative;
}
#container {
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#cigar-band {
	position: absolute;
	width: 2000px;
	height: 300px;
	top: 87px;
	left: -100px;
	z-index: 5;
	background-image: url(../images/bg-cigarband.jpg);
	background-repeat: repeat-x;

 
	display: block;
 
}
#header {
	width: 990px;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	height: 468px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	z-index: 10;
}
#logo {
	position: absolute;
	top: 50px;
	left: 25px;
}
#google_translate_element {
position: absolute;
	top: 10px;
	left: 715px;
}
#content-area {
	width: 990px;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
 	min-height: 500px;

	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#content { width: 700px; float: left; }
#content-wide { width: 950px; float: left; }
#sidebar { width: 290px; float: right; padding-top: 65px;	position: relative }
#callouts {
	clear: both;
	background-image: url(../images/bg-content.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 990px;
}
#callout_buttons {
	margin-left: 20px;
} 

#footer {
	position: relative;
	clear: both;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 175px;
	width: 990px;
	font-size: 10pt;
	color: #FFFFFF;	
} 
#footer P {
	line-height: 170%;
}	
#footer A:link, #footer A:visited, #footer A:hover, #footer A:active {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
}
#copyright {
	position: absolute;
	top: 15px;
	left: 345px;

}
#footer_contact {
	position: absolute;
	top: 15px;
	left: 715px;
}
#login{
	position: absolute;
	top: 85px;
	left: 345px;
}

#mtc_credits{
	position: absolute;
	top: 125px;
	left: 345px;
}
#mm_credits{
	position: absolute;
	top: 125px;
	left: 715px;
}
/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }
.content-shift {
	margin-left: 40px;
	margin-right: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8c9;
}

.footer-shift {
	margin-left: 42px;
	  
	padding-bottom: 20px;
 
	 
}
.hentry {
	margin-left: 40px;
	margin-right: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d8d8c9;
	min-height: 200px;
}
.widget {
 
	margin-right: 20px;
 
} 
.widget-content {
   margin-left: 60px; margin-right: 20px;
}
.widget h3 {
	font-size: 16pt;
	line-height: 20pt;
	color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 16px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 60px;
	background-image: url(../images/bg-h3-sidebar.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 262px;
}

#rss_icon {
 
margin-left: 200px;
 
}
/* Logo */
#logo, #logo a { font-size: 28px; line-height: 30px; color: #000; font-weight: bold; }
#logo a:hover { color: #2361a1; text-decoration: none; }
#tagline { color: #333; }

/* Menu */
.nav { position: absolute;
	top: 422px;
	left: 35px;}
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li {
	float: left;
	padding: 0;
	position: relative;
	font-size: 10pt;
	font-weight: bold;
	color: #336600;
}
.nav ul li { width: 100%; }

.nav a {
	display: block;
	position: relative;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 9px;
}

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: -1px; top: 29px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

/* Default Skin */
.nav {  }
.nav ul {   }
.nav ul li a { border-bottom: 1px solid #e8e7dd; color: #ab4c36;}
.nav ul li a:hover {
	color: #5b8726;
}
.nav li:hover ul,
.nav li.nav-hover ul { background: #dad8c9; }

.nav a {
	color: #336600;
}
.nav a:hover { text-decoration: none;   }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus {   }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }


/* Links */
a { color: #004811; text-decoration: none; }
a:hover { text-decoration: underline; color: #5b8726;}
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #004811; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; color: #5b8726;}

.entry-title a:link, .entry-title a:active, .entry-title a:visited { color: #a84c36; text-decoration: none; }
.entry-title a:hover { text-decoration: none; color: #5b8726;} 
/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 18pt; line-height: 28px; padding: 5px 0px; margin-top: 20px; margin-bottom: 10px; color: #a84c36;}
h2 { font-size: 18pt; line-height: 22px; padding: 5px 0px; margin-top: 20px; margin-bottom: 10px; color: #a84c36;}
h3 { font-size: 16pt; line-height: 20px; padding: 5px 0px; color: #5b8726;}
h4 { font-size: 14pt; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12pt; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10pt; line-height: 16px; }

/* Content */



.entry-meta { font-size: 11px; font-weight: bold; }
.published { font-size: 15px; font-weight: bold; color: #5b8726;}
/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }


p,li {
	line-height: 150%;
}
/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; 	line-height: 150%;}
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table {   margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
table.mtc_borders TD{
	border: 1px solid #CCCCCC;
}
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }

/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444;   }
input, textarea, button {  padding: 3px; }
button {   padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus{ background: #fff; border-color: #777 #ccc #ccc #777; }
.search-btn {
	color: #FFFFFF;
	background-color: #5b8726;
	font-weight: bold;
}
.searchform {
   margin-left: 50px;
}
/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment {
	margin-bottom: 40px;
	padding: 8px;
	background-color: #f9f7f5;
	border: 1px solid #d8d8c9;
}
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }
.comment-author {font-weight: bold };
/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption {
	border: 1px solid #d8cfbc;
	text-align: center;
	background-color: #e7e0d9;
	padding-top: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.attachment-post-thumbnail {
	border: 1px solid #d8cfbc;
	text-align: center;
	background-color: #e7e0d9;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 3px;
	margin-right: 12px;
	float: left;
 
}
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.attachment-post-thumbnail 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!important; }

   

/* Navigation */
.page-navigation { margin-left: 40px; margin-right: 40px; } 
 

/* Basic Alignments */
.alignright {float:right; width:auto;}
.alignleft {float:left; width:auto;}
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }
.more-link {display: block;  margin-top: 20px}
.clear {clear:both;}


/* slideshow in header */
#banner_container
{
    margin:0px;
	width:609px;
	height:305px;
	position:absolute;
	top:82px;
	left:323px;
	background:#333;
 

}
 

ul.slideshow {
	list-style:none;
	width:609px;
	height:305px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}

#slideshow-caption {
	width:609px;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;	
	z-index:1000;	
}

 

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
	font-size: 11px;
	font-weight: bold;
}

.hideme 
{ display: none}

.img_frame {
	padding: 2px;
	border: 1px solid #006600;
}
#sitemap ul li {
margin-top: 10px;
}
