/*  
Theme Name: BCNF
Theme URI: http://blazenewmedia.com/
Description: BCNF Wordpress Theme
Version: 1.0
Author: Blaze New Media
Author URI: http://blazenewmedia.com/
*/

@import url(colors.css);

html {
	font: normal 62.5% Helvetica, Arial, sans-serif;
	background: #ddd;
}

body {
	font-size: 1.2em;
	line-height: 160%;
	margin: 0;
	padding: 0;
	background: #fff;
	width: 912px;
	margin: 30px auto 0 auto;
}

hr, .clear {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

img { border: none; }

div.dots {
	margin: 1em 0;
	background: url(images/dots_h.gif) bottom left repeat-x;
	height: 5px;
	clear: both;
}

a:hover { font-weight: bold; }
.current_page_item a, .selected a { font-weight: bold; }
.more a:hover, #main a:hover { font-weight: normal !important; }


img[align='right'] {
	margin: 0 0 15px 15px;
}

img[align='left'] {
	margin: 0 15px 15px 0;
}


#box3 { border: 2px solid #C8C8C8; }
#box4 { border: 2px solid #D2D2D2; }
#box5 { border: 2px solid #ddd; }

/**** HEADER ****/

#header {
	background: #F3C932;

}
	#header h1 {
		margin: 0 0 0 15px;
		padding: 5px 10px;
		text-indent: -999em;
		height: 25px;
		width: 400px;
		background: url(images/logo.png) center left no-repeat;
		float: left;
	}
	
	a.homeLink {
		overflow: hidden;
		text-indent: -999em;
		height: 35px;
		width: 400px;
		position: absolute;
		top: 30px;
		left: 0;
		display: block;
	}
	
	#header ul {
		float: right;
		margin: 0;
		padding: 0;
		list-style: none;
		margin: 8px;
	}
	
		#header ul li {
			float: left;
			padding: 0 0.2em 0 0;
		}
	
	#header a, #nav a {
		color: #000;
		text-decoration: none;
	}
		#header a:hover { font-weight: normal !important; }

.divider {
	height: 10px;
	background: #F3C932; 
	clear: both;
}

#flashPictures {
	width: 440px;
	float: left;
	border: 1px solid #fff;
}

#nav {
	width: 410px;
	float: left;
	margin-left: 5%;
}
	#nav ul.left, #nav ul.right {
		width: 45%;
		float: left;
		margin: 1.5em 0;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			background: url(images/dots_h.gif) bottom left repeat-x;
			padding-bottom: 10px;
			padding-top: 10px;
			margin-right: 10%;
		}
		
		#nav ul.right li {
			margin-right: 0 !important;
			margin-left: 8%;
		}

/*** MAIN CONTENT ***/

#content {
	background: url(images/sidebar.gif) top left repeat-y;
}

table.ec3_schedule { float: none !important; display: block !important; width: 60% !important; border: 1px solid red !important; }

.sidebar {
	float: left;
	width: 230px;
	background: #f0f0f0;
	padding: 30px;
}
	.sidebar h2 {
		margin: 0;
		padding: 0;
		font: normal 1.4em "Helvetica", Arial, sans-serif;
		text-transform: uppercase;
		color: #ff7433;
	}

	.sidebar ul {
		margin: -0.4em 0 0 0;
		padding: 0;
		list-style: none;
	}
		.sidebar ul li {
			padding: 0.9em 0;
			background: url(images/dots_h.gif) bottom left repeat-x;
		}
		
		.sidebar ul li a {
			text-decoration: none;
			color: #000;
		}

	.sidebar ul.ec3_events {
		margin: 0 !important;
	}
		.sidebar ul.ec3_events li {
			margin: 0 !important; 
		}
			.sidebar ul.ec3_events li ul li {
				background: none;
			}
			
	.sidebar #social-media {
			margin-top: 300px;
			}
	
table {
	margin: 20px 0 12px 0;
}

#main {
	width: 540px;
	padding: 30px;
	float: left;
	margin-top: -20px;
}
	#main h2 {
		margin: 20px 0 12px 0;
		font: normal 1.4em "Helvetica", Arial, sans-serif;
		text-transform: uppercase;
		color: #ff7433;
	}
		#welcome h2 {
			color: #00aeef;
		}
		
		#resources h2 {
			color: #7559b0;
		}

		#membership h2 {
			color: #ed1c24;
		}

	#main .topContent { 
		padding-bottom: 10px;
	}

	#main .leftColumn, 	#main .rightColumn {
		float: left;
		width: 230px;
		margin-top: 15px;
	}
	
	#main .leftColumn {
		background: url(images/dots_v.gif) top right repeat-y;
		padding-right: 40px;
	}
	
	#main .rightColumn {
		float: right;
	}
	
	.storyContent {
		width: 65%;
		float: left;
	}
	
	.read {
		width: 20%;
		float: left;
		margin-left: 5%;
	}
	
	.more {
		color: #fff;
		margin-bottom: 40px;
		border: 1px solid white;
	}
		.more a { 
			color: #fff !important; 
			text-decoration: none; 
			display: block; 
			padding: 3px 8px;
			float: right;
			text-transform: uppercase;
		}

	#main .ec3_events {
		margin: -0.4em 0 0 0;
		padding: 0;
		list-style: none;
	}
		#main .ec3_events li {
			padding: 0.9em 0;
			margin: 0;
			background: url(images/dots_h.gif) bottom left repeat-x;
		}
			#main .ec3_events li ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#main .ec3_events li ul li {
				background: none;
				margin: 0;
				
			}

	table.ec3_schedule {
		border: none !important;
		background: #f0f0f0;
		color: #555 !important;		
	}
		table.ec3_schedule td {
			padding: 0.5em;
		}

/** FOOTER **/

#footer {
	background: #F3C932;
	clear: both;
	text-align: right;
	padding: 0 0.3em;
	font-size: 0.95em;
	margin-top: -15px
}

#footer p { padding: 0 0.5em; }

#footer a { color: #000; text-decoration: none; }
#footer a:hover { text-decoration: underline; font-weight: normal; }