/* 
The Vineyard
*/

body{
	background-color:#fff;
	padding:0 5%;
}

body{
	/*font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;*/
	color:#111;
	font-weight:normal;
}

/* =============== LAYOUT =============== */ 

#wrapper{
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	border:0;
}



/* TEMPLATE 1 - HOMEPAGE  */
#homepage #main{
	width:750px;
	margin:0;
	padding:0;
}
#homepage #story{
	float:left;
	width:290px;
	margin:0 0 0 50px;
	padding:0;
	min-height:636px;
	display:inline;
}
#homepage #sidebar{
	float:right;
	width:335px;
	height:550px;
	overflow:visible;
	padding:30px 25px 0 0;
	margin:0;
	display:inline;
}
#homepage #investigatethefaith{
	float:left;
	width:140px;
	margin:0;
	display:inline;
}
#homepage #nav{
	float:right;
	width:140px;
	margin:0;
	display:inline;
}


/* TEMPLATE 2 - TWO COLUMN */
#normal #main{
	width:750px;
	position:relative;
	margin:0;
	padding:0;
}
#normal #story{
	float:left;
	position:relative;
	width:440px;
	margin:0 0 0 50px;
	padding:0;
	min-height:400px;
	display:inline;
	border:0;
}
#normal #sidebar{
	float:right;
	top:0;
	position:relative;
	width:170px;
	margin:0 25px 0 0;
	overflow:visible;	
	display:inline;
}








/* TYPOGRAPHY */



body{
	font: 11px/1.3em "Lucida Grande", geneva,verdana,sans-serif;
	color: #333; 
}


h1,
h2,
h3{
	font-weight:bold;
	margin-top:0.9em;
}
h1{ 
	font-family:Georgia,arial, helvetica,sans-serif;
	font-size:160%; 
	font-weight:normal;
	line-height:1.2em;
	letter-spacing:-0.05em;

	font:bold 24px/1em Arial,Helvetica,sans-serif;
}
h2{ 
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	
	font-size:100%; 
	text-transform:normal;
	color:#79221C;
	font:bold 16px/1.3em Arial,Helvetica,sans-serif;
}
h3{
	margin:1.5em 0 0 0;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#49682C;
	font:bold 11px/1.3em Arial,Helvetica,sans-serif;
}
#story h1{
	padding-left:25px;
	background:transparent url("/img/glyph.gif") no-repeat;
}

h4{
	font-size:110%;
	font-weight:bold;
	padding:0;
	margin:0;
}
p.no-space-on-top{
	margin-top:0;
	padding-top:0;
}

/* INVESTIGATE FAITH - HOMEPAGE */
#investigatethefaith h2{
	background:transparent url(/img/investigate.jpg) no-repeat;
	width:165px;
	height:125px;
	margin-top:24px;
}
#investigatethefaith h2 span{
	visibility:hidden;
}
#investigatethefaith p{
	line-height:1.5em;
}
#investigatethefaith strong{
	font-size:110%;
}



/* LINKS */
a{
	color:#49682C;
	text-decoration:underline;
}
a:visited{
	color:#3F5926;
	color:#333;
}
a:hover{
	color:#79221C;
	text-decoration:none;
}	



/* NAV */
#nav{
	padding-top:2em;
}
#nav ul{
	list-style-image: url(/img/bullet.gif);
	padding-left:18px;
	line-height:1.3em;
	margin:0;
	padding:0;
}
#nav ul a{
	font-size:100%;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #999;
}
#nav ul a:hover{
	color:#79221C;
	text-decoration:none;
}
#nav li{
	margin:10px 14px;
}
#nav lh{
	font-size:140%;
}


#story p{
	line-height:1.4em;
	text-align:left;
}

#sidebar p{
	margin-top:0;
}




hr{
	margin:2em 0;
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0;
}

.first{
	font-size:120%;
}
/* MISC */
img.floatie{
	float:right; 
	margin-left: 20px;
}
img.floatie-left{
	float:left; 
	margin-right: 20px;
}
