@charset "utf-8";
/* CSS Document */
@import url("am_sermons.css");

/* =Global
---------------------------------------------------------------------
*/

* {
	margin:0;
	outline:none;
	padding:0;
}

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

body{
	background:#89D7DF url(/images/body_bg.jpg) repeat-x scroll top left;
	line-height:145%;
	font-family:"Lucida Sans Unicode", "Trebuchet MS", verdana, arial;
	font-size:13px;
}

h1,
h2,
h3,
h1 a,
h2 a,
h3 a {
	color:#2C515F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	color:#457f95 !important;
	text-decoration: underline !important;
}


h4 {
	background-color:#8AC6CD;
	color:#CCEAEE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	padding:5px 10px;
	width:100%;
}

/* ARAM ADDED */
h4 {
	background-color:#446773;
	color:#CCEAEE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	padding:5px;
	width:100%;
	background-image:url(/am_cms_media/bkgd_acc.jpg);
	color:#fff;
}

h5 {
	color:#2C515F;
	NOfont-family:Arial,Helvetica,sans-serif;
	NOfont-size:13px;
	NOtext-transform:uppercase;
}

h6 {
	color:#5DAA1F;
	font-family:"Georgia",Helvetica,Arial,sans-serif;
	font-size:18px;
	margin-bottom:15px;
}

p {
	color:#363636;
	NOfont-family:Arial,Helvetica,sans-serif;
	NOfont-size:11px;
	NOline-height:20px;
	margin:5px 0 15px;
}

a, a:visited {
	color:#488B13;
	text-decoration:none;
}

a:hover, a:active {
	color:#5DAA1F;
	text-decoration:underline;
	NOfont-size:1.1em;
}

ul, ol {
	margin:5px 20px 15px;
}

ul {
	NOlist-style-image:url(/images/bullet.gif);
}

li {
	color:#222;
	NOfont-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	NOfont-weight:bold;
}

table {

}

td {

}

blockquote, .blockquote {
	background:transparent url(/images/blockquote_bg.jpg) repeat-y scroll top left;
	border:0;
	display:block;
	margin:0;
	padding:3px 0 3px 15px;
}

hr {
	background-color:#AEDBE1;
	border:0 none;
	color:#AEDBE1; /* required by IE */
	height:1px;
	margin:15px 0;
}

a img {
	border:0;
}

/* =Wrappers, Containers, and Headers
---------------------------------------------------------------------
*/

#am_wrapper {
	background:transparent url(/images/wrapper_bg.jpg) no-repeat scroll top center;
	min-height:660px;
	-height:660px;
	width:100%;
}

#am_container {
	margin:0 auto;
	width:910px;
}

#header {
	min-height:147px;
	-height:147px;
}

#flash_nav, #flash_nav a{
	color:#fff !important;
	font-family:Arial, Helvetica, sans-serif;
}
#flash_nav #access li{ float:left; margin:0 40px 0 0; padding:0;}
#flash_nav #access li a {font-weight:bold; text-transform:uppercase; font-size:12px; text-decoration:none;}
#flash_nav #access li a:hover{ text-decoration:underline;}
#flash_nav #access li ul {margin:0;}
#flash_nav #access li li a {font-weight:normal; text-transform:none;}
#flash_nav #access li li { float:none; margin:auto; margin:0; }
#flash_nav #access{
	padding-bottom:30px;
}

#pagebody {
	margin-top:-30px;
	position:absolute;
}

/* =Navigation
---------------------------------------------------------------------
*/

#nav {
   	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:122px 0 0;
	position:absolute;
	width:1px;
	z-index:999;
}

#nav li {
	display:inline;
	float:left;
}

#nav li a {
	display:block;
	font-size:1px;
	height:0px;
	line-height:0px;
	text-decoration:none;
	text-indent:-9999px;
}

#nav li ul {
	background:#6FC52A url(/images/nav_bg.jpg) repeat-x top left;
	display:block;
	left:-999em;
	margin:0px;
	overflow:visible;
	padding:0px 0px 5px 0px;
	position:absolute;
	text-align:left;
	width:160px;
	z-index:999;
	display:none;
}

#nav li li {
	background:transparent;
	border-bottom:1px solid #AFDF8B;
	display:block;
	float:left;
	line-height:5px;
	margin:0px;
	padding:0px;
	width:100%;
}

#nav li ul ul {
	margin:-22px 0px 0px 160px;
	/* display: none; */
}

#nav li ul ul ul {
	margin:-22px 0px 0px 160px;
	/* display: none; */
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li ul.amhover,
#nav li ul.amhover ul,
#nav li li ul.amhover ul {
	left: auto;
}
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li.amhover ul,
#nav li li li.amhover ul {
	left:auto;
}

#nav li li li {
	display:block;
}

#nav li li a{
	color:#FFFFFF;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:auto;
	line-height:15px;
	padding:5px 10px 6px 10px;
	position:relative;
	text-align:left;
	text-indent:0px;
	width:140px;
}

#nav li:hover, #nav li.hover {
	position:static;
}

#nav li li a:hover{
	background:#276F82 !important;
	display:block;
}

#nav ul.nothover {}

#nav ul.hover {
	left:auto;
}

#nav li {
	display:block;
	margin-left:0px;
}

#nav_issues ul ul {
		
}

/* =Container-Inner
---------------------------------------------------------------------
*/

#left {
	float:left;
	margin:0;
	padding:0;
	width:270px;
}

#right {
	float:left;
	margin:0;
	padding:0;
	width:620px;
}

#full {

}

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

#subheader {
	background:transparent url(/images/flash_header_bg.png) no-repeat scroll top left;
	behavior:url(/scripts/iepngfix.htc); /* PNG for IE6 */
	padding:30px 0 0 13px;
	height:185px;
}

#content {
	background:transparent url(/images/content_bg.png) no-repeat scroll top left;
	behavior:url(/scripts/iepngfix.htc); /* PNG for IE6 */
	padding:45px 71px 0 45px;
	width:504px;
	min-height:634px;
	-height:634px;
}

#content p {
	font-size:1em;
	}

/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar {
	background:transparent url(/images/sidebar_bg.png) no-repeat scroll top left;
	behavior:url(/scripts/iepngfix.htc); /* PNG for IE6 */
	padding:30px 0 0 38px;
	min-height:750px;
	-height:750px;
}

#sidebar .title {
	background:#375D6A url(/images/sidebar_title_bg.jpg) no-repeat scroll top left;
	height:43px;
	overflow:hidden;
	padding:15px 0 0 15px;
	width:187px;
}

#sidebar .title span {
	color:#FFFFFF;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-transform:uppercase;
	width:172px;
}

#sidebar .images {
	margin-bottom:5px;
}

#sidebar .images img {
	margin-bottom:5px;
}

#sidebar .text {
	background:transparent url(/images/text_section_bg.gif) no-repeat scroll top left;
	min-height:419px;
	-height:419px;
	padding:10px 0 0 12px;
	width:190px;
}

#sidebar #home-text {
	min-height:337px;
	-height:337px;
}

#sidebar .text, #sidebar .text p {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#sidebar .text h3 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin-bottom:10px;
	text-transform:uppercase;
}

#sidebar h3.sIFR-replaced {

}

#sidebar .text a {
	color:#FFFFFF;
	font-weight:bold;
}

/* ARAM ADDED */
#sidebar .text a {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding:0 0 5px;
}

#sidebar .text a.small_blue {
	color:#2C515F;
}

#sidebar .text a.small,
#sidebar .text a.small_blue {
	cursor:pointer;
	font-size:9px;
	text-decoration:none;
	text-transform:uppercase;
}

#sidebar .text a.small:hover,
#sidebar .text a.small_blue:hover {
	text-decoration:underline;
}

/*-- Home Page --*/
#home-quicklinks p {
	margin:0;
}

#home-quicklinks img {
	margin-bottom:8px;
}

/*-- Recent Blog Posts --*/
#sidebar .text .recent-post {
	margin:5px 0 15px;
}

#sidebar .text .recent-post .post-title a {
	color:#98D3C2;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#sidebar .text .recent-post .post-title a:hover {
	text-decoration:underline;
}

#sidebar .text .recent-post .info {
	margin-bottom:2px;
}

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

#footer{
	background:transparent url(/images/footer_bg.png) no-repeat scroll top left;
	behavior: url("/scripts/iepngfix.htc"); /* PNG for IE6 */
	clear:both;
	min-height:200px;
	-height:200px;
	width:910px;
}

#footer #search {
	display:block;
	float:right;
	margin-right:40px!important;
	margin-right:20px;
	margin-top:10px;
}

#footer #newsletter {
	display:block;
	float:right;
	margin-right:90px!important;
	margin-right:45px;
	margin-top:10px;
}

#footer .clearClick {
	background:transparent url(/images/input_bg.png) no-repeat scroll top left;
	behavior: url("/scripts/iepngfix.htc"); /* PNG for IE6 */
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px 8px 6px 8px;
	vertical-align:middle;
	width:186px;
	border: 0px;
	
}

#footer .go_button {
	float:left;
	margin-left:5px;
	behavior: url("/scripts/iepngfix.htc"); /* PNG for IE6 */
}

#footer #info {
	display:block;
	float:right;
	margin-right:65px!important;
	margin-right:32px;
	margin-top:85px;
}

#footer #copyright {
	color:#FFFFFF;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
}

#footer #designbyam {
	float:left;
	margin-left:5px;
}

img { behavior: url("/scripts/iepngfix.htc"); /* PNG for IE6 */ }


/* =Miscellaneous
---------------------------------------------------------------------
*/

.post .contreading {
	background: url(/images/readmore.gif) right 1px no-repeat;
	padding-right: 15px;
	color: #2c515f;
}

.post .bloginfo {
	color: #5daa1f;
	font-size: 13px;
}

.post .bloginfo .blue {
	color: #2c515f;
}

.post hr {
	background: #97CAD0;
}

.blog_cat_list h3 {
	margin-left: -8px;
}

.blog_cat_list h3 embed {
	height: 25px !important;
}

.blog_cat_list hr {
	width: 180px;
}

.rss_link {
	font-weight: normal !important;
	background: transparent url(/images/rss.gif) no-repeat scroll 50% 10%;
	padding-left: 28px;
	line-height: 70px;
	display: block;
	float: left;
	font-size: 12px;
	overflow:visible;
}

.podcast_link {
	font-weight: normal !important;
	background: transparent url(/images/podcast.gif) no-repeat scroll 50% 10%;
	padding-left: 28px;
	line-height: 70px;
	display: block;
	float: left;
	font-size: 12px;
	overflow:visible;
}

#blog_list_category {
	list-style:none;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
	margin-left: 5px;
	margin-top: 0px;
}

#search_blogs {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/search_blogs_bg.png) no-repeat scroll left top;
	float:left;
	height:auto;
	height:75px;
	margin:25px 15px 20px;
	position:relative;
	width:189px;
}

#search_blogs #search_term {
	background: transparent;
	border: 0px;
	color: #FFFFFF;
	float: left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin-left:17px;
	margin-top:25px;
	width: 135px;
}

#search_blogs #search_go {
	display:block;
	float:left;
	height:24px;
	left:-5px;
	margin-left:13px;
	margin-top:23px;
	position:relative;
	text-indent:-9999em;
	top:1px;
	width:24px;
	font-size:.9em;
	font-weight:bold;
}

/*
#blog_list_category li {
	font-size: 16px;
	font-weight: normal;
	background: url(/images/bullet.gif) left 51% no-repeat;
	padding-left: 15px;
	line-height: 28px;
	#padding-left: 0px;
}
*/

#blog_list_category li {
	background:transparent url(/images/bullet.gif) no-repeat scroll left 51%;
	font-size:1.1em;
	font-weight:normal;
	padding-left:11px;
}

#blog_list_category li a {
	font-weight: normal !important;
	text-decoration: none;
	text-transform: lowercase;
}

#blog_list_category li a:hover {
	text-decoration: underline;
}

#comments h4 {
	margin-bottom: 10px;
}

#comments label {
	float: left;
	width: 485px;
	color:#5DAA1F;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 3px;
}

#comments textarea {
	border: 1px solid #666;
	float: left;
	width: 385px;
	margin-right: 100px;
}

#comments #comment-submit {
	background: #4F8390;
	border: 2px outset #2C505E;
	padding: 3px 5px;
	color: #fff;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
}

.success {
	display: block;
	background: #cfc url(../images/accept.jpg) 4px 50% no-repeat;
	border: 1px solid #393;
	border-left: 3px solid #393;
	font-size: 11px;
	padding: 5px 24px;
	color: #333;
	margin: 5px 0px 10px 0px;
}

.error {
	display: block;
	background: #fcc url(../images/exclamation.jpg) 4px 50% no-repeat;
	border: 1px solid #c00;
	border-left: 3px solid #c00;
	font-size: 11px;
	color: #333;
	padding: 5px 24px;
	margin: 5px 0px 10px 0px;
}

.notice {
	display: block;
	background: #ffc url(../images/error.jpg) 4px 50% no-repeat;
	border: 1px solid #fc0;
	border-left: 3px solid #fc0;
	font-size: 11px;
	color: #333;
	padding: 5px 24px;
	margin: 5px 0px 10px 0px;
}

.gmap {
	height: 300px;
	border: 1px solid #333;
	padding: 3px;
}

#directions #saddr {
	padding: 5px 10px 4px 10px;
	float: left;
}

#directions #map_submit {
	/* background: #4F8390;
	border: 2px outset #2C505E;
	padding: 3px 5px;
	color: #fff;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold; */
	margin-left: 5px;
	float: left;
}

/* = Forms General  
---------------------------------------------------------------------
*/

#content form.monkForm p,
#content form.monkForm input{
   font-size: 12px;
}

#content form.monkForm input,
#content form.monkForm textarea{
   border: 0 none;
	padding:3px;
}

#content form.monkForm p.data label{
   margin-bottom: 0px;
}

/* BOF override */
#content form.monkForm p.data label {
	display:block;
	float:left;
	font-weight:bold;
	width:160px;
	text-align:right;
	padding:0 10px 0 0;
}

p#formsubmit input {
	/*width:100px;*/
	height:24px;
	}
	
p#formsubmit {
	text-align:center;
	}
	
#content form.monkForm p.data label{
   margin-bottom: 2px;
}
/* EOF override */

#content form.monkForm textarea{
   height: 100px;
}

#content form.monkForm p#data{
   padding: 0;
}


/* = Contact Form  
---------------------------------------------------------------------
*/

div#w2410,
div#w2411,
div#w2412 {
   float: left;
   width: 225px;
}
div#w2413 {
	clear:both;
	}
div#w2410{
   margin-right: 20px;
}

div#w2410 input,
div#w2411 input{
   width: 220px;
   padding: 4px;
}

div#w2412 input,
div#w2413 textarea {
   width: 465px;
}

table h3 {
	font-size:14px;
	}


/* = Newsletter Signup Form  
---------------------------------------------------------------------
*/

#newslettersignup {
	margin-bottom:20px;
}

#newslettersignup h3 {
	margin-bottom:15px;
}

#newslettersignup p {
	#margin:0px;
}

#newslettersignup .label {
	display:inline;
	float:left;
	font-size:12px;
	margin-top:2px;
	margin-bottom:10px;
	width:140px;
	#margin:0px;
}

#newslettersignup .styleit {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:2px 0;
	text-indent:4px;
	width:200px;
}

#newslettersignup select.styleit {
	padding-right:2px;
	text-indent:0;
	width:204px;
}

#newslettersignup #formsubmit {
	margin-top:10px;
	#margin-top:15px;
}

#e-invite_form input.textInput,
#e-invite_form textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:2px 0;
	text-indent:4px;
	width:400px;
}

#e-invite_form p {
	NOfont-size:12px;
}

/* =Editor Styles
---------------------------------------------------------------------
*/

.green, .green * {
	color:#5DAA1F !important;
}

.aqua-blue, .aqua-blue * {
	color:#98D3C2 !important;
}

.navy-blue, .navy-blue * {
	color:#2C515F !important;
}

.small_blue {
	color:#2C515F !important;
}

.small,
.small_blue {
	cursor:pointer;
	font-size:9px;
	text-decoration:none;
	text-transform:uppercase;
}

.small:hover,
.small_blue:hover {
	text-decoration:underline;
}



/* ARAM ADDED */
.sIFR-hasFlash #sidebar .text h3 .sIFR-flash {
	display:none;
	}
	
#sidebar ul#sermon_sort li {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	color:#222222;
	font-size:1em;
	width:184px;
}

#sidebar ul#sermon_sort li a {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding:2px 0 2px 4px;
}

a.podcast_link {
	position:relative;
	left:9px;
}
/* Aram added */