/*  
Theme Name: Reformation Church
Theme URI: http://www.reformationchurch.com
Description: Reformation's original theme
Version: 1.0
Author: Arston Designs (Ray Suzuki)
Author URI: http://www.arston.com/

*/

html{
	height: 100%;
	background: url(img/damask-brown.jpg);
}

body{
	min-width: 800px;
	min-height: 100%;
	_height: 100%;
	background: url(img/bg-page.jpg) repeat-y center;
	font-family: Garamond, Baskerville, "Palatino Linotype", Georgia, Serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	text-decoration:none;
	color: #282c70;	
}

a:hover{
	text-decoration:underline;	
	color: #8c2621;
}

#wrap{
	background: url(img/bg.jpg) repeat-x;
}

#wrap2{
	position: relative;
	width: 800px;
	padding: 0;
	font-size: 1.2em;
	margin: 0 auto;
	/*background: url(img/bg-splash.jpg) no-repeat;*/
}
#wrap2.page{
	padding: 1em 0;
}

#header{
	height: 230px;
	position: relative;
	width: 67em;
	font-size: 1.2em;
	margin: 0 auto;
	background: url(img/logo.jpg) no-repeat top center;
}

	#header p.motto{
		float: right;
		margin: 0;
		padding: 1.2em;
		font-family: Georgia;
		font-style: italic;
		font-size: 1em;
		color: #755846;
		}
/*Nav */

ul#topnav{
	float: right;
	margin: 2em 0;
}

ul#topnav li{
	display: inline;	
}

ul#topnav li a{
	color: #eee;
	border-bottom: 2px solid #ccc;
	padding: 0 0 2px 0;
	margin: 0 4px 0;
	text-decoration: none;
}

#nav{
	width: 66em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 200px;
	left: 0;
	max-width: 100%;
}

#nav li{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background-position: top right;
}

#nav a{
	display:block;
	/*color:#485670;*/
	color: #fff;
	font-family:Georgia;
	font-size:1.1em;
	font-weight:normal;
	text-decoration:none;
	padding:8px 10px 0;
	background-position:top left;
	height:25px;
	float:left;
}

#nav a:hover{
	text-decoration: underline;
	color: #991a18;
}

#nav a.current{
}
	
/*Left*/
#left{
	width: 34em;
	margin: 20px -340px 0em 0;
	padding:  0 1em 0 33px;
	float: left;
	font-size: 16px;
}
#left.home {
	padding: .8em 1em 0 40px;;
	width: 28em;	
}

#left.home p img{
	margin: 0;
	padding: 0;	
}

/*Right*/
#right{
	float: right;
	width: 12em;
	color: #727272;
	margin-top: 1em;
	padding: 0;
	font-size:16px;
	margin-right: 10px;
	margin-bottom: 0em;
}

#right.home{
	width: 16em;
	padding: 1.5em 0 0 2em;	
}
	#right.home ul li h2{
		font-family: Garamond, "Palatino Linotype", "Times New Roman", serif;
		font-size: 30px;
		line-height:28px;
		letter-spacing:-2px;
		font-weight: normal;
		color: #702B23;
		padding-top: 10px;
		margin: 0;
		margin-bottom: 10px;		
	}

	#right ul{
		list-style-type: none;	
		padding:0;
		margin:0;
	}
	#right ul ul{
		list-style-type: none;
		list-style-image: url(img/flobullet.png);
		margin: 0;
		padding: 10px 5px 0 10px;
	}

	
	#right ul ul.ec3_events {
		list-style-type: none;
		list-style-image: none;	
	}
	
	#right ul ul.ec3_events ul{
		list-style-position: inside;
	}
	

	#right ul li h2{
		font-family: Georgia, Sans-serif;
		font-size: 14px;
	}

	#right ul li{
		padding: 0 0 10px 0;
		
	}

/* Posts/Entries */

	.post{
		padding: 0;
		margin: 0;
	}
	h2{
		font-family: Garamond, "Palatino Linotype", "Times New Roman", serif;
		font-size: 40px;
		line-height:38px;
		letter-spacing:-2px;
		font-weight: normal;
		color: #702B23;
		padding-top: 10px;
		margin: 0;
		margin-bottom: 10px;
	}
	
	h3{
		font-weight: normal;
		color: #333333;
		font-size: 130%; 
		margin: 1em 0 0 0;
		padding:0;
	}
	
	.post img{
		padding: 10px;	
	}
	
	.entry{
		line-height: 18px;
	}
	
	.entry#sermon{
		line-height: 16px;
	}
	
	p.postmetadata{
		border-top: 1px solid #ccc;
		margin: 10px 0 0 0;
	}
	
	.navigation{
		padding: 10px 0 0 0;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
	}
	
/*columns */
	#columnone{
	float:left;
	width:200px;
	}
	#columntwo{
	float:left;
	margin-left:10px;
	width:200px;
	}
	#columnthree{
	float:right;
	margin-right:10px;
	width:200px;
	}
	
/*Footer*/

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	clear:both;
}

#footer ul li{
	display:inline;
}

#footer ul li a{
	text-decoration: none;
	margin: 2em 1em 0;
	font-size: 1.1em;
}

#footer ul li a:hover{
	text-decoration: underline;
}
	.clear{
		clear: both;
	}
	
/* extra bells & whistles! */
.breadcrumbs {
	font-size: 70%;	
	float: right;
	padding: 0 2em 0;
}

li.nocats{
	display: none;
}

.children{
	display: none;	
}
.events{
	padding: 0;
	margin: 0;

	}

.events ul.event{
	list-style-type: none;
	margin:20px 0 5px 0;
	padding: .5em .5em .7em .5em;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
	height: .7em;
}

.events ul li.title a{
	font-size: 120%;
	color: #544670;	
}

#events.entry{	
	padding: 0 .7em;
	margin-bottom: 2em;
}

/*
.sermon{
	padding: 0;
	margin: 0;
	border: 1px solid #d0d0d0;
}
.sermon br{
	display: none;
	}
.sermon p{
	padding: 0;
	margin: 0;
}

.sermon ul{
	list-style-type: none;
	background: #f0f0f0;
	margin:0;
	padding: .2em;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
	height: 17px;
}

.sermon ul ul{
	display: inline;
}

.sermon li, .sermon ul ul li{
	height: 17px;
	position: relative;
	left: 0;
	padding: .3em;
	display: inline;
	margin: 0;
	border-right: 1px solid #d0d0d0;
}

.sermon li.title{
	font-weight: bold;
	font-size: 90%;
}

.sermon li.date{
	float: right;
	border: 0;
	font-size: 80%;
}

.sermon .entry{
	font-weight: normal;
	background-color: #fff;
	padding: 5px;
}*/