/*
Theme Name: Center for Courageous Enterprise
Theme URI: http://www.becourageous.org
*/
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote, embed {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #16254e;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, .intro ul {
	margin-bottom: 15px;
	font-weight: normal;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #008751;
    text-decoration: underline;
}
a:hover, a:active {
    color: #53c99a;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {	background: transparent url(_images/bg.jpg) center top repeat-y; }
#wrapper-top {  background: transparent url(_images/bg-logo.jpg) center top no-repeat; }
#wrapper-bottom { background: transparent url(_images/footer.jpg) center bottom no-repeat; padding-bottom: 90px; }

#container {
	width: 820px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 77px;
	background: transparent url(_images/top-bg.gif) left bottom repeat-x;
	margin-bottom: 30px;
}
	#logo {
		float: left;
	}
	
	#phone { 
		background: transparent url(_images/phone.gif) right top no-repeat; 
		height: 28px;
	}
		#phone span { display: none; }
		
	#menu {
		float: right;
		margin-top: 15px;
	}
		#menu li {
			display: inline;
			list-style: none;
			margin-left: 25px;
			font-size: 16px;
		}
		#menu a:link, #menu a:visited {
			color: #000;
			text-decoration: none;
		}
		#menu a:hover, #menu a:active {
			color: #008751;
		}
		#menu li.current_page_item a, #menu li.current_page_parent a {
			border-bottom: 3px solid #008751;
			line-height: 30px;
			padding-bottom: 4px;
		}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#video {
	width: 360px;
	float: right;
	margin-bottom: 30px;
}
	#video embed, #video object { margin: 0; padding: 0;}

#welcome {
	width: 415px;
}
	#welcome p {
		font-size: 15px;
		line-height: 22px;
	}

#intros {
	clear: both;
}
	.intro {
		width: 260px;
		float: left;
		margin: 0 20px 20px 0;
	}
	#intro-3 {
		margin: 0;
	}
	.intro h1 {
		font-size: 18px;
		font-weight: normal;
		color: #16254e;
	}
	.intro li {
		list-style: none;
		background: transparent url(_images/bullet.gif) 0 0 no-repeat;
		line-height: 20px;
		padding-left: 20px;
		margin-bottom: 5px;
	}

#house {
	height: 156px;
	background: transparent url(_images/house.jpg) 0 0 no-repeat;
	clear: both;
}
	#house #timelapse {
		width: 179px;
		height: 119px;
		float: left;
		margin: 18px 0 0 29px;
		display: inline;
		overflow: hidden;
	}
		#house #timelapse embed, #house #timelapse object { margin: 0; padding: 0;}
	
	#house-content {
		margin-left: 230px;
		padding-right: 25px;		
	}
	#house h1, #house p {
		line-height: 16px;
	}
	#house h1 {
		padding-top: 40px;
	}
	
/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#content {
	width: 565px;
	float: left;
}	
	#breadcrumb, #breadcrumb a {
		font-size: 11px;
		color: #989797;
	}
		
	#content h1, #welcome h1 {
		font-size: 34px;
		line-height: 40px;
		color: #0c1c47;
	}
	#content h2 {
		font-size: 16px;
		padding-left: 20px;
		background: transparent url(_images/logo-icon.gif) 0 0 no-repeat;
		color: #0c1c47;
	}
	#content h3 {
		font-size: 14px;
		color: #008751;
	}
	#content li, #content blockquote {
		margin-left: 25px;
	}
	
	#content p.meta, #content p.meta a {
		font-size: 11px;
		line-height: 14px;
		color: #989797;
	}

#side {
	width: 205px;
	float: right;
	margin-top: 15px;
	display: inline;
}
	#side h2 {
		font-size: 14px;
		color: #008751;
		margin-bottom: 5px;
	}
	
	.sub-menu {
		margin-bottom: 40px;
	}
	.sub-menu li {
		padding-bottom: 4px;
		margin-bottom: 4px;
		background: transparent url(_images/dot.gif) left bottom repeat-x;
		list-style: none;
		font-size: 14px;
	}
		.sub-menu li a:link, .sub-menu li a:visited {
			color: #0c1c47;
			text-decoration: none;
		}
		.sub-menu li a:hover, .sub-menu li a:active {
			color: #566898;
		}
		.sub-menu li ul {
			margin-top: 5px;
		}
		.sub-menu li li {
			background: none;
			font-size: 12px;
			margin-left: 15px;
			margin-bottom: 0;
		}
	
	#recent-article {
		margin-bottom: 40px;
	}
		#recent-article p {
			margin-bottom: 5px; 
			font-size: 11px;
			line-height: 14px;
		}
		#recent-article p.article-title {
			font-size: 14px;
		}
		#recent-article p.article-date {
			color: #989797;
		}
	
	#shelfari {
		margin: 0 auto;
		width: 125px;
	}
	
	p#feed {
		line-height: 14px;
		padding-left: 18px;
		background: transparent url(_images/feed.png) 0 0 no-repeat;
	}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	margin-top: -30px; 
	padding-bottom: 40px;
	text-align: center;
}
	#footer li {
		list-style: none;
		display: inline;
		margin: 0 5px;
	}
	#footer p {
		font-size: 11px;
		color: #FFF;
	}
	
	#footer a:link, #footer a:visited {
		color: #FFF;
	}
	#footer a:hover, #footer a:active {
		color: #CCC;
	}

