/*  
Theme Name: Gold7
Theme URI: http://www.wpdesigner.com
Description: Gold7 Design
Version: 1.0
Author: Jason Britton
Author URI: http://gold7design.com

*/


/* Global Settings */

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100%;
}

body {
	background: #000;
	color: #fff;
	font-family: Geneva,Helvetica,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}

/* General styling */

a:link, a:visited {
	color: #060;
	text-decoration: none;
}

a:hover {
	color: #fc0;
}

img {
	border: none;
}

select {
	border: 1px solid #fc0;
}

input {
	border: 1px solid #fc0;
}

h2 {
	font-family: Geneva, Helvetica;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.3em;
}

h4 {
	color: #999;
	font-size: .95em;
	font-weight: normal;
	line-height: 1em;
}

/* Main Structure */

#wrap {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

/* Header */

#header {
	background: #000 url(/images/header_bg.jpg) top left no-repeat;
	border-bottom: 1px solid #fc0;
	border-right: 1px solid #fc0;
	height: 175px;
	margin: 0px;
	width: 999px;
}

#title {
	float: right;
}

/* Menu */

#menu {
	background: #000;
	border-bottom: 1px solid #fc0;
	border-right: 1px solid #fc0;
	padding-left: 25px;
	height: 30px;
	width: 974px;
}

#menu ul li {
	display: inline;
	float: left;
}

#menu ul li a {
	color: #fff;
	float: left;
	font-size: 11px;
	line-height: 24px;
	padding: 3px 10px 3px 10px;
	text-transform: uppercase;
}

#menu ul li a span {
	display: block;
	padding-right: 2px 9px 2px 6px;
}

#menu ul li.current_page_item a {
	background: #666;
	color: #fff;
}

#menu ul li a:hover {
	background: #fc0;
	color: #000;
}

/* Tagline */

#tagline {
	background: #000;
	border-bottom: 1px solid #666;
	border-right: 1px solid #fc0;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-right: 300px;
	padding-top: 10px;
	width: 674px;
}

#tagline h2 {
	color: #fc0;
	font-family: times, serif;
	font-style: italic;
	font-weight: normal;
}

/* Content */

#content {
	background: #000;
	border-bottom: 1px solid #fc0;
	border-right: 1px solid #fc0;
	background: #000;
	height: 400px;
	width: 999px;
	text-align: left;
}

#content img {
	border: 1px solid #960;
	margin-bottom: 5px;
}

#recent1 {
	background: #000;
	float: left;
	margin-right: 47px;
	margin-left: 25px;
	padding-top: 25px;
	width: 450px;
}

#recent2 {
	background: #000;
	float: left;
	padding-top: 25px;
	width: 450px;
}

#recent1 h4, #recent2 h4 {
	color: #960;
	font-size: .95em;
	font-style: italic;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 10px;
}

#recent1 p {
	border-bottom: 1px dashed #fff;
	border-right: 1px dashed #fff;
	color: #fff;
	font-size: .80em;
	line-height: 1.12em;
	margin-bottom: 20px;
	padding: 5px 10px 5px 5px;
	text-align: justify;
}

#recent1 a, #recent2 a {
	color: #fc0;
	padding: 2px;
}

#recent1 a:hover, #recent2 a:hover {
	background: #fc0;
	color: #000;
}

#recent1 ul li {
	display: block;
	font-size: .80em;
	line-height: 1.12em;
	margin-left: 50px;
}

.yellow {
	color: #960;
}

.hover {
	color: #960;
	font-size: .70em;
}

/* Entries */

#entries {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	padding-left: 10px;
	width: 558px;
}

/* Post */

.post {
	padding: 25px 10px 0px 0px;
	width: 550px;
}

.post h2 {
	padding-bottom: 0px;
}

.post h4 {
	font-size: .70em;
	font-weight: normal;
	padding-bottom: 10px;
}

.post p {
	padding-bottom: 20px;
}

/* Entry */

.entry p {
	font-size: .90em;
	line-height: 1.1em;
}

/* Post metadata */

.postmetadata p {
	font-size: .70em;
}

/* Navigation */

.navigation {
	margin-bottom: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	margin-left: 20px;
	padding-top: 25px;
	width: 200px;	
}

#sidebar ul li {
	display: inline;
}

#sidebar ul li ul {
	padding-bottom: 20px;
}

#sidebar ul li ul li {
	line-height: 1.3em;
}

#sidebar ul li h2 {
	color: #cc0;
	padding: 0px 0px 10px 0px;
}

#tags {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	background: #000;
	border-bottom: 1px solid #fc0;
	border-right: 1px solid #fc0;
	clear: both;
	color: #fff;
	padding: 10px 0px 10px 25px;
	width: 974px;
}

#footer p {
	font-family: Helvetica,sans-serif;
	font-size: .75em;
}

#footer a {
	color: #fc0;
}

#footer a:hover {
	color: #fff;
}

/* Comments Template */

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}