/*
Theme Name: Great Education v. 2013
Description: Great Education Colorado is a responsive Wordpress theme based on Campaign by Jake Caputo.
Author: Steve Foster
Version: 2.0.1

License: GNU General Public License
License URI: http://www.gnu.org/copyleft/gpl.html
*/

/* ============================================== BASIC STUFF ============================================== */

* {
	padding:0;
	margin:0;
}

body, input, textarea, select {
	color: #555;
	font-size: 13px;
	line-height:20px;
	font-family:Arial,Verdana,sans-serif;
}

a {
	text-decoration: none;
	outline:none;
	color:#231f20;
}

a:hover {
	text-decoration: underline;
}

#content .container a {
	font-weight:bold;
	color:#e51937;
}

#home_bottom .container a {
	font-weight:bold;
	color:#e51937;
}

#content .container div.widget a {
	color:#555;
}

#home_bottom .container div.widget a {
	color:#555;
}

#home_bottom .container a {
	font-weight:bold;
	color:#e51937;
}

#content .container .single_latest a {
	color:#555;
}

#home_bottom .container .single_latest a {
	color:#555;
}


p {
	margin: 0 0 12px;
}

img {
	border:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.wp-caption, .wp-caption-text, .sticky, .gallery-caption, .bypostauthor {
	display:block;
}

/* ============================================== LISTS ============================================== */

.post ul, .post ol {
	margin: 0 0 15px;
	padding: 0;
}

.post ul li {
	padding: 0;
}

li {
	list-style-type: none;
}

.disc {
	list-style-type: disc;
}

#content .container div.widget ul li {
	margin-left: 0px;
	list-style: square;
	list-style-position: inside;
}

#home_bottom .container div.widget ul li {
	margin-left: 0px;
	list-style: square;
	list-style-position: inside;
}


/* lists inside posts */

.entry-content ul, .entry-content ol {
	margin-top:-5px;
	margin-bottom: 15px;
}

.entry-content ul ol {
	margin-left: 0;
}

.entry-content ul li {
	margin-left: 10px;
	list-style: square;
	list-style-position: inside;
}

.entry-content ul li ol {
	margin-left: 10px
}

.entry-content ol li {
	margin-left: 10px;
	list-style: decimal;
	list-style-position: inside;
}

.entry-content ol li li {
	margin-left: 5px;
}

/* ============================================== HEADINGS ============================================== */

h1, h2, h3 {
	padding: 0;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:-1px;
}

h4 {
	color:#555;
}

h5, h6 {
	color:#231f20;
}

h3 {
	margin-bottom: 10px;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	color:#e51937;
}

h4 {
	margin-bottom: 10px;
	font-size:15px;
	line-height:18px;
}

h6 {
	margin-bottom: 5px;
	font-size:14px;
	line-height:14px;
}

h1.chapter {
	margin-bottom:20px;	
}

h2.taking-note {
	font-size:22px;
	margin:0 0 10px;
	line-height: 30px;
}

.post_title {
	font-size:22px;
	margin:0 0 10px;
	line-height: 30px;
}

#comments_closed, #comments {
	margin:0 0 20px;
	text-align: center;
}

h3#search {
	margin:0 0 30px;
	background-color:#fff;
	padding:10px;
	font-family: 'Open Sans', sans-serif;
}

#footer h6 {
	color:#737373;
}

#footer_slogan {
	text-align: center;
	color:#737373;
	margin:0 0 40px;
	padding-bottom:50px;
	background:url("images/stars_wide.png") bottom center no-repeat transparent;
}

/* ============================================== MAIN DIV'S ============================================== */

.wrapper {
	margin: 0 auto;
	width: 100%;
}

.container {
	width:960px;
	padding:0;
	margin:auto;
	position:relative;
}

#pre_header {
}

#header {
	position: relative;
	z-index:5;
	width: 100% !important;
	height:325px;
}

#headerStickyWrapper {
    margin: 0 auto;
    width: 100% !important;
}

#header .container {
	padding:0;
}

#header #searchform {
	float:right;
	margin-top:25px;
}

#content {
	padding:0 0 40px;
	position: relative;
	z-index: 4;
	margin-top:-10px;
}

#content .container {
	padding:0;
	width:960px;
	position:relative;
	background-color:#FFFFFF;
}

input[type="submit"], .button {
	outline:none;
	color: #FFFFFF;
	line-height:30px;
	height:30px;
	padding: 0 15px;
	text-align: center;
	font-size:12px;
	width: auto;
	min-width: 65px;
	cursor: pointer;
	display:inline-block; 
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	background-color: #3A749F;
	border:none;
	-webkit-appearance: none;
}

.button-red {
	background-color: #E51937;
	height:42px;
	font-size:15px;
	line-height:16px;
	padding-top:10px;
}

.button-oneline {
	padding-top:18px;
	height:34px;
}

#content .container .button-red a {
	color:#FFF;
}

input[type="submit"]:hover, .button:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #2b6790;
}

.button-red:hover {
	background-color: #c50022;
}

#home_bottom .container div.widget .button-red:hover a {
	text-decoration:none;
}

input[type="submit"]:active, .button:active {
	position:relative;
	color:#FFFFFF;
}

input[type="submit"].button_gray, .button_gray {
	background-color: #e0e0e0;
	color:#444444;
	text-shadow: none;
}

input[type="submit"].button_gray:hover, .button_gray:hover {
	text-decoration:none; 
	background-color: #d4d4d4;
	color:#444444;
	text-shadow: none;
}

.widget .button, .footer_widget .button {
	margin:15px 0 0;
}

/* ============================================== FOOTER ============================================== */

#footer {
	background-color: #FFF;
	border-top:8px solid #231f20;
	background-position: top center;
	padding: 0;
	font-size:12px;
	line-height: 19px;
	float:left;
}

#footer .container {
	padding:30px 0 0;
	overflow: hidden;
}

#footer .button {
	font-size: 10px !important;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
}

#footer_widgets {
	width:990px;
	margin-right:-30px;
}

#footer_widgets.footer_widget_count4 {
	width:1000px;
	margin-right:-40px;
}

.footer_widget {
	float: left;
    margin: 0 30px 0 0;
    padding: 0 0 40px;
}

.footer_widget_count1 .footer_widget {
	width:960px;
}

.footer_widget_count2 .footer_widget {
	width:465px;
}

.footer_widget_count3 .footer_widget, .footer_widget_overflow .footer_widget {
	width:300px;
}

.footer_widget_count4 .footer_widget {
	width:210px;
	margin: 0 40px 0 0;
}

.footer_widget_count5 .footer_widget {
	width:168px;
}

.footer_widget .widgettitle {
	margin:0 0 20px;
}

#menu-footer li {
	width:80px;
}

#twitter_div span {
	display:block;
	padding:0 0 5px;
}

#footer ul {
	margin-bottom:-10px;
}

#footer ul li {
	margin-bottom:10px;
}

#post_footer {
	text-align: center;
	padding: 30px 0;
	color:#787878;
	font-size:12px;
	border-top:1px solid #D3D3D3;
}

#post_footer a {
	color:#787878;
}

#socnets_wrap {
	overflow: hidden;
	width: auto;
	position: relative;
    top: -7px;
    margin-bottom: -14px;
}

#socnets_wrap #socnets {
	float:right;
	position: relative;
}

#socnets_wrap #socnets a {
	float:left;
	position: relative;
	height:32px;
	width:32px;
	margin:0 0 0 10px;
	display: block;
}

#socnets_wrap #socnets a img {
	height:32px;
	width:32px;
	display: block;
}

#paid_for {
	background-color:#FFFFFF;
	padding:9px 14px;
	line-height:18px;
	border:1px solid #BEBEBE;
	margin: auto;
	display:inline-block;
	margin-bottom:10px;
}

.sponsor-wide {
	width:620px;
	float:left;
}

.sponsor-wide img {
	vertical-align:middle;
	padding:0 10px;	
}

.sponsor-list {
	margin-bottom:15px;	
}

.sponsor-nologo {
	font-size:13px;
	vertical-align:middle;
	padding:0px 10px;
}

.sponsor-wide p {
	text-align:center;
	margin:0 0 20px;
}

.sponsor-narrow {
	float:right;
	width:300px;	
}

.sponsor-one, .sponsor-two, .sponsor-three {
	float:left;
	width:100%;	
}

/* ============================================== MENUS ============================================== */

#main_menu {
	height:50px;
	line-height:20px;
	margin:0;
	position: relative;
}

select.select-menu,
#main_menu span.select {
	display: none;
}

#main_menu ul {
	margin:0 5px 0 0;
	padding:0 100px 0 0;
	height:50px;
	line-height:50px;
}

#main_menu ul li {
	float:left;
	line-height:30px;
	margin:10px 0 0 10px;
	padding-bottom:10px;
	font-size: 16px;
	font-weight:300;
}

#main_menu ul li ul {
	border:none;
}

#main_menu a {
	color:#FFF;
	display:block;
	padding:0 10px;
}

#main_menu a:hover {
	text-decoration: none;
}

#main_menu li:hover a, #main_menu li.current-menu-item a, #main_menu li.current_page_item a, #main_menu li.current_page_parent a, #main_menu li.current-menu-parent a {
	text-decoration: none;
}

/* DROP DOWN MENUS */
#main_menu li li {
	padding:5px 0;
	margin: 0;
	width:200px;
	line-height: 20px;
}

#main_menu li:hover li a {
	border:none;
	color:#FFF;
	background:none;
	width:auto;
	padding:0 10px;
}

#main_menu li:hover a {
	color:#231f20;
}

#main_menu li:hover li:hover a {
	color:#FFF;
}

#main_menu li:hover li:hover li a {
	color:#231f20;
}

#main_menu li:hover li:hover li:hover a {
	color:#FFF;
}

#main_menu ul.menu li {
	position: relative;
}

#main_menu ul.menu li ul {
	width: auto;
	display:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	z-index:900;
	float:none;
	height:auto;
	position:absolute;
	top:40px;
}

#main_menu ul.menu li ul li:hover ul {
	display:block; 
	left: 200px;
	top:0;
	padding: 0;
}

#main_menu ul.menu li ul li {
	position:relative;
	float:none;
}

#main_menu ul.menu li ul li:first-child {
	border:none;
}

#main_menu ul li ul li a {
	margin:5px 0 0;
	padding:0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
} 

#main_menu ul.menu li ul li a:hover { 
	border:none;
}

#main_menu #donate_now {
	position: absolute;
	top:0;
	right:0;
	width:100px;
	height:50px !important;
	line-height: 50px !important;
	color:#000 !important;
	text-shadow: none !important;
	padding:0 0px !important;
	background-color: #ffc600;
	font-size:16px;
	margin:5px 0 0 0;
}

/* ============================================== LOGO AND SLOGAN ============================================== */

#logo {
	margin-top:-10px;
}

#logo_wrap {
	float:left;
	width:200px;
}

#logo_slogan_wrap {
	margin-top:70px;
	float:left;
	width:760px;
}

.slogan {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	margin-top:5px;
	text-transform:uppercase;
}

/* ============================================== NEWS BARS ============================================== */

#news_bar {
	height:auto;
	line-height:22px;
	width:960px;
	margin:0;
	position: relative;
	background:#e51937;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	float:left;
	padding:4px 0;
}

.body_span #header #news_bar {
	position: relative;
	z-index:999;
	width: 100% !important;
}

.body_span #header #news_bar a {
	color:#FFF;	
}

#news_bar_wrap {
	position: relative;
}

.news_bar {
	padding:10px 0;	
}

span.news_bar_header {
	color:#231f20;
}

#sub_menu {
	height:auto;
	line-height:18px;
	width:960px;
	margin:0;
	position: relative;
	background:#231f20;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:13px;
	float:left;
}

.body_span #header #sub_menu {
	position: relative;
	z-index:999;
	width: 100% !important;
	padding:12px 0;
}

#sub_menu_wrap {
	position: relative;
}

ul.chapter-menu {
}

ul.chapter-menu li {
	float:left;
	margin-right:15px;
}

ul.chapter-menu li a {
	color:#ffc600;	
}

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

#home_display {
	height:536px;
	overflow:hidden;
}

#home_display_wrap {
	position:relative;
}

.display_container {
	width:960px;
	padding:0;
	margin:auto;
}

#home_display div.display-photo {
	position:absolute;
	top:0px;
	z-index:-1;
}

#home_display div.display-photo p {
	margin-left:-480px;
}

#home_display div.display-text {
	background:#ffc600;
	padding:20px;
	width:360px;
	color:#231f20;
	font-weight:bold;
}

#home_display div.display-text h2 {
	text-transform:uppercase;
	color:#231f20;
	font-size:25px;
	line-height:25px;
	margin-bottom:10px;
}

#home_display div.display-text a {
	color:#3A749F;
}

#home_display div.display-text ul li {
	list-style:square;
	margin-left:15px;
}

#home_display div.display-top-left {
	position:absolute;
	top:20px;
}

#home_display div.display-bottom-left {
	position:absolute;
	top:260px;
}

#home_display div.display-top-right {
	position:absolute;
	top:20px;
	margin-left:560px;
}

#home_display div.display-bottom-right {
	position:absolute;
	top:260px;
	margin-left:560px;
}

#bottom_bar {
	height:52px;
	line-height:22px;
	width:960px;
	margin:0 0 0 0;
	position: relative;
	background:#231f20;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	float:left;
	padding:4px 0;
}

.body_span #content #bottom_bar .container {
	padding-top:4px;	
}

.body_span #content #bottom_bar {
	position: relative;
	z-index:999;
	width: 100% !important;
}

#bottom_bar_wrap {
	position: relative;
}

.bottom_bar {
	padding:10px 0;	
}

.bottom_bar_header {
	float:left;
	width:292px;
}

.bottom_bar_button {
	float:left;
	margin-left:7px;
	background:#3A749F;
	width:182px;
	font-size:14px;
	padding:4px 0 0 8px;
	height:42px;
}

.bottom_bar_button_more {
	width:55px;
	padding-left:15px;
	padding-top:13px;
	height:33px;
}

#content .container div.widget .bottom_bar_button a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

.button_image {
	float:left;
	margin-right:10px;	
}

.button_text {
	float:left;	
	margin-top:9px;
}

/* ============================================== HOME ============================================== */

#home_bottom {
	background:#FFF;
}

#home_latest_posts {
	margin:0 -30px 0 0;
}

.single_latest {
	width:180px;
	margin:0 30px 30px 0;
	position: relative;
	text-align: left;
}

.single_latest h5 {
	margin-bottom:10px;
}

.single_latest_img_link {
	display:block;
}

.single_latest .single_latest_img_link img {
	margin-bottom:15px;
}

.single_featured_wrap .wp-post-image {
	position:absolute;
	top:5px;
	left:5px;
	z-index:1;
}

.port_cat_position {
	font-size:11px;
	line-height:14px;
	margin:0 0 30px;
	color:#999999;
}

.port_cat_position a {
	color:#999999;
}

.no_margin .info_wrap, #home_latest_posts .no_margin, #footer .no_margin, #content .no_margin, .no_margin {
	margin:0;
}

#content .blog_magazine, #content .blog_classic {
	margin-bottom:-35px;
}

#content .blog_magazine .no_margin_right {
	margin-right:0;
}

#home_widgets {
	margin:60px 0;
    margin: 15px -30px 30px;
    padding: 29px;
    border:1px solid #DCDCDC;
    position: relative;
    background-color: #FFFFFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(251, 251, 251)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(251, 251, 251));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#fbfbfb');
}

#home_widgets .widget {
	text-align: center;
}

#home_widgets h3 {
	margin-top:0;
	padding-bottom:10px;
	border-bottom:1px solid #EFEFEF;
	letter-spacing: 0.1em;
}

#home_widget_wrap {
	width:960px;
	display: block;
	margin-right:-40px;
}

#home_widget_wrap.banner_widget_overflow {
	margin-bottom:-30px;
}

#home_widget_wrap.banner_widget_count1 .widget {
	width:920px;
	float:left;
	margin-right:0;
}

#home_widget_wrap.banner_widget_count2 .widget {
	width:440px;
	float:left;
	margin-right:40px;
}

#home_widget_wrap.banner_widget_count3 .widget, #home_widget_wrap.banner_widget_overflow .widget {
	width:280px;
	float:left;
	margin-right:40px;
}

#home_widget_wrap.banner_widget_overflow .widget {
	margin-bottom:30px;
}

.widget h3 {
	margin-top:0;
}

blockquote {
	font-style: oblique;
	margin:0 0 15px;
    padding:0 0 0 28px;
    border-left:8px solid #c8c8c8;
}

#featured_projects div.widget {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #c8c8c8;
}

/* ============================================== POSTS ============================================== */

.post_content h4 a:hover, .blog-home-post h3 a:hover {
	text-decoration: none;
}

.post_content h4 a:hover:after, .blog-home-post h3 a:hover:after {
	content:"\00bb";
	margin:0 0 0 5px;
}

.entry-title {
	margin:0 0 15px;
	line-height:30px;
	font-size:28px;
	letter-spacing:-1px;
}

#sidebar .widgettitle {
	margin:0 0 10px;
	line-height:18px;
	font-size:16px;
	letter-spacing:-1px;
}

.blog-content {
	float:right;
	width:480px;
}

.meta, .additional-meta, .post_meta, .single-meta {
	font-size: 11px;
	color:#737373;
	line-height:15px;
}

.post_meta {
	float:left;
	width:120px;
	display: block;
	text-align: right;
	margin-top:1px;
}

.meta_block {
	margin:0 0 15px;
}

.meta_block span {
	display:block;
	font-weight: bold;
}

.share {
	float:right;
}

.share a {
	display:block;
	float:left;
	margin:5px 0 0 5px;
}

.additional-meta {
	margin:0 0 20px;
	padding:5px 10px;
	background: rgba(0, 0, 0, 0.03);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.single-meta {
	margin:30px 0 0;
}

.additional-meta_comments {
	position: absolute;
	top:5px;
	right:-30px;
	z-index:2;
	height:46px;
	line-height:47px;
	width: 46px;
	display: block;
}

.first_blog_post .additional-meta_comments {
	top:10px;
}

.additional-meta_comments .comments-link {
	display:block;
	height:46px;
	line-height:47px;
	width: 46px;
	text-align: center;
	color:#FFFFFF;
	text-shadow: none;
	text-decoration: none;
	font-size:18px;
}

.entry-content-single {
	margin: 0 0 40px;
}

#post-single {
	margin: 0 0 20px;
}

#post-single_portfolio {
	margin: 0 0 40px;
}

.posts-wrap {
	clear: none;
	width:620px;
}

.about_the_author {
	padding:19px;
	margin:30px 0 40px;
	border:1px solid #EFEFEF;
	background:#fff;
}

.about_the_author img {
	padding:4px;
	background:#FFFFFF;
	border:1px solid #CFCFCF;
	margin:0 20px 0 0;
	float:left;
}

.author_info {
	float:left;
	width:500px;
}

.author_title, .author_about {
	margin-bottom:10px;
}

.author_title h3 {
	margin:0;
}

.author_links a {
	float:left;
	margin:0 70px 0 0;
	font-size:12px;
}

.post_content {
	position: relative;
}

#fancybox-title-float-wrap {
	text-shadow: none;
}

iframe.video {
	width:620px;
	height:380px;
}

iframe.video-post {
	width:480px;
	height:300px;
}

#home_video_wrap {
	margin-bottom:30px;
}

#home_video {
	float:left;
	background-color:#FFFFFF;
	width:100%;
	height:auto;
}

#home_video_desc {
	float:left;
	width:100%;
}

#home_video_desc h4 {
	margin-top:0;
	line-height:20px;
}

.body_boxed .the_blog {
	margin-bottom: -30px;
}

.the_blog .post, .search_results > div {
	margin-bottom: 30px;
}

.taking-note .entry-content ul {
	list-style:none;
	margin:0;
	padding:0;
}

.taking-note .entry-content li {
	list-style:none;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #C8c8c8;
}


/* ============================================== ARCHIVE ============================================== */

.the_archive .post {
	border-bottom:1px solid #CFCFCF;
	margin:0 0 40px;
}

.post-archive {
	padding:20px 0 20px 70px;
	position: relative;
	min-height:50px;
	line-height: 25px;
	border-top: 1px solid #FFFFFF;
}

.post-archive_wrap:first-child, .post-archive_wrap:first-child .post-archive {
	border-top:none;
}

.post-archive .archive_image_link {
	display:block;
	position: absolute;
	top:20px;
	left:0;
	border:1px solid #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px 0px #BEBEBE;
	-moz-box-shadow: 0px 1px 1px 0px #BEBEBE;
	box-shadow: 0px 1px 1px 0px #BEBEBE;
	height: 46px;
    width: 46px;
}

h3.archive-entry-title {
	margin:0;
	line-height: 25px;
}

.archive-meta {
	font-size: 11px;
	color:#555555;
}

/* ============================================== THE EVENTS CALENDAR ============================================== */

.events-archive .entry-title {
	display: none;
}

#tribe-events-content {
	padding:0 !important;
}

.tribe-events-month-nav, .events-archive .entry-content, .events-archive .entry-header {
	display:block;
	width: 600px !important;
}

.events-archive .event-day, .single-tribe_venue .event-day, .venue-events .event-day {
	font-size: 14px !important;
}

.single-tribe_venue .upcoming .entry-title, .events-archive .upcoming .entry-title {
	display: block !important;
	font-weight: normal !important;
}

.events-archive .entry-content .entry-content {
	width:60% !important;
}

.tribe-events-month-nav {
	position: relative !important;
}

#tribe-events-calendar-header {
	height:24px !important;
	margin-bottom:20px;
}

.tribe-events-calendar-buttons {
    top: 0 !important;
}

.tribe-events-calendar-buttons a {
	margin:0 0 0 10px !important;
	font-size: 9px !important;
	font-weight: normal !important;
}

.events-archive .event-day, .single-sp_venue .event-day, .venue-events .event-day {
	font-style: normal !important;
}

.widget .upcoming {
	margin-top:-15px;
}

#sidebar .upcoming .tribe_events {
    padding: 15px 0 !important;
}

#sidebar .upcoming .tribe_events div {
	padding-left:15px;
	border-left: 5px solid #EFEFEF !important;
	font-size: 12px;
}

.tribe_events .navlink {
	display:none;
}

.widget .dig-in a {
	font-size:12px;
	margin-left:20px;
}

.widget .dig-in a:after {
	content:"\0000a0\00bb";
}

.events-archive #content .container {
	background-image:none !important;
}

/* ============================================== SIDEBARS & WIDGETS ============================================== */

#sidebar {
    width: 300px;
}

.content_right #sidebar {
	float: left;
}

.content_left #sidebar {
	float: right;
}

#sidebar .widget {
	margin:0 0 30px;
	padding:0;
}

#searchform {
	width:300px;
}

#searchform input#s[type="text"] {
	width:198px;
	color:#999;
	float:left;
}

.ie8 #searchform input#s[type="text"] {
	width:170px;
}

#searchform input[type="submit"] {
	float:right;
	width:75px;
}

/* testimonial */

#sidebar .widget_testimonial {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background:url("images/testimonial_back.png") 0 0 repeat-y transparent;
	position: relative; 
	padding:31px 19px 20px 39px;
	line-height:31px;
	font-style: oblique;
	border:none;
	border-width: 1px 1px 2px;
	border-style: solid;
	border-color:#e8e8e8;
	width:220px;
	color:#525252;
	-webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.05); 
}

#sidebar .widget_testimonial h4 {
	line-height:31px;
	margin:0 0 31px;
	font-style: normal;
	border:none !important;
}

#sidebar .widget_testimonial:before {
	content: url("images/testimonial_back_cap.png");
	position: absolute;
	top:-14px;
	left:0;
	height:5px;
	display:block;
}

#sidebar .widget_testimonial:after {
	content: url("images/testimonial_back_cap.png");
	position: absolute;
	bottom:14px;
	left:0;
	height:5px;
	display:block;
}

.widget_testimonial .the_testimonial {
	font-style: normal;
	text-align: left;
}

.widget_testimonial .the_testimonial:before {
	content: url("images/testimonial_open.png");
	float: left;
	margin: 0 10px 0 0;
}

.widget_testimonial .the_testimonial:after {
	content: url("images/testimonial_close.png");
	display: inline;
    margin: 0 0 0 7px;
	clear: both;
}

.widget_testimonial .the_testimonial_author {
	float:right;
	text-align: right;
	font-family: Georgia,serif;
}

.widget_testimonial span {
	font-size: 11px;
	display: block;
}

/* featured user */

.featured_user .avatar {
	float:left;
	border:1px solid #D3D3D3;
	margin:0 10px 5px 0;
	padding:2px;
	background-color:#FFFFFF;
}

.featured_user strong {
	display: block;
	margin-bottom:10px;
}

#calendar_wrap, #wp-calendar {
	width:100%;
	text-align:center;
}

#calendar_wrap caption {
	margin:0 0 10px;
}

#sidebar .widget li {
	padding:3px 0;
}

#sidebar .widget li:first-child {
	border:none;
	padding:0 0 3px;
}

#sidebar .widget li:last-child {
	padding:3px 0 0;
}

#recent_posts .recent_line {
	line-height:50px;
	padding-left:60px;
	position:relative;
}

#recent_posts .recent_line .attachment-archive_image {
	position: absolute;
	left:0;
	top:0;
	margin:0;
	padding:2px;
	background-color:#252525;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 0 #474747;
	-moz-box-shadow: 0 1px 0 0 #474747;
	box-shadow: 0 1px 0 0 #474747;
}

/* ============================================== 404-PAGE ============================================== */

#error404 {
	margin: 50px 0;
	text-align: center;
	width: 100%;
}

.error404 h1, .error404 h2 {
	margin: 10px auto
}

/* ============================================== COMMENTS & FORMS ============================================== */

label {
	display: block;
	margin:0 0 2px;
}

#commentform #submit {
	float:left;
}

#comments_wrap {
    background-color:#fff;
    border:1px solid #EFEFEF;
	padding:4px;
	margin:0 0 30px;
}

ul.children {
    margin-left:20px;
}

ul.commentlist, ul.pinglist {
    margin:-5px 0 0;
}

div.reply {
    text-align:right;
	font-size:12px;
}

textarea#comment {
    overflow:auto;
}

ul.commentlist li, ul.pinglist li {
	position:relative;
	margin:5px 0 0;
	padding: 19px;
	background-color:#FFFFFF;
	border: 1px solid #EFEFEF;
}

ul.commentlist ul li {
	position:relative;
	padding:20px 0 0 20px;
	margin:20px 0 0 0;
	border-top:1px solid #E5E5E5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

ul.commentlist img.avatar {
	background: none repeat scroll 0 0 #FFFFFF;
    padding: 4px;
	position:absolute;
	top:20px;
	left:20px;
}

ul.commentlist .bypostauthor img.avatar {
	border:1px solid #0063AA;
}

ul.commentlist .not_author img.avatar {
	border: 1px solid #CFCFCF;
}

.the_comment {
	padding:0 0 0 90px;
}

.the_comment_author {
	width:auto;
	margin-right:10px;
}

.commentmetadata {
	float:left;
	width:auto;
	color: #ABABAB;
}

.the_comment_text {
	margin-top:10px;
}

input[placeholder] {
	color:#999;	
}

input[type="text"] {
	height:20px;
	padding:4px 10px;
	margin-bottom:5px;
	width:278px;
	line-height:20px;
	border: 1px solid #c8c8c8;
	background: none repeat scroll 0 0 #e2e2e2;}

.posts-wrap input[type="text"], .posts-wrap textarea {
	background:#FFF;
	width:95%;
}

textarea {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #c8c8c8;
	height:200px;
	padding:10px;
	width:578px;
	margin-bottom:-10px;
}

input[type="text"]:focus, textarea:focus {
	border:1px solid #9C9C9C;
}

#respond {
	margin:20px 0 0;	
}

.commentlist #respond {
	background:#FFFFFF;
	margin:5px 0 0;
	padding:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px 0px #BEBEBE;
	-moz-box-shadow: 0px 1px 1px 0px #BEBEBE;
	box-shadow: 0px 1px 1px 0px #BEBEBE;
}

.commentlist .children #respond {
	border-top: 1px solid #E5E5E5;
	margin: 15px 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.commentlist #respond textarea {
	width:96%;
}

#cancel-comment-reply {
	float:left;
	margin:0 0 0 20px;
	line-height:28px;
}

/* ============================================== ALIGNMENTS ==============================================*/

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.aligncenter {
	margin: 0 auto 15px;
	text-align: center;
}

.alignnone {
	margin: 0 0 15px;
}

.alignright, .alignleft, .aligncenter, .alignnone, .attachment-blog_image, .attachment-single_latest, .single_latest_img_link img  {
	padding:4px;
	position:relative;
	background-color:#FFFFFF;
	z-index:1;
	border:none;
	display: block;
}

.alignright img, .alignleft img, .aligncenter img, .alignnone img {
	display:block;
	padding:0;
	margin:0;
}

.attachment-blog_image, .vid-wrap {
	margin: 0 0 20px;
}

p.wp-caption-text {
	margin:0;
	text-align: center;
	font-size: 12px;
	line-height: 19px;
}

img.taking-note {
	float:right;
	margin:-20px 0 20px 40px;
}

.featured {
	float: right;
	margin: -35px 0 15px 15px;
	width:280px;
}

/* ============================================== NAVIGATION ==============================================*/

div.navigation {
	width: 100%;
	height: auto;
	clear: both;
	padding: 0px;
}

div.navigation a {
	margin-bottom:60px;
	display: block;
}

.nav-next {
	float: right;
	clear: none;
	width: 48%;
	text-align: right;
}

.nav-prev {
	float: left;
	clear: none;
	width: 48%;
	text-align: left;
}

/* ============================================== OPTIONS ==============================================*/

/* Layout */

.content_left .posts-wrap, .content_right #sidebar {
	float:left;
}

.content_left #sidebar {
    margin: -40px 0 -40px 0;
    padding: 40px 0px 20px 20px;
}

.content_right .posts-wrap, .content_left #sidebar {
	float:right;
}

.content_right #sidebar {
    margin: -40px 0 -40px -20px;
    padding: 40px 20px 20px;
}

.body_boxed.content_left #content .container {
	background-image:url("images/bg_sidebar_right.png");
	background-repeat:repeat-y;
	background-position: right top;
}

.page-template-default.body_boxed.content_left #content .container {
	background-image:url("images/bg_sidebar_right.png") !important;
}

.body_boxed.content_right #content .container {
	background-image:url("images/bg_sidebar_left.png");
	background-repeat:repeat-y;
	background-position: left top;
}

.page-template-default.body_boxed.content_right #content .container {
	background-image:url("images/bg_sidebar_left.png") !important;
}

.page-template-page-full-php #content .container {
	background-image:none !important;
}

/* Body Styles */

.body_boxed #header {
	position: relative;
	z-index:5;
}

.body_boxed #header #main_menu {
	position: relative;
	z-index:5;
	background-image:url("images/ribbon_menu.png");
	background-repeat: no-repeat;
	margin:0 auto -10px;
	width: 100%;
}

.body_boxed #home_widgets:before {
	content: "";
	position: absolute;
	bottom:-10px;
	left:0;
	width: 0;
	height: 0;
	border-top: 10px solid #B1B1B1;
	border-left: 10px solid transparent; 
}

.body_boxed #home_widgets:after {
	content: "";
	position: absolute;
	bottom:-10px;
	right:0;
	width: 0;
	height: 0;
	border-top: 10px solid #B1B1B1;
	border-right: 10px solid transparent; 
}

#main_menu_wrap {
	position: relative;
	float:right;
	font-family: 'Open Sans', sans-serif;
}

.body_span #main_wrap {
}

.body_span #header {
	background-color:#FFFFFF;
}

.body_span #header #main_menu {
	position: relative;
	z-index:999;
	width: 100% !important;
	padding:0;
}

.body_span #main_menu > ul {
    margin-left:10px;
}

.body_span #main_menu ul > li {
    line-height: 50px;
    margin: 0;
	padding:0 5px;
}

.body_span #main_menu ul.menu {
	background:#3a749f;
}

.body_span #main_menu ul.menu li {
	background:#3a749f;	
}

.body_span #main_menu ul.menu li#menu-item-2500 {
	background:#ffc600;
	margin:5px -5px 0 0;
	text-transform:uppercase;
	font-weight:500;
}

#main_menu li#menu-item-2500 a {
	color:#231f20;
	font-weight:bold;
}

#main_menu li:hover li a {
	color:#231f20;
}

.body_span #main_menu ul li li {
    margin: 0 0 0 10px;
	padding:2px 0 2px 0;
}

.body_span #main_menu ul.menu li ul {
	top:50px;
}

.body_span #main_menu ul.menu li ul li {
	background:#ffc600;
	font-size:15px;
	line-height:18px;
	padding-bottom:6px;
}

.body_span #main_menu li:hover a, .body_span #main_menu li.current-menu-item a, .body_span #main_menu li.current_page_item a, .body_span #main_menu li.current_page_parent a, .body_span #main_menu li.current-menu-parent a {
	border-radius: 0;
}

.body_span #content .container {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
	background-color:transparent;
	border-color:none;
	border-style:none;
	border-width: 0;
	padding:40px 20px;
}

.body_span #content {
	padding:0;
	margin-top:0;
}

body.home #content {
	background-color:#231f20;
}

body.home #content {
	height:auto;
	margin-bottom:30px;	
}


/* Media for anything with a max width of 960px. Mostly large tablets such as the iPad */
@media
only screen and (min-width: 740px) and (max-width: 800px) {

	/* Set the .body_span styles for responsive */
	
	#header,
	.body_span #header {
		background-color:#FFFFFF;
		position: relative !important;
	}
	
	#content .container {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
		background-color:transparent;
		border-color:none;
		border-style:none;
		border-width: 0;
		padding:40px 20px;
	}
	
	#content {
		background-color:#FFFFFF;
		padding:0;
		margin-top:0;
		overflow: hidden !important;
		border-bottom: none;
	}
	
	#logo {
		margin-top:-10px;
	}

	#logo_wrap {
		width:200px;
	}

	#logo_slogan_wrap {
		margin-top:70px;
		width:400px;
	}
	
	.alignright,
	.alignleft,
	.aligncenter,
	.alignnone,
	.alignright img,
	.alignleft img,
	.aligncenter img,
	.alignnone img {
		width: 100% !important;
		height: auto;
	}
	
	.featured {
		margin-top:0px;
	}

	/* General Stuff */
	body,
	body.body_span {
		background-image:none !important;
		background-color:#FFF !important;
	}
	
	body.home #content {
		height:auto;
		margin-bottom:30px;	
	}

    #main_wrap {
	    width:100% !important;
	    background-color: #FFFFFF;
	    border-bottom: 1px solid #C8C8C8;
    }
    
    #header,
    {
	    width:740px;
    }
    
    .content_left #main_content .container,
    .content_left.page-template-default.events-archive #main_content .container {
	    background: url("images/bg_sidebar_right.png") right top repeat-y transparent;
	}
		
	.content_right #main_content .container,
	.content_right.page-template-default.events-archive #main_content .container {
	    background: url("images/bg_sidebar_left.png") left top repeat-y transparent;
	}
	
	.content_left #sidebar {
    	margin: -40px -20px -40px 0;
   		padding: 40px 0px 20px 20px;
	}
    
    #main_menu .header-menu-wrap {
	    clear:both;
	    float:left;
	    margin-top: 20px;
    }
    
    #main_menu #donate_now {
	    float: left !important;
		margin-right:-5px;
		width:100px;
		margin-top:30px;
		height:20px;
		line-height:40px !important;
		height: 40px !important;
		z-index:99;
    }
	
	ul.chapter-menu {
		width:450px;
		float:left;
	}

	#socnets_wrap {
		width:180px;
		float:right;
	}
	
	#socnets_wrap #socnets {
		width:180px;
		float:right;
	}
	
	.display_container {
		width:740px;
	}
	
	#bottom_bar {
		height:107px;
		width:740px;
	}
	
	.bottom_bar_header {
		float:left;
		width:305px;
		height:100px;
	}

	.bottom_bar_button {
		margin-bottom:7px;
	}

	.bottom_bar_button_more {
		width:175px;
	}
	
	#home_display div.display-photo p img {
		width:auto;
		height:100%;	
	}
	
	#home_display div.display-photo p {
		margin-left:-630px;
	}
	
	#home_display div.display-top-left {
		position:absolute;
		top:20px;
		margin-left:20px;
	}

	#home_display div.display-bottom-left {
		position:absolute;
		top:260px;
		margin-left:20px;
	}

	#home_display div.display-top-right {
		position:absolute;
		top:20px;
		margin-left:320px;
	}

	#home_display div.display-bottom-right {
		position:absolute;
		top:260px;
		margin-left:320px;
	}

    .container,
    #footer_widgets_wrap {
	    width:700px !important;
    }
    
    #footer .container {
	    padding: 40px 0 0;
	    width: 700px;
	}

	#footer_widgets_wrap {
	    width:700px;
	}
    
    #footer_widgets {
	    width:740px !important;
	    margin-right: -40px !important;
    }
    
    .footer_widget_count1 .footer_widget,
    #home_widget_wrap.banner_widget_count1 .widget {
    	width: 700px
	}

	.footer_widget_count2 .footer_widget,
	.footer_widget_count4 .footer_widget,
	#home_widget_wrap.banner_widget_count2 .widget,
	#home_widget_wrap.banner_widget_count4 .widget {
	    width: 335px;
	    margin-right: 30px;
	}
	
	.footer_widget_count3 .footer_widget,
	.footer_widget_count5 .footer_widget,
	.footer_widget_overflow .footer_widget,
	#home_widget_wrap.banner_widget_count3 .widget,
	#home_widget_wrap.banner_widget_count5 .widget,
	#home_widget_wrap.banner_widget_overflow .widget {
	    width: 210px;
	    margin-right: 35px;
	}
	
	.footer_widget_count4 .footer_widget:nth-child(2n+1),
	.footer_widget_count5 .footer_widget:nth-child(3n+1),
	#home_widget_wrap.banner_widget_count4 .widget:nth-child(2n+1),
	#home_widget_wrap.banner_widget_count5 .widget:nth-child(3n+1) {
	    clear:both;
	}
	
	
	.sponsor-wide {
		width:740px;
		float:left;
	}

	.sponsor-wide img {
		vertical-align:middle;
		padding:0 20px;	
	}

	.sponsor-list {
		margin-bottom:15px;
		float:left;
		width:370px;
		text-align:center;
	}

	.sponsor-narrow {
		float:left;
		width:740px;	
	}
	
	.posts-wrap,
	#container {
		width:460px;
	}
	
	.vid-wrap iframe {
		width:460px;
		height:259px;
	}
	
	textarea {
		width:438px;
	}
	
	#sidebar {
		width:200px;
	}
	
	.about_the_author .author_info {
		width: 320px;
	}
	
	.gallery {
		width:470px;
	}
	
		.gallery dl {
			height:77px;
			width:77px;
		}
		
			.gallery dl img {
				height:69px;
				width:69px;
			}
	
	#post_footer {
		text-align: center;
	}
	
	#post_footer .right {
		float: none;
	}
	
	.footer_menu_wrap {
		display: none;
	}
	
	.blog-content {
		width:320px;
	}
	
	.attachment-blog_image {
		max-width:450px;
		max-height:300px;
	}
	
	.events-gridview.events-archive .tribe-events-calendar-buttons {
    	top: -28px !important;
    	left:0;
    	right:auto;
	}
	
	.events-gridview.events-archive .tribe-events-month-nav {
		margin-top: 5px;
	}
	
	input[type="text"] {
		width:178px;
	}

	.posts-wrap input[type="text"], .posts-wrap textarea {
		background:#FFF;
		width:95%;
	}
	
	/* == Home Page == */
	
	.content_left #sidebar {
    	padding: 40px 20px 20px 20px;
	}	
	
	#home_video {
		margin: 0 0 20px;
		float: none;
		width:450px;
		height:auto	;
	}
	
	#home_video iframe {
		width:450px;
		height:253px;
	}
	
	iframe.video {
		width:450px;
		height:253px;
	}
	
	iframe.video-post {
		width:320px;
		height:253px;
	}
	
	#home_video_desc {
		border-bottom: 1px solid #EFEFEF;
	    float: none;
	    padding-bottom: 10px;
	    width: 100%;
	}
	
	#latest-posts-title {
	   	 width: 460px;
   	}
   	
   	.single_latest {
	   	width:140px;
	   	margin-right: 20px;
   	}
   	
   	a.fallback,
   	.single_latest_img_link img {
	   	width:130px;
	   	height:94px;
	   	line-height: 94px;
   	}
   	
   	/* Home Banner */
   	
   	#home_widget_wrap.banner_widget_count2.wp_email_banner .widget:first-child {
	   	width:480px;
   	}
   	
   	#home_widget_wrap.banner_widget_count2.wp_email_banner .widget {
	   	width:180px;
   	}
   	
   	.wp_email_capture_wrap input[type="text"] {
	   	text-align: center;
   	}
   	
   	#home_widget_wrap.banner_widget_count3 .wp_email_capture_wrap input[type="text"],
   	#home_widget_wrap.banner_widget_count5 .wp_email_capture_wrap input[type="text"],
   	#home_widget_wrap.banner_widget_overflow .wp_email_capture_wrap input[type="text"] {
	   	width:188px !important;
   	}
   	
   	.wp_email_capture_wrap input[type="submit"] {
	   	width: 100%;
	   	margin-top: 10px;
   	}
   	
   	/* Mobile Menu */
	
	#main_menu select.select-menu {
		display: block;
	    position: relative;
	    top:4px;
	    z-index: 10;
	    width: 280px !important;
	    height: 41px !important;
	    line-height: 26px;
	    -webkit-appearance: menulist-button;
	}
	
	#main_menu span.select {
		display: block;
	}
	
	#main_menu span.select {
	    position: absolute;
	    bottom: 0;
	    float: left;
	    left: 0;
	    width: 280px;
	    height: 42px;
	    line-height: 43px;
	    font-size: 14px;
	    color: #fff;
	    text-indent: 50px;
	    background: url("images/select.png") 0 0 no-repeat transparent;
	    background-size:280px 43px;
		background-color:#3a749f;	
	    cursor: default;
	    z-index: 1;
	    top:0;
	}
	
	#main_menu ul {
	    display: none;
	}

   	
	/* Sidebar */
	
	#searchform {
		width:200px;
	}

	#searchform input#s[type="text"] {
		width:98px;
		float:left;
	}

	#searchform input[type="submit"] {
		float:right;
		width:75px;
	}	
	
	.body_boxed.content_left #content .container {
		background-position: 500px top;
	}
	
	.body_boxed.content_right #content .container {
		background-position: -80px top;
	}
	
	#sidebar .widget_testimonial {
		width: auto;
		background: none no-repeat scroll 0 0 #FFFFFF;
		padding:19px;
	}
	
	#sidebar .widget_testimonial:before {
		content: "";
	}
	
	#sidebar .widget_testimonial:after {
		display: block;
		content: "";
		position: absolute; 
		width: 110px;
		height: 30px;
		top: -21px;
		left: 50%;
		margin-left: -55px;	 
		border: 1px solid rgba(254, 254, 254, 0.2);
		background: rgba(254, 254, 254, .2);
		-webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
		box-shadow: 0px 0 3px rgba(0,0,0,0.1);
	}
	
	#sidebar .widget_testimonial h4 {
		margin:0;
	}
	
	#sidebar .wp_email_capture_wrap input[type="text"] {
		width:178px !important;
	}
	
	/* Events Cal */
	
	.events-list .tribe-events-event-entry {
    width: 420px !important;
    }
}

/* Media for anything with a max width of 767px. Mostly small tablets and iPhones & Smartphones */

@media
only screen and (min-width: 0px) and (max-width: 767px) {

	/* Set the .body_span styles for responsive */
	
	#header,
	.body_span #header {
		background-color:#FFFFFF;
		height:510px;
		position: relative !important;
	}
	
	
	body.home #content {
		height:auto;
		margin-bottom:30px;	
	}
	
	#content .container {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
		background-color:transparent;
		border-color:none;
		border-style:none;
		border-width: 0;
		padding:40px 20px;
	}
	
	#content {
		background-color:#FFFFFF;
		padding:0;
		margin-top:0;
		overflow: hidden !important;
		border-bottom: none;
	}
	
	#main_wrap {
		overflow-y:hidden;
		overflow-x:hidden;
	}
	
	#logo {
		margin-top:0px;
	}
	
	#logo img {
		max-width:100%;	
	}

	#logo_wrap {
		width:100%;
		padding:0 0 0 55px;
	}

	#logo_slogan_wrap {
		margin-top:0px;
		margin-bottom:10px;
		width:100%;
		text-align:center;
	}
	
	ul.chapter-menu {
		width:200px;
		float:left;
	}
	
	ul.chapter-menu li.chapter-header {
		width:180px;	
	}

	#socnets_wrap {
		width:75px;
		float:right;
	}
	
	#home_display {
		height:480px;
		background:#231f20;
	}
	
	.display_container {
		width:300px;
	}
	
	#bottom_bar {
		height:262px;
		width:300px;
	}
	
	.bottom_bar_header {
		float:left;
		width:305px;
		height:50px;
	}

	.bottom_bar_button {
		margin:0px -10px 7px -10px;
		width:282px;
		padding-left:16px;
	}

	.bottom_bar_button_more {
		width:273px;
		padding-left:25px;
	}
	
	#home_display div.display-text {
		background:#ffc600;
		padding:20px;
		width:260px;
		color:#231f20;
		font-weight:bold;
	}
	
	#home_display div.display-photo {
		width:300px;
		height:300px;
		overflow:hidden;
		z-index:1;
	}
	
	#home_display div.display-photo p img {
		width:460px;
		height:auto%;	
	}
	
	#home_display div.display-photo p {
		margin-left:-80px;
	}
	
	#home_display div.display-top-left {
		position:absolute;
		top:130px;
	}

	#home_display div.display-bottom-left {
		position:absolute;
		top:130px;
	}

	#home_display div.display-top-right {
		position:absolute;
		top:130px;
		margin-left:0px;
	}

	#home_display div.display-bottom-right {
		position:absolute;
		top:130px;
		margin-left:0px;
	}
	
	/* General things */
	
	body,
	body.body_span {
		background-image:none !important;
		background-color:#FFF !important;
	}

	#main_menu {
		padding-bottom: 10px !important;
	}
	
	#main_wrap {
		width:100% !important;
		min-width: 100% !important;
	}
	
	#home_widgets {
		margin:40px 0;
		padding:40px 0 0;
		border-left: none;
		border-right: none;
	}
	
	#home_widgets:before,
	#home_widgets:after {
		border:none !important;
	}
	
	.posts-wrap,
	#container {
		width: 100%;
	}
	
	#main_menu {
		position: relative;
	}
	
	#main_menu .header-menu-wrap {
		clear: both;
		height:41px;
		position: relative;
		float: left;
		display: block;
		margin-top: 30px;
	}
	
	#main_menu form div {
		position: relative;
	}
	
	/* Mobile Menu */
	
	#main_menu select.select-menu {
		display: block;
	    position: relative;
	    z-index: 10;
	    width: 280px !important;
	    height: 101px !important;
	    line-height: 26px;
	    -webkit-appearance: menulist-button;
	}
	
	#main_menu span.select {
		display: block;
	}
	
	#main_menu span.select {
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    width: 280px;
	    height: 42px;
	    line-height: 43px;
	    font-size: 14px;
	    font-weight: bold;
	    color: #fff;
	    text-indent: 50px;
	    background: url("images/select.png") 0 0 no-repeat transparent;
	    background-size:280px 43px;
	    cursor: default;
	    z-index: 1;
	    top:0;
	}
	
	#main_menu ul {
	    display: none;
	}
	
    #main_menu #donate_now {
	    float: left !important;
		margin-right:2px;
		width:276px;
		margin-top:45px;
		height:20px;
		line-height:40px !important;
		height: 40px !important;
		z-index:99;
    }	
   	
   	/* Sidebar */
	#searchform {
		width:280px;
	}

	#searchform input#s[type="text"] {
		width:178px;
		float:left;
	}

	#searchform input[type="submit"] {
		float:right;
		width:75px;
	}		
   	
   	.body_boxed.content_right #content .container,
   	.body_boxed.content_left #content .container,
   	.page-template-default.body_boxed.content_right #content .container,
   	.page-template-default.body_boxed.content_left #content .container,
   	.content_right.page-template-default.events-archive #content .container,
   	.content_left.page-template-default.events-archive #content .container {
	    background:none !important;
	}
   	
   	#sidebar {
		border-top: 8px solid #393939;
	    margin: 40px -9999px -40px !important;
	    padding: 40px 9999px 40px !important;
	    width: 100% !important;
	    background-color:#fff;
	}
	
	#sidebar .widget_testimonial {
		width: auto;
		background: none no-repeat scroll 0 0 #FFFFFF;
		padding:19px;
	}
	
	#sidebar .widget_testimonial:before {
		content: "";
	}
	
	#sidebar .widget_testimonial:after {
		display: block;
		content: "";
		position: absolute; 
		width: 110px;
		height: 30px;
		top: -21px;
		left: 50%;
		margin-left: -55px;	 
		border: 1px solid rgba(254, 254, 254, 0.2);
		background: rgba(254, 254, 254, .2);
		-webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0 3px rgba(0,0,0,0.1);
		box-shadow: 0px 0 3px rgba(0,0,0,0.1);
	}
	
	#sidebar .widget_testimonial h4 {
		margin:0;
	}
	
	/* everything else */
    
    .container,
    #footer_widgets_wrap,
    #footer .container,
    #footer_widgets,
    #home_widgets,
    #latest-posts-title {
	    width:280px !important;
    }
	
    #home_video {
	    width:270px !important;
	    height:auto; !important;
	    margin:0;
	    float:none;
    }
    
    #home_video iframe  {
	    width:270px !important;
	    height:150px !important;
	    margin:0;
	    float:none;
    }
	
    iframe.video  {
	    width:270px !important;
	    height:150px !important;
	    margin:0;
	    float:none;
    }
	
	iframe.video-post {
		width:270px;
		height:170px;
	}
    
    .vid-wrap iframe {
		width:270px;
		height:170px;
	}
    
    #home_video_desc {
	    width:100%;
	    float:none;
	    margin-top:15px;
    }
    
    #latest-posts-title {
	    margin-right: 0;
	    text-align: left;
    }
    
    #home_latest_posts {
	    margin:0;
    }
    
    .single_latest {
	    float:none !important;
	    width: 100%;
	    margin:0 0 30px;
    }
    
    .single_latest_img_link img,
    a.fallback {
	    height:195px;
	    width: 270px;
	    line-height: 195px;
    }
    
    #footer .container {
	    padding: 40px 0 0;
	}
    
    #footer_widgets .footer_widget,
    #home_widgets .widget {
    	width: 280px !important;
    	margin: 0 0 40px!important;
    	float:none !important;
	}
	
	.caption_image_wrap .post_caption_wrap {
		width:80%;
		left:10%;
		overflow: hidden;
	}
	
	.post_caption_wrap h2 {
		font-size: 28px;
		line-height: 32px;
	}
	
	.caption_image_wrap .post_caption_wrap .post_caption .the_caption h2 em,
	.caption_image_wrap .post_caption_wrap .post_caption .the_caption h2.slab em {
		font-size: 20px !important;
		margin:0 !important;
	}
	
	.slabtexted .slabtext {
		white-space: normal;
	}
	
	#tribe-events-event-meta .column {
		float:none !important;
		width:96% !important;
	}
	
	.tribe-events-month-nav {
		width: 100% !important;
	}
	
	.tribe-events-month-nav span {
		display: none;
	}
	
	.tribe-events-calendar-buttons {
		position: relative !important;
		margin:10px auto !important;
	}
	
	.tribe-events-calendar-buttons a {
		margin: 10px 20px 10px 0 !important;
	}
	
	#tribe-events-calendar-header {
		height:auto !important;
	}
	
	.events-gridview.events-archive #tribe-events-calendar-header {
		margin-top:0 !important;
	}
	
	.events-list.events-archive #tribe-events-calendar-header {
		margin: 0 0 10px !important;
	    position: relative;
	}
	
	#tribe-events-events-picker,
	#tribe-events-picker {
		margin:10px auto;
		display: block !important;
	}
	
	#tribe-events-events-picker select,
	#tribe-events-picker select {
		width:100%;
		height:auto;
	}
	
	.events-archive .entry-content .entry-content {
		width: 100% !important;
		padding:0 !important;
	}
	
	.tribe-events-month-nav, .events-archive .entry-content, .events-archive .entry-header {
		width:100% !important;
	}
	
	.tribe-events-events .tribe-events-event-list-meta {
		width:100% !important;
		padding:20px 0 40px !important;
		border:none !important;
	}
	
	/* posts */
	
	.post_meta {
		float: none;
		width:100%;
	}
	
	.meta_block {
		margin:0 15px 15px 0;
		float:left;
		text-align: left;
	}
	
	.meta_block.share {
		display: none;
	}
	
	.blog-content {
		width:100%;
		float:none;
	}
	
	.attachment-blog_image {
	    height:180px;
	    width: 270px;
	}
	
	.alignright,
	.alignleft,
	.aligncenter,
	.alignnone {
		margin:20px 0;
		padding:0;
	}
	
	.alignright,
	.alignleft,
	.aligncenter,
	.alignnone,
	.alignright img,
	.alignleft img,
	.aligncenter img,
	.alignnone img {
		width: 100% !important;
		height: auto;
	}
	
	img.taking-note {
		float:left;
	}
	
	.about_the_author img {
		margin: 0 20px 10px 0;
	}
	
	.about_the_author .author_info {
		float: none;
		width: auto;
	}
	
	.gallery {
	    width:290px;
    }
	
		.gallery dl {
			height:86px;
			width:86px;
		}
			
			.gallery dl img {
				height:78px;
				width:78px;
			}
	
	/* forms */
	
	input[type="text"],
	input[type="email"],
	input[type="password"],
	textarea {
	    width: 258px;
    }
	

	.posts-wrap input[type="text"], .posts-wrap textarea {
		background:#FFF;
		width:258px;
	}
	
	/* footer */
	
	#post_footer {
		text-align: center;
	}
	
	#post_footer .right {
		float: none;
	}
	
	.footer_menu_wrap,
	.site_info_space {
		display: none;
	}
	
	.site_info_bloginfo {
		display: block;
	}
	
	#socnets_wrap #socnets a {
    margin: 0 0 2px 5px;
    }
	
	.sponsor-wide, .sponsor-one, .sponsor-two, .sponsor-three {
		width:100%;
		float:left;
	}

	.sponsor-wide img {
		vertical-align:middle;
		padding:0 0;
		float:left;
		margin:0 10px 20px 0;
	}

	.sponsor-list {
		margin-bottom:15px;
		float:left;
		width:100%;
		text-align:center;
	}

	.sponsor-narrow {
		float:left;
		width:300px;	
	}	
    
}

/* Hidden things */
body.postid-450 div.salsa-widget, body.page-id-1358 div.salsa-widget, body.page-id-1362 div.salsa-widget, body.page-id-2013 div.salsa-widget, body.page-id-2062 div.salsa-widget, body.page-id-2255 div.salsa-widget, body.page-id-2262 div.salsa-widget, body.page-id-2548 div.salsa-widget, body.page-id-2720 div.salsa-widget {
	display:none;	
}

body.page-id-2870 div.facebook-main, body.page-id-2872 div.facebook-main, body.page-id-2874 div.facebook-main, body.page-id-2876 div.facebook-main, body.page-id-2878 div.facebook-main  {
	display:none;
}

div.chapter-join {
	display:none;	
}

body.page-id-2870 div.chapter-join, body.page-id-2872 div.chapter-join, body.page-id-2874 div.chapter-join, body.page-id-2876 div.chapter-join, body.page-id-2878 div.chapter-join  {
	display:block;
}

div.facebook-adams  {
	display:none;
}

body.page-id-2870 div.facebook-adams  {
	display:block;
}

div.facebook-arapahoe  {
	display:none;
}

body.page-id-2872 div.facebook-arapahoe  {
	display:block;
}

div.facebook-denver  {
	display:none;
}

body.page-id-2874 div.facebook-denver  {
	display:block;
}

div.facebook-douglas  {
	display:none;
}

body.page-id-2876 div.facebook-douglas  {
	display:block;
}

div.facebook-jeffco  {
	display:none;
}

body.page-id-2878 div.facebook-jeffco  {
	display:block;
}

body.page-id-2166 h1  {
	visibility:hidden;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

body.page-template-page-iframe-php #content .container .widget {
	display:none;
}