@import 'blueprint/screen.css';
@import 'thickbox.css';

body {
	background: #0D3768 url(../images/bg_body.png) repeat-x;
	background-attachment: fixed;
}

#header {
	width: 980px;
	margin: 0 auto;
	background: url(../images/bg_header4.png) no-repeat;
	padding: 0;

}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(../images/bg_horizontal.png) repeat-y;
	padding: 0;
	position: relative;
}

.clear {
	clear: both;
	}

a {
	text-decoration: none;
	color: #0D3768;
}

img {
	border: none;
}
.container .wrap {
	padding: 0 15px;
}

.wrap {
	border: none;
	margin: 10px 0;
}

.content {
	float: right;
	width: 757px; /*body (800) - left (200) - borders (1 x 4) */

}

.left {
	float: left;
	width: 190px; /*body (800) - content (506) + borders (1 x 6) */
	margin-top: 15px;
}

.right {
	float: right;
	width: 220px;
	margin-top: 20px;
}

#page_bottom {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	height: 20px;
	background: url(../images/bg_footer.png) no-repeat;
	background-position: bottom center;

}

#developed_by {
	width: 950px;
	margin: 0 auto;
	text-align: right;
}

/* = Top Navigation
	*********************************************/

	#top_navigation {
		list-style: none;
		text-align: right;
		position: relative;
		top: 23px;
		padding: 0px;
		width: 946px;
		margin: 0 auto;
		background: #092443 url(../images/bg_top_nav.png) repeat-x;
	}

	#top_navigation a {
		font-size: 12px;
		color: #fff;
		padding: 0 .5em;
		text-decoration: none;
	}

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

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

	#header .logo {
		float: left;
		width: 206px;
		height: 157px;
		margin: 2px 0 0 0;
		padding: 0;
		clear: both;
		background: #fff;
		}

		#header .logo a {
			display: block;
			margin-top: 12px;
			margin-right: 16px;
			padding: 0;
			margin-bottom: 10px;
			}

		#header form {
			text-align: left;
			margin-top: -10px;
			margin-left: 10px;
		}

		#header form label {
			font-size: 14px;
			font-family: serif;
			font-weight: normal;
			font-style: italic;
			color: grey;
			margin-bottom: 0;
		}

		#header input {
			background: #fff;
			font-size: 11px;
			width: 172px;
			border-bottom: 1px solid #e3e3e3;
			border-right: 1px solid #e3e3e3;
			padding: 3px;
			}

	#header .banner {
		float: right;
		width: 740px;
		height: 157px;
		margin-top: 2px;
		margin-right: 0;
		background: url(../images/bg_banner5.jpg) no-repeat;
		position: relative;
	}

		#header .slideshow {
			float: right;
			height: 157px;
			width: 350px;
			padding:0;
			margin:0;
			overflow: hidden;
		}

		#header .slideshow img {
			height: 157px;
			width: 350px;
			top:0;
			left:0;
		}

		#header .callout {
			position: absolute;
			left: 368px;
			top: 0;
			height: 157px;
			width: 67px;
			background: url(../images/bg_banner_callout.png) no-repeat;
			z-index: 999;
			}

/* = Footer
	*********************************************/

.footer {
	clear: both;
	border-top: 1px dashed #e3e3e3;
	margin: 10px 10px;
	text-align: center;
	font-size: 10px;
}

	.footer .wrap {
		background: #e3e3e3;
		padding: 10px;
	}

	.footer a {
		color: #666;
		text-decoration: none;
		font-size: 12px;
	}

	.footer a:hover {
		text-decoration: underline;
	}

/* = Left
	*********************************************/

.left .wrap {
	margin-left: -5px;
	padding-top: 10px;
}

.left ul.main_menu {
	list-style: none;
	padding: 0;
	margin: 0;
}


.left ul.main_menu li {
	}

/*
.left ul.main_menu a {
	display: block;
	height: 2em;
	line-height: 30px;
	width: 175px;
	padding-left: 10px;
	color: #000;
	background: #ccc url(../images/bg_menu2.png) no-repeat;
	background-position: top left;
	text-decoration: none;
}
*/


.left ul.main_menu a {
	display: block;
	height: 26px;
	line-height: 30px;
	width: 175px;
	padding-left: 10px;
	color: #000;
	background: #ccc url(../images/bg_menu2.png) no-repeat;
	background-position: top left;
	text-decoration: none;
}

.left ul.main_menu a:hover {
	font-style: italic;
	text-decoration: underline;
}

.left li ul {
	display: none;
}

.left li.active ul {
	display: block;
	margin-top: -3px;
	margin-bottom: 9px;
}

.left li.active ul a {
	width: 140px;
	padding-left: 5px;
	margin-bottom: -10px;
	background: none;
}

.article {
	width: 185px;
	font-size: 11px;
	background: #fff url(../images/bg_side_article.png) no-repeat;
	background-position: bottom left;
	margin-top: 15px;
}

	.article h1 {
		background: #085F94 url(../images/bg_side_article_h1.png) no-repeat;
		width: 165px; /* 185px - 20px left padding */
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		margin: 0 0 5px 0;
		padding: 5px 0 5px 20px;
	}

	.article p, .article ul, .article a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.article ul a {
		padding: 0;
	}

	.article a.article_button {
		display: block;
		clear: both;
		padding-left: 60px;
		height: 20px;
		line-height: 20px;
		width: 124px;
		margin-left: -1px;
		margin-right: -5px;
		/* background: #fff url(../images/bg_side_article_button.png) no-repeat; */
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}

	.article .rss_link_list,
	.article .rss_link_list img {
		text-align: center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}

		.article .rss_link_list a {
			display: block;
			margin-bottom: 1em;
			}

.reading-room-files {
	display: block;
	text-indent: 0;
	margin: 0 5px 2px 5px;
	padding: 0 5px 1px 5px;
	border-bottom: 1px solid #e3e3e3;
	}

/* = Main Content
	*********************************************/
.main {
	float: left;
	/* width: 530px; */ /* content (596) - right (200) - borders (1 x 4)*/
	width: 510px;
}

.main .wrap {
	padding-top: 15px;
	margin-left: 25px;
}

.main a {
	text-decoration: underline;
}

.main h1 {
	font-size: 2em;
	color: #0D3769;
}

	.main h1 span {
		color: #FE0103;
	}

.main h2 {
	margin-bottom: 0;
	color: #0D3769;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	/*
		color: #0D3769;
		font-family: serif;
		font-style: italic;
		font-weight: normal;
	*/
}

.main a.button_signup {
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 0px;
	font-size: 24px;
	font-family: serif;
	font-weight: normal;
	float: left;
	width: 158px;
	height: 43px;
	background: url(../images/button_signup2.png) no-repeat;
	color: #fff;
}

.main a.button_signup:hover {
	font-style: italic;
	text-decoration: underline;
}

/* = Right
	*********************************************/
fieldset {
	border: none;
	}

label {
	display: block;
	margin-bottom: 0;
	}

input, input.text {
	display: block;
	padding:3px;
	margin-bottom: 1em;
	width: 18.5em;
	background:#f6f6f6;
	border:1px solid #bbb;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	}

select, textarea {
	display: block;
	width: 18.5em;
	border:1px solid #bbb;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	}

fieldset#wlpeLoginButtons {
	padding-top: 1em;
	}

#wlpeTermsOfService {
	/* background: red; */
	}

.wlpeMessage {
	font-size: 14px;
	color: #fff;
	}

.wlpeMessage p {
	padding: 10px;
	margin: 0;
	}

.wlpeMessage .error {
	padding: 0;
	border: 0;
	}
#scheduling_form form, form
{
	margin-top: 1.5em;
	padding-bottom: 35px;
}
#scheduling_form textarea, #scheduling_form #wlpeTosCheckbox {
	display: inline;
	}

#scheduling_form textarea {
	width: 16.5em;
	height: 8em;
	}

#scheduling_form img, em
{
	background: none;
}

#scheduling_form input.text, #scheduling_form select
{
  width: 16.5em;
  display: inline;
}

#scheduling_form fieldset
{
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #e3e3e3;
	background-color: #fff;
}

#scheduling_form legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

#scheduling_form fieldset ol
{
	padding: 1em 0 0 0;
	list-style: none;
	zoom: 1;
}

#scheduling_form fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

#scheduling_form label
{
	position: relative;
	float: left;
	width: 12em;
	margin-right: 1em;
	display: inline;
	margin-bottom: 0;
}

#scheduling_form label em
{
	position: absolute;
	left: 12em;
	top: 0;
	display: inline;
}

#scheduling_form fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}

fieldset.submit input {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */

  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
fieldset.submit input:hover {
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

.hidden, input.hidden, fieldset.submit .hidden, #wlpeUserHiddenPhoto {
	display: none;
	}

.checkbox, .radio, #wlpeTosCheckbox {
	width: 13px;
	}

.latest_news h2 {
	color: red;
	}

.latest_news .rss_header_image img {
	float: right;
	margin-top: -40px;
	margin-bottom: 0;
	}

.latest_news p img {
	display: none;
	visibility: none;
	}

#cfMessage {
	width: 450px;
	height: 375px;
	}

.cc_error {
	position: absolute;
	background: #FBE3E4; color: #D12F19; border-color: #FBC2C4;
	text-align: left;
	padding: 3px;
	left: -10px;
	top: 179px;
	}

.cc_success {
	text-align: left;
	position: absolute;
	top: 133px;
	background: #E6EFC2; color: #529214; border-color: #C6D880;
	padding: 5px;
	margin-left: 11px;
	width: 175px;
	font-size: 11px;
	}

#wlpeNewPasswordInfo {
	padding: 0 15px;
	margin-bottom: -5px;
}

input[type=hidden] { visibility: hidden; }

.home-donate {
	float: right;
	margin-left: 15px;
	padding: 10px;
	border: 1px solid #C6D2E0;
	width: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #C6D2E0 url(http://www.alsministries.com/assets/images/bg_body.png) 0 -250px;
}

.donate-caption {
	margin: -15px 0 0 3px;
	/* text-decoration: underline; */
	font-size: 12px;
	color: #fff;
	font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.content #campaign-toolbox {
	margin-top: 5px;
	}
	
.content #campaign-toolbox h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	/* margin-left: 200px; */
	margin-left: 95px;
	}

.content #campaign-toolbox ul {
	/* margin-left: 215px; */
	margin-left: 110px;
	}
	
.content #campaign-toolbox .icon {
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	width: auto;
	}

.content #campaign-toolbox br.clear {
	clear: both;
	}

#campaign-toolbox-big .content #campaign-toolbox h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	/* margin-left: 200px; */
	margin-left: 150px;
	}

#campaign-toolbox-big .content #campaign-toolbox ul {
	/* margin-left: 215px; */
	margin-left: 165px;
	}
	
.sharethis {
	padding-top: 10px;
	}

#latest-news .main .news_articles {
	padding: 10px 0;
	border: none;
	}

#latest-news .main .latest_news {
	background: none;
	border: 1px solid #e3e3e3;
	margin-bottom: 20px;
	}
	
	#latest-news .main .latest_news h3 {
		background: #092443;
		border-bottom: 1px solid #000;
		padding: 5px;
		margin-bottom: 5px;
		color: #fff;
		font-size: 14px;
		}
			
			#latest-news .main .latest_news h3 a {
				color: #fff;
				text-decoration: none;
				}
				
			#latest-news .news_content {
				padding: 5px;
				margin-bottom: 5px;
				}
					
		#latest-news .news_link {
			width: 100%;
			background: #e3e3e3;
			border-top: 1px solid #999;
			text-align: right;
			}

			#latest-news .news_source {
				margin: 5px;
				float: left;
				font-style: italic;
				color: #999;
				}
				
				#latest-news .news_link a {
					display: block;
					padding: 5px;
					margin-right: 10px;
					text-align: right;
					}
		
					#latest-news .news_link a span.arrow {
						text-decoration: none;
						}

#ditto_pages {
	margin-bottom: 10px;
	margin-top: -5px;
	}
	
	#ditto_pages .ditto_currentpage {
		border: 1px solid black;
		padding: 1px 5px 2px; 
		margin-right: 1px;
		/* background-color: #008CBA;  */
		background-color: #0D3768;
		color: #fff;
		} 

	#ditto_pages .ditto_off {
		border: 1px solid #ccc;
		padding: 1px 5px 2px; 
		margin-right: 1px;
		color: #ccc;
		}

	#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
		/* border: 1px solid #008CBA;  */
		border: 1px solid #0D3768;
		padding: 2px 5px 2px; 
		margin-right: 1px; 
		text-decoration: none !important; 
		color: black;
		} 

	#ditto_pages a:hover {
		/* background-color: #008CBA; */
		background-color: #0D3768;
		color: #fff;
		border: 1px solid #ccc;
		}

#tooltip {
	position: absolute;
	z-index: 3000;
	/* border: 1px solid #111; */
	/* background-color: #eee; */
	padding: 5px;
	/* opacity: 0.85; */
	background: #FFF6BF; color: #817134; border-color: #FFD324;
}

	#tooltip h3, #tooltip div { margin: 5px; font-size: 12px; line-height: 1.3em}
	
/*
	#tooltip.pretty {
		font-family: Arial;
		border: none;
		width: 210px;
		padding:20px;
		height: 135px;
		opacity: 0.8;
		background: url('shadow.png');
		}

	#tooltip.pretty h3 {
		margin-bottom: 0.75em;
		font-size: 12pt;
		width: 220px;
		text-align: center;
		}
	
	#tooltip.pretty div { width: 220px; text-align: left; }
	
	#tooltip.fancy {
		background: url(../images/tooltip-shadow2.png);
		padding-top: 5em;
		height: 100px;
		}
*/

#scheduling_form #wlpeUserRegisterForm fieldset.edit-your-profile button,
#scheduling_form #wlpeUserRegisterForm fieldset.edit-your-profile a.button {
	margin: 10px;
	}

#logged-out .sharethis {
	display: none;
	}

h3.member-menu {
	padding-top: 15px;
	margin-bottom: 2px;
	padding-left: 12px;
	}

#manage_tpl th {
	background: #000;
	color: #fff;
	}
	
#manage_tpl td {
	padding-right: 20px;
	min-width: 100px;
	text-transform: capitalize;
	}

#manage_tpl .action-button {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	min-width: 20px;
	}

#manage_tpl .userslist button { 
	display: block; 

	}

#manager-access .left {
	position: absolute; top: 0px; left: 15px;
	}