/*  
Theme Name: VHCF Responsive Theme
Theme URI: http://www.category4.com
Description: A theme by Category 4
Version: 0.1
Author: Category 4
Author URI: http://www.category4.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php


TABLE OF CONTENTS

  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Float Clearing
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('style_nav.css');
@import url('style_posts.css');

/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	background:#4378ba;
	color: #111;
	}

body, select, input, textarea {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	}
	
p {	
	margin: 10px 0;
	line-height:160%;
	}

a, a:visited {
	color: #4c82c3;
	text-decoration: none;
	}

a:hover, a:active {
	color:#25599e;
	}

a img {
	border: none;
}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	clear: both;
	}

table {
	border-collapse:collapse;
	width:99%;
	margin:15px 0 15px 1px;
	font-size: .9em;
	}

table table {
	font-size: 1em;	
}

th, td {
	padding:5px 6px;
	border:1px solid #bfbeba;
	vertical-align: top;
}

th {
	text-align: left;
	background: #f2f0eb;
}
		
table caption {
	background:#f5f3ee;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font-style: italic;
	letter-spacing:.03em;
	}

pre {
	width:100%;
	overflow:auto;
	}
	
				


/* ---------- @ Structure -----------*/

#wrapper {
	font-size:.8em;
	background:#f2f0eb;
	overflow: hidden;
	}
	
.wrapper {
	overflow: hidden;	
}

.wrapper,
#footer-content,
#nav {
	width:960px;
	/*margin: 0 0 0 150px;*/
	margin: 0 auto;
}

#main-wrapper {
	/*width:1130px;*/
	width:1010px;
	margin: 0 auto;
}

#masthead {
	overflow:hidden;
	color: #fff;
	background: #586d86;
}

#masthead-wrapper {
	background: url(images/bg_masthead.png) no-repeat;
}

#masthead-wrapper-box,
.navmenu,
#main,
#footer-wrapper {
	max-width: 2400px;	
}

#masthead-content {
	padding: 20px 0 18px;
}

.year-20 #masthead-content {
	padding: 20px 0 13px;
}

.year-20 #masthead-content #cse-search-box {
	margin-top: 20px;
}

#branding {
	float:left;
	overflow: hidden;
	width:575px;
	}

#main {
	background: #f2f0eb url(images/bg_interior.png) no-repeat;
}

#main-wrapper {
	/*background: url(images/bg_sidebar.png) -300px 325px no-repeat;*/
}

#main-wrapper-content {
	overflow:hidden;
	background: url(images/bg_content.gif) top right repeat-y;
}
	
#content {
	width:725px;
	padding: 30px 25px;
	float:right;
	background: #fff;
	}

#sidebar {
	/*width: 355px;*/
	width: 235px;
	float:left;
	padding: 30px 0;
	}
	
/* Featurette Templates */

body.page-template-page_featurette-php #content,
body.page-template-page_featurette_no-title-php #content {
	width:775px;
}

body.page-template-page_featurette-php #content {
	padding: 30px 0 0;	
}

body.page-template-page_featurette_no-title-php #content {
	padding: 0;	
}

body.page-template-page_featurette-php #content .entry {
	padding: 0 25px 30px;
}

body.page-template-page_featurette_no-title-php #content .entry,
body.page-template-page_featurette-php #content .featurette {
	padding: 15px 25px 30px;
}

body.page-template-page_featurette-php h2.pagetitle {
	margin:0 25px 20px !important;	
}

body.page-template-page_featurette_no-title-php .entry h2 {
	margin:0 0 20px !important;	
}

	
	
/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.7em Verdana, Arial, Helvetica, sans-serif;
	}

h1#logo,
h1#logo a, h1#logo a:visited {
	display: block;
	float: left;
	height: 83px;
	width: 243px;
}

h1#logo a, h1#logo a:visited {
	color:#fff;
	font-size: .8em;
	text-decoration: none;
	background-image: url(images/VHCF_Logo_Hort-Mask.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 195px;
	text-indent: -999em;
}

.desktop-search-form {
	margin-top: 30px;
}

.print-logo {
	display: none;
}

.year-20 h1#logo,
.year-20 h1#logo a, .year-20 h1#logo a:visited {
	width: 291px;
	height: 85px;
}

.year-20 h1#logo a, .year-20 h1#logo a:visited {
	background: url(images/logo_20th.png) no-repeat;
}
	
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited {
	text-decoration: none;
	font-style: normal !important;
	color: #073980;
}
		
h2 {
	font: 2em Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 0 20px;
	color: #4c82c3;
	}

h2#tagline {
	font: italic 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#939393;
	margin:0;
	}
	
.entry h2 {
	padding: 0;
	margin: 15px 0 20px;
	}
	
h2.posttitle {
	margin:0;
	}

h2.pagetitle {
	margin:0 0 20px;
	}
	
h3 {
	font:1.8em Verdana, Arial, Helvetica, sans-serif;
	color: #073980;
	text-transform: uppercase;
	letter-spacing: .06em;
	}
				
#sidebar h3 {
	font:1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin:0 0 8px;
	}

.entry h3 {
	font:1.55em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	background: url(images/bg_hdr_bottom.gif) left bottom repeat-x;
	padding-bottom: 10px;
	}

h3.hdr-featurette {
	background: #4c82c3 url(images/bg_hdr_featurette.gif) left bottom repeat-x;	
	padding: 8px 20px 10px;
	color: #fff;
	font-size: 1.3em;
}

h3.featurette span {
	font-size: 1.4em;	
}
	
#respond h3 {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin:20px 0 12px;
	}

h4 {
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #4c82c3;
	}
	
.entry h4 {
	margin:20px 0 0;
	}
	
.entry .excerpt h4 {
	font-size: 1.5em;
	margin-top: 5px;
}

	
h5 {
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:15px 0 0;
	}




	
/* ---------- @ Content Styles -----------*/



/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
			

/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#pagination {
	margin-top:25px;
	overflow:hidden;
	padding:5px 0;
	}

#pagination a, #pagination a:visited {
	border:1px solid #CCC;
	position:relative;
	padding:4px 8px;
	text-decoration:none;
	}

#pagination a:hover {
	text-decoration:underline;
	}

#pagination a:active {
	border-color:#949494;
	}
		
#pagination #older {
	float:left;
	text-align:right;
	width:48%;
	}

#pagination #newer {
	float:right;
	width:48%;
	}

a.rss img {
	border:none;
	}


/* Sitemap */

#wp-realtime-sitemap-pages ul {
	border-left: 1px dashed #aca9a7;
}

#wp-realtime-sitemap-pages ul a, #wp-realtime-sitemap-pages ul a:visited {
	font-weight: bold;
	font-style: normal;
	color: #073980;
}

#wp-realtime-sitemap-pages ul ul {
	margin: 0 0 10px 10px;
}

#wp-realtime-sitemap-pages ul ul a, #wp-realtime-sitemap-pages ul ul a:visited {
	font-weight: normal;
	font-style: italic;
	color: #4C82C3;
}

.entry #wp-realtime-sitemap-pages ul li {
	background: url(images/bg_sitemap.png) left 13px no-repeat;
	margin: 0 0 7px;
	line-height: 195%;
}

.entry #wp-realtime-sitemap-pages ul ul li {
	margin: 0;
}	
	
		
	

/*Sidebar and Widgets*/

#sidebar .subpages {
	/*margin-left: 150px;*/
	margin-left: 30px;
}

.widget {
	margin-bottom:30px;
	/*padding: 12px 12px 12px 150px;*/
	padding: 12px 12px 12px 30px;
	background: url(images/bg_widget.png);
	border-left: 2px solid #93a71f;
	color: #fff;
	}

.widget-content p {
	line-height: 130%;	
}

.widget ul {
	border-top:1px solid #b0c52a;
}
	
.widget li {
	list-style:none;
	border-bottom:1px solid #b0c52a;
	padding:7px 0;
	}

.widget a, .widget a:visited {
	/*color: #073980;*/
	color: #fff;
	}

.widget a:hover, .widget a:active,
.widget li a, .widget li a:visited {
	text-decoration: none;
	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	}
			
.widget li li {
	margin-left:34px;
	border:0;
	list-style:disc;
	}

#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight: bold
	}

.rssSummary {
	line-height:160%;
	}
	
.textwidget {
	/*margin: 15px 0;*/
	line-height:160%;
	}
	

		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, .textbox, select {
	background:#FFF !important;
	padding:5px;
	border:1px solid #bfbfbf;
	border-right:1px solid #a3a3a3;
	border-bottom:1px solid #a3a3a3;
	}

#author, #email, #url, .textbox {
	width:220px;
	float: left;
	}

form .row {
	border-bottom:1px dotted #C6C6C6;
	clear:both;
	margin:12px 0;
	overflow:hidden;
	padding-bottom:12px;
}

form .row label {
	color:#3C3C3C;
	float:left;
	margin:2px 3% 0 0;
	width:25%;
}

#phone_ext {
	width: 100px;
}

#phone_ext_label {
	width: auto;
	padding-left: 3%;
}


.message, .message-list {
	background:#dbeffa;
	border:1px solid #99c8e4;
	padding: 10px;
	margin: 10px 0 10px;
	clear: both;
}

.message-list li {
	margin-left: 10px;
}

label.required {
	font-weight: bold;
}

.fix-required {
	background:#FFE303;
	padding: 5px;
}

.button,
.cform input.sendbutton {
	padding: 8px 14px;
	background:#424242;
	color:#FFF !important;
	border:none;
	font-size:1.1em;
	cursor: pointer;
	}

.button-tpc {
	margin-top: 10px;
}

.button:hover,
.cform input.sendbutton:hover {
	background:#272727;
	color:#FFF;
	text-decoration:none
	}

.button:active,
.cform input.sendbutton:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	margin-top:5px;
	height:250px;
	}

/* Search */

form.gsc-search-box {
    width: 300px !important;
    float: right;
}

.gsc-input {
    background: none !important;
}

.gsc-search-box td {
    border:none;
}

input.gsc-search-button {
  margin-left: 0!important;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border: none !important;
  background: none !important;
  background-image: none !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  min-width: auto !important;
  margin-top: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}
#masthead #cse-search-box, form.gsc-search-box {
    float:right;
    width:217px;
    text-align:right !important;
    background: url(images/bg_search.gif) no-repeat;
    }
form.gsc-search-box table {
  padding-left: 12px !important;
}
.gsc-input-box, .gsc-input-box table  {
    height: 28px !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border: none !important;
  border-color: #FFF;
}

#s{
	border: none;
    margin-top: 5px;
    margin-left: 10px;
    width: 150px;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border:none !important;
}

table.gsc-search-box {
  width: auto !important;
  margin-bottom: 0 !important;
}
   
#searchsubmit,
#googlebutton {
    vertical-align:top
    }

/* Email Signup */

.widget_cc h3,
.widget_cc p {
	padding-left: 5px;
}

#sidebar .widget_cc h3 {
	margin-bottom: 0;
}

.widget_cc p {
	margin-top: 5px;
}

.widget_cc input {
	width:111px;
	background: url(images/bg_signup.gif) no-repeat;
	border: none;
	padding:5px;
	font-size:.9em;
	float: left;
	color: #4a4a4a;
}

.widget_cc button {
	background: url(images/btn_signup.gif) no-repeat;
	border: none;
	height: 24px;
	width: 57px;
	cursor: pointer;
	display: block;
	text-indent: -999em;
	float: left;
}


/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	



/* ---------- @ Footer -----------*/

#footer {
	background: #4378ba url(images/bg_footer.gif) repeat-x;
	min-height: 120px;
	}

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

#footer-content {
	font-size:.7em;
	overflow:hidden;
	padding: 20px 0;
	}

#footer img {
	vertical-align:middle;
	}

.copyright,
.footermenu {
	float: left;
	padding-right: 8px;
}
	
#footer .vcard {
	float:left;
	width:590px;
	}

#footer .vcard img {
	position: relative;
	top: -1px;
}

#footer #vhcf-attribution {
	float:right;
	width:290px;
	}

#footer .adr {
	/*margin-top: 5px;*/	
}

#footer .adr span {
	border-right: 1px solid #616e80;
	padding: 0 6px;	
}

#footer .adr span.street-address,
#footer .adr span.value {
	padding-left: 0;	
}

#footer .adr span.fax {
	padding-right: 0;	
}

#footer .adr span.value,
#footer .adr span.fax {
	border-right: none;	
}

#footer .adr span.tel,
#footer .adr span.fax {
	color: #f19431;	
}
#footer .adr span span.value {
	color: #fff;	
}

#vhcf-attribution p.attribution {
	background: url(images/icon_ribbon_green.gif) left 1px no-repeat;
	margin: 0;
	padding: 0 15px 0 25px;
}

.vvqbox {
	float: none !important;
	margin: 10px auto !important;
}

/* mobile styles */

@media screen and ( max-width: 650px ) {
	
	#home #main-wrapper,
	.wrapper, 
	#footer-content,
	#nav,
	#featured-story-wrapper, 
	#featured-story, 
	#feature .story,
	#featured-info,
	#home #content,
	#content,
	#sidebar,
	#footer .vcard {
		width: 100% !important;
	}

	#footer .vcard .adr > span {
		display: block;
	}

	#footer .adr .tel, #footer .adr .fax {
		margin-top: 10px;
	}

	#info-cols .col {
		width: 100% !important;
	}

	#info-cols .col li {
		width: 50%;
		float: left;
	}

	#info-cols .widget {
		margin-bottom: 0 !important;
	}

	#wgs_widget_wrapper_id {
		padding: 25px;
		text-align:center;
	}
	#cse-search-box {
		width: 100% !important;
		float:none !important;
	}
	
}

.wgs_wrapper td.gsib_a {
	padding: 0 !important;
}

/* overall responsive styles */

.entry form img {
	display: none !important;
}

/* tablet styles */

@media screen and ( min-width: 651px ) and ( max-width: 959px ) {
	
	#home #main-wrapper,
	.wrapper, 
	#footer-content,
	#nav,
	#featured-story-wrapper, 
	#featured-story, 
	#feature .story,
	#featured-info,
	#home #content,
	#content,
	#sidebar {
		width: 600px !important;
		margin-left: auto;
		margin-right: auto;
	}

	#info-cols .col {
    	width: 29% !important;
    }

    #cse-search-box {
    	width: 600px !important;
    }
}

/* mobile and tablet styles */

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

	.flex-video {
		position: relative;
	    padding-top: 0;
	    padding-bottom: 57.25%;
	    height: 0;
	    margin-bottom: 16px;
	    overflow: hidden;
	    display: block;
	}

	.flex-video embed {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}

	.entry img {
		width: 100%;
	    height: auto;
	}

	.entry img[title^="Donate Today"],
	.featurette img {
		width: auto;
	}

	.blog .pagetitle,
	.archive .pagetitle {
		padding: 30px 25px 0 25px;
	}

	.mobile-menu-button {
		float: right;
		margin: 30px 20px 0 0;
	}

	.mobile-menu-button .line {
		width: 25px;
		height: 3px;
		background-color: #ffffff;
		margin-bottom: 5px;
	}

	h1#logo a, 
	h1#logo a:visited {
	    background-size: 175px;
	    margin-left: 20px;
	}

	#branding {
		width: 100%;
	}

	#masthead-content {
		padding: 6px 0 5px;
	}

	#cse-search-box {
		margin: 0 auto !important;
	    background: #4378ba;
	    padding: 20px 0;
	    background-image: none !important;
	    float: none !important;
	}

	#cse-search-box input[type="text"] {
	    width: 100%;
	    font-size: .9em;
	    background: #FFF !important;
	    border: none;
	    padding: 14px;
	    margin: 1px 0;
	    max-height: 15px;
	    float: left;
	    box-sizing: border-box;
    }

	#cse-search-box input[type="image"] {
	    float: right;
    	margin-top: -29px;
    	margin-bottom: 20px;
    	background-color: #4378ba;
    }

	#nav-wrapper {
		display: none;
		background: #4378ba;
	}

	.navmenu li {
		display: block;
		width: 100%;
		border-top: 1px solid #073980;
	}

	#nav li.current_page_item a, #nav li.current_page_item a:visited, #nav li.current_page_parent a, #nav li.current_page_parent a:visited, #nav li.current_page_ancestor a, #nav li.current_page_ancestor a:visited, #nav li.current-page-item a, #nav li.current-page-item a:visited, #nav li.current-page-parent a, #nav li.current-page-parent a:visited, #nav li.current-page-ancestor a, #nav li.current-page-ancestor a:visited {
		background: none;
	}

	#info-box {
		width: 100%;
	}

	.featured-story-wrapper, 
	.featured-info,
	#home #content,
	#home #sidebar {
		clear: both;
		float: none;
	}

	#home #sidebar {
		height: auto !important;
	}

	#info-cols .widget {
		margin-top: 10px;
	}

	#info-cols .col {
		background: none !important;
	}

	#feature .story {
		background-size: cover;
	}

	#feature .story .text,
	div.featurette .excerpt {
		width: 93% !important;
	}

	#featured-story, #feature .story {
		height: auto;
	}

	#featured-info #info-box {
		background-image: url(images/bg_feature_box.gif) !important;
		background-size: cover !important;
		margin-bottom: 5px;
		width: 100% !important;
	}

	#info-cols, 
	#info-cols .col {
		height: auto !important;
	}

	#info-cols {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	#featured-info #info-box {
		padding: 0 !important;
	}
	
	#info-box h1,
	#info-box h2,
	#info-box h3 {
	    padding: 15px 20px 0 20px !important; 
	    margin-left: 0;
	}
	h2.pagetitle {
		margin: 0;
	}

	#info-box p {
		padding: 5px 20px 15px 20px; 
	}

	#info-box .more {
		display: block;
    	margin-top: 10px;
	}

	#featured-info #info-box a.more img {
		float: none !important;
	}

	#home #sidebar .widget_links li {
		padding: 15px 18px !important;
	}

    #home #main-wrapper {
    	background: none !important;
    }

    #info-cols {
		padding-top: 30px;
	}

	#content {
		padding: 0 !important;
	}

	#content .post {
		padding: 30px 25px; 
	}

	.post p:last-child {
		margin-bottom: 0;
	}

	.entry {
		padding-bottom: 0;
	}

	body.page-template-page_featurette-php #content .entry {
		padding: 0;
	}

	body.page-template-page_featurette-php h2.pagetitle {
		margin: 0 !important;
		padding-left: 0 !important;
	}

	body.page-template-page_featurette-php #content .featurette {
		padding: 0 !important;
	}

	body.page-template-page_featurette-php #content .featurette img,
	body.page-template-page_featurette-php #content .featurette .excerpt {
		padding: 15px 20px !important;
		margin-left: 0px;
	}

	.cspc-column, 
	#cspc-column-0, 
	#cspc-column-0 {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
	}

	img.alignright, 
	.ngg-right,
	img.alignleft, 
	.ngg-left {
		float: none;
	}

	.featurette img.alignright, 
	.featurette .ngg-right,
	.featurette img.alignleft, 
	.featurette .ngg-left {
		margin: 10px auto !important;
	}

	.post img.alignright, 
	.post .ngg-right,
	.post img.alignleft, 
	.post .ngg-left{
		margin: 0 !important;
	}

    #sidebar {
    	background: #ffffff;
    	padding: 0 !important;
    }

    #footer {
    	text-align: center;
    }

    #footer .vcard,
    #footer #vhcf-attribution {
    	float: none;
    	margin: 0 auto;
    }

    #footer .clearfloat {
    	width: 255px;
    	margin: 0 auto 20px auto;
    }

    #footer .adr {
    	margin-bottom: 20px;
    }
}