/*   
Theme Name: IEF Theme 2
Theme URI: http://www.globalidentities.com/
Description: Theme for IEF
Author: Global Identities
Author URI: http://www.globalidentities.com/
Version: 2.0
*/

/* #Base 960 Grid
================================================== */

    .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Boxed layout navigation */
    .boxed-layout .navigation-wrapper .container                    { width: 1000px; }
    .boxed-layout .navigation-wrapper .container .twelve.columns    { width: 1000px; margin-left: 0; margin-right: 0; }
    .boxed-layout .navigation-wrapper .sf-menu > li:first-child     { border-left: 0; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column                      { width: 60px;  }
    .container .two.columns                     { width: 140px; }
    .container .three.columns                   { width: 220px; }
    .container .four.columns                    { width: 300px; }
    .container .five.columns                    { width: 380px; }
    .container .six.columns                     { width: 460px; }
    .container .seven.columns                   { width: 540px; }
    .container .eight.columns                   { width: 620px; }
    .container .nine.columns                    { width: 700px; }
    .container .ten.columns                     { width: 780px; }
    .container .eleven.columns                  { width: 860px; }
    .container .twelve.columns                  { width: 940px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 80px;  }
    .container .offset-by-two                   { padding-left: 160px; }
    .container .offset-by-three                 { padding-left: 240px; }
    .container .offset-by-four                  { padding-left: 320px; }
    .container .offset-by-five                  { padding-left: 400px; }
    .container .offset-by-six                   { padding-left: 480px; }
    .container .offset-by-seven                 { padding-left: 560px; }
    .container .offset-by-eight                 { padding-left: 640px; }
    .container .offset-by-nine                  { padding-left: 720px; }
    .container .offset-by-ten                   { padding-left: 800px; }
    .container .offset-by-eleven                { padding-left: 880px; }

    /* Sidebar */
    .container .sidebar.four.columns            { width: 284px; }

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Links
	#Images
	#Tabs
	#Forms
	#Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
	body {line-height: 1; }
	ol, ul {list-style: none; }
	blockquote, q {	quotes: none; }
	blockquote:before, blockquote:after,q:before, q:after {	content: '';content: none; }
	table {	border-collapse: collapse;border-spacing: 0; }


/* #Custom Font Face
================================================== */

h1,h2,h3{
	font-family: Oswald;
	padding: 0px;
}

h4{
	font-size: 13px;
	color: #D27206;
	}

h5{
	font-size: 13px;
	color: #6E9B76;
	}


/* #Basic Styles
================================================== */
body {
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: url("images/patterns/2.png") repeat top right #aaa796;
	font-family: Arial;
	font-size: 12px;
	color: #5C5C5C;
 }

/* #Links
================================================== */
	p a, p a:visited { line-height: inherit; }
	a{
		color: #985D31;
	}
	
	a:hover{
		color: #c4763c;
	}

/* #Images
================================================== */

	img.scale-with-grid {max-width: 100%;height: auto; }

/* #Forms
================================================== */

	form {margin-bottom: 20px; }
	fieldset {margin-bottom: 20px; }
	input[type="text"],	input[type="password"],	input[type="email"],textarea,select {padding: 6px 4px;outline: none;margin: 0;display: block;margin-bottom: 20px;}
	select { padding: 0; }
	input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {border: 1px solid #aaa;}
	textarea {	min-height: 60px; }
	label,	legend {font-weight: bold;font-size: 13px;  }
	select {width: 220px; }
	input[type="checkbox"] {display: inline; }
	label span,	legend span {font-weight: normal;font-size: 13px;}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	
	
/* #Main Structure
================================================== */

#promobar{
	height: 32px;
	background: url("images/promobg.png") repeat #858377;
	border-bottom: 1px solid #eaeaea;
}

#promotext{
	text-align: right;
	font-family: "Arial Narrow", Arial;
	padding-top: 4px;
}

#promotext a{
	color: white;
	font-size: 13px;
	text-decoration: none;
	background: url("images/promoarrow.png") no-repeat top right transparent;
	padding-right: 28px;
	float: right;
	height: 21px;
	padding-top: 3px;
}

#promotext a:hover{
	color: #1e1508;
}

#promotext a.socialbut{
	background: none;
	height: auto;
	padding-right: 0px;
	padding-left: 8px;
	padding-top: 0px;
}

#promotext a.socialbut img{
	width: 25px;
	height: 25px;
}

#nav{
	background: url("images/navbg.png") repeat-x top right transparent;
	height: 97px;
}	

#logo{
	padding-top: 12px;
	float:left;
}

#menu{
    float: right;
    padding-left: 23px;
    width: 675px;
    margin-top: 1px;
}

/* Homepage Header */

#intro{
	width: 895px;
	clear: both;
	margin: 0px auto;
	/* background: url("images/elephant.png") no-repeat scroll top center transparent;
	padding-top: 265px;  */
}

#slidebelow{
	float: left;
	margin-top: -186px;
	z-index: 9999;
}	

#slideshow{
	z-index: -1;
	position: relative;
}

#introtext{
	float: left;
	width: 476px;
	color: #ffffff;
	font-size: 18px;
	padding-left: 20px;
	line-height: 30px;
	margin-right: 20px;
}

#introbuttons{
	float: left;
	width: 375px;
	font-weight:bold;
	margin-top: 7px;
}

#introbuttons ul li, #introbuttons ul li a{
	color: #d6a042;
	text-decoration: none;
	font-weight:bold;
}

#introbuttons ul li img , #introbuttons ul li a img{
	float: left;
}

#introbuttons ul li{
    float: left;
    margin-left: 10px;
    width: 175px;
}

#introbuttons ul li span{
    float: left;
    line-height: 18px;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 175px;
}

#content_wrapper.container{
	background-color: #eee7df;
	width: 886px;
	padding: 5px;
}

#content{
    background-color: #F9F8F4;
    float: left;
    padding: 10px;
    width: 865px;
}


/*Homepage Stuffs */

#home_news{
	float: left;
	width: 476px;
}

#home_news h2, #home_projects h2{
	color: #D27206;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}

#home_post_bit h3 a, #important_news h3 a{
	color: #6E9B76;
	font-size: 15px;
	line-height: 19.2px;
	margin-bottom: 8px;
	text-decoration: none;
}

#home_post_bit h3 a:hover{
	color: #D27206;
}

#important_news h3 a:hover{
	color: #000;
}

#important_news h3, #important_news h3 a{
	color: #535353;
	text-decoration: none;
	margin-bottom: 5px;
}

.home_post{
	float: left;
	clear: left;	
	margin-bottom: 10px;
	background: url("images/hr-dashed.gif") repeat-x scroll bottom center transparent;
	
}

#home_post_bit p{
	color: #5C5C5C;
	margin-bottom: 1.3em;
	line-height: 20px;
}

#home_projects{
	float: left;
	width: 375px;
}

.featured-thumb{
	float: left;
	background-color: white;
	padding: 2px;
	border: 1px solid #edebe4;
	transition: all 0.2s ease-out 0s;
}

.important-thumb{
	background-color: white;
	margin-right: 10px;
	border: 1px solid #edebe4;
	float: left;
	width: 100px;
	padding: 4px;
}

.featured-thumb:hover{
	border: 1px solid #D27206;
}

.home_post .featured-thumb{
	width: 100px;
	height: 71px;
}

#home_post_bit{
	float: left;
	width: 335px;
	margin-left: 10px;
}

#important_news{
    display: block;
    padding: 9px;
    float: left;
	margin-bottom: 10px;
    width: 425px;
    background-color: white;
    border: 2px solid #eee7df;
}


#important_news p{
	color: #5C5C5C;
	line-height: 18px;
}

.btn{
 	background: none repeat scroll 0 0 #EB593C;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 4px;
    padding: 5px 11px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.12s ease-in-out 0s;
}


#home_pro{
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 2px;
    width: 380px;
}

#home_pro ul li a{
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 5px;
    text-decoration: none;
    width: 371px;
    background: none repeat scroll 0 0 rgba(189, 212, 193, 0.2);
    border-left: 2px solid #BDD4C1;
    color: #565656;
    transition: all 0.12s ease-in-out 0s;
}

#home_pro ul li a.alt{
    background-color: #fcf5e1;
    border-left: 2px solid #ede0b8;
}

#home_pro ul li a:hover{
	background-color: white;
	color: 
}

#home_pro_news{
	float: left;
	margin-top: 10px;
}

#home_pro_news #home_post_bit{
	width: 240px;
}

#home_pro_news #home_post_bit h3 a{
	color: #754b18;
}

#header_wrapper{
	/* width: 100%; */
	background: url("images/olamain.jpg") no-repeat scroll top center transparent;
	height: 529px;
}


#footer_wrapper.container{
	background-color: #eee7df;
	width: 886px;
	padding: 5px;
	margin-bottom: 10px;
}

#footer_wrapper p, #footer_wrapper div.textwidget{
	font-size: 11px;
	line-height: 18px;
	padding: 0px 10px 10px 10px;
}

.copyright{
	color: #000000;
	text-align: center;
	font-size: 11px;
}

.container {
    margin: 0px auto auto;
    overflow: visible;
    position: relative;
    width: 900px;
}

/**** Content Pages ***/

#breadcrumbs{
	padding: 3px 0px 10px 5px;
}

#breadcrumbs p{
    float: left;
    width: 831px;
}

#content.internal{
	padding: 10px;
	background: url("images/contentbg-white.png") repeat-y scroll bottom right transparent;
}

#main{
	float: left;
	width: 600px;
	margin-right: 10px;
	color: #202020;
	margin-bottom: 10px;
}

#main h1{
	font-size: 20px;
	color: #D27206;
	padding-bottom: 10px;
}

#main h2{
	font-size: 16px;
	color: #6E9B76;
	padding-bottom: 10px;
}

#main h3{
	font-size: 16px;
	color: #535353;
	padding-bottom: 10px;
}

#main h4{
	font-size: 13px;
	color: #D27206;
	}

#main h5{
	font-size: 13px;
	color: #6E9B76;
	}

#main p{
	line-height: 20px;
	font-size: 13px;
	margin: 10px 0px 10px 0px;
}

#main ul li, #main ol li{
	line-height: 20px;
	font-size: 13px;
	color: #535353;
}

#main ol{
	list-style-type: decimal;
	margin-left: 20px;
}

#main ul{
	list-style-type: square;
	margin-left: 20px;
}

#sidebar{
	float: left;
	width: 244px;
	margin-left: 10px;
}

.widget {
    color: #767676;
    float: left;
    margin-bottom: 26px;
}

.widget h3 {
    background: url("images/bgh3.png") no-repeat scroll left bottom transparent;
    color: #754B18;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 14px;
    padding-bottom: 9px;
    font-family: Arial;
}

.widget p, .textwidget {
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.widget ul li{
	border-bottom: 1px solid #ecebe6;
	width: 245px;
}

.widget ul li a{
	text-decoration: none;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 3px;
	color: #6E9B76;
}

.widget ul li a:hover{
	color: #000000;
}	

.widget .srp-widget-excerpt{
	font-size: 11px;
}

/** Post Page **/

div.postpage h1{
	margin-top: 10px;
}

.post_social {
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

div.postpage .post_social .simplesocialbuttons {
    clear: none;
    float: right;
}

.post_categories {
    background: url("images/icons/folder.png") no-repeat scroll left top transparent;
    color: #B2B2B2;
    float: left;
    margin-top: 14px;
    font-size: 11px;
    padding-left: 23px;
    text-align: right;
}

.post_social div.simplesocialbutton {
    float: right;
}

/** Custome Page Formatting **/

#newsletter{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#newsletter img{
	width: 160px;
	height: 205px;
	padding: 2px;
	border: 2px solid #EDEBE4;
	margin-top: 5px;
}

#newsletter strong{
    color: #6E9B76;
    font-size: 15px;
    line-height: 19.2px;
    margin-bottom: 8px;
    text-decoration: none;
    font-family: Oswald;
}

#newsletter a{
    float: left;
    font-size: 13px;
    margin-top: -4px;
    padding: 4px;
    text-align: center;
    width: 160px;
    text-decoration: none;
    background: url("images/icons/download.png") no-repeat scroll left center #EDEBE4;
    
}

/*** Blog Posts Category ***/

.post {
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 4px 1px rgba(242, 242, 242, 0.6);
    clear: left;
    margin-bottom: 20px;
    padding: 15px;
    width: 560px;
    float: left;
}

#main .post h1 a{
	text-decoration: none;
}

.post_title{
	border-bottom: 1px solid #E5E5E5;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.post_readmore a {
    color: #BC3315;
    font-size: 12px;
    text-transform: uppercase;
}

/** CSS Buttons **/


    .wigButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
        -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
        box-shadow:inset 0px 1px 0px 0px #cf866c;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
        background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
        background-color:#d0451b;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        border:1px solid #942911;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:13px;
        font-weight:normal;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #854629;
        
    }
    .wigButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
        background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
        background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
        background-color:#bc3315;
    }
    .wigButton:active {
        position:relative;
        top:1px;
    }
    
    
#gform_wrapper_3.gform_wrapper input[type="text"], #gform_wrapper_1.gform_wrapper textarea {
    border: 1px solid #CECECE;
    font-size: 12px;
    height: 23px;
    margin: 0;
    width: 370px;
}
#gform_wrapper_3.gform_wrapper textarea {
    height: 171px !important;
}
#gform_wrapper_3.gform_wrapper label {
    font-weight: normal;
}
#content #gform_wrapper_3 ul li {
    border: medium none;
}
#gform_submit_button_3 {
        -moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
        -webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
        box-shadow:inset 0px 1px 0px 0px #cf866c;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
        background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
        background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
        background-color:#d0451b;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        border:1px solid #942911;
    	color: #FFFFFF;
    	cursor: pointer;
    	display: inline-block;
    	font-family: arial;
    	font-size: 15px;
    	font-weight: bold;
   		padding: 6px 24px;
   	 	text-decoration: none;
}

#gform_wrapper_3 .gform_footer {
    float: right;
    margin-right: 25px;
    padding: 0;
}


/** WordPress Image Alignment **/

.alignright{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 2px;
	border: 1px solid #cecece;
	background-color: white;
}

#main strong, #main b{
	font-weight: bold;
}

#main i, #main em{
	font-style: italic;
}

#main u{
	font-style: underline;
}



/*** Gravity Forms ***/


.gform li.gfield {
    border-bottom: 1px solid #EFEAEA;
    border-top: 1px solid #FFFFFF;
    clear: left;
    margin: 0;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}
.gform .gform_body .gform_fields li.gsection {
    background: url("images/gravity/legend.jpg") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DADADA;
    border-top: 3px solid #E2E2E2;
}
#main .gform .gform_body .gform_fields li h2 {
    color: #FFFFFF;
    font: 18px Arial,Helvetica,Verdana,sans-serif;
    height: 28px;
    padding: 4px 0 0 26px;
    position: relative;
}
.gform .gform_body .gform_fields {
    background: url("images/gravity/formBG_lt.jpg") repeat-x scroll 0 0 #F3F1F2;
}
.gform .gform_body {
    border-bottom: 3px solid #E2E2E2;
    border-left: 3px solid #E2E2E2;
    border-right: 3px solid #E2E2E2;
}
.gform_wrapper .gform_footer input.button {
    background: url("images/gravity/bg_packageTag.gif") repeat-x scroll 0 0 #96171E;
    border: 1px solid #B20000;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    font: bold 15px Helvetica,Arial,"lucida grande","Verdana",sans-serif;
    height: 35px;
    padding: 8px 19px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #454545;
    vertical-align: middle;
    width: auto !important;
    font-size: 13px !important;
}
.gform .gform_footer input.button:hover {
    background: url("images/gravity/bg_hover.jpg") repeat-x scroll 0 0 #FFC92F;
    border-color: #FFC92F;
    color: #666666;
    cursor: pointer;
    text-decoration: underline;
    text-shadow: 1px 1px 2px #FFFFFF;
}

.gform .gform_wrapper .top_label .gfield_label {
	float: left;
	width: 186px;
	text-align: right;
	font-weight: bold;
	font-family: Arial;
	display: inline-block;
	line-height: 1.3em;
	margin: 10px 0 4px;
	padding-right: 14px;
	color: #6A6A6A;
}

.gform input, .gform textarea{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 24px;
    margin: 0px;
    width: 47% !important;
}

.gform select{
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 34px;
    margin: 0px;
    width: 47% !important;
}

li.gship label {
    width: 100px !important;
}

.gform .gform_wrapper ul.gfield_checkbox, .gform .gform_wrapper ul.gfield_radio{
	float: left;
}

.gform .gform_wrapper ul.gfield_checkbox li, .gform .gform_wrapper ul.gfield_radio li{
	margin: 0px;
}

.gform .gform_wrapper ul.gfield_checkbox li label, .gform .gform_wrapper ul.gfield_radio li label{
	font-weight: normal !important;
	padding-top: 5px;
}

.gform li.gship div span{
	margin-bottom: 15px !important;
}

.gform li.gship div span label{
	font-weight: normal !important;
}


/** Fix for state label to enlarge **/

#input_4_7_4_label{
	width: 150px !important;
}

/* Hide source field in Gravity forms donation form */

#field_4_13, #field_4_4, #field_5_4, #field_5_13{
	display: none;
}

#gform_wrapper_4 .gform_title{
	display: none !important;
}

#gform_wrapper_4, #gform_wrapper_5{
	display: none;
}

#input_5_1, #input_4_1{
	width: 48%;
}

#field_4_1 .gfield_description, #input_5_1 .gfield_description {
	float: left;
	width: 200px;
}

/* #WP Images
================================================== */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	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. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}


/* Donation Page - Colio Plugin */

#main ul.colio-list{
	margin-left: auto;
	list-style-type: none;
}

.colio-main{
	padding: 0px !important;
}


.orangebutton{
 	background-color: #ff5452;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: -17px 0 0;
    padding: 7px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
    top: 50%;
    transition: background 0.3s ease 0s;
}

.oragebutton:hover{
	color: #fff;
}

#main .colio-list .colio-summary h4{
	margin-top: 0px;
}

.colio-theme-white .colio-container h3.colio-title{
	font-size: 15px;
}

#main .colio-wrap .colio-filters{
	list-style-type: none;
}

#main .colio-view .colio-button, .colio-view .colio-button:visited{
	padding: 14px 24px;
}

/** Donation - Gravity Forms Specific **/

.ginput_counter{
	float: left !important;
}

.gform #gform_wrapper_8 #field_8_6 .gfield_label, .gform #gform_wrapper_8 #field_8_3 .gfield_label, .gform #gform_wrapper_8 #field_8_5 .gfield_label, .gform #gform_wrapper_8 #field_8_7 .gfield_label, .gform #gform_wrapper_8 #field_8_8 .gfield_label, .gform #gform_wrapper_8 #field_8_9 .gfield_label{
    text-align: left;
    width: 100%;
}

.gform #gform_wrapper_12 #field_12_6 .gfield_label, .gform #gform_wrapper_12 #field_12_3 .gfield_label, .gform #gform_wrapper_12 #field_12_5 .gfield_label, .gform #gform_wrapper_12 #field_12_7 .gfield_label, .gform #gform_wrapper_12 #field_12_8 .gfield_label, .gform #gform_wrapper_12 #field_12_9 .gfield_label{
    text-align: left;
    width: 100%;
}

.gform #gform_wrapper_8 .top_label .gfield_label, .gform #gform_wrapper_12 .top_label .gfield_label{
	width: 140px;
}

#input_8_3 li, #input_12_3 li{
	float: left;
	margin-right: 14px;
}

#field_8_1, #field_12_1{
	display: none;
}

ul#input_8_3 li label, ul#input_12_3 li label{
	margin: 0 0 0 17px !important;
}

#input_8_7, #input_8_8, #input_8_9, #input_12_7, #input_12_8, #input_12_9{
	float: left;
}



#field_9_1{
	display: none;
}

.gform #gform_wrapper_9 #field_9_6 .gfield_label, .gform #gform_wrapper_9 #field_9_3 .gfield_label, .gform #gform_wrapper_9 #field_9_5 .gfield_label, .gform #gform_wrapper_9 #field_9_7 .gfield_label, .gform #gform_wrapper_9 #field_9_9 .gfield_label, .gform #gform_wrapper_9 #field_9_10 .gfield_label, .gform #gform_wrapper_9 #field_9_8 .gfield_label{
    text-align: left;
    width: 100%;
}

#input_9_7, #input_9_9, #input_9_8, #input_9_10{
	float: left;
}

#field_10_1{
	display: none;
}

.gform #gform_wrapper_10 #field_10_6 .gfield_label, .gform #gform_wrapper_10 #field_10_3 .gfield_label, .gform #gform_wrapper_10 #field_10_5 .gfield_label, .gform #gform_wrapper_10 #field_10_7 .gfield_label, .gform #gform_wrapper_10 #field_10_9 .gfield_label, .gform #gform_wrapper_10 #field_10_14 .gfield_label, .gform #gform_wrapper_10 #field_10_15 .gfield_label{
    text-align: left;
    width: 100%;
}

#input_10_9, #input_10_14, #input_10_15{
	float: left;
}

#input_10_3 li{
	float: left;
	margin-right: 14px;
}

ul#input_10_3 li label{
	margin: 0 0 0 17px !important;
}

#field_10_10 label, #field_10_11 label, #field_10_12 label{
	width: 75px !important;
}


#field_10_11 #input_10_11_4_label, #field_10_11 #input_10_11_5_label, #field_10_11 #input_10_11_1_label, #field_10_11 #input_10_11_2_label{
	width: 100% !important;
}


/** WooCommerce Specific Editings **/

#main dl.variation dd p{
	margin: 0px 0px !important;
	line-height: 13px;
}

#main .order p{
	font-size: 10px;
}

.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td{
	font-size: 13px;
}

table.shop_table .product-name a , table.shop_table .product-thumbnail a, table.shop_table .subscription-title a {
	pointer-events: none;
	cursor: default;
}

/** Accordion Shortcode Plugin Styling **/

.ui-accordion-header{
  background-color:#bdc3b8; /*Background Color of Header*/
  margin:5px 0 0;
  padding-bottom: 0px !important;
}
.ui-accordion-header a{
    padding:5px 12px;
    background: #bdc3b8; /*Background Color of Header Link*/
    color:#616161; /*text color of link*/
    display:block;
    font-size: 13px;
    text-decoration: none;
}
.ui-accordion-header.ui-state-active a,
.ui-accordion-header a:hover{
    background-color: #939e89; /*Hover Background Color of Link*/
    color:#000; /*Text color on hover*/
}

.ui-accordion-content{
    padding:10px;
    background-color:#ededed;
    border-style:solid; /*Border around drop down box (content section)*/
}

/*** Donors Widget Styling ***/

.widget ul.wrecentorders li{
   padding: 8px 0px;
   float: left;
}

.widget ul.wrecentorders li span.wrdate{
    float: left;
    font-style: italic;
    margin-right: 10px;
    width: 41px;
    color: #6e9b76;
}

.widget ul.wrecentorders li span.wrdetails{
    display: block;
    float: right;
    font-style: italic;
    margin-bottom: 5px;
    margin-right: 18px;
    width: 174px;
}

.widget ul.wrecentorders li span.wrprice{
	color: #000;
}

.wrecentorders{
    float: left;
    margin-bottom: 15px;
}

/** jQuery tabs plugin **/


.widget .usual li {
    float: left;
    list-style: outside none none;
    width: auto;
    border-bottom: none;
}
.widget .usual ul a {
    background: none repeat scroll 0 0 #d9dfe5;
    color: #3b5998;
    display: block;
    font: 11px Verdana;
    margin: 1px 1px 1px 0;
    padding: 6px 10px;
    text-decoration: none !important;
}
.widget .usual ul a:hover {
    background: none repeat scroll 0 0 #111;
    color: #fff;
}
.widget .usual ul a.selected {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid snow;
    color: #000;
    cursor: default;
    margin-bottom: 0;
}
.widget .usual div {
    background: none repeat scroll 0 0 #fff;
    clear: left;
    padding: 10px 10px 8px;
    width: 200px;
}
.widget .usual div a {
    color: #000;
    font-weight: bold;
}

#tab1 textarea, #tab2 textarea{
	border: 1px solid #dcdee3;
	width: 175px;
	height: 100px;
}

#fb-root{
	width: auto;
}

#checkout_share textarea{
	border: 1px solid #dcdee3;
	width: 225px;
	height: 50px;
	min-height: 50px;
	margin-bottom: 10px;
	background-color: #feffef;
	font-family: Arial;
	font-size: 12px;
}

/* Ecard */


#main ul.image_picker_selector{
	margin-left: 0px;
	list-style-type: none;
}

#main ul.thumbnails.image_picker_selector li .thumbnail{
	padding: 4px;
}

#main .image_picker_selector p{
	margin: 0px;
	font-size: 11px;
	text-align: center;
}

#main ul.thumbnails.image_picker_selector li .thumbnail.selected{
	background: url("images/system-tick-alt.png") no-repeat bottom left #f18103;
	font-weight: bold;
	color: white;
}
	
.ecardpreview{
	border: 1px solid #cecece;
	padding: 1px;
	float: left;
	width: 590px;
}

#ecard h2{
	margin-bottom: 10px;
	margin-top: 10px;
	clear: left;
}

.ecardfield{
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px dashed #86827d;
	font-size: 15px;
	font-style: italic;
	color: #c63c18;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
	clear: left;
	font-family: Arial;
}

.ecardfield:hover{
	border-bottom: 1px solid #ef7550 !important;
}	

.ecardname{
	width: 500px;
}

.ecardregards{
	width: 400px;
}

.ecardmsg{
	width: 550px;
}

.ecardfrom{
	width: 450px;
}

.fade_input{
	color: #6e9b76 !important;
}

.ecardfixmsg{
	font-size: 18px;
	margin-top: 20px;
	margin-left: 10px;
	font-family: Georgia, serif;
	width: 580px;
	line-height: 24px;
	color: #754b18;
	clear: left;
	float: left;
}

.ecardlogo{
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	width: 590px;
}

.ecardamountl{
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

.ecardamountl span{
	display: block;
}

.ecard_recognized_name{
    border: 1px solid #cecece;
    color: #c63c18;
    display: inline;
    float: left;
    font-family: Georgia,serif;
    font-size: 18px;
    font-style: italic;
    padding: 5px !important;
    width: 51px;
}

.ecardamountdiv{
	float: left;
	margin-top: 13px;
	display: none;
}

.labell{
	font-weight: normal;
}

.ecardname1{
	display: block;
	font-style: italic;
}

.ecardamount{
    border: 1px solid #cecece;
    color: #c63c18;
    display: inline;
    float: left;
    font-family: Georgia,serif;
    font-size: 18px;
    font-style: italic;
    padding: 5px !important;
    width: 51px;
}

.ecardsubmit{
	clear: left;
	float: right;
	cursor: pointer;
}

#main ul.carddelivery{
	list-style-type: none;
	margin-bottom: 20px;
	float: left;
}

ul.carddelivery li{
	float: left;
	text-align: center;
	margin-right: 20px;
}

ul.carddelivery li a span{
	display: block;
}

ul.carddelivery li a{
	text-decoration: none;
}

.ecardrec, .ecardrecognized{
	float: left;
	display: block;
	margin-bottom: 5px;
	margin-top: 13px;
}

.ecardrecinput{
	clear: left;
	margin-bottom: 5px;
}

.ecardrecname{
	clear: left;
	display: none;
}

.ecardname1, .ecarddate1{
	float: left;
    margin-right: 10px;
    padding-top: 8px;
}

.ecardname1 span{
	display: block;
}

.ecard_recognized_name{
	width: 250px !important;
}

.ecarddate{
	clear: left;
	float: left;
	display: none;
}

.Zebra_DatePicker_Icon{
	left: 225px !important;
	top: 7px  !important;
}

#eform .error{
	color: red;
	font-weight: 10px;
}


/*** jQuery Thermometer **/


.thermometer {
    float: left;
    margin:0 150px;
}
.thermometer {
    width:70px;
    height:300px;
    position: relative;
    background: #ddd;
    border:1px solid #aaa;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
        -ms-border-radius: 12px;
         -o-border-radius: 12px;
            border-radius: 12px;

    -webkit-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
       -moz-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
        -ms-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
         -o-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
            box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
}

.thermometer .track {
    height:280px;
    top:10px;
    width:20px;
    border: 1px solid #aaa;
    position: relative;
    margin:0 auto;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(top, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to bottom, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-position: 0 -1px;
    background-size: 100% 5%;
}

.thermometer .progress {
    height:0%;
    width:100%;
    background: rgb(20,100,20);
    background: rgba(20,100,20,0.6);
    position: absolute;
    bottom:0;
    left:0;
}

.thermometer .goal {
    position:absolute;
    top:0;
}

.thermometer .amount {
    display: inline-block;
    padding:0 5px 0 60px;
    border-top:1px solid black;
    font-family: Trebuchet MS;
    font-weight: bold;
    color:#333;
}

.thermometer .progress .amount {
    padding:0 60px 0 5px;
    position: absolute;
    border-top:1px solid #060;
    color:#060;
    right:0;
}



.thermometer.horizontal {
    margin:30px 0px 31px 20px;
}

.thermometer.horizontal {
    width:350px;
    height:70px;
}

.thermometer.horizontal .track {
    width:90%;
    left:0;
    height:20px;
    margin:14px auto;

    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(0,0,0)), color-stop(1%,rgb(255,255,255)));
    background: -webkit-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:      -o-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:     -ms-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:    -moz-linear-gradient(left, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background:   linear-gradient(to right, rgb(0,0,0) 0%,rgb(255,255,255) 10%);
    background-size: 5% 100%;
}

.thermometer.horizontal .progress {
    height:100%;
    width:0%;
}

.thermometer.horizontal .goal {
    left:100%;
    height:100%;
}

.thermometer.horizontal .amount {
    bottom:0;
    position: absolute;
    padding:0 5px 50px 5px;
    border-top:0;
    border-left:1px solid black;

}

.thermometer.horizontal .progress .amount {
    border-left:0;
    border-top:0;
    border-right:1px solid #060;
}


.cycloneslider-slides{
	height: 432px !important;
}

/*** IEF Donate Menu Highlight **/

#menu-item-4305 a{
	background-color: #f18103;
	color: #fff;
}

/*** IEF Symposium **/

.gform #gform_wrapper_13 .top_label .gfield_label{
	width: 100px;
}

#field_13_9 .gfield_label, #field_13_14 .gfield_label, #field_13_11 .gfield_label, #field_13_12 .gfield_label, #field_13_15 .gfield_label, #field_13_16 .gfield_label, #field_13_18 .gfield_label, #field_13_22 .gfield_label{
	width: 100% !important;
	text-align: left !important;
	float: none !important;
}

