/* @override http://liglocal:8000/ligonier/media/css/misc-elements.css?28602d272d574814fc9e */

/* @group Generic Images */

* {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
 
#primary > img {
	margin-bottom: 20px;
}
 
/* @end */
 
#relative-container,
#fixed-container{
	height: 0;
	display: block;
}
 
#relative-container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11111;
}
 
#fixed-container{
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 11112;
}
 
/* @group Inline Tags */
 
p.tags {
	overflow: hidden;
	text-transform: uppercase;
	clear: both;
	letter-spacing: 2px;
	font: 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
p.tags strong {
	background: url(../images/info-arrow.gif) no-repeat right center;
	padding-right: 15px;
	margin-right: 5px;
	font-weight: normal;
	font-style: normal;
}
 
p.tags a {
	clear: both;
	color: #e65315;
}
 
/* @end */

/* Author Links for SEO */

#primary a.author-link,
a.author-link {
    text-decoration: none;
    color: #837F73;
}

#primary a.author-link:hover,
a.author-link:hover {
    text-decoration: underline;
}
 
/* @group Regular full-width tab bar */
 
#primary ul.tab-menu{
	border-bottom: 1px solid #e6e2db;
	background-color: #faf9f7;
	height: 35px;
	padding:15px 0px 2px 0px;
	margin: 0px;	
}
 
ul.tab-menu {
	border-bottom: 1px solid #e6e2db;
	background-color: #faf9f7;
	height: 35px;
	padding:15px 0px 2px 0px;
	clear: both;
	margin: 0px;
	margin-top: -2px;	
}
 
ul.tab-menu li{
	display: inline;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
 
ul.tab-menu li.current a{
	color: #5e5b52;
	background-color: #FFF;
	border: 1px solid #e6e2db;
	border-bottom: none;
}
 
ul.tab-menu li a{
	border-top: 1px solid #faf9f7;
	display: block;
	float: left;
	height: 27px;
	color: #bcb8ae;
	line-height: 26px;
	padding: 5px 10px;
	margin: 0px 0px 0px 5px;
}
 
ul.tab-menu li a:hover{
	color: #595d62;
	text-decoration: none;
}
 
/* @end */
 
/* @group Pagination nav */
 
div#pagination{
	width: 940px;
	position: relative;
	display: block;
	clear: both;
	height: 75px;
	margin-top: 30px;
}

* html div#pagination {
	display: block;
}

div#pagination{
	width: 940px;
	overflow: hidden;

}
 
#primary div#pagination{
	width: 620px;
}
 
#primary.store div#pagination{
	width: 700px;
}
 
div#pagination p{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	line-height: 24px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 50%;
}
 
div#pagination p .nav-link,
div#pagination p .page-numbers{
	position: relative;
	left: -50%;
	height: 35px;
	display: inline;
	overflow: hidden;
}

div#pagination,
div#pagination a,
div#pagination span{
	white-space: nowrap;
}

div#pagination a,
div#pagination span{
	
}
 
div#pagination p span.page-numbers .page{
	color: #8b9727;
	font-size: 16px;
}
 
div#pagination p span.page-numbers span.current.page{
	color: #313131;
	font-weight: bold;
}
 
div#pagination p .nav-link{
	width: 35px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-indent: -10000px;
}
 
div#pagination p .nav-link.prev{
	background: url(../images/page-prev.gif) no-repeat center center;
}
 
div#pagination p .nav-link.next{
	background: url(../images/page-next.gif) no-repeat center center;
}
 
div#pagination p .disabled{
	color: #BBB;
	opacity: .4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	-khtml-opacity: .4;
	-moz-opacity: .4;
}
 
div#pagination p span.page-numbers,
div#pagination p .nav-link{
	display: inline-block;
}
 
div#pagination p span.page-numbers .page{
	padding-right: 6px;
	padding-left: 6px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}
 
/* @end */
 
/* @group Basic green button styles */
 
/* @group Generic green button */
 
button,
a.button,
input.button,
span.button,
#subnav ul li a.button {
	color: #6b7a08;
	text-transform: uppercase;
	font: bold 10px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0;
	padding: 0;
	text-shadow: #e5eabc 0 1px 0;
	background: #c9d37f url(../images/button-sprite-green.gif) no-repeat -111px 0;
	text-align: center;
	display: inline-block;
	height: 24px;
	width: 111px;
	cursor: pointer;
}

a.button.tt
{
    background: #c9d37f url(../images/button-sprite-green.jpg) no-repeat -152px 0;
    width: 153px;
}

a.button.tt:hover
{
    text-decoration: none;
    background: #c9d37f url(../images/button-sprite-green.jpg) no-repeat -152px -24px;
}

a.button.tt:active
{
    background: #c9d37f url(../images/button-sprite-green.jpg) no-repeat -152px -48px;
}
 
a.backorder.button,
a.backorder.button:hover,
a.backorder.button:active{
	background-image: url(../images/buttons-alt-sprite-white-bkg.gif);
	color: #9f6318;
	text-shadow: #f0eada 0 1px 0;
}
/* This might be overkill */
button.disabled,
button.disabled:hover,
button.disabled:active,
span.disabled.cart.button,
span.disabled.button:hover,
span.disabled.button:active,
a.disabled.button,
a.disabled.button:hover,
a.disabled.button:active,
a.disabled.cart.button,
a.disabled.cart.button:hover,
a.disabled.cart.button:active,
input.disabled.button,
input.disabled.button:hover,
input.disabled.button:active,
#subnav ul li a.disabled.button,
#subnav ul li a.disabled.button:hover,
#subnav ul li a.disabled.button:active{
	background-position: 0 -72px;
	color: #bdb9ae;
	text-shadow: #f3f2ee 0 1px 0;
	cursor: default;
}
 
#secondary button
#secondary a.button,
#secondary input.button{
	width: inherit;
}
 
button:hover,
a.button:hover,
input.button:hover,
#subnav ul li a.button:hover{
	text-decoration: none;
	background: #c9d37f url(../images/button-sprite-green.gif) no-repeat -111px -24px;
}
 
button:active,
a.button:active,
input.button:active,
#subnav ul li a.button:active{
	background: #c9d37f url(../images/button-sprite-green.gif) no-repeat -111px -48px;
}

a.adjustable,
.adjustable {
    background: #dce0af;
    background: -moz-linear-gradient(top, #dce0af 0%, #c9d27d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dce0af), color-stop(100%,#c9d27d));
    background: -webkit-linear-gradient(top, #dce0af 0%,#c9d27d 100%);
    background: -o-linear-gradient(top, #dce0af 0%,#c9d27d 100%);
    background: -ms-linear-gradient(top, #dce0af 0%,#c9d27d 100%);
    background: linear-gradient(to bottom, #dce0af 0%,#c9d27d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce0af', endColorstr='#c9d27d',GradientType=0 );
    
    height: auto;
    width: auto;
    overflow: hidden;
    vertical-align: middle;
    
    padding: 0px 18px;
    border-radius: 3px;
    border: 1px solid #b2c05e;
    
    text-align: left;
    text-shadow: #e7ebba 0 1px 0;
}
a.adjustable:hover,
.adjustable:hover {
    background: #dce0af;
    background: -moz-linear-gradient(top, #d0d693 0%, #b9c951 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d693), color-stop(100%,#b9c951));
    background: -webkit-linear-gradient(top, #d0d693 0%,#b9c951 100%);
    background: -o-linear-gradient(top, #d0d693 0%,#b9c951 100%);
    background: -ms-linear-gradient(top, #d0d693 0%,#b9c951 100%);
    background: linear-gradient(to bottom, #d0d693 0%,#b9c951 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d693', endColorstr='#b9c951',GradientType=0 );
}
a.adjustable:active,
.adjustable:active {
    background: #dce0af;
    background: -moz-linear-gradient(top, #b9c84f 0%, #d0d693 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9c84f), color-stop(100%,#d0d693));
    background: -webkit-linear-gradient(top, #b9c84f 0%,#d0d693 100%);
    background: -o-linear-gradient(top, #b9c84f 0%,#d0d693 100%);
    background: -ms-linear-gradient(top, #b9c84f 0%,#d0d693 100%);
    background: linear-gradient(to bottom, #b9c84f 0%,#d0d693 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c84f', endColorstr='#d0d693',GradientType=0 );
}
 
/* @end */
 
/* Generic Buttons */
 
a.generic.button,
input.generic.button{
	background-image: url(../images/buttons-alt-sprite-white-bkg.gif);
	background-position-x: 0;
	color: #817438;
	text-shadow: #f7f4f2 0 1px 0;
}
 
/* @group Add to cart button */
 
* html a.button.cart {
}

span.button.cart span,
a.button.cart span {
	margin-left: 26px;
}
 
a.button.cart,
span.button.cart {
	text-align: left;
	text-shadow: #e7ebba 0 1px 0;
	background: #c9d37f url(../images/button-sprite-green.gif) no-repeat 0 0;
	height: 24px;
	width: 111px;
	overflow: hidden;
	vertical-align: middle;
}

a.button.cart.external {
	background: #c9d37f url(../images/button-sprite-green.gif) no-repeat -111px 0;
	text-align: center;
}

a.button.cart.external:hover {
	background: #c9d37f url(../images/button-sprite-green.gif) no-repeat -111px -24px;
}

a.button.cart.external span {
	margin: 0px;
}

a.download-mp3 {
	display: inline-block;
	background: url(../images/bt-download-mp3.png) no-repeat 0 0;
	height: 18px;
	width: 121px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}


a.download-mp3:hover {
	background: url(../images/bt-download-mp3.png) no-repeat 0 -24px;
}

a.button.cart.conference {
	font-size: 8px;
}
 
a.button.cart:hover,
input.button.cart:hover{
	text-decoration: none;
	background: #c9d37f url(../images/button-sprite-green.gif) no-repeat 0 -24px;
}
 
a.button.cart:active,
input.button.cart:active{
	background: #c9d37f url(../images/button-sprite-green.gif) no-repeat 0 -48px;
}
 
/* @end */

form#event-payment input.button{
	background: url(../images/button-sprite-green-borderradius.gif) -30px 0;
	border: 1px solid #bfca7e;
	border-bottom-color: #acb673;
	width: auto;
	height: 24px;
	line-height: 23px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 10px;
}

form#event-payment input.button:hover{
	background-position: -30px -24px;
	border-color: #b0bb76;
}

form#event-payment input.button:active{
	background-position: -30px -48px;
}
 
#ministry-subnav ul li a.button {
	color: #7d8f07;
	font: bold 10px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #eaf1c0 0 1px 0;
	position: relative;
	top: -4px;
	padding: 0;
}
 
* html button,
* html a.button,
* html input.button,
* html #subnav ul li a.button {
}
 
a.button.grey {
	background: url(../images/button-grey.png) repeat-x 0px -1px;
	font: normal 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 15px;
	letter-spacing: 1px;
	color: #a6a196;
	text-shadow: #222 0 -1px 0;
	border-top: 1px solid #797772;
	border-bottom:0px;
	cursor: pointer;
}

#global-contain a#mobile-toggle.button.grey {
	display: inline;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #555;
	border-bottom:1px solid #444;
	margin: 0px 0px 0px 10px;
	background-color: #353430;
	font-size: 10px;
}
 
body.is-ie button {
	border-top: none;
	border-bottom: none;
}
 
button,a{
	-moz-outline-style: none;
}
 
table  button,
table .button{
}

#primary table{
	position: relative;
}

#primary table td.conference-rate span.reg-now{
	position: relative;
	float: right;
	height: 0px;
	top: -5px;
}

.is-ie7 #primary table td.conference-rate span.reg-now{
	top: -15px;
}

#primary table td.conference-rate{
	position: relative;
	width: 250px;
}
 
a.button.grey:hover {
	background-position: 0 bottom;
}
 
a.button em{
	font: italic 105% Georgia, "Times New Roman", Times, serif;
}
 
a.big.button,
#secondary li a.big.button{
	font-size: 20px;
	padding: 6px 11px;
	line-height: 23px;
	display: block;
	text-align: center;
	height: 25px;
	margin-bottom: 5px;
}
 
button.big{
	font-size: 16px;
	padding: 3px 9px 4px;
}
 
* html a.button,
* html #secondary li a.button {
	font-size: 12px;
	display: inline;
}
 
/* @end */
 
/* @group Grouped buttons */
 
ul.button-group{
	height: 30px;
	line-height: 30px;
	clear: both;
}
 
ul.button-group li{
	float: left;
	padding: 0;
}
 
ul.button-group li.first a.button,
ul.button-group li.first button{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
 
ul.button-group li a.button,
ul.button-group li button{
	-webkit-border-radius: 0px;
	margin-right: 1px;
}
 
ul.button-group li.last a.button,
ul.button-group li.last button{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
 
/* @end */
 
/* @group Jump Menu and Sidebar Subnav */
 
.jump {
	margin-top: 10px;
	margin-left: 1px;
	position: relative;
	padding: 15px 15px 10px 15px;
	border-bottom:1px solid #e6e1db;
	font-size: 12px;
	background-color: #faf9f7;
	color: #313131;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#daily-video-jump.jump {
	margin-top: 0px;
	padding-bottom: 14px;
}

.page-series .jump {
	margin-top: 0px;
}
 
.jump select {
	margin-left: 5px;
	width: 200px;
	color: #313131;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
 
.jump-contain {
	background: #FFF url(../images/jumpmenu-repeat.png) top left repeat-y;
}
 
.jump-contain.pages {
	background: none;
}
 
ol.jump-menu,
ul.jump-menu{
	background:  url(../images/jumpmenu-top.png) 1px 0px no-repeat;
}
 
ul.jump-menu.pages{
	background: #FFF url(../images/jumpmenu-repeat.png) top left repeat-y;
	margin-bottom: 15px;
}
 
ol.jump-menu li{
	list-style-position: inside;
	list-style-type: decimal;	
}
 
/* IE7 problem? */
 
#top-jumpmenu {
	display: block;
	height: 28px;
	background: #fff url(../images/jumpmenu-top.png) 1px 0px no-repeat;
}
 
.jump-menu li#bottom {
	display: block;
	line-height: 0px;
	height: 27px;
	background: #FFF url(../images/jumpmenu-bottom.png)  1px no-repeat;
}
 
* html .jump-menu li#bottom {
	width:200px;
}
 
 
ol.jump-menu li a,
ul.jump-menu li a {
	position: relative;
	color: #837f73;
	font: 14px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding: 10px 5px 10px 40px;
	line-height: 24px;
	background:none;
	overflow: hidden;
}
 
ol.jump-menu.rym li a,
ul.jump-menu.rym li a {
	padding-left: 25px;	
}
 
ul.jump-menu li a.locked span, 
ol.jump-menu li a.locked span {
	background:url(../images/jump-menu-lock.gif) center no-repeat;
	position: absolute;
	left: 15px;
	top: 11px;
	display: block;
	width: 20px;
	height: 20px;
}
 
* html ul.jump-menu li a.locked span, 
* html ol.jump-menu li a.locked span {
	left: -25px;
	top: 7px;
}
 
 
ul.jump-menu li a .date {
	font-size: 12px;
	color: #a26419;
	background-color: #eaebe6;
	padding: 3px 7px;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	float: left;
}
 
 
ul.jump-menu li a .title {
	float: left;
	width: 188px;
}
 
ol.jump-menu li a:hover,
ul.jump-menu li a:hover {	
	text-decoration: none;
	background:url(../images/jumpmenu-roll.png) 1px repeat-y;
}
 
ol.jump-menu > li.current,
ul.jump-menu > li.current{
	color: #000;
	background: url(../images/jumpmenu-roll.png) 2px -50px no-repeat;
}
 
ol.jump-menu li.current > a,
ul.jump-menu li.current > a {
	color: #000;		
	font-weight: bold;
	background: url(../images/jumpmenu-current.png) left no-repeat;
}
 
* html ol.jump-menu li.current a,
* html ul.jump-menu li.current a  {
	color: #000;		
	font-weight: bold;
	background: url(../images/jumpmenu-current.png) left no-repeat;
}
 
* html ol.jump-menu li.current a,
* html ul.jump-menu li.current a {
	background: #f5f3f2 url(../images/jumpmenu-current.png) no-repeat left;
}
 
ol.jump-menu li.current > a.locked,
ul.jump-menu li.current > a.locked {
	color: #837f81;
}
 
ul.jump-menu li.current ul {
	margin-top: 0px;
	margin-bottom: 20px;
}
 
ul.jump-menu li ul li {
	background: url(../images/jump-sub-arrow.gif) 30px center no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
 
ul.jump-menu li ul li a {
	background: none;	
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
 
ul.jump-menu li ul li a:hover {
	background:none;
	color: #000;
}
 
* html ul.jump-menu li ul li a:hover {
	background-color: #f5f3f2;
}
 
ul.jump-menu li ul li.current a,
ul.jump-menu li ul li.current a.current:hover {
	background: none;
	font-weight: bold;
	color: #000;
}
 
* html ul.jump-menu li ul li.current a.current:hover {
	background: #f5f3f2 url(../images/jumpmenu-current.png) no-repeat left;
}
 
ul.jump-menu h2 {
 
	font-size: 14px;
	margin-left: 22px;
	letter-spacing: 0px;
 
	/*font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	margin-bottom: 10px;
	left: 27px;*/
 
}
 
/* @end */
 
 
/* @group Phone Number */
 
#content .phone,
#module-contain .phone {
	float: right;
	width: 250px;
	padding: 8px 14px 8px 24px;
	margin-right: 24px;
	background-color: #edf2d2;
	color: #7c9108;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
}
 
#module-contain .phone {
	float: none;
	overflow:hidden;
	width: 332px;
}
 
#content .phone span,
#module-contain .phone span {
	float: left;
	display: block;
	margin-right: 12px;
	margin-top: 4px;
}
 
#content .phone .number,
#module-contain .phone .number {
	display: block;
	float: left;
	margin-top: 2px;
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../images/callus-arrow.gif) no-repeat left center;
	font-weight: normal;
	padding-left: 30px;
	width: 150px;
	margin-right: 0;
}
 
#content .phone .number span,
#module-contain .phone .number span {
	margin-top: 0px;
}
 
* html #content .phone,
* html #module-contain .phone {
	padding: 10px 10px 3px 15px;
}
 
/* @end */
 
/* @group Share Menu */
 
#primary .share-menu .contain {
	padding-bottom: 0px;
} 
 
#primary .share-menu h2 {
	float: left;
	height: 15px;
	margin-top: 2px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	background-repeat: no-repeat;
	color: #888;
}
 
#primary .share-menu a {
	float: left;	
	display: block;
	width: 16px;
	height: 16px;
	margin: 8px 0px 0px 10px;
}
 
 
 
#secondary ul.sidebar.default .share-menu .contain {
	padding-bottom: 0px;
	position: relative;
} 
 
#secondary ul.sidebar.default .share-menu h2 {
	height: 15px;
	margin: 14px 10px 8px 14px;
}
 
#secondary ul.sidebar.default .share-menu a {
	float: left;	
	display: block;
	width: 16px;
	height: 16px;
	margin: 12px 0px 0px 10px;
}

/* hack to add g+ button - this needs to be reformatted with the upcoming social share updates */
#secondary ul.sidebar.default .share-menu span.gplus {
	position: absolute;
	top: 13px;
	left: 167px;	
}
 
.share-menu a.mail {
	background: url(../images/share-mail.gif) 0px 0px no-repeat;
}
 
.share-menu a.facebook {
	background: url(../images/share-facebook.gif) 0px 0px no-repeat;
}
 
.share-menu a.twitter{
	background: url(../images/share-twitter.gif) 0px 0px no-repeat;
}
 
.share-menu a.wordpress {
	background: url(../images/share-wordpress.gif) 0px 0px no-repeat;
}
 
.share-menu a.blogger {
	background: url(../images/share-blogger.gif) 0px 0px no-repeat;
}
 
.share-menu a.tumblr {
	background: url(../images/share-tumblr.gif) 0px 0px no-repeat;
}
 
/* @end */
 
/* @group Forms */
 

/* Login form */

body.iframed fieldset.login-modal-header {
  border-bottom: 1px solid #d1d1d1;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding-top: 30px;
  margin: 0 0 20px 0;
  overflow: initial;
  width: 690px;
}
	.responsive fieldset.login-modal-header {
		padding: 13px 25px 17px;
	}

fieldset#sign-in-create-account h3:first-child { border-right: 1px solid #ccc; }

#feature-slider .sp-buttons {
	display: none;
}
#feature-slider {
	margin-bottom: 20px;
}

.login-modal-header h3 {
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
	.responsive .login-modal-header h3 {
		margin-bottom: 0;
	}

#sign-in-create-account h3 {
  color: #b17b33;
  cursor: pointer;
  display: inline-block;
  width: 49%;
}
#sign-in-create-account h3.active {
  color: #39322a;
  position: relative;
}
  #sign-in-create-account h3.active:after {
    background-color: white;
    border: 1px solid #d1d1d1;
    border-width: 1px 0 0 1px;
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -27px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
  }

.login-content {
  clear: both;
  text-align: center;
  max-width: 690px;
  margin: auto;
}
  .login-content p { color: #606060; }
  
a.login-social {
  background: url('../images/form-social-login-sprite.png') no-repeat 0 0;
  display: block;
  height: 36px;
  width: 177px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 auto 15px auto;
  padding-left: 47px;
  text-align: left;
}
  .login-social.fb { background-position: 0 0; }
  .login-social.tw { background-position: -224px 0; }
  .login-social.gp { background-position: -448px 0; }
  
    .login-social.fb:hover { background-position: 0 -36px; }
    .login-social.tw:hover { background-position: -224px -36px; }
    .login-social.gp:hover { background-position: -448px -36px; }

.login-sep {
  border-color: #ccc;
  border-width: 0 0 1px 0;
  margin: 25px auto 0;
  width: 342px;
}

@media (max-width: 767px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
	input.text-field,
	input.password-field,
	textarea {
		font-size: 16px;
	}
}

#login_form input#id_email, input#id_password {
	width: 210px;
}

#login_form input#id_password, #id_regpassword, #id_regpassword2 {
	margin-top: 10px;
}

#register_form #id_last_name, #register_form #id_first_name, #id_regemail, #id_regpassword, #id_regpassword2 {
	width: 210px;
}

#login_form ul li.checkbox.alert {
    max-width: 220px;
    margin: 0 auto 10px;
    border-width: 1px;
    border-style: solid;
    font-size: .875em;
    position: relative;
    left: -2px;
}

#login_form ul li label.password, #register_form ul li label.password {
	top: -5px;
}

#login_form ul,
#register_form ul {
  width: 220px;
  margin: 0 auto;
}

.contact-form #id_country{
    width: 242px;
}

.contact-form #id_state{
    width: 113px;
}

.contact-form ul li
{
    margin: 7px 0;
}
 
#phone-form{
    width: 500px;
}

a#forgotPassword {
	text-decoration: underline;
}

p.info.small {
	font-size: 12px;
	margin-top: 10px;
}

p.info {
	color: #606060;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 20px;
}
  
#donate-form fieldset#your_information div.column{
	width: 330px;
}
 
#donate-form fieldset#your_information div.column.right{
	padding-left: 50px;
}
 
#donate-form fieldset#gift_information,
#donate-form fieldset#payment_information{
	width: 330px;
	float: left;
}
 
#donate-form fieldset#gift_information{
	float: right;
}
 
#donate-form textarea#id_gift_comments {
	margin-top: 10px;
	width: 325px;
	height: 121px;
}
 
 
form#subscribe_form fieldset #id_country,
form#subscribe_form fieldset #id_state,
form#subscribe_form fieldset #id_billing_country,
form#subscribe_form fieldset #id_billing_state {
	width: 227px;
}
 
fieldset#dashboard_your_information .column {
	width: 250px;	
}
 
form#subscribe_form #id_first_name,
form#subscribe_form #id_last_name,
#id_gift_last_name,
#id_gift_first_name {
	width: 100px;
}
 
fieldset#dashboard_your_information .column.right {
	width: 260px;
	padding-left: 18px;
	padding-bottom: 15px;
}

fieldset#dashboard_your_information #id_area_code {
	width: 90px;
}

fieldset#dashboard_your_information #id_phone_number {
	width: 117px;
}

.flash_message {
        width: 100%;
        background-color: #ffffcf;
        padding: 10px;
        font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
        text-align: center;
}

div.gift-subscription-info {
	position: relative;
	padding: 20px;
	margin: 10px 0px;
	/*border-left: 2px solid #ddd;*/

	border: 1px solid #ddd;
	background-color: #fff;


	/*background-color: #f1f2f3;*/
	/*border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;*/
}

fieldset#subscription-detail {
		/*background-color: #f1f2f3;*/

}
 
form#subscribe_form #your_information div.column.right {
	width:245px;
}
 
 
#pledge-form #your_information div.column.right {
	width: 340px;
}
 
#tabletalk_subscription div.subscription-type ul li, #subscription-period ul.radio ul li label  {
	font-weight: normal;
	margin: 5px 11px 5px 0px;
}

#tabletalk_subscription div.subscription-plans {
	float: left;
	width: 550px;
	margin-bottom: 20px;
	clear: both;
}
 
#tabletalk_subscription div.subscription-plans ul {
	float: left;
	padding: 0px;
}
 
#tabletalk_subscription .mailing-address {
	clear: both;
}
 
#tabletalk_subscription .mailing-address ul {
	width: 400px;
}
 
#tabletalk_subscription .mailing-address ul input {
	width: 100%;
}

ul.contact-form input {
	width: 283px;
}

body.iframed fieldset{
	padding: 0;
	border: none;
	margin: 0;
}

#gift-subscriptions h3 {
	color: #333;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 15px;
}

#gift-subscriptions div.gift-subscription-info.dynamic-form div.subscription-plans ul.radio ul {
	margin-bottom: 15px;
}
 
.popover-form{
	margin: 0 auto 30px;
	padding-top: 30px;
}
 
body.iframed .popover-form{
	padding: 0 10px;
}
 
form .column{
	float: left;
	width: 270px;
}
 
* html .column{
	padding: 0;
	margin: 0;
}
 
.column.right{
	float: right;
}
 
.popover-form fieldset{
 	overflow: visible;
}
 
fieldset#sign-in-create-account{
	/* width: 640px; */
	/* margin: 0 auto; */
	/* overflow: hidden; */
}
 
body.iframed fieldset#sign-in-create-account{
	/* margin: 0; */
	/*padding: 0 20px;*/
	/* overflow: hidden; */
}
 
#registration_info fieldset .column{
	width: 256px;
}
 
fieldset .column{
	width: 250px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
 
form#pledge-form fieldset .column{
	width: 350px;
}
 
body.login-module fieldset{
	padding-right: 40px;
	padding-left: 40px;
}
	@media (max-width: 500px) {
		body.login-module fieldset {
			padding-left: 0;
			padding-right: 0;
		}
	}

	@media (max-width: 400px) {
		#login_form ul,
		#register_form ul,
		#login_form input#id_email,
		input#id_password {
			width: 100%;
		}

		#login_form ul,
		#register_form ul {
			padding: 0 1em;
		}

		#login_form ul li.checkbox.alert {
			max-width: initial;
		}
	}
 
.popover-form fieldset #sign-in-form.column{
	width: 260px;
}
 
.popover-form fieldset #create-account-form.column{
	width: 300px;
	padding-left: 35px;
	margin-bottom: 20px;
}
 
* html .popover-form fieldset .column{
	width: 310px;
}
 
fieldset .column.right{
	border-left: 1px dotted #e1e1e1;
	padding-left: 35px;
}
 
#primary fieldset .column.right{
	padding-left: 13px;
}
 
fieldset .more-tab{
	position: absolute;
	bottom: -30px;
	right: 10px;
	height: 30px;
	width: 100%;
}
 
fieldset p{
	margin: 0;
	z-index: 200;
}
 
fieldset p.subtle{
	width: 560px;
}
 
p.subtle{
	color: #8f8f8f;
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 10px;
}
 
p.highlight {
	background-color: lightyellow;
	color: #a36318;
	padding: 10px 20px;
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
}
 
fieldset p.help-text{
	line-height: 18px;
	font-size: 11px;
	display: none;
}
 
fieldset .bt-content p.help-text{
	display: block;
}
 
ul.error{
	margin-bottom: 10px;
	padding: 5px 0;
	background-color: #fce3e0;
	color: #650403;
	border: 2px solid #f9bbb6;
	width: 100%;
	border-right: none;
	border-left: none;
	overflow: hidden;
}
 
ul.error li{
	margin: 0;
	min-height: 22px;
	line-height: 22px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
 
fieldset textarea{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 3px;
}
 
body.iframed fieldset textarea{
	width: 500px;
}
 
fieldset textarea.focus{
	background: #FFF;
	border: 1px solid #999;
	color: #111;
}
 
fieldset form{
	margin-bottom: 10px;
 
}
 
fieldset ul,
#primary fieldset ul {
	margin: 0;
	list-style: none;
}

ul#subscription-types.radio ul {
	list-style: none;
	margin: 0px;
}
 
fieldset ul.with-bullets{
	margin-top: 10px;
	margin-bottom: 15px;
}
 
fieldset ul li{
	position: relative;
	margin: 4px 0;
}

fieldset ul li.contact-fields input {
	width: 96px;
}
 
fieldset ul#group-list{
	border-top: 1px solid #e6e6e6;
	margin-top: 15px;
	margin-bottom: 15px;
}
 
ul#group-list li{
	border-bottom: 1px solid #e6e6e6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	position: relative;
}

#registration_info ul#group-list input.email {
	width: 140px;
}

#registration_info select#id_title {
	width: 54px;
}

#registration_info ul#group-list input, #registration_info ul#group-list select {
	margin-left: 6px;
	margin-bottom: 10px;
}

#registration_info #your_information input#id_email,
#registration_info #your_information input#id_email_confirm{
	width: 233px;
}

#registration_info #your_information #id_address1, #registration_info #your_information #id_address2 {
	width: 233px;
}

#registration_info #your_information #id_country {
	width: 244px;
}

#registration_info #your_information #id_city {
	width: 105px;
}

/* Area Code and Phone Number */


#registration_info #your_information .phone-number {
    width: 233px;
}

ul#group-list li a.delete{
	position: absolute;
	top: 10px;
	right: 10px;
	overflow: hidden;
	text-indent: -100px;
	background: #fffeff url(../images/checkout-close-button.gif) no-repeat center center;
	display: block;
	width: 25px;
	height: 25px;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .6;
	-moz-opacity: .6;
}
 
ul#group-list li a.delete:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}
 
ul#group-list a.delete{
	display: block;
	background: url(../images/checkout-close-button.gif) no-repeat center center;
	height: 26px;
	width: 26px;
	overflow: hidden;
	text-indent: -1000px;
	position: absolute;
	top: 11px;
	right: 5px;
	filter:alpha(opacity=5);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
 
ul#group-list a.delete:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
 
ul#group-list li span.include-meal{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
 
body.iframed fieldset#enewsletter-sub-form{
	width: 600px;
}

@media (max-width: 640px) {
	body.iframed fieldset#enewsletter-sub-form {
		width: 100%;
	}
}
 
fieldset ul.with-bullets li{
	margin-top: 0;
	margin-bottom: 5px;
	list-style-type: disc;
	margin-left: 25px;
}
 
fieldset ul li li{
	padding: 0 2px;
}
 
fieldset ul.inline li{
	display: inline;
}
 
fieldset ul.radio{
	padding: 0 0 0 8px;
}
 
fieldset ul.radio.inline{
	margin: 0;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
 
fieldset ul.radio.inline li{
	padding: 0;
	display: block;
	float: left;
	line-height: 30px;
	margin-right: 15px;
	margin-bottom: 0;
}
 
fieldset ul.radio.inline input.radio-field{
	width: 16px;
}
 
fieldset ul.radio input.radio-field{
	width: 25px;
	margin: 0;
	border: 0px;
}
 
fieldset ul.radio li{
	height: 100%;
	line-height: 15px;
}
 
fieldset legend{
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	color: #9d9c64;
	background-color: white;
}
 
fieldset p.alert,
fieldset ul li.alert, p.alert, div.disclaimer {
	border: 1px solid #e9e4aa;
	clear: both;
	width: 100%;
	padding: 5px 0;
	border-right-style: none;
	border-left-style: none;
	background-color: #fefadb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8d7e44;
	line-height: 20px;
	text-indent: 10px;
}

div.disclaimer {
	padding-left: 10px;
	padding-right: 10px;
	width: 600px;
	text-indent: 0px;
	padding-bottom:0px;
	margin-bottom: 15px;
}

div.disclaimer p, div.disclaimer ul li, div.disclaimer ul lh {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8d7e44;
}

div.disclaimer ul lh {
	font-weight: bold;
	font-style: normal;
	margin-left: -15px;
}

div.disclaimer ul {
	padding-left: 20px;
	margin: 0px;
}

 
/*
fieldset label.help-text{
	z-index: 100;
	top: -20px;
	left: 0;
	background: url(../images/help-text-bkg-grey.gif) no-repeat left bottom;
	overflow: hidden;
	color: #fff;
	border: 0;
	border-top: 1px solid #FFF;
	text-shadow: #434343 0 -1px 0;
	padding: 1px 6px 5px;
	font: bold 10px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: absolute;
	height: 16px;
}
*/
 
.form-tooltip{
	text-shadow: #333 0 -1px 0;
	background: #555;
	color: #fff;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	padding: 0 5px;
	font: bold 10px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 13px;
	display: block;
	float: left;
	z-index: 10000;
}
 
/* Q-TIP */
 
div.qtip-content.qtip-content div.tip p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 22px;
}
 
.form-label-error{
	line-height: 18px;
}
 
fieldset li div label.help-text{
	top: -19px;
}
 
fieldset input
fieldset textarea{
	color: #676767;
	border-color: #bababa;
}
 
fieldset th{
	font-weight: normal;
}
 
fieldset dl dt{
	font-weight: bold;
}
 
fieldset dl dt,
fieldset dl dd{
	line-height: 30px;
}
 
fieldset table.small input{
	width: 166px;
	margin: 0;
}
 
fieldset table{
	border-top: 1px dotted #ddd;
}
 
fieldset table.small th{
	width: 70px;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
}
 
fieldset table tr.odd th,
fieldset table tr.odd td{
	background: #f0f0f0;
}
 
p.user-info span.date{
	float: right;
}
 
#banner-video{
	margin: 0 auto;
	width: 490px;
	height: 260px;
}
 
fieldset li div{
	display: inline;
	position: relative;
	z-index: 200;
}

.free-resource fieldset li div { z-index: initial; }
.free-resource div.error-message-tip { z-index: 1; }
 
#primary fieldset#gift_information,
#primary fieldset#payment_information{
	float: left;
	width: 312px;
}
 
#primary fieldset#gift_information,
#primary fieldset#payment_information{
	width: inherit;
	float: none;
}
 
#primary fieldset#payment_information{
	width: 568px;
}
 
#primary fieldset#payment_information .column {
	width: 260px;
}
 
#primary fieldset#payment_information .column.right {
	width: 280px;
}
 
#tooltip-container{
	overflow: hidden;
	position: relative;
}

.featured-single { margin-bottom: 30px; }
 
label{
	position: absolute;
	height: 9px;
	line-height: 11px;
	font-size: 9px;
	top: -11px;
}
 
ul.radio label,
label.checkbox_label{
	position: relative;
	top: 0;
	left: 0;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#subscription-types ul li label {
	
}
 
label.checkbox_label{
	margin-left: 5px;
}
 
#additional-info-wrapper{
	clear: left;
	background-color: #ededed;
	padding: 10px 16px;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
}
 
#pledge-form #additional-info-wrapper p {
	margin: 10px;
}
 
#pledge-form #additional-info-wrapper select {
	margin-left: 5px;
}
 
#reset_form p {
	font-size: 22px;
	margin-bottom: 20px;
}

#reset_form label {
    position: relative;
    height: auto;
    top: 0;
    display: block;
    font-size: 12px;
    line-height: 18px;
}
 
#password-contain {
	margin-bottom: 130px;
}
 
#reset_form input.button.submit-field {
	margin-top: 20px;
}
 
 
/* @group Donate Form / Secure Info */
 
form#donate-form,
form#pledge-form,
#donate-info {
	width: 800px;
	margin: 0px auto;
}

/* @group New Resource Form */

/* Free Resource */

.free-resource-wrap * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.free-resource-wrap img {
    max-width: 100%;
    height: auto;
}

.free-resource-wrap #module-contain,
.free-resource-wrap #donate-info {
    width: 100%;
    margin: 0 auto;
}

.free-resource-wrap #module-header {
    background: #768d2f;
}
.free-resource-wrap #module-header a {
    display: block;
    margin-top: 10px;
}
.free-resource-wrap #module-header em  {
    color: white;
    font-size: 18px;
    margin-top: 14px;
    text-align: right;
}

form#new-contact-form {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

#new-contact-form h1 {
    margin-bottom: 20px;
}

.free-resource-wrap .img-holder img { margin-bottom: 10px; }

#new-contact-form div.free-resource {
	margin-bottom: 30px;
}

#new-contact-form div.free-resource p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}

#new-contact-form #your_information {
	max-width: 400px;
}
#new-contact-form #your_information select,
#new-contact-form #your_information input[type=text] {
    margin-top: 0;
    margin-bottom: 8px;
    width: 100%;
}
#new-contact-form #your_information li {
    display: block;
    clear: both;
}
#new-contact-form .info {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-style: italic;
}
#new-contact-form .small {
    font-size: 12px;
}

#new-contact-form .button {
    background:-webkit-gradient(linear,left top,left bottom,from(#cf5e20),to(#cf4219));
    background:-webkit-linear-gradient(#cf5e20, #cf4219);
    background:   -moz-linear-gradient(#cf5e20, #cf4219);
    background:     -o-linear-gradient(#cf5e20, #cf4219);
    background:        linear-gradient(#cf5e20, #cf4219);
    border: 1px solid #d84c0e;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    color: white;
    display: block;
    margin: 12px auto 20px;
    padding: 4px 15px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    width: 180px; height: auto;
    letter-spacing: 1px;
}

#new-contact-form input.default {
    color: #888;
}
.free-resource-wrap div#secure-logos a { float: right; }



/* @end */
 
div#donate-info {
	clear: both;
	height: 200px;
}
 
fieldset{
	position: relative;
	border: 1px solid #dee0e0;
	padding: 13px 25px 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	margin-bottom: 25px;

	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
	margin-top: 10px;
}

* html fieldset{
	padding: 15px;
}
 
* html fieldset ul{
	margin-top: 15px;
}
 
.fieldset-footer{
	width: 100%;
	clear: both;
	overflow: hidden;
	position: relative;
}
 
.fieldset-footer button{
	float: right;
}
 
form#donate-form div#donate-info .mail,
form#pledge-form div#donate-info .mail,
#primary form div#donate-info .mail {
	background-color: #f4f3f0; 
	padding:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;
	display: block;	
	margin-top: 10px;
	width: 443px;
	color: #817438;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
 
#primary form div#donate-info .phone {
	float: left;
	margin-bottom: 10px;
	width: 310px;
}
 
#primary form div#donate-info .mail {
	width: 415px;
	clear: both;
}
 
div#secure-logos {
	float: right;
}
 
div#secure-logos a {
	display: block;
	float: left;
}

div#donate-info div#secure-logos a.charity-nav {
    margin-top: 11px;
    margin-right: 11px;
}
 
#donate-form a.privacy,
#pledge-form a.privacy,
#primary a.privacy {
	margin-top: 10px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

li.city-state input {
	width: 100px;
}

#gift-subscriptions div.gift-subscription-info.dynamic-form a.delete-row {
	position: absolute;
	top: 6px;
	right: 10px;
}

 
.fieldset-footer {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
 
.round-contain {
	display: block;
	margin-bottom: 40px;
	clear: both;
	-webkit-border-radius: 5px;
	padding: 11px 11px 12px;
	background-color: #edefe8;
}

#subscribe-charge-label {
	display: inline;
	font-style: italic;
	color: #666;
}
 
#donate-form input.button,
#pledge-form input.button{
	display: block;
	border: 1px solid #ccd191;
	padding: 7px 35px 7px 55px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	height: auto;
	width: 240px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/donate-submit-icon.gif);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.is-ie7 #donate-form input.button,
.is-ie7 #pledge-form input.button{
	
}

#donate-form .mail a.button,
#pledge-form .mail a.button,
#primary form .mail a.button {
	background: #c9d37f url(../images/button-grey-grad.gif) repeat-x;
	border: 1px solid #d1ccc1;
	margin-left: 10px;
	color: #817438;
	text-shadow: #fff 0px 1px 2px;
} 
 
#donate-form .mail a.button span,
#pledge-form .mail a.button span,
#primary form .mail a.button span {
	background:  url(../images/donate-thick-arrow.gif) no-repeat 0px 1px;
	padding-left: 19px;
}
 
 
 
 
form#donate-form div#donate-info p,
#primary form div#donate-info p {
	padding: 8px 14px 8px 24px;
	color: #7c9108;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
}
 
 
div#donate-info .method {
	float: left;
}
 
 
/* @end */
 
 
/* @end */
 
#ministries div#gallery .cycle-control {
	display: none;
}
 
#ministries div#gallery {
	margin-bottom: 30px;
}
 
 
div#gallery img {
	display: block;
	margin: 0px auto;
}
 
#ie6-warning{
	width: 100%;
	background: #fdf2af;
	border: 2px solid #d7b32d;
	border-left: 0;
	border-right: 0;
	padding: 10px 0;
	margin-top: 3px;
}
 
#ie6-warning p{
	width: 960px;
	margin: 0 auto;
}
 
div.alert-message{
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	line-height: 30px;
	margin: 0;
	padding: 0;
	z-index: 100000;
	border-bottom: 2px solid #8e3800;
	box-shadow: rgba(0,0,0,0.3) 0 3px 6px;
	background-color: #dde29d;
	width: 100%;
	border-color: #8d8c3c;
}
 
div.alert-message p{
	text-align: center;
	color: #a36317;
	font: bold 14px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	opacity: 1;
	margin: 0;
	padding: 0;
}
 
div.alert-message p a{
	text-decoration: underline;
	padding: 1px 0px 3px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div.alert-message.browser-upgrade{
	background-color: #FF0000;
}

div.alert-message.browser-upgrade p{
	color: #000000;
}

/* @tabletalk slider rework - Paul - 03/18/10 */
 #issue-info h3 {
	font: normal bold 13px Helvetica, Arial, Geneva, sans-serif;
	color: #52504a;
}

 #issue-info h3 a {
	font: normal bold 13px Helvetica, Arial, Geneva, sans-serif;
	color: #a36343;
}

 #issue-info hr {
	margin: 12px 0;
}

 #issue-info .author {
	font: normal 11px Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
}

 /* Tabletalk account digital downloads */

table th.tt-download-date
{
    width: 120px;
}

/* Collection Specfic */

#primary.collection .col-right {
    width: 380px;
}


/* Weird fix for Typogriphy adding as span.caps to the markup - not sure why it does this */

#primary ul.expanding-home li h4 a span.caps {
	clear: all;
	font-family: inherit;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	padding: 0px;
	margin: 0px;	

}
.contact-control{
    float: right;

}



/* Responsive Grid */

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 939px;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; } }
    
@media only screen and (min-width: 40.063em) {

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    position: relative;
    width: 8.33333%; }

  .medium-2 {
    position: relative;
    width: 16.66667%; }

  .medium-3 {
    position: relative;
    width: 25%; }

  .medium-4 {
    position: relative;
    width: 33.33333%; }

  .medium-5 {
    position: relative;
    width: 41.66667%; }

  .medium-6 {
    position: relative;
    width: 50%; }

  .medium-7 {
    position: relative;
    width: 58.33333%; }

  .medium-8 {
    position: relative;
    width: 66.66667%; }

  .medium-9 {
    position: relative;
    width: 75%; }

  .medium-10 {
    position: relative;
    width: 83.33333%; }

  .medium-11 {
    position: relative;
    width: 91.66667%; }

  .medium-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; } }
    
@media only screen and (min-width: 64.063em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }
    

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
    
  .hide-for-medium-up { display: inherit !important; }
  .show-for-tiny { display: none !important; }
  
@media screen and (min-width: 641px) {
    .hide-for-medium-up { display: none !important; }
}


@media screen and (max-width: 640px) {
    .free-resource-wrap #module-header em { line-height: 1; }
    .free-resource-wrap .img-holder { text-align: center; }
    #new-contact-form #your_information {
    	width: 100%;
    	max-width: 100%;
    }
    #new-contact-form #your_information select,
    #new-contact-form #your_information select#id_title {
        width: 100%;
    }
    .free-resource-wrap div#secure-logos { float: none; margin-top: 50px; text-align: center; }
    .free-resource-wrap div#secure-logos a { float: none; display: inline-block; vertical-align: top; }
}
@media screen and (max-width: 450px) {
    .show-for-tiny { display: inherit !important; }
    .free-resource-wrap #module-header a  { margin-top: 13px; }
    .free-resource-wrap #module-header em { font-size: 14px; margin-top: 17px; }
}
@media screen and (max-width: 356px) {
    .free-resource-wrap #module-header a { margin-top: 16px; }
    .free-resource-wrap #module-header em { font-size: 12px; margin-top: 18px; }
}
