/** Styles for general design/layout **/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #292929;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#header {
	width: inherit;
	height: 94px;
	background: url(gfx/bgnd-header.jpg) center repeat-x;
	position: relative; 
}

#logo {
	width: 115px;
	height: 94px;
	position: absolute;
	top: 0px;
	left: 15px;
}

#strapline {
	width: 400px;
	height: 30px;
	background: url(gfx/strapline.jpg) center no-repeat;
	position: absolute;
	top: 35px;
	right: 45px;
}

#strapline h1,
#strapline h3 {
	display: none;
}

#navbar {
	width: 970px;
	height: 41px;
	background: url(gfx/bgnd-nav.jpg) top center repeat-x;
}

/** nav styles **/

#nav {
	width: 970px;
	height: 30px;
	float: left;
	font-size: 62.5%;
}

#nav ul {
	width: auto;
	height: 30px;
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
}

#nav ul li {
	line-height: 3em;
	font-size: 1.3em;
}

#nav .page_item {
	float: left;
	margin-left: 3px;
	padding-right: 15px;
}

#nav .page_item a {
	text-decoration: none;
	color: white;
}

#nav .page_item a:hover {
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 3px solid #333;
}

#nav .current_page_item,
#nav .current_page_parent {
}

#nav .current_page_item a,
#nav .current_page_parent a {
	text-decoration: none;
	color: white;
	padding-bottom: 1px;
	border-bottom: 3px solid white;
}

#nav .current_page_item a:hover,
#nav .current_page_parent a:hover {
	padding-bottom: 1px;
	border-bottom: 3px solid white;
}

.current-cat {
	font-weight: bold;
}

#sidebar .current-cat a {
	color: #ebebeb;
}

/** submenu **/
#submenu {
	width: 970px;
	height: 35px;
	font-size: 62.5%;
	background: url(gfx/bgnd-submenu.jpg) center top no-repeat;
}

#submenu ul {
	padding-left: 27px;
	list-style: none;
	font-size: 1.1em;
	margin: 0;
	padding-bottom: 0;
}

#submenu li {
	float: left;
	margin-right: 15px;
	padding-top: 10px;
}

#submenu .page_item a {
	color: white;
	text-decoration: none;
}

#submenu .page_item a:hover {
	text-decoration: underline;
}

#submenu li.current_page_item {
	background: url(gfx/submenu-currentpage.gif) left bottom  no-repeat #393939;
	padding: 5px 5px 10px 5px;
	margin-top: 5px;
}

#submenu .current_page_item a {
}


/** carousel section **/

#carousel {
	width: 960px;
	height: 300px;
	background: url(gfx/bgnd-carousel.jpg);
	margin: 0 auto;
	position: relative;
}

#videospot {
	width: 260px; /*padding removed from this */
	height: 260px; /*padding removed from this */
	float: left;
	font-size: 62.5%;
	background: url(gfx/bgnd-sidebar.jpg) center top no-repeat;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 20px;
	text-align: center;
}

/** content area **/

#contentWrapper {
	width: 970px;
	background: url(gfx/bgnd-contentwrapper.jpg) center top repeat-y;
}

#content {
	width: 960px;
	background: url(gfx/bgnd-content.jpg) center top repeat-x;
	margin: 0 auto;
}

#colLeft {
	width: 620px;
	margin-top: 20px;
	margin-right: 10px;
	padding-left: 20px;
	float: left;
	font-size: 62.5%;
}

#colRight {
	width: 300px;
	float: left;
	font-size: 62.5%;
	padding-top: 20px;
	background: url(gfx/bgnd-sidebar.jpg) center -300px no-repeat;
}

#footer {
	width: 970px;
	height: 41px;
	font-size: 10px;
	color: white;
	padding-top: 8px;
	text-indent: 24px;
	background: url(gfx/bgnd-footer.jpg) center top no-repeat;
}

#footer a {
	color: white;
}


#homepage-ptII {
	width: 690px;
	padding: 30px 0px 20px 0px;
	background: url(gfx/bgnd-separator.gif) top center no-repeat;
}

/** storycontent **/

.post {
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.post-even {
}

/*** sidebar styles ***/

#sidebar {
	width: 240px;
	min-height: 450px;
	margin: 0 auto;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul {
	margin: 0 0 20px 0;
	line-height: 170%;
	font-size: 1.2em;
	color: #7f7f7f;
}

#sidebar-categories {
	width: 240px;
	height: 30px;
}

#sidebar-links {
	width: 240px;
	height: 30px;
}

#sidebar-archives {
	width: 240px;
	height: 30px;
}

/*** COMMENTS AREA ***/
	
#comments-area {
	width: 620px;
	padding: 20px 0px 20px 0px;
}


#comments-area h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.6em;
	color: white;
	padding-bottom: 16px;
	letter-spacing: -1px;
}

#comments-area h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	color: white;
	padding-bottom: 16px;
	letter-spacing: -1px;
}

#link-leavecomment {
	font-size: 0.5em;
}

.comment {
	padding-bottom: 20px;
	margin-top: 10px;
}

.comment-gravatar {
	width: 45px;
	float: left;
}

.comment-text {
	width: 530px;
	float: left;
	padding: 10px 10px 10px 35px;
	margin-bottom: 25px;
	font-size: 1.2em;
	color: #fff;
	background: url(gfx/bgnd-comment.gif) top left no-repeat #222;
}

.comment-author {
	font-size: 1.1em;
}

.comment-author a {
	border-bottom: 1px dotted #666;
	text-decoration: none;
	color: white;
}

.comment-author a:hover {
	border-bottom: 1px dotted #fff;
}

.comment-text p {
	padding-bottom: 8px;
}

.comment-date {
	font-size: 0.9em;
}

.comment-textfield {
	width: 290px;
	height: 19px;
	border: 3px solid #222222;
	margin-top: 8px;
	margin-right: 5px;
	text-indent: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

.comment-textarea {
	width: 500px;
	height: 100px;
	border: 3px solid #222222;
	margin-top: 8px;
	margin-bottom: 10px;
	text-indent: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}


#commentform small {
	color: white;
	font-size: 1.0em;
}

#commentform p,
#commentform a {
	color: white;
}

#commentform a:hover {
	text-decoration: none;
}
