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

* {
	margin: 0;
	padding: 0;
}

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

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

#header {
	width: 960px;
	height: 70px;
	background: url(gfx/bgnd-header.gif) center repeat-x; 
}

#logo {
	width: 300px;
	height: 70px;
	float: left;
}

#rssfeedtop {
	width: 250px;
	height: 70px;
	float: right;
}

#navbar {
	width: 955px;
	height: 40px;
	background: url(gfx/bgnd-nav.gif) center repeat-x;
	padding-left: 5px;
}

/** nav styles **/

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

#nav ul {
	width: 620px;
	height: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
}

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

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

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

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

#nav .current_page_item,
#nav .current_page_parent {
	background: url(gfx/nav-tab.gif) no-repeat left bottom white;
	padding-left: 10px;
}

#nav .current_page_item a,
#nav .current_page_parent a {
	display: block;
	height: 40px;
	background: url(gfx/nav-tab.gif) no-repeat right bottom white;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#nav .current_page_item a:hover,
#nav .current_page_parent a:hover {
	text-decoration: none;
}

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

/** site search **/

#sitesearch {
	width: 320px;
	height: 40px;
	float: right;
	background: url(gfx/bgnd-search.gif) no-repeat center;
}

#sitesearch-title {
	width: 80px;
	height: 40px;
	background: url(gfx/sitesearch-title.gif) no-repeat center;
	float: left;
}

#sitesearch h6 span {
	display: none;
}


#s {
	margin-top: 8px;
	margin-right: 10px;
	width: 155px;
	height: 19px;
	background-image: url(gfx/sitesearch-textfield.gif);
	background-color: transparent;
	border: none;
	text-indent: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

#btn-search {
	width: 49px;
	height: 24px;
	vertical-align: top;
	margin-top: 8px;
}

/** content area **/

#content {
	width: 960px;
	background: url(gfx/bgnd-sidebar.gif) repeat-y right top white;
}

#colLeft {
	width: 710px;
	float: left;
	font-size: 62.5%;
}

#colRight {
	width: 250px;
	float: left;
	font-size: 62.5%;
}

#carousel {
	width: 670px;
	height: 250px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.credit {
	width: 960px;
	height: 22px;
	background-color: #a4c223;
	font-size: 10px;
	color: white;
	padding-top: 8px;
	text-indent: 20px;
}

.credit a {
	color: white;
}


#welcometxt {
	width: 670px;
	height: 85px;
	background: url(gfx/bgnd-welcome.gif) center repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

#welcometxt h1,
#welcometxt h3 {
	font-size: 1.7em;
	font-family: Helvetica, Arial, sans-serif;
	color: #292929;
	padding-top: 25px;
	line-height: 120%;
}

#welcometxt em {
	font-style: normal;
	color: #4ebbe8;
}


#homepage-ptII {
	width: 670px;
	padding: 15px 20px 20px 20px;
	background: url(gfx/bgnd-sections.gif) top center repeat-x;
}

/** storycontent **/

.storycontent {
	width: 670px;
	margin: 0 auto;
}

.post {
	width: 670px;
	padding-top: 16px;
	padding-left: 20px;
	padding-right: 20px;
}

.post-even {
	background: url(gfx/bgnd-sections.gif) top center repeat-x;
}

/*** sidebar styles ***/

#sidebar ul {
	list-style: none;
}

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

#sidebar a {
	color: #292929;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar h3 span {
	display: none;
}

#sidebar-categories {
	width: 250px;
	height: 40px;
	background: url(gfx/sidebar-categories.gif) no-repeat;
}

#sidebar-links {
	width: 250px;
	height: 40px;
	background: url(gfx/sidebar-links.gif) no-repeat;
}

#sidebar-archives {
	width: 250px;
	height: 40px;
	background: url(gfx/sidebar-archives.gif) no-repeat;
}

#sidebar-subscribe {
	width: 250px;
	height: 45px;
	background: url(gfx/sidebar-subscribe.gif) no-repeat;
}

#subscribeform {
	padding: 0px;
	margin: 0px;
}

#sidebarbox-subscribe {
	background: url(gfx/bgnd-subscribe.gif) no-repeat left 45px;
	padding-bottom: 15px;	
}

#sidebarbox-subscribe p {
	font-size: 1.2em;
	margin-left: 20px;
	padding-top: 10px;
}

.subscribe-textfield {
	width: 205px;
	height: 21px;
	background-image: url(gfx/subscribe-textfield.gif);
	background-color: transparent;
	border: none;
	text-indent: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
}

.linkcat img {
	width: 210px;
	height: auto;
	border: 4px solid white;
}


#television {
	width: 250px;
	height: 210px;
	background: url(gfx/television.jpg) no-repeat center;
}

#video-holder {
	width: 250px;
	height: 210px;
	padding-top: 10px;
	text-align: center;
	color: white;
}

#video-holder object {
	width: 215px;
	height: 150px;
}

/*** COMMENTS AREA ***/
	
#comments-area {
	width: 690px;
	padding: 15px 0px 20px 20px;
	background: url(gfx/bgnd-sections.gif) top center repeat-x;
}


#title-comments {
	width: 209px;
	height: 40px;
	background: url('gfx/title-comments.gif') no-repeat left center;
	position: relative;
}

#title-comments span,
#postcomment span {
	display: none;
}

#link-leavecomment {
	width: 89px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 9px;
}

.comment {
	width: 670px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 4px solid #e0e0e0;
}

.comment-author {
	width: 120px;
	float: left;
	text-align: right;
	font-size: 1.1em;
	color: #888888;
}

.comment-author strong {
	color: #a4c223;
	font-size: 1.4em;
}

.comment-author strong a {
	color: #a4c223;
}


.comment-text {
	width: 530px;
	float: left;
	margin-left: 20px;
	font-size: 1.2em;
	color: #292929;
}

#postcomment {
	width: 190px;
	height: 40px;
	background: url(gfx/title-leaveacomment.gif) no-repeat center left;
	margin-top: 20px;
}

.comment-textfield {
	width: 290px;
	height: 19px;
	border: 3px solid #90a632;
	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: 659px;
	height: 100px;
	border: 3px solid #90a632;
	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 {
	font-size: 1.0em;
}
