/*
Theme Name: The Molokai Dispatch 2013
Theme URI: http://themolokaidispatch.com/
Description: Theme created for The Molokai Dispatch, Inc
Author: Eastwood Arts
Author URI: http://eastwoodarts.com/
version: 1.0
Tags: 
*/


/* basics */

body {
	background:#e2c699 url(images/page.bkg.png) top left repeat-x;
	/*font-family: Arial, Helvetica, tahoma, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 8pt;
	color:#111;
	}

h1, h2, h3, h4 { 
	margin:0 0 12px 0;
}

h1, h1 a, h1 a:hover, h1 a:visited {	
	font-size:16pt;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size:14pt;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size:11pt;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size:10pt;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

 h1.heading a, h2.heading a {	
	font-size:12pt;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	text-transform:uppercase;
	
	white-space:nowrap;
}

h1.heading,  h2.heading {	
	font-size:12pt;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	text-transform:uppercase;
	background:#7A8F56 url(images/header.bar.bkg.png) center left repeat-x;
	padding:4px 0px 3px 6px;
	white-space:nowrap;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 12px;
	padding: 1.5em;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

p {
	margin: 0 0 12px;
}

small {
	font-size:0.85em;
}

.clear {
	clear: both;
}


/* links */

a {
	color: #cc6600;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color: #cc6600;
}

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

/* lists */

ul {
	list-style: disc;
	margin: 0 0 12px 1.5em;
}

ol {
	list-style: decimal;
	margin: 0 0 12px 1.5em;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: upper-alpha;
}

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

dl {
	margin: 0 0 24px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 12px;
}

/* tables */
table {
	font-size: 11px;
	margin-bottom: 12px;
	text-align: left;
	border-collapse: collapse;
}

table th {
	font-size: 10px;
	font-weight: bold;
	padding: 8px;
	background: #ddd;
	border-bottom: 1px solid #fff;
}

table td {
	padding: 8px; 
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #eaeaea;
	vertical-align:top;
}

table tbody tr:hover td {
	background: #ddd;
}

table.noformat td, table.noformat tr:hover td {
	border-width:0 !important;
	background:transparent !important;
}

/*************** Forms ***************/

form label {
                display: block;
                padding: 0 0 2px;
                font-weight: bold;
				font-size: 8pt;
				line-height:1.0em;
                }
				
form label.inline {
                display: inline;
                padding: 0;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                font-size: 0.75em;
                color: #6f4900;
				display: block;
				padding-left:3px;
                }
				
				
form input,
form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 6px;
                font-size: 12px;
                background: #fff;
                border: 1px solid #999;
			color: #333;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                }
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                /*width: 97.5% !important;*/
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
	padding: 0;
	background: none;
	border: 0;
}
                
form label.error { 
	display:inline;
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
	background-image:none;
	background-color:transparent;
	font-size:8pt;
}

form span.required {
	color:#C00000;
	font-weight:bold;
}

#loginform p {
	margin-bottom:4px;
}

/* buttons */
.button, .button:visited, .button:hover, .button-primary, .button-primary, form input[type="submit"] {
	display:inline-block;
	height:24px;
	line-height:23px;
	padding:0 10px;
	background:#CC6600 url(images/button.bkg.png) center right repeat-x;
	color:#fff;
	text-shadow: 0 1px 1px #666;
	font-size:10pt;
	text-decoration:none;
	border-width:0;
	cursor:pointer;
	font-weight:bold;
	border:1px solid #AC5510;
}

.button:hover, .button-primary:hover {
	-webkit-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0px -1px 1px rgba(255, 255, 255, 1), inset 0 0px 3px rgba(0, 0, 0, 0.9);
}

.submitbutton, form input[type=submit], .submitbutton:hover, form input[type=submit]:hover {
	height:25px;
	line-height:24px;
	padding:0 12px;
}

.button-grey {
	font-size:10px;
	font-weight:normal;
	color:#fff;
	cursor:pointer;
	background:#999;
	display:inline-block;
	padding:2px 8px;
}

.button-small, .button-small:visited, .button-small:hover {
	padding:0 10px;
	height:20px;
	line-height:19px;
	font-size:11px;
}

/* columns framework */
.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .columns {height: 1%;}
.columns{ display:inline-block; }
.columns{ display:block; }

.columns .column{
	float:left;
	overflow:hidden;
	display:inline;
}
.columns .last{ float:right; }

.col2 .first{ width:445px; }
.col2 .last{ width:445px; }

.col2-percent > .first{ width:47%; padding:0;}
.col2-percent > .last{ width:47%; padding:0;}

.col2-wrapper > .first{ width:650px; }
.col2-wrapper > .last{ width:300px; margin-top:10px; }

.col2-content > .first{ width:160px; margin-top:10px; }
.col2-content > .last{ width:480px; margin-top:10px;  }

.col2-headline > .first{ width:234px; }
.col2-headline > .last{ width:234px; }

.col3 .first{ width:286px; }
.col3 .second{ width:286px; margin-left:30px; }
.col3 .last{ width:286px; }

/* container */

.wrapper {max-width:990px;width:95%;margin:0 auto;position:relative;overflow: hidden;}

#wrapper {
	background:#fff;
	max-width:960px;
	width:95%;
	margin: 0 auto;
	padding:15px 15px 0px 15px;
	overflow: hidden;
}

#main_container {max-width:960px;width:100%;margin:0px;padding:0px;}
	
/* header */

#header_bar {
	max-width:960px;
	background:#7A8F56 url(images/header.bar.bkg.png) center left repeat-x;
	padding:0px;
}

#logo a {
	height:100px;
	max-width:650px;
	background:url(images/logo.jpg) no-repeat;
	text-indent:-9999px;
	outline:none;
	display:block;
}

#menu-top-menu {
	max-width:620px;
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	display:block;
}
#menu-top-menu li {
	list-style-type: none;
	list-style: none;
	margin:0;
	padding:0;
	float: left;
	position:relative;
}
#menu-top-menu a {
	color:#fff;
	text-decoration:none;
	display: block;
	padding:0px 14px;
	line-height:32px;
	background:#7A8F56 url(images/header.bar.bkg.png) center left repeat-x;
	text-align: center;
	text-transform:uppercase;
	font-size:11pt;
	font-weight:normal;
}
#menu-top-menu .current-menu-item a { background:#CC6600 url(images/nav.main.bkg.png) center left repeat-x;}
#menu-top-menu a:hover { background:#CC6600 url(images/nav.main.bkg.png) center left repeat-x; }


#search {
	width:300px;
	float:right;
	text-align:right;
	margin-right:5px;
	line-height:32px;
}
#search form label {display:none;}
#search form input.searchfield {
	width:205px;
	font-size:9pt;
	color:#333;
	padding:2px;
	margin-top:2px;
	border:1px solid #fff;
}
#search .form-submit {
	width:75px;
	display:inline-block;
	background:#CC6600 url(images/search.button.bkg.png) center right repeat-x;
	color:#fff;
	font-size:9pt;
	border:1px solid #AC5510;
	padding:0px 22px 1px 2px;
	margin:2px 0px 0px 5px;
	text-decoration:none;
	font-weight:bold;
	height:24px;
	line-height:23px;
	
}

#nav_sections {
	max-width:649px;
	position:relative;
	border-bottom:3px solid #DB944C;
	background:#F1F1F1;
	border-right: 1px solid #DDDDDD;
	height:28px;
}

#nav_sections ul {
	margin:0;
	padding:0;
}

#nav_sections li {
	list-style: none;
	float:left;
	position:relative;
	margin: 0;
	padding: 0;
}

#nav_sections li a {
	padding: 6px 7px;
	margin: 0;
	color: #333;
	display:block;
	border-left: 1px solid #DDDDDD;
}

#nav_sections ul li a:hover {
	background: #ddd;
	color:#333;
}

#nav_sections ul .current-menu-item a {
	background: #ddd;
	color:#333;
}

#nav_sections ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 28px;
	left: 0;
	width: 188px;
	z-index: 99999;
	border-top:1px solid #DDD;
}
#nav_sections ul ul ul {
	left: 100%;
	top: 0;
}
#nav_sections ul ul a {
	height: auto;
	width: 168px;
	background:#F1F1F1;
	border-bottom:1px solid #DDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

#nav_sections li:hover > a,
#nav_sections ul ul :hover > a,
#nav_sections a:focus {
	background: #ddd;
	color:#333;
}
#nav_sections li:hover > a,
#nav_sections a:focus {
	
}
#nav_sections ul li:hover > ul {
	display: block;
}
#nav_sections .current-menu-item > a,
#nav_sections .current-menu-ancestor > a,
#nav_sections .current_page_item > a,
#nav_sections .current_page_ancestor > a {
	background: #ddd;
	color:#333;
}

/* main menu */

#menu {
	background:#888;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 8pt;
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style: none;
	float:left;
	position:relative;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}

#menu ul .current-menu-item a {
	background: #fff;
	color:#000;
}

/* left column */
#submission {margin-bottom:10px;padding:2px;background:#EEE;border:1px solid #BEBEBE;}
#submission .text_container {border:1px solid #BEBEBE;background:#FFF;padding:3px;border:1px solid #BEBEBE;}
#submission .text_container h3 {font-size:9pt;font-weight:bold;margin-bottom:3px;}
#submission .text_container h3.sub {font-size:9pt;font-weight:bold;margin-top:6px;margin-bottom:2px;}
#submission .text_container .metaday {text-transform:uppercase;font-size:12pt;font-weight:bold;color:#CC6600;line-height:1.0em;margin-bottom:0;}
#submission .text_container .metadate {font-size:9pt;color:#CC6600;line-height:1.0em;margin-bottom:0;}

/* slideshows */
.featured-pics {
	position:relative;
}

.slideshow {
	max-width:480px;
	width:100%;
	margin-bottom:12px;
	position:relative;
	overflow:hidden;
}

.home .slideshow {
	max-height:286px;
}

.slideshow .slides, .slideshow .slide {
	position:relative;
	overflow:hidden;
	width:100%;
}

.slideshow img {
	width:100%;
	height: auto;
	width: auto; /* ie8 fix*/
}
.content .slideshow img {
	max-width: 480px;
	max-height: 290px;
}

.slideshow .slide .caption {
	position:absolute;
	bottom:0px;
	left:0px;
	max-width:468px;
	width:100%;
	text-align:left;
	padding:5px 6px;
	background:url(images/bg-black-70.png);
	color:#fff;
	font-size:9pt;
}

.featured-pics .slide .caption h1, .featured-pics .slide .caption h2, .featured-pics .slide .caption h3, .featured-pics .slide .caption h4 { 
	color:#fff;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

.featured-pics .slide .caption h2, .featured-pics .slide .caption h2 a { 
	color:#fff;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin-bottom:6px;
	font-weight:bold;
}

.featured-pics .slide .caption p {
	margin:0 0 12px 0;
}

.featured-pics .slide .caption p,
.featured-pics .slide .caption a {
	
}

.slideshow .next {
	background:url(images/next.png) no-repeat;
	height:40px;
	width:40px;
	display:block;
	position:absolute;
	top:90px;
	right: 0px;
	z-index:2000;
	cursor:pointer;
	text-indent:-9999px;
}

.slideshow .prev {
	background:url(images/prev.png) no-repeat;
	height:40px;
	width:40px;
	display:block;
	position:absolute;
	top:90px;
	left: 0px;
	z-index:2000;
	cursor:pointer;
	text-indent:-9999px;
}

/* content */

.content {
	line-height:1.5em;
	}

.entry-title a, .entry-title a:visited {}
.entry-title a:active, .entry-title a:hover {}
.entry-meta abbr, .entry-utility abbr {	border: none; }
.entry-meta abbr:hover, .entry-utility abbr:hover { border-bottom: 1px dotted #666; }
.entry-content, .entry-summary { clear: both; }
.entry-summary p:last-child {	margin-bottom: 12px; }
.entry-meta {
	color: #888;
}
.entry-utility {
	clear: both;
	color: #888;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}	

.post-edit-link {
	-moz-border-radius:0 0 4px 4px;
	background:#333 url(images/edit.png) no-repeat 5px 2px;
	color:#eaeaea;
	padding:5px 8px 5px 26px;
	position:absolute;
	right:20px;
	top:0;
	font-weight:bold;
	font-size:8pt;
	z-index:9000;
}


/* sidebar */

.sidebar {
	
	}

.sidebar h2{}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.sidebar > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom:12px;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style: square;
}

/* style for current weather data */
#weather div.wp-forecast-curr {
    font-size: 11px; 
    padding: 3px 0;
    text-align:left;
}
/* style for forecast data */
#weather div.wp-forecast-curr-head {
    font-size: 11px; 
    padding: 3px 0;
    text-align:left;
    color:#999;
}

#weather div.wp-forecast-curr-head a {
    font-size: 10pt; 
    color:#000;
    font-weight:bold;
}

/* style for forecast data details */
div.wp-forecast-curr-block {
    padding: 0px;
    float:left;
}

/* style for forecast data details left side */
div.wp-forecast-curr-left {
    padding: 3px 0;
    float: left;
}

/* style for forecast data details right side */
div.wp-forecast-curr-right {
    font-size: 14px; 
    font-weight: bolder;
    font-variant: small-caps;
    text-align:left;
    padding: 3px 0;
    float: left; 
}


/* style for current weather data details */
div.wp-forecast-curr-details {
    font-size: 11px; 
    padding: 6px;
    text-align:left;
    float:left;
}

/* style for current weather icon */
img.wp-forecast-curr-left {
    width: 48px;
    padding: 0px;
}


/* style for forecast data */
div.wp-forecast-fc {
    font-size: 11px; 
    padding: 2px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    float:left;
}

/* style for forecast data */
#weather div.wp-forecast-fc-head {
    font-size: 11px; 
    padding: 3px 0;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    font-weight:bold;
}

/* style for forecast data details */
div.wp-forecast-fc-oneday {
    padding: 0px;
}

/* style for forecast data details */
div.wp-forecast-fc-block {
    padding: 3px;
    float:left;
}
/* style for forecast data details left side */
div.wp-forecast-fc-left {
    font-size: 11px; 
    padding: 3px;
    text-align:center;
    float: left; 
}

/* style for forecast data details right side */
div.wp-forecast-fc-right {
    font-size: 11px; 
    padding: 3px;
    text-align:left; 
    width: 90px;
    float: right; 
}

/* style for forecast weather icon */
img.wp-forecast-fc-left {
    width: 48px;
    padding: 0px;
}


/* style for navigation when using ajax pulldown */
div.wpff_nav {
    font-size: 11px; 
    border: 0px solid;
    padding: 1px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    float: left;
    height: 11px;
}

div.wpff_nav:hover {
    color:#147;
    text-decoration:underline; 
    cursor:pointer;
}

/* style for selection widget */
div.wpf-selector {
    padding: 5px;
    font-size: 11px;
}

iframe.wpf-iframe {
    border: 0px;
}

td.td-center {
	text-align: center;
}


/* rigth column */
#latest {margin-bottom:10px;padding:3px;background:#EEE;border:1px solid #BEBEBE;}
#latest .item-title-container {display:block;background:url(images/icon.arrow.orange.gif) center left no-repeat;padding:0px 0px 0px 15px;margin-left:5px;}
#latest .item-title {display:block;border-bottom:1px solid #eee;text-decoration:none;padding:5px 0px 4px 5px;color:#666;}
#latest a:hover.item-title {color:#333;}
#latest #signin {margin:3px;}
#latest #signin p {color:#666666;margin:3px 0px 6px 8px;}
#latest #signin a {color:#CC6600;margin-left:8px;}
#latest #signin a:hover {color:#333;}
#latest #signin a.button {color:#ffffff;margin-left:8px;}

#latest h3 {
	font-size:9pt;
}

#latest .views-hide{
	display:none;
}

#latest .ui-widget-header {
	border-width:0px;
	background:none;
}

#latest .ui-tabs {
	border-width:0px;
	background:none;
	padding:0;
}

#latest .ui-tabs .ui-tabs-nav {
	padding:0;
}

#latest .ui-tabs .ui-tabs-nav li {
	border: 1px solid #BEBEBE !important;
	padding:0;
	text-align:center;
	font-size:8pt;
	background:#fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#latest .ui-tabs .ui-tabs-nav li#last {
	margin-right:0;
}

#latest .ui-tabs .ui-tabs-nav li a {
	padding: 2px 8px;
}



#latest .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: none repeat scroll 0 0 #CC6600;
	color:#fff;
}

#latest .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color:#fff;
}

#latest .ui-tabs-panel {
	border: 1px solid #BEBEBE ;
	background-color:#fff;
	margin-top:3px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#latest .ui-tabs-panel ul {
	list-style:none;
}

#latest .ui-tabs-panel ul li{
	display:block;
	background:url(images/icon.arrow.orange.gif) center left no-repeat;
	margin-left:5px;
	border-bottom:1px solid #eee;
	text-decoration:none;
	padding:5px 0px 4px 20px;
	color:#666;
	list-style:none;
}

#latest .ui-tabs-panel ul li a {
	text-decoration:none;
	color:#666;
	font-size:8pt;
	font-weight:normal;
}

#latest .ui-tabs-panel ul li a:hover {
	text-decoration:underline;
	color:#333;
}



/* comments */

#comments {
	clear: both;
	margin-top:18px;
	color:#555;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 0px solid #e7e7e7;
	line-height: 1.4em;
	margin: 0 0 24px 0;
	padding: 10px 10px 10px 56px;
	position: relative;
	background:#E7EEDB;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 10px;
	left: 10px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 6px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 12px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	padding-top:10px;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
}
#respond textarea {
	width: 95%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
}

.comments-login {
	padding:10px;
	border-top: 1px solid #e7e7e7;
	margin-top:18px;
}

/* alignment */

.content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}

.content .attachment img {
	max-width: 900px;
}

.content .alignleft,
.content img.alignleft {
	display: inline;
	float: left;
	margin: 0 7px 2px 0;
}

.content .alignright,
.content img.alignright {
	display: inline;
	float: right;
	margin: 0 0 2px 7px;
}

.content .aligncenter,
.content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	text-align:center;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* Images */
	
.content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0px;
	padding-bottom:4px;
	text-align: center;
	max-width: 100%;
}

.content .wp-caption img {
	margin: 0px 0px 0;
}

.content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.content .wp-smiley {
	margin: 0;
}

.content .gallery {
	margin: 0 auto 18px;
}

.content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}

.content .gallery img {
	border: 2px solid #cfcfcf;
}

.content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.content .gallery dl {
	margin: 0;
}

.content .gallery img {
	border: 10px solid #f1f1f1;
}

.content .gallery br+br {
	display: none;
}

.content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* footer */

#footer {
	clear: both;
	max-width:940px;background:#7A8F56;color:#fff;padding:4px 10px 4px 10px;
	line-height:18px;
	}
	
#footer p {
	
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .footer-left {float:left;width:455px;}
#footer .footer-right {float:right; width:465px; text-align:right;}

#footer #nav_footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

#footer #nav_footer ul li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#footer #nav_footer ul li a {
	display:block;
	float:left;
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #aaa;
	font-weight:normal;
}

#footer #nav_footer ul li:first-child a {
	border-left:0px solid #aaa;
	margin-left:0;
	padding-left:0;
}

#footer img {
	vertical-align:middle;
}


#social_bar {
	-moz-box-shadow: 0 0 6px #ccc;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-left: -100px;
    padding: 8px 5px 0;
    position: fixed;
    bottom: 50px;
    width: 60px;
    overflow:hidden;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}

#social_bar p {
	margin-bottom:5px;
}

#social_bar .fb_iframe_widget {
	margin:0 auto;
	margin-bottom:5px;
	width:50px;
}

/* news posts */
.news-post {
	border:1px solid #BEBEBE;
	margin-bottom:12px;
}

.news-post .entry {
	min-height:190px;
	padding:5px;
	font-size:9pt;
	line-height: 1.5em;
}

.news-post .entry h1 a, .news-post .entry h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:15pt;
	font-weight:bold;
	line-height:1.1em;
}

.news-post .entry h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:15pt;
	font-weight:bold;
	line-height:1.0em;
	margin-bottom:6px;
	font-style:normal;
}

.news-post .entry h2 a {
	font-weight:bold;
}

.single .news-post .entry h2, .home .news-post .entry .excerpt h2 {
	font-size:12pt;
	font-weight:normal;
	line-height:1.0em;
	margin-bottom:6px;
	font-style:italic;
	font-family: Arial, Helvetica, tahoma, sans-serif;
}

#headline_news .news-post .entry h2 a {
	font-size:12pt;
}

.news-post .entry .meta-date {
	font-size:8pt;
	font-style:italic;
}

.news-post .entry .read-more a {
	background:url(images/icon.arrow.black.gif) no-repeat 0px 3px;
	padding-left:15px;
	font-size:10pt;
}

.news-post .metadata {
	background-color:#EEE;
	border-top:1px solid #BEBEBE;
	padding:4px 5px 4px 5px;
	font-size:8pt;
}

.news-post .metadata-top {
	background-color:#EEE;
	border-top:0px;
	border-bottom:1px solid #BEBEBE;
	padding:4px 5px 4px 5px;
	font-size:8pt;
}

.news-post .metadata .meta-post {
	display:block;
	min-width:230px;
	max-width:50%;
	color:#666;
	float:left;
	margin:1px 0px 0px 0px;
	padding:0px;
}

#headline_news .news-post .metadata .meta-post {
	min-width:127px;
	max-width:40%;
}

.news-post .metadata .meta-comment {
	display:block;
	min-width:140px;
	max-width:40%;
	font-weight:bold;
	text-align:right;
	float:right;
	margin:0px;
	padding:0px;
}

.news-post .metadata .meta-author {
	display:block;
	min-width:140px;
	max-width:40%;
	font-weight:bold;
	text-align:right;
	float:right;
	margin:0px;
	padding:0px;
}

#headline_news .news-post .metadata .meta-comment {
	min-width:90px;
	max-width:40%;
}
.news-post .metadata .meta-comment img {margin-right:5px;vertical-align: text-bottom;}




#col_left #category_archive .news_item .metadata{display:block;width:477px;padding:4px 5px 4px 6px;font-size:.80em;background-color:#EEE;border-top:1px solid #BEBEBE;}
	#col_left #category_archive .news_item .meta-top{border-top:0px solid #BEBEBE;border-bottom:1px solid #BEBEBE;}
	#col_left #category_archive .news_item .metadata .meta-post {display:block;width:233px;color:#666;float:left;background-color:#EEE;margin:1px 0px 0px 0px;padding:0px;}
	#col_left #category_archive .news_item .metadata .meta-post strong {color:#000;}
	
	#col_left #category_archive .news_item .metadata .meta-comment {display:block;width:232px;font-size:1.2em;font-weight:bold;text-align:right;float:left;background-color:#EEE;margin:0px;padding:0px;}
	#col_left #category_archive .news_item .metadata .meta-comment img {margin-right:5px;vertical-align: text-bottom;}


/* theme my login and profile */
.tml-action-links {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

.tml-action-links li {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

.banners-top img {
	float:right;
}

.banners-top a:first-child img {
	float:left;
}


/* DAP */
#formOrderCheckout #divwp {
	border:0;
	text-align:left;
	padding:0;
}

#formOrderCheckout .LabelHeading {
	display:none;
}

#formOrderCheckout .sidebulletSmall img {
	max-width:16px;
}

#checkoutPage {
	border:0 !important;
	padding:0 !important;
	width:auto !important;
}

/* subscriptions */
.subscription-toggle > h3 {
	background:#e2e2e2;
	padding:10px 10px;
	border-bottom:1px solid #ccc;
	margin-bottom: 0;
}
.subscription-toggle .toggle-content {
	padding:10px 10px 30px;
}
.pointer {
	cursor:pointer;
}
.subscription-toggle ul.variations {
	padding-left:0;
	margin-left:0;
	list-style: none;
}

.shopp-errors {
	padding:10px;
	background-color: #e2e2e2;
}
form input.update-button {
	font-size:10px;
	font-weight:normal;
	color:#fff;
	cursor:pointer;
	background:#999;
	display:inline-block;
	padding:2px 8px;
	border-width: 0;
}

.checkout form ul {
	padding-left:0;
	margin-left:0;
	list-style: none;
}


/* woocommerce */
.page-template-template-subscribe-php ul.products li img {
	display: none !important;
}

.page-template-template-subscribe-php ul.products li .price {
	display: none !important;
}

.page-template-template-subscribe-php ul.products li .variations {
	display: none !important;
}

.page-template-template-subscribe-php .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 14pt;
}
	

.page-template-template-subscribe-php .woocommerce ul.products li.product h3 {
	font-size: 16px;
}

.page-template-template-subscribe-php .woocommerce ul.products li.product > p {
	 min-height: 150px;
}

.page-template-template-subscribe-php .woocommerce ul.products li.product p.label {
	margin-bottom:1px;
}

.page-template-template-subscribe-php ul.select-options {
	margin:0;
	padding:0;
	list-style: none;
	margin-bottom: 15px;
	min-height: 90px;
}

.page-template-template-subscribe-php ul.select-options a {
	background: #ccc;
	color:#222;
	display: block;
	margin:1px 0;
	padding:6px 7px;
	cursor: pointer;
}

.page-template-template-subscribe-php ul.select-options a.active {
	color:#fff;
	font-weight: bold;
	background: #CC6600;
}

.woocommerce .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 6px;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 6px;
    white-space: nowrap;
    width: 25%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 90%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {
    line-height: 2em;
    margin: 0.125em 0 0.125em 0.25em;
}

.woocommerce-MyAccount-navigation ul {
	padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 0.5rem
}


/* =============================================================================
   Media Queries
   ========================================================================== */

/* 1024px and less */
@media only screen and (max-width: 1024px) {

	img, .content img {
		max-width:100%;
	}

	#wrapper {
		padding:10px 10px 0;
	}

	#menu-top-menu a {
		font-size:9pt;
	}
	
	#search {
		width:auto;
	}
	
	#search form input.searchfield {
		width:60%;
	}
	
	.col2-wrapper > .first {
		width:480px;
	}
	.col2-wrapper > .last {
		width:35%;
	}	
	
	#latest .ui-tabs .ui-tabs-nav li {
		width:48%;
	}
	
	#latest .ui-tabs .ui-tabs-nav li a {
		float:none;
		width:100%;
		display:block;
		padding:2px 0;
	}
	
	.col2-content > .first {
		display:none;
	}
	
	#nav_sections {
		height:auto;
	}
	
	#nav_sections > ul > li  {
		width:20%;
	}
	
	#nav_sections > ul > li > a  {
		padding:10px 0;
		text-align:center;
	}
	
	#fb-root {
	    display: none;
	}

	/* To fill the container and nothing else */

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	    width: 100% !important;
	}
	
	.twtr-doc {
		width: 100% !important;
	}

}

/* 768px and less */
@media only screen and (max-width: 768px) {

	#search {
		float:none;
		text-align:center;
	}
	
	#menu-top-menu {
		width:100%;
	}
	
	#menu-top-menu li {
		width:20%;
	}
	
	#menu-top-menu a {
		padding:0;
	}
	
	.content .block_inner {
	    text-align: center;
	    width: 100%;
	}
	
	.featured-pics {
		margin:0 auto 12px;
	}
	
	.column {
		float:none !important;
		width:100% !important;
	}
	
	.sidebar {
		float:right;
		width:48%;
		margin-left:2%;
	}
	
	select.menu {
		width:100%;
		background:#CC6600 url(images/nav.main.bkg.png) center right repeat-x;
		color:#fff;
		font-weight:bold;
		height:32px;
		margin:5px 0;
		padding:4px;
		font-size:12pt;
	}
	
	select.menu option {
		color:#000;
	}
}

/* 480px and less */
@media only screen and (max-width: 480px) {

	.block_inner {
		float:none !important;
	}
	
	#menu-top-menu li {
	    width: 33.3%;
	}
	
	#nav_sections ul.menu {
		display:none;
	}
	
	.sidebar {
		float:right;
		width:100%;
		margin-left:0;
	}
	
	
	


}

/* 320px and less */
@media only screen and (max-width: 320px) {

}

/* 260px and less */
@media only screen and (max-width: 260px) {

	#logo a {
		background-size:200%;
		height:70pxs;
	}

}


.content #headline_news img {
	max-width: 92px;
}
.content #latest_news img {
	max-width: 225px;
}

.content iframe {
	max-width: 480px;
}