@charset "utf-8";
/* CSS Document */
@import url('reset.css');
@import url('form.css');
@import url('nav.css');

body {
	font-family:Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg_body.png) repeat-x;
	font-size:11pt;
	line-height:15pt;
	color:#000;
}

h1 span, h2 span, h3 span, li span, a span {display:none}
.left {float:left;}
.right {float:right}
.font10 {font-size:10pt;}

.a-center {text-align:center}
.a-right {text-align:right}
.a-left {text-align:left}

strong {font-weight:bold}
a.none {text-decoration:none}

a { color:#721100; text-decoration:underline}

h2 {
	color:#721100;
	font-size:18pt;
	line-height:24pt;
}

h3 {
	color:#123143;
	font-size:16pt;
	line-height:22pt;
	font-weight:bold;
	margin-bottom:10px;
}

h4 {
	font-size:13pt;
	line-height:16pt;
	margin-top:5px;
	padding-bottom:3px;
	font-family:Georgia, "Times New Roman", Times, serif
}

h5 {
	color:#123143;
	font-size:12pt;
	font-weight:bold;
	line-height:16pt;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif
}
p { margin-bottom:10px}

hr {
	background:url(../images/hr.png);
	height:13px;
	border:0;
	margin:0;
}

ol {
	list-style-type:decimal;
	margin:5px 0;
}
ol li{
	margin:0 0 8px 20px;
}

ol li ol li {
	margin:0 0 0 15px;
}

ul.basic {
	list-style-image:url(../images/dot.gif);
	margin:5px 0 10px 0;
}
ul.basic li {
	margin:0 0 2px 20px;
}

ul.padded li {
	margin-bottom:10px;
}

/******************************************
** CONTENT 
******************************************/

#container {
	width:850px;
	overflow:hidden;
	background:url(../images/bg_container.png) repeat-y;
	margin:0 auto;
}
	
#content {
	width:830px;
	margin:0 auto;
	overflow:hidden;
}

.video {
	float:left;
	width:560px;
}

.col-3 {
	width:235px;
	float:left;
	margin:30px 10px 30px 5px;
	overflow:hidden;
}

	.col-3.first {
		margin-left:10px;
	}

	.col-3.last {
		margin-right:0;
	}
	
#main {
	float:left;
	width:600px;
	overflow:hidden;
	margin-bottom:30px;
}

	#main strong {
		color:#444;
	}
	
.twocol .col {
	float:left;
	width:300px;
}

.events, .posts {
	font-size:10pt;
}

.event, .post {
	margin:10px 0 30px 0;
}

.home .event {
	margin-bottom:10px;
}
	.event h3 {
		font-size:11pt;
		line-height:13pt;
		margin-bottom:5px;
	}

	.event .location {
		display:block;
		color:#96290d;
		font-size:10pt;
	}
	
	.event .date {
		display:block;
		font-weight:bold;
	}
	
		.home .event .date { font-weight:normal}
	
	.event .speaker {
		display:block;
	}
	
.posts dt {
	font-size:10pt;
}
.posts dd {
	margin-bottom:15px;
	color:#333333;
}
/******************************************
** HEADER 
******************************************/
#header {
	width:850px;
	height:auto;
	background: url(../images/bg_container_top.png) no-repeat;
	padding:1px 0px;
}
	
#header h1 {
	background:url(../images/logo2.png);
	width:583px;
	height:67px;
	margin:30px 0 10px 30px;
}
	
.home #header h1 {
	background:url(../images/logo1.png);
	width:805px;
	height:95px;
	margin:0 auto;
	margin:30px auto 10px auto;
}

#masthead {
	height:180px;
	width:839px;
	margin:0 5px 0 6px;
	background:url(../images/mast_default.jpg);
}

#masthead.bench {
	backgro/und:url(../images/mast_bench.png);
}

#masthead.couple {
	b/ackground:url(../images/mast_couple.png);
}

/******************************************
** SIDEBAR 
******************************************/

#sidebar {
	background:url(../images/bg_sidebar.png);
	width:212px;
	float:left;
	overflow:hidden;
	margin:5px 12px 0 6px;
}

	#sidebar ul li {
		padding:5px 0 5px 30px;
		font-size:12pt;
		background:url(../images/sidebar_border.png) no-repeat;
	}
	
		#sidebar ul li.first {
			background-image:none;
			margin-top:30px;
		}
		
		#sidebar ul li.nopad {
			margin-top:0 !important;
		}

		#sidebar ul li a {
			color:#721100;
			text-decoration:none;
		}
		
		#sidebar ul li.on {
			background-color:#721100;
			background-image:none;
		}
		
			#sidebar ul li.on a {
				color:#fff;
				font-weight:bold;
			}
			
		#sidebar ul.sub li, #sidebar li.categories ul li {
			background-image:none;
			font-size:10pt;
			padding:2px 0 2px 10px;
		}
		
		#sidebar ul.sub li a, #sidebar li.categories ul li a {
			font-weight:normal;
		}
		
		#sidebar ul.sub li.on a, #sidebar li.categories ul li.on a {
			font-weight:bold;
		}

#sidebar .content {
	margin:30px 10px;
	font-size:10pt;
}

#sidebar h2 {
	font-size:12pt;
	font-weight:bold;
}

#sidebar .bottom {
	background:url(../images/sidebar_bot.png);
	width:212px;
	height:52px;
}

/******************************************
** FOOTER 
******************************************/
#footer {
	width:850px;
	height:120px;
	background: #fff url(../images/bg_container_bot.png) left -10px no-repeat;
}

.address {
	margin:5px 0 10px 20px;
	float:left;
	overflow:hidden;
}

	.address .part {
		float:left;
		margin:0 10px;
	}

.social {
	margin:5px 20px 5px 0;
	float:right;
}

.copy {
	margin:0 0 10px 30px;
	color:#999;
	font-size:9pt;
	float:left;
}

.border {
	width:839px;
	margin:0 5px 0 6px;
}

/******************************************
** H2's 
******************************************/

h2#upcoming_events {
	background:url(../images/h2_upcoming_events.png);
	width:233px;
	height:34px;
	margin:0 auto;
	display:inline-block;
}

h2#upcoming_events a{
	display:block;
	width:233px;
	height:34px;
}

h2#do_i_need {
	background:url(../images/h2_do_i_need.png);
	width:203px;
	height:67px;
	margin:10px auto 0 auto;
	display:inline-block;
}

h2#do_i_need a {
	width:203px;
	height:67px;
	display:block;
}

h2#blog {
	background:url(../images/h2_blog.png);
	width:196px;
	height:35px;
	margin:0 auto;
	display:inline-block;
}

h2#blog a{
	width:196px;
	height:35px;
	display:block;
}


#disclaimer {
	margin-top:10px;
	padding:10px;
	border:1px #ddd solid;
}

.signup input {
	border:0;
}
/******************************************
** GENERAL 
******************************************/

.vis-clear { 
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
	width:100%;
}
