/*  
Theme Name: Arlington Community Church
Theme URI: http://www.arlingtoncommunity.org/
Description: The official theme for Arlington Community Church
Version: 1.0
Author: Josh Lockhart
Author URI: http://www.joshlockhart.com/
*/

.clearfix:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* @group Centered Layout */

html {
	background: #000;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

body {
	width: 800px;
	margin: 0 auto 50px auto;
	background: transparent url('images/layout/body-background.jpg') top repeat-y;
}

/* @end */

/* @group Links */

.alignright {
	float:  right;
}

.alignleft {
	float: left;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a img { border: none; }

.archives-link, .archives-link a {
	font-size:  18px;
	font-family: Georgia;
	color:  #283A68;
}

/* @end */

/* @group Basic Tags */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size:  18px;
	font-family:  Georgia;
	color: #8C5A35;
	padding-bottom: 20px;
}

	#login h1 {
	padding-bottom: 10px;
}
h2 {
	
}

h3 {
	padding-bottom:  13px;
	font-size:  11px;
	font-family: Georgia;
}

blockquote {
	color:  #666;
}

iframe {
	margin-bottom: 15px;
}

.rss-icon {
	display:  block;
	padding:  10px 0;
	padding-left:  35px;
	background:  transparent url('images/layout/icon-rss-big.jpg') left no-repeat;
}

/* @end */



/* Header */

#header {
	background: transparent url('images/layout/header-background.jpg') top no-repeat;
	height: 167px;
	position: relative;
}

	#logo {
		position: absolute;
		top: 24px;
		left: 18px;
	}

	#menu-top {
		color: #8C5A35;
		padding: 40px 30px 0 225px;		
	}
		
		#menu-top form, #advanced-search {
			float: right;
		}
		
		#menu-top form {
			padding-bottom: 12px;
			padding-left: 10px;
		}
		
			#menu-top form input#search {
				position: relative;
				top: 5px;
				margin-left: 5px;
			}
			
		#advanced-search {
			position: relative;
			top: 8px;
			color: #8C5A35;
		}
		
		#menu-top ul {
			width:  100%;
			clear: both;
			float: right;
			margin: 0;
			padding: 0;
			list-style: none;
			border-top: 1px solid #BAA258;
		}
		
			#menu-top ul li {
				float: right;
				padding: 10px 0 10px 15px;
			}
			
				#menu-top ul li:first-child {
					padding-left: 0;
				}
				
				#menu-top li a {
					color: #8C5A35;
					font-weight: bold;
					text-decoration: none;
				}

/* @end */

/* @end */

/* @group Sidebar */

#sidebar {
	float: left;
	width: 227px;
}

#sidebar .section {
		padding: 18px;
		border-top: 1px solid #435B89;
		border-bottom: 1px solid #1A2644;
	}
	
		#sidebar .section h3, #sidebar cite, #sidebar .section .rss a, #sidebar .section .more a {
			color: #FFF;
		}
		
		#sidebar .section p, #sidebar .section p a { 
			color: #BAD1E5;
		}
		
		#sidebar .section p {
			margin: 0 0 14px 0;
		}
		
		#sidebar .section .rss, #sidebar .section .more {
			padding-left: 18px;
		}
		
		#sidebar .section .rss {
			background: transparent url('images/layout/icon-rss.jpg') left no-repeat;
		}
		
		#sidebar .section .more {
			margin-left: 10px;
			background: transparent url('images/layout/icon-arrow.jpg') left no-repeat;
		}
			
			#sidebar #sidebar-podcast ul{
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#sidebar #sidebar-podcast ul a{ padding-left: 18px; }
			#sidebar #sidebar-podcast .rss{ background: transparent url('images/layout/icon-rss.jpg') left no-repeat; }
			#sidebar #sidebar-podcast .itunes{ background: transparent url('images/layout/icon-ipod.jpg') left no-repeat; }
			#sidebar #sidebar-podcast .more{ margin: 0; }
/* @group Recent News and Upcoming Events */

/* Styles dates in both news and events panels */
	
	#sidebar-categories ul {
		margin: 0 0 10px 0;
		padding: 0;
		list-style: none;
	}
	
		#sidebar li {
			padding: 3px 0;
		}
		
		#sidebar li a {
			color: #B6B6B6;
		}
	
	/* Override the border and bottom-padding of the lowest sidebar section */
	#sidebar #sidebar-categories{
		border-bottom: none;
		padding-bottom: 0;
	}

/* @end */

/* @group Sidebar Menu */

/*** LEVEL 1 ***/

#sidebar #sidebar-menu {
	padding:  10px 18px 8px 18px;
}

#sidebar-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#sidebar-menu li.page_item {
		font-weight: bold;
		border-top: 1px solid #3A4C77;
		background: transparent url('images/layout/sidebar-menu-bullet.jpg') left no-repeat;
		background-position: 0px 8px
	}
		
		#sidebar-menu li.current_page_item {
			background-image: url('images/layout/sidebar-menu-bullet-over.jpg');
		}
			
		#sidebar-menu li:first-child {
			border-top: none;
		}
		
			#sidebar-menu li a {
				display: block;
				padding: 7px 0 7px 25px;
				text-decoration: none;
				color: #BAD1E5;
			}
		
		#sidebar-menu li a:hover, #sidebar-menu li.current_page_item a, #sidebar ul ul li.current_page_item a, #sidebar ul ul li.page_item a:hover {
			color: #FFF;
		}
		
		/*** LEVEL 2 ***/
		
		#sidebar-menu ul ul {
			padding-left: 25px;
			padding-bottom: 6px;
		}
		
		#sidebar-menu ul ul li.page_item {
			background: none;
			border: 0;
		}
		
			#sidebar-menu ul ul li.page_item a {
				padding: 2px 0;
				color: #BAD1E5;
				font-weight: normal;
			}
			
			#sidebar-menu ul ul li.current_page_item a, #sidebar-menu ul ul li.page_item a:hover {
				color: #FFF;
			}

/* @end */

/* @end */

/* @group Content */

#content {
	float: left;
	width: 495px; /* Total width 545px - Total padding 50px = 495px */
	padding: 0 25px;
}

#content p {
	line-height: 1.8em;
}

.powerpress_player{ margin: 18px 0 0 0; }

#content .entry h2 {
	font-family: Georgia;
	font-size: 18px;
	color: #8C5A35;
	padding: 0 0 18px 0;
}

/* @group Podcasts */

#podcasts, #calendars {
	border-collapse: collapse;
	width:  100%;
	margin-bottom: 15px;
}

#podcasts tr.header, #calendars tr.header {
	background: #333;
	color:  #FFF;
}

.podcast, .calendar {
	border-bottom: 1px dotted #CCC;
}

.podcast td, .calendar td, #podcasts th, #calendars th {
	padding: 5px;
	text-align: left;
}

	.podcast th.date {
		width: 20%;
	}
	
	.podcast td.title {
		width:  80%;
	}
	
	.calendar td.title {
		width: 95%;
	}
	
/* @end */

/* @group Sign In Pages */

#login ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.6em;
}

#login a{
	color: #8C5A35;
}
/* @end */

/* @group Help Page */

#help{
	margin: 0;
	padding: 10px 0 0 20px;
}

#help h3 a {
	color: #000;
}

#help li{
	padding-bottom: 20px;
}

	#help li li{
	padding-bottom: 2px;
}

/* @end */

/* @group Search Results */

#content .search-result {
	padding:  10px 0;
}

#content .search-result p {
	margin:  5px 0;
}

#content .search-result a {
	color: #666;
}

#content .search-result h3 a {
	color: #8C5A35;
}
/* @end */

/* @group Blog Post */

/* @group Comments */

#comments-panel {
	border-top: 1px dotted #CCC;
	padding-top: 25px;
}

	#comments-panel a {
		color: #8C5A35;
	}

/* @end */

.post {
		line-height: 1.8em;
		border-top: 1px dotted #CCC;
		padding: 15px 0;
	}

.post:first-child {
	border: none;
	padding-top: 0;
}

.datetime {
	display: block;
	text-align: center;
	color: #0E4171;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
}
		
.post h3, #comments-panel h3, #comments-panel h3 a{
	font-size: 18px;
	font-weight:  normal;
	color: #CC9229;
	padding-bottom:  3px;
}

#comments-panel ol {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #CCC;
}
.post p {
	padding-top:  0px;
}

.postlinks {
	margin: 0;
	padding: 0;
	list-style: none;
}
		
	.postlinks li {
		float: left;
		padding: 0 15px;
		background-color: transparent;
		background-position: left;
		background-repeat: no-repeat;
	}
			
		.postlinks li.permalink {
			background-image: url('images/layout/icon-post-permalink.jpg');
		}
		
		.postlinks li.comments {
			background-image: url('images/layout/icon-post-comments.jpg');
		}
	
		.postlinks li.listen {
			background-image: url('images/layout/icon-post-listen.jpg');
		}
		
		.postlinks li a, .postmetadata a { color: #989898; }
				
.post .more {
	font-weight: bold;
	color: #333;
}

/* @end */

/* @group Generic Page */

.page h1 {
	padding-bottom: 15px;
}

.page p, .entry p, address {
	margin: 5px 0 15px 0;
	line-height: 1.8em;
}

.page ul {
	margin: 0 0 15px 0;
	padding: 0px;
	list-style: none;
	line-height: 1.5em;
}

.page a {
	color: #666;
}

/* @end */

/* @group Submit Story Form */

.inputfield label {
	display: block;
	padding-bottom: 3px;
}

.inputfield input, .inputfield textarea {
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	clear: both;
	min-height: 36px;
	background: transparent url('images/layout/footer-background.jpg') bottom no-repeat;
}

/* @end */

#home-slideshow{
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
	width: 495px;
	height: 390px;
	overflow: hidden;
}
	#home-slideshow li{
		position: absolute;
		width: 495px;
		height: 390px;
		overflow: hidden;
	}
