/* 
Theme Name: Dharma Teacher Order 2017 
Theme URI: http://dharmateacherorder.org/ 
Description: Custom theme
Version: 1.0
Author: BD 
Author URI: http://igrafix.com
*/
	
/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height:1; 
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {
	background:#ddd;
	border:none;
	clear:both;
	color:#ddd;
	float:none;
	height:.1em;
	width:100%;
}

hr.space {
	background:#fff;
	color:#fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height:100%;	
}

body {
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	background:#fff url(images/dharmaBG.jpg) top left no-repeat;
	background-attachment: fixed;
background-repeat: no-repeat;
-moz-background-size: 100% 100%;
background-size: 100% 100%;
	color:#404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-smoothing:antialiased;
	line-height:1.5em;
	text-rendering:optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {  
    word-wrap:break-word;
}

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

tt,
var,
pre,
kbd,
samp,
code {
	font-family:Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-style:normal;
}

b,
strong {
	font-weight:700;
}

pre {
	background:#fff;
	margin-top:20px;
	max-width:98%;
	padding-left:1em;
	height:auto;
}

del {
	color:#555;
	text-decoration:line-through;
}

ins, 
dfn {
	border-bottom:1px solid #ccc;
}

sup, 
sub,
small {
	font-size:85%;
}

abbr, 
acronym {
	font-size:85%;
	letter-spacing:.1em;
	text-transform:uppercase;
}

a abbr, 
a acronym {
	border:none;
}

dfn[title],
abbr[title], 
acronym[title] {
	border-bottom:1px solid #ccc;
	cursor:help;
}

sup {
	vertical-align:super;
}

sub {
	vertical-align:sub;
}
#colophon-widget p { font-weight:bold; padding:0; margin:0; color: #fff; }

/* =Responsive 12 Column Grid
    Grid was based on my Shell Theme released on 07/26/2011
-------------------------------------------------------------- */
.grid {
	float:left;
	margin-bottom:2.127659574468%;
	padding-top:0;
}

.grid-right {
	float:right;
	margin-bottom:2.127659574468%;
	padding-top:0;
}

.col-60, 
.col-140, 
.col-220, 
.col-300, 
.col-380, 
.col-460, 
.col-540, 
.col-620, 
.col-700, 
.col-780, 
.col-860 {
	display:inline;
	margin-right:2.127659574468%;
}

.col-60 {
	width:6.382978723404%;
}

.col-140 {
	width:14.893617021277%;
}

.col-220 {
	width:23.404255319149%;
}

.col-300 {
	width:31.914893617021%;
}

.col-380 {
	width:40.425531914894%;
}

.col-460 {
	width:48.936170212766%;
}

.col-540 {
	width:57.446808510638%;
}

.col-620 {
	width:65.957446808511%;
}

.col-700 {
	width:74.468085106383%;
}

.col-780 {
	width:82.978723404255%;
}

.col-860 {
	width:91.489361702128%;
}

.col-940 {
	width:100%;
}

.fit {
	margin-left:0!important;
	margin-right:0!important;
}

img {
	height:auto;
	max-width:100%;
}

embed,
iframe,
object {
	max-width:100%;
}

/* =Links
-------------------------------------------------------------- */
a {
	color:#996600;
	text-decoration:none;
}

a:hover {
	color:#444;
	text-decoration:none;
}

::selection {
	background:#cdd0d4;
	text-shadow:none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display:block;
	font-weight:700;
	padding:2px 0;
}

legend {
	padding:2px 5px;
}

fieldset {
	border:1px solid #ccc;
	margin:0 0 1.5em;
	padding:1em 2em;
}

form div {
	clear:both;
}

select,
input[type="text"], 
input[type="password"],
input[type="email"],
input[type="tel"],
.wpcf7-email {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:#fff;
	border:1px solid #ececec;
	border-radius:2px;
	margin:0;
	outline:none;
	padding:6px 8px;
	vertical-align:middle;
	width:70%;
}

select {
	height:auto;
	width:70%;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-sizing: border-box;
	background:#fff;
	border:1px solid #ececec;
	border-radius:2px;
	height:auto;
	overflow:auto;
	margin:0;
	outline:none;
	padding:8px 10px;
	width:100%;
}

input, 
select {
	cursor:pointer;
}

area:focus,
input:focus, 
textarea:focus {
	background:#fff;
}

input[type='text'], 
input[type='password'] {
	cursor:text;
}
.fep_login p br br {display:none; }
/* =Buttons
-------------------------------------------------------------- */
button, 
a.button,
input[type='reset'], 
input[type='button'], 
input[type='submit'] {
	background-color:#FF9900;
	border: 1px solid #FF6600;
	color: #fff;
		border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding: 5px 10px;
-webkit-appearance: none;
}

button:hover, 
a.button:hover,
#widgets .wppb-alert a.wppb-logout-url:hover,
input[type='reset']:hover, 
input[type='button']:hover, 
input[type='submit']:hover,
 {
	background-color: #DF4942;
	border: 1px solid #791717;
	color: #fff;
}
#widgets .wppb-alert a.wppb-logout-url {  text-decoration: none;	background-color:#FF9900;
	border: 1px solid #FF6600;
	color: #fff;
		border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding: 5px 15px; margin: 10px 0; font-weight:bold;
  }
/* =Buttons (Sizes)
-------------------------------------------------------------- */
.small a.button,  #widgets p.small a.button {
	font-size:14px;font-weight: bold;
	padding:5px 15px; 
}

.medium a.button, #widgets .medium a.button {
	font-size:16px;font-weight: bold;
	padding:8px 16px;
}
 #widgets .medium a.button,  #widgets .large a.button,  #widgets .small a.button {
	margin-top: 40px; clear:both;
	text-decoration:none;
}
.large a.button, #widgets .large a.button {
	font-size:18px; font-weight: bold;
	padding:10px 35px;
}

.xlarge a.button {
	font-size:24px;
	padding:12px 55px;
}


/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:block;
	margin:20px 0;
	padding:15px;
	text-align:left;
}

.alert {
	background-color:#faebeb;
	border:1px solid #dc7070;
	color:#212121;
}

.address {
	background-color:#f6f5ef;
	border:1px solid #cdc9a5;
	color:#212121;
}

.notice {
	background-color:#fbf9e9;
	border:1px solid #e3cf57;
	color:#212121;
}

.success {
	background-color:#f9fde8;
	border:1px solid #a2bc13;
	color:#212121;
}

.download {
	background-color:#fff4e5;
	border:1px solid #ff9912;
	color:#212121;
}

.information {
	background-color:#eef3f6;
	border:1px solid #6ca6cd;
	color:#212121;
}

.required {
	color:#d5243f;
}

/* =IE6 Notice
-------------------------------------------------------------- */
.msie-box {
	background-color:#f9edbe;
	border:1px solid #f0c36d;
	color:#212121;
	display:block;
	margin:0 auto;
	max-width:960px;
	padding:10px;
	position:absolute;
	top:60px;
	text-align:center;
	width:100%;
}

.msie-box a {
	color:#212121;
}

/* =Tables
-------------------------------------------------------------- */
th, 
td,
table {
	border:1px solid #ddd;
}

table {
	border-collapse:collapse;
	width:100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type:disc;
}

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

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

ol {font-size: 1.1em;
	line-height:22px;
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom: 1em;
}

dt {
	font-weight:400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	border:none;
	margin:20px;
	overflow:auto;
	padding:0 10px 10px 10px;
}

blockquote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	line-height:24px;
	margin: 10px 30px;
	word-spacing:0.2em;
}
blockquote p .small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
}
blockquote.pullquote p {  padding: 0 20px 0 35px; margin:0 0 20px 0px; font-size: 15px; line-height: 24px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;
	width:auto !important;
	 }
blockquote.pushquote {margin:0;padding:0; }
blockquote.pushquote p { padding: 0 0 0 25px; margin:0 0 10px 0; font-size: 16px; line-height: 22px;  text-align:left; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; background: url(images/quote.png) no-repeat;}
/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	line-height:1em;
	word-wrap:break-word;
	color: #444;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #444;}
h1 {
	font-size:2.6em;
	font-family:'Source Sans Pro', Arial, sans-serif;
	color: #444;
}

h2 { 
	
	font-size:1.8em;

}

h3 {
	font-size:1.6em;
}

h4 {
	
	font-size:1.4em;
}

h5 {	
	font-size:1.2em; color:#333; line-height:1.5em;
}
.home-widgets h6 {padding:0; margin:0 0 0.2em 0;text-transform: none; }
h6 {	
	font-size:1em;
	text-transform:uppercase;
}

/* =Margins & Paddings
-------------------------------------------------------------- */ 
hr, 
dl, 
pre,
form,
table,
address, 
blockquote {
	margin:1.6em 0;
}
p
 {
	margin:0 0 1.0em 0;
}
h1 {
	margin:0.5em 0 .25em;
}
.post-title span.stitle { font-size: .5em; font-family:Arial, Helvetica, sans-serif; color: #666; display: block;   }
h2 {
	margin:.5em 0 .25em;
}

h3 {
	margin:1.1em 0 .2em 0;
}
h3#reply-title {
	margin:.25em 0 ;
	color: #666;
	font-family:'Source Sans Pro', Arial, sans-serif;
}
h4 {
	margin:1.1em 0 .15em 0;
}

h5 {
	margin:1.33em 0 .2em;
}

h6 {
	margin:1.6em 0 .8em;
}

th, td {
	padding:.8em;
}

caption {
	padding-bottom:.8em;
}

blockquote {
	padding:0 1em;
}

blockquote:first-child {
	margin:.8em 0;
}

fieldset {
	margin:1.6em 0;
	padding:0 1em 1em;
}

legend {
	padding-left:.8em;
	padding-right:.8em;
}

legend+* {
	margin-top:1em;
}

input,
textarea {
	padding:.3em .4em .15em;
}

select {
	padding:.1em .2em 0;
}

option {
	padding:0 .4em;
}

dt {
	margin-bottom:.4em;
	margin-top:.8em;
}

ul {
	margin-left:1.5em;
}

ol {
	margin-left:2.35em;
}

ol ol, 
ul ol {
	margin-left:2.5em;
}

form div {
	margin-bottom:.8em;
}

/* =Globals
-------------------------------------------------------------- */
#topborder {
	background: #fff;
	height: 12px;
	margin: 0 ;
}

#topborder.inside {
	background: #fff;
	height: 12px;
	margin: 0 -25px;
}
#container {
	margin:-12px auto 0 auto;
	max-width:960px;
	padding:0px 25px;
}
#wrapper-outer {
	max-width:1010px;
padding:0px 25px;
margin: 0 -24px;
-webkit-box-shadow: 0px 0px 25px -3px rgba(204,204,204,1) ;
-moz-box-shadow: 0px 0px 25px -3px rgba(204,204,204,1);
box-shadow: 0px 0px 25px -3px rgba(204,204,204,1);
background:#fff ;
}
#wrapper {
	background:#fff;
	clear:both;
	margin: 0px auto;
	padding: 0;
	position:relative;
	/*min-height: 350px;
	height: auto !important;
	height: 350px;*/
}

.home #wrapper {
	background:#fff url(none);
	border:none;
	margin: 0px auto;
	padding:0;
}
#wrapper-outer .pagehdr {  margin: 0 -25px; padding:0;   overflow: hidden;  height:200px;  }

.pagehdrhome  {  margin: 0 -25px; padding:0;   }

#wrapper-outer .pagehdr img.wp-post-image {  margin: 0;width: 100% ; }
#header {
	margin:0 ; 
}

#footer-outer {
	background:#8c5c2c;
	padding: 0 0 40px 0;
	margin-top: 0;
	clear: both;
		min-height: 250px;
	height: auto !important;
	height: 250px;
}
#footer {
	clear:both;
	margin:0 auto;
	max-width:960px;
	padding:5px 25px 0 25px;
}

#footer-wrapper {
	margin:0;
	padding:0;
}

/* =Header
-------------------------------------------------------------- */
#logo-container {max-width: 1010px; margin:0 auto; padding: 0;}
#logo {
	float:left;
	margin:0 ;
	padding: 0;
	
}

.site-name {
	display:block;
	font-size:2em;
	padding-top:20px;
}

.site-name a {
	font-weight:700;
}
#header .intro {
font-size: 1.6em;
font-weight:700;
color: #666;
padding: 5px 0 0 20px;
text-align: center;

}
.site-description {
	display:block;
	font-size:1.15em;
	font-weight:700;
	line-height:15px;
	letter-spacing: 0.15em;
	word-spacing:0.05em;
	text-transform:uppercase;
	color: #F8787D;
	margin: 0 5px;
	padding: 0;
	text-align:center;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-bottom:20px; 
}

#content-full {
	margin-bottom:20px;
}

#content-blog {
	margin-bottom:20px;
}

#content-images {
	margin-bottom:20px;
}

#content-archive {
	margin-bottom:20px;
}

#content-sitemap {
	margin-bottom:20px;
}

#content-sitemap a {
	font-size:15px;
}
#content-sitemap .post-entry ul li {
	list-style: inside;
    background: none;
 }
 #content-sitemap #widgets ul li:before {
    content: "";
  
}
#content .sticky {
	clear:both;
}

#content .sticky p {
}

/* =Templates
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, 
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .footer-menu, 
.page-template-landing-page-php .sub-header-menu {
	display:none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	background:#f9f9f9;
	border:1px solid #d6d6d6;
	clear:both;
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}

#author-meta img {
	float:left;
	padding:10px;
}

#author-meta p {
	margin-top:5px;
	padding:0 5px 0 0;
}

#author-meta .about-author {
	font-weight:700;
	margin:10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	padding: 0px; margin:0;
}

#featured p {  color: #000;
	font-size: 18px;
	line-height: 26px;
	font-weight:normal;
	padding:20px 0 15px 0;
	margin:0;
	
}
#featured p a { text-decoration: underline;
}


#featured h1.featured-title { 
font-family:'Source Sans Pro', Arial, sans-serif;
	font-size: 30px;
	margin: 0;
	padding:30px 20px 0 0; float:left;
	
}

.featured-subtitle { color: #ccc;
	padding:0 10px;
	margin-top: 5px;
	text-align:center;
}

.featured-image {
	margin-top:0; padding:0 20px;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size:12px;
}

#cancel-comment-reply-link {
	color:#900;
}

.post-data {
	clear:both;
	font-size:11px;
	font-weight:700;
	margin-top:20px;
}

.post-data a {
	color:#111;
}

.post-entry {
	clear:both;
	padding-right: 20px;
}
.post-entry a{
	text-decoration: underline;
}
.post-entry p{
	font-size: 1.1em;
	line-height:1.4em;
}
.post-entry ul {
	margin-top: 5px;margin-bottom: 1em;
}
.post-entry ul li {
	list-style: square;
	padding-left: 5px;
	margin-top: 1px;margin-bottom: 2px;
	font-size: 1.1em;
line-height: 1.4em;

}
.post-meta {
	clear:both;
	color:#9f9f9f;
	font-size:13px;
	margin-bottom:10px;
}

.post-edit {
	clear:both;
	display:none;
	font-size:12px;
	margin:1.5em 0;
}

.post-search-terms {
	clear:both;
}

.read-more {
	clear:both;
	font-weight:700;
}
a.more-link {font-weight:bold; text-decoration: none;}
.attachment-entry {
	clear:both;
	text-align:center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display:none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color:#aaa;
	font-size:18px;
	margin-left:5px;
}

.form-allowed-tags {
	font-size:10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	margin:0 0 10px 0;
	padding:0 10px;	
	border: none;
}
.widget-wrapper.widget_search {border: none; border-image:none;padding: 0; }
#widgets { 
	margin-top:10px; 
}

.home #widgets {
	margin-top:0;
}

#footer .widget-wrapper {
	background-color: none;
	
}
.home .widget-wrapper {
	border-top: solid 2px #ececec;
	color: #000000;
	margin: 0;
	padding:15px 20px 5px 20px;
}
.home-widgets ul li {
	list-style:none;
	margin-right: 10px;
	line-height:normal;
}

#footer-wrapper #colophon-widget .widget-wrapper {
	font-size:15px;
	text-align: center;
	margin:0 0 10px 0 ;
	padding: 0 10px 30px 0;
	border-top: none;

}
#widgets a {
	display:inline-block;
	margin:0;
	padding:0;
	text-decoration:underline;
}


#widgets ul {
	margin-left:0em;
	padding-bottom: 8px;
	
}
#widgets ul li {
	list-style:none;
	padding-left: 0;
	line-height:1.5em;
	margin-right: 10px;
}

#widgets ul li a {
	display:inline;
	text-decoration:none;
}

#widgets .widget-title img {
	float:right;
	height:11px;
	position:relative;
	top:4px;
	width:11px;
}

#widgets cite {
	font-style:normal;
	line-height:18px;
	padding:6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display:block;
	line-height:1.5em;
	margin:0;
	word-wrap:break-word;
}

.home-widgets .textwidget, #footer-wrapper .textwidget{ color: #000;}
.home-widgets .textwidget { font-size: 1.1em; margin: 0 ;}
#widgets .textwidget a {
	display:inline;
}

#widgets ul .children {
	border:none;
	margin:0;
	padding:0;
}

#widgets .author {
	font-weight:700;
	padding-top:4px;
}

.widget_archive select, #cat {
	display:block;
	margin:0 15px 0 0;
}

#topbar {
	max-width:960px; 
	margin:0 auto; 
	text-align: right;
}
#top-widget {margin-top: 1px;
}
.topbar-wrapper { min-height:45px; padding-top:10px;}

 
#topbar #search { float: right; width: 25%; }

#topbar #searchform {
    margin: 0 20px 0 0;
    text-align: right;
	background: none;
}
#topbar  input[type="text"] {
  background-color: #ffffff;
  box-sizing: border-box;
  border: solid 1px #ccc;
  margin: 0;
  outline: none;
  padding: 4px 8px;
  vertical-align: middle;
 
}
#topbar .textwidget .button {float:right; }

/* =Titles
-------------------------------------------------------------- */
.widget-title, 
.widget-title-home h3 {
	font-family:'Source Sans Pro', Arial, sans-serif;
	display:block;
	font-weight:400;
	margin:0;
}
.widget-title
 {
	font-size:24px;
	padding: 15px 0 5px 10px;
	margin: 0 -10px 5px -10px;
 }


#footer-wrapper #widgets .widget-title { color: #fff; padding-top:0; padding-bottom:5px; }


.widget-title-home h3 {
	color: #444;
	text-align:left;
	font-size:22px;
	line-height: 23px;
	padding: 0 0 5px 0;
}
.widget-title a {
	border-bottom:none;
	padding:0!important;
}

.title-404 {
	color:#933;
}
h1.post-title-blog {
	color: #f60;
}
h1.post-title a {color: #996600;font-size: 0.9em; }
/* =Primary Menu
-------------------------------------------------------------- */
#header .menu {margin: 0 -25px;background-color:#f8f8f8;clear:both;}

.menu, 
.menu ul {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li {
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
}

.menu li:hover {
	white-space:normal;
	z-index:10000;
}

.menu li li {
	float:none;
}

.menu ul {
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	z-index:10;
}

.menu li:hover > ul {
	top:100%;
	visibility:visible;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu:after, 
.menu ul:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.menu, 
.menu ul {
	min-height:0;
}

.menu ul {
	margin:-10px 0 0 -30px;
	padding:10px 30px 30px;
}

.menu ul ul {
	margin:-30px 0 0 -10px;
	padding:30px 30px 30px 10px;
}

.menu ul li a:hover, 
.menu li li a:hover {
	color:#484848;
	text-decoration:none;
}

.menu ul {
	min-width:15em;
	width:auto;
}

.menu a {
	font-family:Arial,  Helvetica, sans-serif;
	color:#996600;
	display:block;
	font-size:16px;
	font-weight:700;
	text-transform: uppercase;
	height:45px;
	line-height:45px;
	margin:0;
	padding:0 0.95em 0 0.95em;
	position:relative;
	text-decoration:none;
}

.menu a:hover {
	color:#444;
}

.menu .current_page_item a {
	color:#000;
}

#header .menu .current_page_item a, #header .menu .current-menu-item a, #header .menu .current-page-ancestor a, #header .menu .current-menu-parent a{
	 color: #000; background: #FFDB50 !important;
}

.menu li li {
	background:#ececec;
	border-bottom:1px solid #ccc;
	color:#000;
	filter:none;
	width:auto;
}

.menu li li a {
	background:transparent!important;
	border:none;
	color:#000;
	font-size:14px;
	font-weight:700;
	height:auto;
	height:20px;
	line-height:20px;
	padding:5px 10px;
	text-shadow:none;
	white-space:nowrap;
}

.menu li li a:hover {
	background:#996600 !important;
	background-image:none;
	border:none;
	color:#fff;
	filter:none;
}
.menu .sub-menu .current_page_item a,.menu .sub-menu li a {color: #000; background:#ccc;  }

.menu ul > li + li {
	border-top:0;
}

.menu li li:hover > ul {
	left:100%;
	top:0;
}

.menu > li:first-child > a {
	border-left:none;
}
.menu > li:first-child > a:hover {}

/* =Primary Main Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .menu ul {
	background:url(images/ie7-fix.gif) repeat;
}
/* =Footer Menu */
.footer-menu {
  margin:  0 0 10px 0;
  padding: 0;
}

.footer-menu li {
  display: inline;
  list-style-type: none;
}

.footer-menu li a {
  border-left: 1px solid #ddd;
  padding: 0 8px;
font-size: 0.8em;
}


.footer-menu > li:first-child > a {
  border-left: none;
  padding: 0 8px 0 0;
}



/* =Responsive Menu
    TinyNav + SelectBox */
.tinynav { 
    display: none 
}

.sb-holder {
	background-color: #660000;
    display: none;
    height: 30px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.sb-holder:focus .sb-selector {}

.sb-selector {
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 100%;
}

.sb-selector:link,
.sb-selector:visited,
.sb-selector:hover {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    outline: none;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;
}

.sb-toggle {
    background: url(images/select-icons.png) 0 6px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.sb-toggle-open {
    background: url(images/select-icons.png) 0 -45px no-repeat;
}

.sb-holder-disabled {
    background-color: #3c3c3c;
    border: 1px solid #515151;
}

.sb-holder-disabled .sb-holder {}

.sb-holder-disabled .sb-toggle {}

.sb-options {
    background-color: #fff;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1;
    overflow-y: auto;
}

.sb-options li {
    padding: 0;
}

.sb-options a {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    font-size: 11px;
    outline: none;
    padding: 4px;
    text-indent: 4px;
}

.sb-options a:link,
.sb-options a:visited {
    color: #444;
    text-decoration: none;
}

.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {
    background-color: #f5f5f5;
    color: #444;
}

.sb-options li.last a {
    border-bottom: none;
}

.sb-options .sb-disabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sb-options .sb-group {
    border-bottom: dotted 1px #515151;
    color: #ebb52d;
    display: block;
    font-weight: 700;
    padding: 7px 0 7px 3px;
}

.sb-options .sb-sub {
    padding-left: 17px;
}

/* =Sub-Header Menu */
.sub-header-menu {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu, 
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after, 
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu, 
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover, 
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
    margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333;
    cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a, 
.sub-header-menu .current_page_ancestor, 
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes */
.ie7 .sub-header-menu ul {
	background: url(images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a  {
    min-width: 100%;
}



/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color:#111;
	display:block;
	font-size:13px;
	height:28px;
	line-height:28px;
	margin:20px 0;
	padding:0 5px;
}

.navigation a {
	color:#aaa;
	padding:4px 10px;
}

.navigation a:hover {
	color:#111;
	text-decoration:none;
}

.navigation .previous {
	float:left;
}

.navigation .next {
	float:right;
}

.navigation .bracket {
	font-size:36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear:both;
	display:block;
	font-size:16px;
	font-weight:700;
	margin:10px 0;
	padding:5px 0;
}

.pagination a {
	text-decoration:none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size:12px;
	padding:20px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin:0;
}

.commentlist {
	border-bottom:1px dotted #eee;
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist li {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#fff;
	border-radius:4px;
	margin:0;
}

.commentlist .bypostauthor {}

.commentlist li cite {
	color:#111;
	font-size:1.1em;
	font-style:normal;
	font-weight:400;
}

.commentlist li.alt {
	background:#f9f9f9;
}

.commentlist .children {
	list-style:none;
	margin-left:10px;
	padding:10px;
}

.commentlist .avatar {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	float:left;
	margin-right:10px;
	padding:0;
	vertical-align:middle;
}

.comment-author .fn {
}

.comment-author .says {
	color:#999;
}

.comment-body .comment-meta {
	color:#999;
	display:inline-block;
	margin:0;
	padding:0;
	text-align:left;
}

.comment-body .comment-meta a {
	font-size:11px;
}

.comment-body {
	clear:both;
	padding:10px;
}

.comment-body p {
	clear:both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style:none;
	margin:20px 0;
}

.pingback cite, 
.trackback cite {
	font-style:normal;
}

#comments, #pings {
	text-align:left;
}

#respond {
	background:#f1f1f1;
	border:2px solid #666;
	clear:both;
	margin-top:15px;
	padding:10px 20px 50px;
}

#respond label {
	display:inline;
}

.reply {
	margin:10px 0;
}

.comment-form-url input,  
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display:block;
}

.nocomments {
	color:#999;
	font-size:.9em;
	text-align:center;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, 
div.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}
.page-template-full-width-page .post-entry p {overflow: hidden }
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 10px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:50%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:14px;
	line-height:17px;
font-weight: bold;
	margin:0;
	padding:0 4px 5px;
}

img.wp-smiley {
	vertical-align:middle;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
	margin:0 auto 18px;
}

.gallery .gallery-item {
	float:left;
	margin-top:0;
	text-align:center;
	width:155px;
}

.gallery img {
	border:1px solid #ddd;
}

.gallery .gallery-caption {
	font-size:12px;
	margin:0 0 12px;
}

.gallery dl {
	margin:0;
}

.gallery br+br {
	display:none;
}

.attachment-gallery img {
	background:#fff;
	border:1px solid #f0f0f0;
	display:block;
	height:auto;
	margin:15px auto;
	max-width:96%;
	padding:5px;
	width:auto;
}

.gallery-meta .iso, 
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,  
.gallery-meta .focal-length {
	display:block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large, 
img.attachment-medium, 
img.attachment-thumbnail {
	display:block;
	margin:15px auto;
	width:auto;
}
/*Mailchimp*/
form#mc_signup_form {margin: 0.5em 0 1em 0;}


/* =Footer
-------------------------------------------------------------- */
#footer {
	color:#fff;
	
}

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

#footer a:hover { color: #FC0;
}

#footer-wrapper .grid.col-940 { 
	margin:0;
}

.scroll-top {
	text-align:center;
}

.copyright {
	text-align:left; font-size:12px;
}

.powered {
	text-align:right; font-size:12px;
}
.powered a {
	color: #666;
}
/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons {
	list-style:none;
	line-height:normal;
	margin:0;padding-top: 10px;
	text-align:left;
}
 
#footer .youtube-icon, 
#footer .twitter-icon,
#footer .facebook-icon, 
#footer .rss-feed-icon, 
#footer .instagram-icon,
#footer .pinterest-icon {
	display:inline;
	margin:1px;
	padding-left:3px;	
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, 
#container:after, 
.widget-wrapper:after {
	clear:both;
	content:"\0020";
	display:block;
	height:0;
	max-height:0;
	overflow:hidden;
	visibility:hidden;
}

.clearfix, 
#container, 
.widget-wrapper {
	display:inline-block;
}

*html .clearfix, 
*html #container, 
*html .widget-wrapper {
	height:1%;
}

.clearfix, 
#container, 
.widget-wrapper {
	display:block;
}

.clear {
	clear:both;
}
/*form*/

 #searchsubmit, #submit {padding: 5px 10px 8px 10px; }

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction:ltr;
	unicode-bidi:bidi-override;
}

BDO[DIR="rtl"] {
	direction:rtl;
	unicode-bidi:bidi-override;
}

[DIR="ltr"] {
   direction:ltr;
   unicode-bidi:embed;
}

[DIR="rtl"] {
   direction:rtl;
   unicode-bidi:embed;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before:always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after:avoid;
    }

    ul,  ol,  dl {
	    page-break-before:avoid;
    }
}

/* =Responsive Design Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
	
	
   .js .menu,
	.js .sub-header-menu {
		display:none;
	}
	
	.top-menu, 
	.footer-menu li {
	    float:none;
	    text-align:center;
    }
	
	.tinynav { 
	    display:block;
		margin:0 auto;
		width:100%;
	}
	
	.tinynav {
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	background: #333 url(images/select-icons.png) no-repeat right 5px;
	border:1px solid #000;
	color:#fff;
	font-size: 1.em;
	overflow:hidden;
	padding:0.5em 1em 0.5em 0.75em;
	}
	
	.ie7 .tinynav,
	.ie8 .tinynav {
		padding-right:10px;
	}
	
	.ie9 .tinynav  {
		padding-right:8px;
	}
	
    body { background: #fff;
    }
	
    .grid, 
	.grid-right {
	    float:none;
    }
	#header .intro {
clear:both;
}
	 #wrapper { background: #fff;}
	 #featured {background: none; }
		#wrapper-outer .pagehdr img.wp-post-image {
    margin: 10px 0;
}

#logo {margin: 0 0 5px 0 ; 
	    text-align:center; clear: both;}
	
	.home #widgets {
		margin-top:20px;
	}
	h2 {
    font-size: 1.6em;
	}
}

@media screen and (max-width: 650px) {

	
    #footer p {
	    text-align:center;
    }
	
}

@media screen and (max-width: 480px) {
	.topbar-wrapper { height: auto;   }
#topbar #search {
    float: none;
    width: 65%;
}
#wrapper-outer .pagehdr {  height: 100px; overflow: hidden;   }	
	.featured-title {
	    font-size:28px;
	    padding:15px 0px 0 2px
    }
	#widgets p.small a.button {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
	margin-left:-25px; 
}

    .menu ul, 
	.menu li, 
	.footer-menu li,  {
	    float:none;
	    text-align:center;
    }
    #footer p {
	    text-align:center;
    }

.flex-caption {display: none;}

#featured .flex-caption p { display: none; }
}

@media screen and (max-width: 320px) {
	
	#featured p {
	    font-size:15px;
		line-height:1.4em;
    }

    .featured-title {
	    font-size:35px;
    }
	

}

@media screen and (max-width: 240px) {
	
	#featured p {
	    font-size:11px;
		line-height:1.1em;
    }

    .featured-title {
	    font-size:20px;
    }

  
}