/*
	Theme Name: Joseph's House
	Description: Child theme of Genesis.  Do not delete Genesis Framework.
	Author: Noah Kramer
	
	Template: genesis

*/

/* Fonts
------------------------------------------------------------ */


@font-face {
    font-family: 'GandhiSans';
    src: url('fonts/GandhiSans-Regular-webfont.eot');
    src: url('fonts/GandhiSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSans-Regular-webfont.woff') format('woff'),
         url('fonts/GandhiSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/GandhiSans-Regular-webfont.svg#GandhiSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSans';
    src: url('fonts/GandhiSans-Italic-webfont.eot');
    src: url('fonts/GandhiSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSans-Italic-webfont.woff') format('woff'),
         url('fonts/GandhiSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/GandhiSans-Italic-webfont.svg#GandhiSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'GandhiSans';
    src: url('fonts/GandhiSans-Bold-webfont.eot');
    src: url('fonts/GandhiSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSans-Bold-webfont.woff') format('woff'),
         url('fonts/GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/GandhiSans-Bold-webfont.svg#GandhiSansBold') format('svg');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'GandhiSerif';
    src: url('fonts/GandhiSerif-Regular-webfont.eot');
    src: url('fonts/GandhiSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Regular-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Regular-webfont.svg#GandhiSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSerif';
    src: url('fonts/GandhiSerif-Italic-webfont.eot');
    src: url('fonts/GandhiSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Italic-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Italic-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Italic-webfont.svg#GandhiSerifItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'GandhiSerif';
    src: url('fonts/GandhiSerif-Bold-webfont.eot');
    src: url('fonts/GandhiSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GandhiSerif-Bold-webfont.woff') format('woff'),
         url('fonts/GandhiSerif-Bold-webfont.ttf') format('truetype'),
         url('fonts/GandhiSerif-Bold-webfont.svg#GandhiSerifBold') format('svg');
    font-weight: bold;
    font-style: normal;

}


/* Defaults
------------------------------------------------------------ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video select, textarea  {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
}


html,
input,
textarea {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #3d6c86;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	}

a:hover {
	color: #7f9eaf;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}


.entry-content a {
	border-bottom: 1px solid #ccc;
}

.entry-content h4 {
	color: #333;
	font-weight: bold;
}

.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a {
	border-bottom: none;
}

.entry-content h2 a,
.entry-content h3 a {
	color: #b34d15;
}

a img, .logos a {
	border: none;
	vertical-align: top;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
	color: #333;
	font-family: 'GandhiSerif', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6;
}

input {
	color: #333;
	font-family: 'GandhiSans', sans-serif;
	font-size: 16px;
	line-height: 1.4;

}

input[type="submit"]{
	background: #b34d15;
	color: #fff;
	padding: 3px 7px;
	font-family: 'GandhiSans', sans-serif;
	cursor: pointer;
	font-size: 18px;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input[type="submit"]:hover{
	background: #7f9eaf;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input,
textarea{

}

p {
	margin-bottom: 15px;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	max-width: 960px;
}



.wrap {
	margin: 0 auto;
	max-width: 960px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}




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

#header {
	overflow: hidden;
	width: 960px;
	min-height: 93px;
}

#title-area {
	float: left;
	overflow: hidden;
	margin: 20px 0 0;
	width: 247px;
	height: 51px;
	background: url(images/logo.png) no-repeat;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	width: 271px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 16px;
	color: #777;
	font-family: 'GandhiSans', sans-serif;
	font-style: italic;
	position: relative;
	top: 60px;
	left: 160px;
	width: 400px;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 271px;
	height: 51px;
}

.header-image #description {
	display: inline-block;
	overflow: hidden;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	
}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header-right-buttons, #header-right-donate {
	float: right;
}

#header-right-buttons {
	height: 36px;
	padding-top: 10px;
}

#header-right-buttons li {display: inline-block;}
#header-
right-buttons li,
#header-right-donate li {
	list-style: none;
	display: inline;
	position: relative;
	top: 0;
}

#header-right-donate a.donate {
	background: url(images/donate-tab.png) no-repeat;
	width: 113px;
	height: 88px;
	display: inline-block;
}

#header-right-donate a.donate:hover {
	background: url(images/donate-tab-pull.png) no-repeat;
	-webkit-transition: background 0.08s linear;
	-moz-transition: background 0.08s linear;
	transition: background 0.08s linear;

}

#header-right-buttons a.social {
	display: inline-block;
	width: 36px;
	height: 36px;

}

#header-right-buttons a.fb {
	background: url(images/fb-top.png) no-repeat;
	
}

#header-right-buttons a.fb:hover {
	background: url(images/fbtop-blue.png) no-repeat;
	
}

#header-right-buttons a.twitter {
	background: url(images/twitter-top.png) no-repeat;
}

#header-right-buttons a.twitter:hover {
	background: url(images/twittertop-blue.png) no-repeat;
}

#header-right-buttons a.vimeo{
	background: url(images/vimeo.png) no-repeat;
	padding-left: 5px;
}

#header-right-buttons a.vimeo:hover {
	background: url(images/vimeo-blue.png) no-repeat;
}

#header-right-buttons a.instagram {
	background: url(images/icon-instagram.png) no-repeat center center;
	margin-right: 10px;
}

#header-right-buttons a.instagram:hover{
	background: url(images/icon-instagram-blue.png) no-repeat center center;
}

a.social.amazon {
	background: url(images/amazonsmile.png) no-repeat center #eee;
	width: 126px;
	height: 36px;
	border-radius: 6px;
	margin-right: 5px;
	display: block;
	position: absolute;
	margin-top: 5px;
	margin-left: 965px;
}

a.social.amazon:hover {
	opacity: .8;
}

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 140px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

#header-right-buttons .donate img:hover {

}

/* Primary Navigation
------------------------------------------------------------ */

#nav {
	font-family: 'GandhiSans', sans-serif;
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 38px;
	width: 790px;
	background: url(images/menu-underline.png) repeat-x bottom left;
	padding: 10px 0 0;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
	padding: 0 13px 0;
	margin: 0;
}

#nav li.menu-first {
	padding-left: 0;
}

#nav li.menu-last {
	padding-right: 0;
}
#nav li a {
	color: #555;
	display: block;
	font-size: 18px;
	position: relative;
	text-decoration: none;
	border-bottom: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a,
#nav .current-page-ancestor a, 
#nav .current-post-ancestor a {
	color: #b34d15;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fafaf7;
	color: #555;
	font-size: 16px;
	padding: 4px 3px 3px 12px;
	position: relative;
	text-transform: none;
	width: 136px;
	margin-left: -37px;
	border: 1px solid #D6D6C9;
	border-top-width: 0;
	border-bottom-width: 0;
}

#nav li li a:hover,
#nav li li a:active {
	
	color: #b34d15;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 127px;
	z-index: 9999;
	margin-top: -2px;
	border-bottom: 1px solid #D6D6C9;
	padding-left: 24px;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	overflow: hidden;
	width: 960px;
}



/* Home Styles
------------------------------------------------------------ */

.home-rotator {
	/*background: url(images/slider-box.jpg) no-repeat top;*/
	background-size: contain;
	max-width: 704px;
	margin: 20px auto;
}

.home-rotator p {
	margin: 20px 0 40px;
}

.flexslider {
	max-width: 681px;
	margin: 0 auto !important;
	border: none !important;
	padding-top: 11px !important;
	background: transparent !important;
}

.flexslider img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.loading {min-height: 521px; background: url(your-spinner.gif) no-repeat center center;}

.slide-caption {
	padding-top: 30px;
}

.home-video {
	background: url(images/video-box.png) no-repeat;
	width: 470px;
	float: left;
	padding-right: 50px;
	font-size: 16px;
	min-height: 274px;

}

.vid-wrap { padding: 11px; }

.home-blog-posts {
	width: 440px;
	float: right;
}

.home-events {
	width: 470px;
	min-height: 272px;
	float: left;
	padding-right: 50px;
}

.home-donate-box {
	width: 440px;
	float: right;
	background: url(images/donate-box.png) no-repeat center;
	min-height: 271px;
}

.home-donate-box ul li{
	display: inline-block;
	vertical-align: text-bottom;
}

.home-donate-box a.donate-button {
	background:  url(images/donate-button.png) no-repeat;
	width: 197px;
	height: 36px;
	margin-right: 20px;
	display: block;
}

.home-donate-box a.donate-button:hover {
	background:  url(images/donate-button-blue.png) no-repeat;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.home-donate-box .widget {
	padding: 20px 30px;
}

.home h4 {
	font-family: 'GandhiSans', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #b34d15;
	background: url(images/underline.png) repeat-x bottom;
	margin-bottom: 10px;
}

.home .home-donate-box h4 {
	background: none;
}

.infographic {
	font-family: 'GandhiSans', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	padding-top: 30px;
	background: url(images/underline.png) repeat-x top;
	overflow: auto;
	margin-bottom: 20px;

}

.infographic img {
	margin-right: 40px !important;
}

.infographic h4 {
	background: none;
	font-weight: bold;
	color: #3d6c86;
	

}

.infographic ul {
	list-style-type: none;
}

.infographic li {
	margin: 6px 0;
}

.home-logos {
	text-align: center;
	font-family: 'gandhisans';
	font-size: 16px;
	padding-top: 40px;
	background: url(images/underline.png) repeat-x top;
	overflow: hidden;
}

.home-logos h4 {
	text-align: left;
	background: none;
	padding-bottom: 10px;
}

.row {
	clear: both;
	height: auto;
	margin-bottom: 30px;
	overflow: auto;
}
 

/* Content
------------------------------------------------------------ */

#content-sidebar-wrap {
	padding-top: 30px;
}

#content {
	float: left;
	width: 696px;
}

.full-width-content #content {
	width: 100%;
}

.sidebar-content #content {
	float: right;
}

blockquote {
  	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	color: #555;
	font-style: italic;
	margin-left: 30px;
	text-align: left;
	display: inline-block;
	width: 50%;
	float: right;
	padding: 15px 0; 
	font-family: 'GandhiSans', sans-serif
}    

blockquote p {
	padding: 0 !important;
	margin: 0;
}


.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

/*.entry-content p {
	padding: 0 0 15px;
}*/

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

hr,
.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}

#content ul {
	margin: 0 20px;
	list-style: disc;
}


.clearfix {
	margin: 0;
	padding: 0;
	clear: both;
	overflow: auto;
}

/* Grid Styles
------------------------------------------------------------ */
 .grid-block {
	color: #333;
	display: block;
	opacity: .95;
	font-size: 16px;
	line-height: 1.5;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.grid-block img {
	border: 2px solid #D6D6C9;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

 .grid-block:hover {
	opacity: 1;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}

.grid-block:hover img {
	border: 2px solid #777;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.grid-block a {
	color: #333 !important;
}

.grid-block a:hover {
	color: #3d6c86 !important;

}

.grid-block .excerpt {
	margin-top: 15px;
	text-align: center;
	font-style: italic;
	display: block;
}

.grid-img {
	margin: 0 auto;
}

/*.grid-block.Supporters {
	width: 100%;
	text-align: center;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-left: 0;
	padding-left: 0;
}

.teachers .one-half {
	font-size: 16px;
	font-family: 'GandhiSans', sans-serif;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25em;
	margin: 0 0 5px;
	font-family: 'GandhiSans', sans-serif;
	font-weight: normal;
	color: #b34d15;
}

h1 {
	font-size: 26px;
	padding-bottom: 5px;
}

h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	margin: 0 0 10px;
}

.blog h2 a {
	font-size: 22px;
}

h3 {
	font-size: 20px;
	color: #333;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.holiday h1,
.holiday h2,
.holiday h3,
.holiday h4 {
	color: green !important;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul,
.home-events ul,
.home-events ol {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li,
.home-events ul li {
	list-style-type: disc;
	margin: 5px 0 0 20px;
	padding: 0;
}

.entry-content ol li{
	margin: 0 0 0 35px;
}

.home-events ul li {
 margin: 0 0 0 20px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul,
.home-events ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 5px 0;
	font-size: 14px;
	font-family: 'GandhiSans', sans-serif;
	color: #444;

	color: #d66d6;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	font-family: 'GandhiSans', sans-serif;
	color: #444;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

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

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

.entry-content img {
	border: 2px solid #d6d6c9;
}

.logos img  {
	border: none;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 5px 10px 9px 0;
}

img.alignright {
	display: inline;
	margin: 5px 0 9px 10px;
}

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

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

.wp-caption {

}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 6px 0 0;
	text-align: right;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}

/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 0 10px;
}

.featuredpage p,
.featuredpost p {
	line-height: 1.4;
}

.featuredpost h2 {
	margin: 0;
	position: relative;
	top: -3px;	
}

.featuredpost h2 a {
	font-size: 20px;
	line-height: 1.3;
	font-family: 'GandhiSerif', serif;
	font-weight: bold;
}

a.more-link {
	font-style: italic;
	border-bottom: none;
}

.page-template-gridpage-php a.more-link {
	display: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'GandhiSans', sans-serif;
	width: 210px;
}

.page .sidebar {
	padding-top: 30px;
}

.sidebar h4 {
	background: url(images/underline.png) repeat-x bottom;
	font-size: 20px;
	color: #666;
}

.sidebar h4 a{
	font-size: 20px;
	color: #666;
}

.sidebar h4 a:hover {
	color: #b34d15;
}



.sidebar p {
	font-size: 16px;
	line-height: 20px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 0px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: none;
	word-wrap: break-word;
}

.widget_subpages_current_page a {

	color: #b34d15;

}

.widget_archive,
.widget_categories {
	font-size: 16px;
}

.widget_archive h4,
.widget_categories h4 {
	font-size: 18px;
}

li.current-cat a {
	color: #b34d15;
}

/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited {
	background: url(images/button-bg.jpg) repeat-x;
	border: 1px solid #580816;
	color: #fff;
	display: inline-block;
	font-family: 'Rokkitt', Georgia, Times, serif;
	font-size: 28px;
	line-height: 28px;
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.gform_footer input.button:hover,
.button:hover {
	background: url(images/button-bg.jpg) repeat-x left bottom;
	cursor: pointer;
	text-decoration: none;
}

/* Form
------------------------------------------------------------ */

.s {
	font-size: 18px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
	border: 1px solid #d6d6c9;
	color: #666;
}

.searchsubmit {
	background: transparent;
	padding: 4px 2px;
	font-size: 16px;
	color: #3d6c86;
	display: none;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	overflow: hidden;
	width: 960px;
	margin: 10px 0 0 50px;
}

#footer-widgets p {
	font-size: 18px;
	line-height: 1.3;
	font-family: 'GandhiSans', sans-serif;
}

#footer-widgets .widget-area {
	float: left;
	padding: 10px;
	width: 25%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-widgets-1 { 
	margin-top: 20px;
}

.footer-widgets-3 {
	width: 420px !important;
	margin-top: 10px;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;

}

#footer-widgets ul.footer-social {
	margin: 15px 0 0;
}

#footer-widgets ul.footer-social li {
	display: inline-block;
	list-style-type: none;
}

#footer-widgets ul.footer-social a {
	display: block;
	width: 35px;
}

#footer-widgets a.fb {
	background: url(images/fb-footer.png) no-repeat;
}

#footer-widgets a.fb:hover {
	background: url(images/fb-footer-blue.png) no-repeat;
}

#footer-widgets a.twitter {
	background: url(images/twitter-footer.png) no-repeat;
}

#footer-widgets a.twitter:hover {
	background: url("images/twitter-footer-blue.png") no-repeat;
}

#footer-widgets a.vimeo {
	background: url("images/footer_vimeo.png") no-repeat;
	margin-right: 7px;
} 

#footer-widgets a.vimeo:hover {
	background: url("images/footer_vimeo_blue.png") no-repeat;
} 

#footer-widgets a.mail {
	background: url(images/mail-footer.png) no-repeat;
	margin-right: 20px;
}

#footer-widgets a.mail:hover {
	background: url(images/mail-footer-blue.png) no-repeat;
}

#footer-widgets a.support {
	background: #b34d15;
	color: transparent;
	width: auto !important;
	color: #fff;
	padding: 0px 7px;
	font-family: 'GandhiSans', sans-serif;
}

#footer-widgets a.support:hover {
	background: #7f9eaf;
}

.enews {
	margin-top: 10px;
}

#footer input {
	width: 215px;
	padding: 0 10px;
	color: #555;
	font-style: italic;
	font-size: 18px;
	background: #EDEDDF;
	height: 31px;
}

#footer fieldset,
#footer .frm_form_fields,
#footer p.submit {
	display: inline;
}

#footer input[type="submit"] {
	width: 68px;
	background: url(images/join-button.png) no-repeat;
	color: transparent;
	cursor: pointer;
	display: inline-block;
	height: 31px;
	vertical-align: bottom;
	position: relative;
  	top: -20px;
  	box-shadow: none;
}

#footer .frm_submit {
	display: inline-block;
}

#frm_form_8_container {
height: 35px;
}

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

#footer {
	overflow: hidden;
	width: 100%;
	background: url(images/footer-box.png) no-repeat bottom center;
	height: 122px;
	padding-top: 30px;
}

#footer-right {
	text-align: right;
}

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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 16px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
	border: 1px solid #ccc;
	background: #EDEDDF;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	margin: 15px 0 5px;
	padding: 20px 20px 5px 20px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
	border: none;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #fdfdfd;
}

.alt,
.depth-1,
.even {
	border: 1px solid #EDEDE3;
}

html, body {height: 100%}
#wrap
{
 min-height: 100%;
_display: table; /*ie hack*/
_height: 100%; /*ie hack*/
}
#inner
{
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 152px; /*same height as footer */
 padding-left: 0;
 overflow: auto;
}
#footer
{
 clear: both;
 margin-top: -152px;  /*negative value of footer height*/
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
}

/*Opera Fix*/
body:before {
 content:"";
 height:100%;
 float:left;
 width:0;
 margin-top:-32767px;
}



/* Responsive Design
------------------------------------------------------------ */

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

	body,
	.balance-landing #inner .wrap,
	.balance-landing.full-width-content #content,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.header-full-width #title,
	.header-full-width #title a,
	.home-featured-left,
	.home-featured-right,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#breadcrumb,
	#content-sidebar-wrap,
	#footer,
	#footer .creds,
	#footer .gototop,
	#header,
	#header .widget-area,
	#inner,
	#sidebar-alt  {
		width: 100% !important;
	}

	#wrap {
		padding: 0 10px;
	}

	.home-video,
	.home-blog-posts,
	.home-events,
	.home-donate-box {
		float: none;
		padding-right: 0;
		margin: 0 auto;
		background: none;
		width: 100%;
		min-height: auto;
	}

	.home-video  {
		text-align: center;
	}

	.home-video p {
		text-align: left;
	}

	.home-donate-box .widget {
	padding: 10px;
	background: #D6D6C9;
	border-radius: 6px;
	}

	.home-rotator {
	background: none;
	}

	.slide-image {
	border: 4px solid #D6D6C9;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	.widget-wrap {
		padding: 0;
	}

	.vid-wrap {padding:0;}
	
	.row {
		overflow: hidden;
		margin: 0;
	}

	#title,
	.header-image #title-area {
		float: none;
		text-align: center;
		margin: 20px auto;
		width: 246px;
	}
	#header-right-buttons,
	#header-right-donate {
		display: none;
	}

	#description {
		display: none !important;
	}

	#title-area {
		padding: 30px 0 20px;
	}

	.enews #subbox,
	.s {
		width: 60%;
	}

	#header .widget-area {
		float: none;
		margin: 0;
		padding: 0;
	}
	
	#header .searchform {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}
	
	#nav,
	#nav ul,
	#title-area {
		float: none;
		text-align: center;
		width: 100%;
		margin: 0;
	}
	
	#nav ul li,
	#header .menu li {
		display: inline-block;
		float: none;
	}
	
	.menu li.right {
		display: none;
	}

	#home-featured .wrap {
		padding: 0;
	}
	
	.home-featured-left,
	.home-featured-right {
		border: none;
		float: none;
		margin: 0;
		padding: 10px 0 20px;
		text-align: center;
		width: 100%;
	}

	.home-featured-right .widget {
		margin: 0;
		padding: 0 20px 20px;
	}

	#inner {
		margin: 20px 0 0;
		padding: 0 0 10px;
		overflow: hidden;
	}
	
	.breadcrumb {
		padding: 15px 20px;
		margin: 0 auto;
		width: auto;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 10px;
	}
	
	.navigation {
		padding: 0 20px;
	}
	
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 22px;
	}
	
	h3,
	h4 {
		font-size: 20px;
	}

	h5,
	h6 {
		font-size: 18px;
	}

	.post-image {
		height: auto;
		max-width: 100% !important;
		margin: 0 0 20px !important;
		float: none;
		display: block;
	}

	.archive-page {
		float: none;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		float: none;
		width: auto;
	}

	.navigation,
	.author-box {
		margin: 0;
	}

	.sidebar {
		margin: 20px 0 0;
		padding: 0;
	}

	#comments,
	#respond {
		margin: 20px 0 0;
	}

	.comment-list li, 
	.ping-list li {
		padding: 20px;
		margin: 0 -10px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

	#footer,
	#footer .creds,
	#footer .gototop {
		background: none;
		padding: 10px 0;
		text-align: center;
	}
	
	#footer .gototop a {
		background: none;
		padding: 0;
	}

	#footer-widgets, 
	#footer-widgets, .wrap {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	#footer {
		height: auto;
		background: #D6D6C9;
		margin-top: 10px;
	}


	.one-third {
		float: none;
		width: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0;
		text-align: center;

	}

}