/*
Theme Name: The D'Urbervilles
Theme URI: http://www.thedurbs.ca
Web site for The D'Urbervilles the band.
Version: 1.0.0
Tags: rad
Author: Dale Harrison
Author URI: http://www.daleharrison.ca
*/

/* @group Body */

body {
	font: 13px/22px Courier, "Courier New", mono;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

a, img, input, textarea {
	outline: none;
	border: none;
}

/* @end */

/* @group Header */

#header {
	width: 960px;
	height: 300px;
	margin-top: 15px;
}

#header .description {
	float: right;
	color: #333;
	margin: 45px 0 0;
}

#header h1 {
	display: none;
}

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

/* @end */

/* @group Navigation */

#mainnav {
	width: 100%;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin: 0 0 40px;
	padding: 10px 0;
}

#nav, #bonusnav {
	margin: 0;
}

#nav {
	width: 675px;
	float: left;
	
}

#bonusnav {
	width: 285px;
	float: right;
}

#nav li, #bonusnav li {
	float: left;
	list-style: none;
	padding: 0 20px 0 0;
	margin: 0;
}

#nav li {
	padding: 0 20px 0 0;
}

#bonusnav li {
	padding: 0 10px 0 0;
}

#bonusnav li.last {
	padding: 0;
}

#nav li a, #bonusnav li a {
	font-size: 16px;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 4px 5px 2px;
}

#nav li a:hover, #bonusnav li a:hover {
	text-decoration: line-through;
}

#nav li.current_page_item a {
	background: #67eb5a;
	color: #fff;
}

.clear {
	clear: both;
}

/* @end */

/* @group Content */

#content {
	width: 640px;
	margin: 0 250px 0 0 !important;
	padding: 0 20px 20px 0;
	overflow: hidden;
}

.hidden, #searchform label {
	display: none;
}

a {
	color: #fc6bec;
	text-decoration: none;
}

a:hover {
	text-decoration: line-through;
}

a.more-link {
	font-weight: bold;
}

p, pre, blockquote, address, ul, ol{ 
	margin: 15px 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-size: 24px;
}

h2 a {
	color: #739adf;
	text-decoration: none;
	border: none;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}


ul { 
	list-style-position: outside;
	list-style-type: circle;
}

ol { 
	list-style-position: inside;
}

ul li {
	margin: 0 0 0 31px;
	padding: 0 0 0 8px;
}

ol li {
	margin: 0 0 0 15px;
	padding: 0;
}

blockquote {
	margin: 15px 20px;
	border: 1px solid #ccc;
	padding: 0 15px;
}

pre {
	font: 13px/22px "Courier New", Courier, mono;
	overflow-x: scroll;
}

address {
	font-style: italic;
}

hr {
	width: 100%;
	display: block;
	clear: both;
	border: none;
	color: #fff;
}

li.pagenav {
	list-style-type: none;
}

.post {
	text-align: justify;
}

.post img, .post object {
	background: #000;
	border: 5px solid #000;
}

.post a:hover img {
	border: 5px solid #739adf;
}

.post img {
	display: block;
	/*margin-bottom: 15px;*/
}

.post img.ajax-loader {
	margin: 0;
	background: transparent;
	border: none;
}

.post .info {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 5px 3px;
}

.post .info a {
	color: #739adf;
}

.date {
	margin: 0 0 15px 0;
}

.post .date small, .post .info {
	font-weight: bold;
}

.post small, .post .info {
	font-size: 11px;
	margin-top: 0;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 270px;
	float: right;
	padding: 12px 0 10px;
	height: 100%;
}

#sidebar h3 {
	color: #333;
	font-size: 16px;
	margin: 25px 0 0;
}

#sidebar ul {
	border-top: 1px solid #ccc;
	list-style: none;
	margin: 0 0 25px;
}

#sidebar li {
	list-style: none;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 3px;
	margin: 0;
}

#sidebar li a, .gigpress-rss a {
	display: block;
	font-weight: bold;
	color: #739adf;
}

#sidebar #s {
	width: 160px;
}

/* @end */

/* @group Forms */

fieldset {
	border: none;
}

input, textarea {
	background: #fff;
	border: 1px solid #ccc;
	font: 13px "Courier New", Courier, mono;
	padding: 3px;
	color: #333;
}

input:focus, textarea:focus {
	border: 1px solid #67eb5a;
}

#searchsubmit, #submit, p.contactsubmit input, .button {
	border-color: #000;
	background: #000;
	color: #fff;
}

#searchsubmit:hover, #submit:hover, p.contactsubmit input:hover, #searchsubmit:active, #submit:active, p.contactsubmit input:active, .button:hover, .button:active {
	cursor: pointer;
	background: #67eb5a;
	border-color: #67eb5a;
}

#commentform textarea, .wpcf7-form textarea {
	width: 480px;
}

#commentform #email, #commentform #author, #commentform #url, .wpcf7-form .your-name input, .wpcf7-form .your-email input, .wpcf7-form .your-subject input {
	width: 350px;
}

/* @end */

/* @group Comments */

.commentlist cite {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.commentlist p.commentmetadata {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.commentlist li {
	margin-bottom: 10px;
	padding: 0;
}

.commentlist p {
	margin: 5px 0;
}

#commentform {
	width: 350px;
	text-align: left;
	margin: 0 0 15px 0;
}

#gravatar {
	align: right;
}

/* @end */

/* @group WordPress Styles */

.post img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post img.alignleft {
	float: left;
	margin: 5px 10px 0 0;
}

.post img.alignright {
	float: right;
	margin: 5px 0 0 10px;
}

.navigation {
	text-align: center;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px 0 0 0;
	margin: 10px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption-dd {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}

/* @end */

/* @group GigPress */

.gigpress-table, .gigpress-table th, tr.gigpress-info td, .gigpress-row td {
	border-color: #ccc !important;
}

/* @end */

/* @group Footer */

#footer {
	padding: 0;
	clear: both;
	border-top: 1px solid #ccc;
}

#footer p {
	margin: 5px 0;
	font-size: 11px;
}

#footer p, #footer a, #footer a:hover {
	color: #888;
}

/* @end */