/*
Theme Name: JVCNW
Author: Kristin Wille
Author URI: http://kwikinteractive.com
Description:
Version: 1.0
*/


/*BrixSlab-Regular, BrixSlab-Bold; RamaGothicE-Bold; RamaSlabE-Bold; RamaSlabE-Regular;*/

@import url("css/reset.css");

/* =Basic Styles
-------------------------------------------------------------- */
.ir, .sixty {
    text-indent: -9999px;
    display: block;
}
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

body,html{
	width:100%;
	font-family: BrixSlab-Regular;
	background:url('/wp-content/themes/jvcnw/images/JVCNW.Background.jpg');
	color:#44382b;
	font-size:110%;
	line-height: 1.2em;
}

p{

}

a:link, a:visited{}
a:hover, a:active{}
h1, h2, h3{
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6{font-family: RamaSlabE-Bold;font-weight: normal;}
h1{
	color:#b7b0a1;
	font-size:42px;
	letter-spacing: 0.02em;
}
h2{}
h3{
	color:#567e6a;
	font-size:24px;
}
h4{}
h5, .h5{
	text-transform: uppercase;
	color:#776861;
	font-family:BrixSlab-Bold;
	font-size: 14px;
}
blockquote{}
em{}
table{}

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color:#567e6a;
}
a:hover, a:active{
	 text-decoration: underline;
}
strong{
	font-family:BrixSlab-Bold;
	font-weight:normal;
}
hr {
  border : 0;
  height : 11px;
  background : url('/wp-content/themes/jvcnw/images/stiching.gif') repeat-x;
  margin : 1em 0;
}


/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
}
.home #primary, .content-row{
	background:#FFF; /*might change this for ie?*/
	background: rgba(255,255,255,0.3);
}
#primary{
	margin-top:50px;
}
.home #primary{
	margin-top:0;
}
#main{
	background:url('/wp-content/themes/jvcnw/images/JVCNW.RepeatingTreeFooter.jpg') bottom left repeat-x;
}
#content {
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
#main{
}
.upper-footer{
	clear:left;
	background: rgba(255,255,255,0.3);
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ir, .sixty {
	text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.sm-btn, input[type=submit]{
	padding:5px 20px;
	background:url('/wp-content/themes/jvcnw/images/papertexture.jpg');
	color:#FFF;
	font-size:20px;
	font-family:BrixSlab-Bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:10px 0;
	display: inline-block;
	border: none;
}
.sm-btn:link, .sm-btn:visited, .sm-btn:hover, .sm-btn:active{
	color:#FFF;
	text-decoration: none;
}
.sm-btn:hover, .sm-btn:active, input[type=submit]:hover{
	background-image:none;
	background-color:#728313;
}

/* =Header
-------------------------------------------------------------- */

.site-title-container{
	float:left;
	position: absolute;
	margin-left:1.9em;
}

#branding{
	background: url('/wp-content/themes/jvcnw/images/navbar_bg.jpg') repeat-x;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	box-shadow: 0 3px 3px rgba(0,0,0,0.5);
	height:99px;
}

#site-title {
	width:243px;
	height:151px;
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	margin:0 10px 10px 0;
	/*must put dropshadow on parent container to keep from having square corners*/
}

#site-title a{
	background:url('/wp-content/themes/jvcnw/images/jvcnw_images_new.png') transparent no-repeat;
	background-position: 0 0;
	width:247px;
	height:156px;
	float:left;

}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	margin: 40px 0 0;
	width: 100%;
	font-family: RamaSlabE-Regular;
	font-size:1.5em; /*28px;*/
	text-transform: uppercase;
	color:#e6dfd2;
}
#access a:link, #access a:visited{
	color:#e6dfd2;
}
#access a:hover, #access a:active{
	color:#FFF;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	position: relative;
	margin-left:300px;
}
#access li {
	float: left;
	position: relative;
	display: block;
	padding:0 1.75%;
	width:auto;
}
#access a {
	display: block;
	line-height: 59px;
	/*padding: 0 1em; /*We need to figure out how to make this work with the size....*/
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 59px;
	left: 0;
	z-index: 99999;
	margin-left:0;
	background: url('/wp-content/themes/jvcnw/images/dropdown_bg.jpg') #6e5c4e;

}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 1em;
	padding: .5em 1em;
	width: 10em;
	height: auto;
	font-family: BrixSlab-Regular;
	text-transform: none;
	font-size:0.6em;

}
#access ul ul li:first-child a{
	padding-top:1em;
}
#access ul ul li:last-child a{
	padding-bottom:1em;
}
#access li:hover > a,
#access ul ul :hover > a {
}
#access ul ul a:hover {
	/*background: #cecece;*/
}
#access ul li:hover > ul {
	display: block;
}


/* =Homepage
-------------------------------------------------------------- */
.frontpage-mast{
	height:419px;
}

.frontpage-mast div div{
	margin-top:300px;
}
.frontpage-mast p{
	padding: 0 20px 0 0;
	margin:0;
	float:right;
}
.frontpage-mast p .ir, .frontpage-mast p .sixty{
	display: block;
	float:left;
}
.frontpage-slider{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.frontpage-slider ul{

}
.frontpage-slider li{
	float:left;
	display: inline;
}
.frontpage-slider .bjqs-slide{
	background:url('/wp-content/themes/jvcnw/images/slider_bg_stichingonly.png') transparent no-repeat;
	height:390px;
	width:324px;
}
.frontpage-slider .widget li{
	display: list-item;
}
.home .entry-content h1{
	color:#567e6a;
	font-size:30px;
	font-family:RamaGothicE-Bold;
}
.home .entry-content{
	color:#776861;
	font-size:1.1em;
	line-height: 1.5em;
}

.frontpage-slider .even{
	background-color:rgba(119, 104, 97, 0.2);
}

.bjqs-slide .widget{
	margin:5px;
}
#secondary .widget{
	background:url('/wp-content/themes/jvcnw/images/JVCNW.Background.jpg');
	margin:0 2em 1em 0;
	font-size:16px;
}
.widget{
	padding:30px 20px;
	font-size:0.85em;
}
.widget_jvcnw_latest_news{
	padding: 10px 0;
}
.bjqs-slide .widget_jvcnw_latest_news{
	margin:5px 0;
}
.widget_jvcnw_latest_news .holder{
	margin:0;
	border-width: 5px 0px 5px 0px;
	-moz-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png')7 repeat;
	-webkit-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 repeat;
	-o-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 repeat;
	border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 fill repeat;
	padding:10px 20px;
}
.widget_jvcnw_latest_news li{
	border-bottom:1px solid #ada092;
	border-top:1px solid #f8f6f1;
	padding:5px 0;
}
.widget_jvcnw_latest_news li:first-child{
	border-top:none;
}
.widget_jvcnw_latest_news li:last-child{
	border-bottom:none;
}
.home .widget_jvcnw_latest_news .holder{
	border:none;
}

.home .widget_jvcnw_latest_news li, .home .widget_jvcnw_content, .home .widget_jvcnw_text_plus_image{
	font-size:14px;
	line-height: 1.4;
}

.home .widget_jvcnw_latest_news h3{
	margin-top:10px;
}

/* =Buttons
-------------------------------------------------------------- */
.lg-btn{
	height:96px;
	width:210px;
	background:url('/wp-content/themes/jvcnw/images/jvcnw_images_new.png') transparent no-repeat;
}
.jesuitvols{
	background-position: -689px 0;
}
.encorps{
	background-position: -909px 0;
}
.impact{
	background-position: -1129px 0;
}
.americorps{
	height:97px;
	width:97px;
	background-position: -1348px 0;
}
.jesuitvols:hover{
	background-position: -689px -120px;
}
.encorps:hover{
	background-position: -909px -120px;
}
.impact:hover{
	background-position: -1129px -120px;
}
.americorps:hover{
	background-position: -1348px -120px;
}



/* =Content
-------------------------------------------------------------- */
.content-row{
	padding:50px 0;
}
.entry-header, .entry-meta, .page-header{
	margin:0 0 0 2em;
}
.entry-content p{
	margin:0 0 1em 0;
}
.entry-content h1, .entry-content h1, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	line-height: 1.5;
	margin-top:1.5em;
}
.entry-content h1{
	font-size:42px;
}
.entry-content h2{
	font-size:40px;
	color:#567e6a;
	font-family: RamaSlabE-Regular;
}
.entry-content h3{
	font-size:22px;
	color:#776861;
	font-family: BrixSlab-Bold;
	text-transform: uppercase;
}
.entry-content h4{
	font-size:25px;
	color:#776861;
	font-size: RamaGothicE-Bold;
}
.entry-content h5, .entry-content h6{
	font-size:18px;
	color:#af4c05;
	text-transform: none;
}
.entry-content li{
	margin-left:1.5em;
}
.entry-content ul li{
	list-style: disc;
}
.entry-content ol li{
	list-style: decimal;
}

blockquote{
	font-size:0.8em;
	margin-left:1.5em;
}


.type-post .entry-title{
	font-family: RamaSlabE-Regular;
	font-size:40px;
	color:#567e6a;
	line-height: 1.1;
}
.sharebtn{
	background:#3e543f;
}
.commentsbtn{
	background:url('/wp-content/themes/jvcnw/images/comment.gif') transparent no-repeat;
	height:27px;
	width:40px;
	padding:5px 0;
	text-align: center;
}
.commentsbtn:link, .commentsbtn:visited{
	background-position:0 0;
}
.commentsbtn:hover, .commentsbtn:active{
	background:url('/wp-content/themes/jvcnw/images/comment.gif') 0 -38px transparent no-repeat;
}



.breadcrumb{
	box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}
.breadcrumb p{
	line-height: 2.8em;
}
.sticky {
}
.entry-content, .entry-summary{
	margin:0.5em 0 2em 2em;
}
.home-content .entry-content{
	margin:2em;
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
.entry-meta .date-cats{
	font-family:RamaSlabE-Regular;
	font-size:0.9em;
	color:#567e6a;
	text-transform: uppercase;
}
.date-cats .bold{
	font-family: RamaSlabE-Bold;
}
article.post{
	margin-bottom:40px;
	/*border-width: 0 0 11px 0;
	-moz-border-image: url('/wp-content/themes/jvcnw/images/stiching.gif')11 repeat;
	-webkit-border-image: url('/wp-content/themes/jvcnw/images/stiching.gif') 11 repeat;
	-o-border-image: url('/wp-content/themes/jvcnw/images/stiching.gif') 11 repeat;
	border-image: url('/wp-content/themes/jvcnw/images/stiching.gif') 11 fill repeat;*/
}
.article-divider{
	margin-left:2em;
}
#content nav {
	display: block;
	overflow: visible;
	margin:40px 0 40px 2em;
}
#content .entry-content nav{
	margin-left:0;
}
#content nav .nav-previous {
	float: left;
	width: 40%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 40%;
}
.meta-nav{
	width:27px;
	height:27px;
	vertical-align:bottom;
	margin:0 6px;
}
.nav-next .meta-nav, .nav-previous .meta-nav{
	background:url('/wp-content/themes/jvcnw/images/jvcnw_images_new.png') transparent no-repeat;
	position: absolute;
	top:0;
}
.nav-next .meta-nav {
	right:0;
}
.nav-previous .meta-nav{
	left:0;
}
.nav-previous a:link .meta-nav, .nav-previous a:visited .meta-nav{
	background-position:-564px -4px;
}
.nav-previous a:hover .meta-nav, .nav-previous a:active .meta-nav{
	background-position:-564px -39px;
}
.nav-next a:link .meta-nav, .nav-next a:visited .meta-nav{
	background-position:-606px -4px;
}
.nav-next a:hover .meta-nav, .nav-next a:active .meta-nav{
	background-position:-606px -39px;
}
.nav-next, .nav-previous{
	text-transform: uppercase;
	font-family: RamaSlabE-Regular;
	font-size: 24px;
	position: relative;
}
.nav-next a:link, .nav-next a:visited, .nav-previous a:link, .nav-previous a:visited{
	color:#b7b0a1;
}
.nav-next a:hover, .nav-next a:active, .nav-previous a:hover, .nav-previous a:active{
	color:#b7b0a1;
}
.nav-next { padding-right:40px; }
.nav-previous{
	text-align: left;
}
.nav-previous { padding-left:40px; }

.nav-grid{
	width:25px;
	height:25px;
	background:url('/wp-content/themes/jvcnw/images/jvcnw_images_new.png') transparent no-repeat;
	background-position:-261px -52px;
	position: absolute;
	left:50%;
}
.nav-grid:hover{
	background-position:-261px -82px;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0;
	position: relative;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
.current-menu-parent > a, #access .current-menu-item a{
	color:#FFF;
}

/* 404 page
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,{
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header{
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}



/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}
.page .attachment-large{
	border:10px solid #e7d2b7;
	border-width:10px 11px;
	-moz-border-image:url("/wp-content/themes/jvcnw/images/JVCNW.TeamDetail.Border.jpg") 10 11 repeat;
	-webkit-border-image:url("/wp-content/themes/jvcnw/images/JVCNW.TeamDetail.Border.jpg") 10 11 repeat;
	border-image:url("/wp-content/themes/jvcnw/images/JVCNW.TeamDetail.Border.jpg") 10 11 repeat;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	margin-bottom:10px;
}


/* =Forms
-------------------------------------------------------------- */
#searchform{
	position: relative;
}
.home #searchform{
	width:323px;
	padding:1em;
	background:url('/wp-content/themes/jvcnw/images/JVCNW.Background.jpg');
	margin:1em 0;
}
#searchform label {
	display: none;
}
#searchform input[type=submit]{
	display: block;
	background:url('/wp-content/themes/jvcnw/images/jvcnw_images_new.png') -336px -2px no-repeat;
	width:29px;
	height:29px;
	text-indent: -9999px;
	position: absolute;
	right:0;
	border: none;
	z-index: 9999;
}
.home #searchform input[type=submit]{
	right:1em;
}
#searchform input[type=text],
input#s {
	margin: 0 0.5em 0 0;
	width: 60%;
	color:#d0cdca;
	font-size:18px;
}
.searchwrap{
	position: relative;
	padding-right:35px;
}
#searchform input#s {
	margin: 0;
	width: 100%;
}
textarea {
	width: 80%;
}

input[type=text], select, textarea, input[type=submit]{
	padding:5px;
	margin:5px;
}
area{
	outline: none;
}


/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond{
	margin-top:20px;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
	font-size: 0.8em;
}
#comments-title{
	font-family:RamaGothicE-Bold;
	font-size:25px;
	color:#776861;
}
#comments{
	margin-left:2em;
}
li.comment{
	clear:both;
	margin:10px 0;
	border-width: 0 0 5px 0;
	padding:10px;
	-moz-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png')7 repeat;
	-webkit-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 repeat;
	-o-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 repeat;
	border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 fill repeat;
}
.respond{
	clear:left;
}
article.comment{
	position: relative;
}
.comment-author{
	float:left;
	position: absolute;
}
.comment-content{
	float:left;
	margin-left:60px;
}
.comment-meta{
	text-transform: uppercase;
	font-size:16px;
	color:#567e6a;
}


/* =Widgets
-------------------------------------------------------------- */

#secondary .widget {
	display: block;
	color:#776861;
	border-width: 5px 0 5px 0;
	padding:10px 20px;
	-moz-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png')7 repeat;
	-webkit-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 repeat;
	-o-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 repeat;
	border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 fill repeat repeat;
	border-style: solid;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.widget-title{
	font-size:25px;
	color:#776861;
}

.social_widget a{
    width:49px;
    height:49px;
    background-image:url('/wp-content/themes/jvcnw/images/jvcnw_images_4.png');
    margin-right:5px;
}
.social_widget .instagram{
    background-position: -258px -146px;
}
.social_widget .instagram:hover{
    background-position: -258px -195px;
}
.social_widget .facebook{
    background-position: -332px -146px;
}
.social_widget .facebook:hover{
    background-position: -332px -196px;
}
.social_widget .tw{
    background-position: -406px -146px;
}
.social_widget .tw:hover{
    background-position: -406px -196px;
}
.social_widget .flickr{
    background-position: -480px -146px;
}
.social_widget .flickr:hover{
    background-position: -480px -196px;
}                
.social_widget .youtube{
    background-position: -554px -146px;
    margin-right: 0;
}
.social_widget .youtube:hover{
    background-position: -554px -195px;
    margin-right: 0;
}

.widget-description{
	font-family:BrixSlab-Bold;
}

.widget_jvcnw_latest_news_more li{
	border-bottom:1px solid #ada092;
	border-top:1px solid #f8f6f1;
	padding:5px 0;
}
.widget_jvcnw_latest_news_more li:first-child{
	border-top:none;
}
.widget_jvcnw_latest_news_more li:last-child{
	border-bottom:none;
}

.widget-text p{
	margin:0.5em 0;
}


/* =Footer
-------------------------------------------------------------- */
.upper-footer{
	padding:0 2em;
	clear:left;
	position: relative;
}
.upper-footer h3{
	font-family: RamaSlabE-Regular;
	font-size:40px;
	color:#776861;
}
.upper-footer div{
	margin-bottom:2em;
	position: relative;

}
.upper-footer div div{
	padding:0.5em 2.5em 0 0;
	border-width: 0px 5px 0px 0px;
	-moz-border-image: url('/wp-content/themes/jvcnw/images/vert_stitching.gif') 27 repeat;
	-webkit-border-image: url('/wp-content/themes/jvcnw/images/vert_stitching.gif') 27 repeat;
	-o-border-image: url('/wp-content/themes/jvcnw/images/vert_stitching.gif') 27 repeat;
	border-image: url('/wp-content/themes/jvcnw/images/vert_stitching.gif') 27 fill repeat;
	border-style: solid;
}
.upper-footer div.last div{
	border-width: 0;
	padding-right:0;
}
#colophon {
	padding: 1em 0 0;
	background:url('/wp-content/themes/jvcnw/images/JVCNW.Background.Green.jpg') #4c6b52;
	text-align: center;
	font-size:16px;
	color:#cbc5b9;
	border-top:2px solid #000;
	box-shadow: 0 -3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 -3px 3px rgba(0,0,0,0.4);
}
#colophon a:link, #colophon a:visited, #colophon a:hover, #colophon a:active{
	color:#FFF;
}
#colophon p{
	padding:10px 0 30px 0;
}
#colophon span{
	margin:0 5px;
}
.insta{
    background:url('/wp-content/themes/jvcnw/images/jvcnw_images_6.png') -295px -50px no-repeat;
    width:30px;
    height:30px;
    vertical-align: bottom;

}
.fb{
	background:url('/wp-content/themes/jvcnw/images/jvcnw_images_6.png') -257px -2px no-repeat;
	width:30px;
	height:29px;
    margin-left: 5px;
	vertical-align: bottom;
}
.twitter{
	background:url('/wp-content/themes/jvcnw/images/jvcnw_images_6.png') -295px -3px no-repeat;
	width:30px;
	height:29px;
	margin:0 10px 0 5px;
	vertical-align: bottom;

}


/* Becoming a JV *******************/
.volunteer-page-nav{
}
.entry-content .volunteer-page-nav h4{
	font-family: RamaSlabE-Regular;
	color:#998e89;
	font-size:24px;
	margin-top:0;
}
.volunteer-page-nav a:link, .volunteer-page-nav a:visited, .volunteer-page-nav a:hover, .volunteer-page-nav a:active{
	color:#998e89;
}
.volunteer-page-nav div{
	float:left;
	text-align: center;
}
.volunteer-page-nav a.ir{
	background:url('/wp-content/themes/jvcnw/images/becoming-jv.gif') no-repeat;
	height:132px;
}
.volunteer-page-nav a.sixty{
    background:url('/wp-content/themes/jvcnw/images/60th-jv.gif') no-repeat;
    height:132px;
}
.volunteer-page-nav a.jvbtn01{
	width:135px;
	background-position: 0 0;
}
.volunteer-page-nav a.jvbtn01:hover, .volunteer-page-nav .jvbtn01.active{
	background-position: 0 -130px;
}
.volunteer-page-nav a.jvbtn02{
	width:157px;
	background-position: -135px 0;
}
.volunteer-page-nav a.jvbtn02:hover, .volunteer-page-nav .jvbtn02.active{
	background-position: -135px -130px;
}
.volunteer-page-nav a.jvbtn03{
	width:132px;
	background-position: -292px 0;
}
.volunteer-page-nav a.jvbtn03:hover, .volunteer-page-nav .jvbtn03.active{
	background-position: -292px -130px;
}
.volunteer-page-nav a.jvbtn04{
	width:141px;
	background-position: -424px 0;
}
.volunteer-page-nav a.jvbtn04:hover, .volunteer-page-nav .jvbtn04.active{
	background-position: -424px -130px;
}
.volunteer-page-nav a.jvbtn05{
	width:128px;
	background-position: -565px 0;
}
.volunteer-page-nav a.jvbtn05:hover, .volunteer-page-nav .jvbtn05.active{
	background-position: -565px -130px;
}

.volunteer-page-nav a.sixjvbtn01{
    width:110px;
    background-position: -5px 0;
}
.volunteer-page-nav a.sixjvbtn01:hover, .volunteer-page-nav .sixjvbtn01.active{
    background-position: -5px -130px;
}
.volunteer-page-nav a.sixjvbtn02{
    width:187px;
    background-position: -115px 0;
}
.volunteer-page-nav a.sixjvbtn02:hover, .volunteer-page-nav .sixjvbtn02.active{
    background-position: -115px -130px;
}
.volunteer-page-nav a.sixjvbtn03{
    width:162px;
    background-position: -299px 0;
}
.volunteer-page-nav a.sixjvbtn03:hover, .volunteer-page-nav .sixjvbtn03.active{
    background-position: -299px -130px;
}
.volunteer-page-nav a.sixjvbtn04{
    width:111px;
    background-position: -452px 0;
}
.volunteer-page-nav a.sixjvbtn04:hover, .volunteer-page-nav .sixjvbtn04.active{
    background-position: -452px -130px;
}
.volunteer-page-nav a.sixjvbtn05{
    width:128px;
    background-position: -565px 0;
}
.volunteer-page-nav a.sixjvbtn05:hover, .volunteer-page-nav .sixjvbtn05.active{
    background-position: -565px -130px;
}

.becoming h2{
	color:#567e6a;
	font-family:RamaSlabE-Regular;
	font-size:50px;
}
.line, .lastUnit { overflow: hidden; }
.unit { float: left; }
.lastUnit { float: none; width: auto;  }

/* Volunteer Opportunities *******************/
.volunteer-article h2{
	font-size:50px;
	font-family:RamaSlabE-Regular;
	color:#567e6a;
}
.vo_results table{
	margin:20px 0;
	width:100%;
}
.vo_results td{
	padding:10px 0;
	border-top:1px solid #ada092;
	font-size:16px;
}
.vo_results tr:last-child td{
	border-bottom:1px solid #ada092;
}
.vo_results #details_open td{
	border-top:none;
}
.vo_results th{
	background:#b7b0a2;
	color:#FFF;
	text-transform: uppercase;
	font-size:18px;
	font-family: RamaGothicE-Bold;
	padding:5px;
}
.vo_results #details_open li, .vo_results #details_open p{
	list-style:none;
	margin:16px 0;
}
.vo_category_cell{
	width:25%;
}
.vo_location_cell{
	color:#567e6a;
}
.vo_titles_cell{
	width:50%;
}
.vo_details_cell{
	text-align: right;
}
.disclaimer{
	color:#567e6a;
	font-size:0.8em;
	margin-top: 40px;
	border-width: 5px 0 0 0;
	padding:10px;
	-moz-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png')7 repeat;
	-webkit-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 repeat;
	-o-border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 repeat;
	border-image: url('/wp-content/themes/jvcnw/images/stitching-horz.png') 7 fill repeat;
	border-style: solid;
}

/************************* FAQs and collapsable lists*/
.entry-content .qa-faq-title, .collapseomatic {
	font-family:RamaSlabE-Bold;
	font-size:21px;
	padding:10px 0;
	margin:0;
	border-top:1px solid #ADA092;
	text-transform: none;
}
.noarrow{
	padding:10px 0 !important;
}
.qa-faq-title a:link, .qa-faq-title  a:visited, .collapseomatic{
	color:#44382b;
}
.qa-faq-title  a:hover,  .qa-faq-title a:active, .collapseomatic:hover{
	text-decoration: none;
	color:#af4c05;
}
div.qa-faq-answer, .collapseomatic_content {
	margin: 0 0 20px 0;
	display: none;
}
div.qa-faq-answer p{
	margin-top:0.5em;
}
.collapseomatic{
	display: block;
}
.entry-content .collapseomatic_content{
	margin-left:0;
}
/************************* Staff Member Pages*/
.staff-container, .featured-container{
	margin:0 0 0 2em;
}
.staff-member{
	display: inline-block;
	margin:10px 10px 10px 0;
	position: relative;
	line-height: 0;
}
.staff-meta{
	background:#000;
	background:rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left:0;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 1.2;
}
.staff-meta h4{
	margin-top: 75%;
	font-family: RamaSlabE-Regular;
	font-size: 24px;
}
.staff-meta h4, .staff-meta h5{
	margin-left:10px;
}
.staff-meta a:link, .staff-meta a:visited{
	color:#e6dfd2;
}
.staff-meta a:hover, .staff-meta a:active{
	color:#e6dfd2;
	text-decoration: none;
}
.staff-member:hover > .staff-meta{
	display: block;
}
.staffmembers .attachment-staff-lg, .staffmembers .attachment-staff-thumb{
	border:10px solid #e7d2b7;
	border-width:10px 11px;
	-moz-border-image:url("/wp-content/themes/jvcnw/images/JVCNW.TeamDetail.Border.jpg") 10 11 repeat;
	-webkit-border-image:url("/wp-content/themes/jvcnw/images/JVCNW.TeamDetail.Border.jpg") 10 11 repeat;
	border-image:url("/wp-content/themes/jvcnw/images/JVCNW.TeamDetail.Border.jpg") 10 11 repeat;
	border-style: solid;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	transform:rotate(-1deg);
	-ms-transform:rotate(-1deg); /* IE 9 */
	-moz-transform:rotate(-1deg); /* Firefox */
	-webkit-transform:rotate(-1deg); /* Safari and Chrome */
	-o-transform:rotate(-1deg); /* Opera */
}
.staff-member-title{
	font-family:RamaSlabE-Regular;
	color:#567e6a;
	font-size:40px;
}
.staff-member-title span{
	font-family:BrixSlab-Bold;
	font-size:20px;
	color:#776861;
	text-transform: uppercase;
}
/************************* Featured Stories Archive page */
.video-player, .slidesjs-container{
	border:10px solid #e7d2b7;
	border-width:10px 11px;
	-moz-border-image:url("/wp-content/themes/jvcnw/images/JVCNW.TeamDetail.Border.jpg") 10 11 repeat;
	-webkit-border-image:url("/wp-content/themes/jvcnw/images/JVCNW.TeamDetail.Border.jpg") 10 11 repeat;
	border-image:url("/wp-content/themes/jvcnw/images/JVCNW.TeamDetail.Border.jpg") 10 11 repeat;
	border-style: solid;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.video-player, .slides_container{
	margin: 15px 0;
}
.slides_container{
	overflow: visible !important;
	position: relative;
}

.slidesjs-navigation {
	position: absolute;
	top:50%;
	z-index: 9999;
	display:block;
	text-indent: -9999px;
    display: block;
	margin-top:-31px;
	width:63px;
	height:63px;
	background:url('/wp-content/themes/jvcnw/images/jvcnw_images_new.png') transparent no-repeat;
}
.slidesjs-previous {
	left:20px;
	background-position: -390px 0;
}
.slidesjs-previous:hover {
	background-position: -390px -70px;
}
.slidesjs-next {
	right:0;
	background-position: -461px 0;
}
.slidesjs-next:hover {
	background-position: -461px -70px;
}
.slidesjs-pagination {
	margin-top: 10px;
}
.slidesjs-pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.slidesjs-pagination li a {
	text-indent: -9999px;
	display:block;
	width:11px;
	height:8px;
	background:url(/wp-content/themes/jvcnw/images/pagination.png) no-repeat;
	background-position:0 -1px;
	float:left;
	overflow:hidden;
}

.slidesjs-pagination li a.active {
	background-position:0 -10px;
}



/*////////////////////////////////////// Style within WSYWIG to make images responsive*/
.unit{
	float: left;
	margin-top: 0;
}
.lastUnit, .line{
	overflow: hidden;
}

/*////////////////////////////////////// FIX IE!!!!*/

#ie8.home #primary, #ie8 .content-row, #ie8 .upper-footer{
	background:url('/wp-content/themes/jvcnw/images/JVCNW.Background.Light.jpg');
}
#ie8 .frontpage-slider .even{
	background-color:rgba(119, 104, 97, 0.2); /*change this*/
}
#ie8 .staff-member{
	display: inline;
}

#ie8 .staff-meta{
	z-index: 3000;
	height:230px;
	width:219px;
	margin-top: -210px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#ie8 .slides_container, #ie8 .slides_container div{
	width:644px;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* Responsive style for main banner image */
@media (max-width: 1200px) {
    .frontpage-mast div div {
        margin-top: 22%;
    }
    .frontpage-mast {
        height: 360px;
    }
}

@media (max-width: 1000px) {
    .frontpage-mast div div {
        margin-top: 21%;
    }
    .frontpage-mast {
        height: 300px;
    }
}

@media (max-width: 800px) {
    .frontpage-mast div div {
        margin-top: 18%;
    }
    .frontpage-mast {
        height: 240px;
    }
}

@media (max-width: 600px) {
    .frontpage-mast {
        height: 180px;
    }
}

@media (max-width: 450px) {
    .frontpage-mast {
        height: 130px;
    }
}

/* Donate Now Heart */
#donate-heart {
    position: absolute;
    top: 10px; /* for reg. donate button */
    /* top: 0px;  for heart button */
    right: 10px;
}

@media (max-width: 600px) {
  #donate-heart img {
    width:75%;
  }
}

/* donation pages */
.page-template-full-width-page .row .eightcol {
    width: 95%;
}
.donate-button {
    float: left;
    margin: 5% !important;
    text-align: center;
    width: 40%;
    color: #567e6a;
}
.donate-button:hover {
    opacity: 0.7;
    cursor: pointer;
    cursor: hand;
    text-decoration: underline;
}
.page-id-4673 .americorps, .page-id-4670 .americorps {
    display: none;
}
#sub_donation {
    background-image:none;
    background-color:#728313;
    padding: 15px 35px;
}
#sub_donation:hover,
#sub_donation:focus {
    background-color: #9CA859;
}


#donation_form .content_block {
    width: 100%;
    max-width: 910px;
    box-sizing: border-box;
}

#donation_form .info_left {
    width: 100%;
    max-width: 230px;
}

#donation_form img.alignright {
    max-width: 300px;
    padding-top: 65px;
    position: unset !important;
    width: 40%;
}

#donation_form select#donation_category {
    min-width: 200px;
}

#donation_form .info_right {
    width: 100%;
    max-width: 330px;
}


/* mobile donation */
@media only screen and (max-width: 767px) {

#donation_form img.alignright {
    display: none;
}

#donation_form td {
    float: left;
}

#donation_form input.display_only[type="text"] {
    display: block;
}

#donation_form input[type="text"] {
    width: 100% !important;
    max-width: 200px;
    box-sizing: border-box;
}

#donation_form #payment_block b {
    display: block;
}

#donation_form div {
  margin-left: 0 !important;
}

#donation_form .info_mid_left,
#donation_form .info_mid_right {
    width: auto;
}

#donation_form input[type="radio"] {
  margin-right: 4px;
}

#donation_form .cc_img {
    margin-right: 12px;
  }

  .entry-content #donation_form  h2 {
    line-height: 1em;
    margin-bottom: 10px;
}

}

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

.post-4673 #donation_form img.alignright {
    display: none;
}

}

@media only screen and (min-width: 1001px) {

#donation_form .content_block {
    width: 910px;
}

}
