/*  
Theme Name: Ellie Hill
Theme URI: http://www.westridgecreative.com/
Description: Custom WordPress Theme for Ellie Hill
Version: 1.0
Author: Shane Cavaliere
Author URI: http://www.shanecavaliere.com/
*/

	body {
		margin: 0;
		padding: 0;
		width: 100%;
		font: 12px/18px Georgia, serif;
		font-weight: normal;
		color: #383838;
		background: url(/images/design/bg-x.gif) repeat-x top left;
		}
	
	/* TYPOGRAPHY */
	
	h1, h2 {
		font-weight: normal;
		}
	
	h1 {
		font: 30px Georgia, serif;
		color: #003661;
		margin: 0 0 5px 0;
		}
	
	h2 {
		font: 30px Georgia, serif;
		color: #003661;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #CCCCCC;
		}
	
	h3 {
		font: 18px/24px Georgia, serif;
		color: #003661;
		margin: 0 0 16px;
		}
	
	li h3 {
		margin: 0;
		font: 14px/18px Georgia, serif;
		color: #383838;
		}
	
	#sidebar h3, #sidebar p {
		margin: 0 0 10px 0;
		}
	
	p {
		margin: 0 0 16px 0;
		}
	
	a {
		color: #4e7ea5;
		text-decoration: none;
		}
	
	a:hover {
		text-decoration: underline;
		}
	
	.alignright, .alignleft {
		padding: 5px;
		border: 1px solid #c2d3e0;
		}
	
	.alignright {
		float: right;
		display: inline;
		margin: 0 0 15px 18px;
		}
	
	.alignleft {
		float: left;
		display: inline;
		margin: 0 18px 15px 0;
		}
	
	/* LAYOUT */
	
	#header {
		width: 960px;
		height: 210px;
		margin: 0 auto;
		position: relative;
		background: url(/images/design/header/header-bg.gif) no-repeat 170px 0;
		}
		
	#header #portrait {
		width: 164px;
		height: 234px;
		position: absolute;
		top: 0;
		left: -1px;
		background: url(/images/design/header/portrait.jpg) no-repeat top left;
		}
	
	#header #portrait a {
		display: block;
		width: 140px;
		height: 222px;
		border: 10px solid white;
		border-top: none;
		margin: 2px;
		margin-top: 0;
		}
	
	#header #portrait a:hover {
		border: 10px solid #f5f8fb;
		border-top: none;
		}
	
	#header #portrait a span {
		position: absolute;
		display: block;
		width: 210px;
		height: 150px;
		top: 40px;
		left: 162px;
		}
	
	#header #nav {
		margin: 0;
		padding: 0;
		width: 600px;
		height: 50px;
		position: absolute;
		top: 160px;
		left: 362px;
		}
	
	#header #nav li {
		float: right;
		display: inline;
		}
	
	#header #nav li a {
		display: block;
		height: 40px;
		font: 18px Georgia, serif;
		line-height: 26px;
		letter-spacing: -0.5px;
		color: #92b3cd;
		text-decoration: none;
		margin: 0 12px;
		padding: 0;
		border-bottom: 10px solid #6690b2;
		}
	
	#header #nav li a em {
		font-size: 14px;
		}
	
	#header #nav li a:hover, #header #nav li a.cur {
		color: white;
		border-bottom: 10px solid #c2d3e0;
		}
	
	#wrapper {
		width: 960px;
		margin: 50px auto 15px auto;
		overflow: auto;
		}
	
	#wrapper #content {
		width: 620px;
		margin: 0 0 0 10px;
		float: left;
		display: inline;
		}
	
	/* NEWS */
	
	.newsItem {
		padding: 0;
		margin: 10px 0;
		border-top: 1px solid #CCCCCC;
		}
	
	.newsItem h2 {
		margin: 10px 0 0 0;
		padding: 0;
		border-bottom: none;
		font: 18px/24px Arial, Helvetica, sans-serif;
		}
	
	.newsItem h2 a {
		font: 18px/24px Arial, Helvetica, sans-serif;
		}
	
	.newsItem h2 a:hover {
		color: black;
		text-decoration: none;
		}
	
	p.articleMeta {
		font-style: italic;
		color: #666666;
		margin-bottom: 10px;
		}
	
	.newsItem p {
		margin: 0 0 10px 0;
		}
	
	p#nextPosts {
		margin: 15px 0;
		font-weight: bold;
		}
	
	/* SIDEBAR */
	
	#wrapper #sidebar {
		width: 250px;
		margin: 0 0 0 70px;
		float: left;
		display: inline;
		}
	
	#wrapper #sidebar .sb1, #wrapper #sidebar .sb2 {
		padding-left: 20px;
		margin-bottom: 30px;
		}
	
	#wrapper #sidebar .sb1 {
		border-left: 10px solid #b2c7d8;
		}
	
	#wrapper #sidebar .sb2 {
		border-left: 10px solid #e0e9ef;
		}
	
	#wrapper #sidebar form input {
		vertical-align: top;
		}
	
	/* FOOTER */
	
	#footerWrapper {
		width: 100%;
		margin: 0;
		padding: 0;
		background: url(/images/design/footer/footer-bg.gif) repeat-x bottom left;
		}
	
	#footerWrapper #footer {
		width: 620px;
		height: 90px;
		margin: 0 auto;
		padding: 140px 0 0 0;
		background: url(/images/design/footer/footer.gif) repeat-x top left;
		}
	
	#footerWrapper #footer p {
		color: #a3c0d4;
		font-style: italic;
		margin: 0 0 10px 0;
		text-align: center;
		}
	
	#footerWrapper #footer p strong {
		color: #c5d9e6;
		}
	
	#footerWrapper #footer p a {
		color: #c5d9e6;
		font: 12px/18px Arial, Helvetica, sans-serif;
		}
	
	#footerWrapper #footer p a:hover {
		color: white;
		text-decoration: none;
		}
