/*
Theme Name: GH K2 Child Theme - doctorchris.org
Theme URI: http://doctorchris.org
Description: Custom child theme for Group Health
Author: Eric Mann
Author URI: http://www.eamann.com
Template: k2
*/

/*- Page Structure */

body {
	background:url(images/pagebg.png) center repeat-y;
	}

#page {
	padding-top: 0;
	}

.columns-one #page {
	width: 1000px;
	}

.columns-two #page {
	width: 1000px;
	}

.columns-three #page {
	width: 1000px;
	}

#header {
	height: 173px !important; /* Must be 25px more than the width of the banner art to account for the navigation bar */
	background-color:transparent !important;
	background-image:url('images/headers/banner.jpg') !important;
	background-position:top center;
	background-repeat:no-repeat;
}

#header .blog-title, #header .description {
	height:1px;
	left:0;
	overflow:hidden;
	position:absolute !important;
	top:-500px !important;
	width:1px;
}

#band {
	width:1000px;
	background-color:#79b4c4;
	position:absolute;
	bottom:0;
}

ul.menu {
/*	padding-left:600px;
	width:400px;
	background-color:#4e9db8;
	background-color:#79b4c4;*/
	margin:0;
	text-transform:uppercase;
	font-size:0.9em;
	position:relative;
	float:right;
	padding-right:10px;
}

ul.menu li a, ul.menu li a:hover {
	color:#ffffff;
}

ul.menu li a:hover {
	color:#fef389;
	background-color:transparent;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_ancestor a, ul.menu li.current_page_ancestor a:hover {
	color:#fef389;
	background-color:transparent;
}

#primary {
	width: 700px;
}

a {
	color:#4e9db8;
}

h1 {
	line-height:1.5em;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #fef389;
	background:url('images/footerbg.jpg') repeat-y center;
	width:1000px;
	}

#footer a {
	color: #fef389;
	font-style:italic;
	border-bottom: none;
	font-weight: normal;
	text-decoration:none;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}

#rollingarchives {
	width: 700px;
	}

body.smartposition #rollingarchives {
	width: 700px;
	}