/*
Theme Name: Diamond In The Rough
Theme URI: http://treasurepleasure.net/
Description: The badass theme of Treasure Pleasure's first release.
Author: Michael Acain
Author URI: http://treasurepleasure.net/
Tags: red, purple, black, white, custom header, one column
*/


/* Begin structure */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #2e2e2e url("x/bg.jpg") center scroll repeat;
}

#container {
	position: relative;
	margin: auto;
	min-height: 100%;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding-top: 17px;
	height: 47px;
	width: 100%;
	background: url("x/bg.png") center fixed repeat;
	border-bottom: 7px solid #3c2430;
}

.title {
	margin: auto;
	width: 647px;
	text-align: center;
}

#wrapper {
	position: relative;
	margin: auto;
	z-index: 1;
	padding: 106px 0 73px 0;
	width: 878px;
}

.main {
	position: relative;
	height: 258px;
}

.diamond {
	position: absolute;
	top: 0px;
	z-index: 4;
}

.latest {
	position: absolute;
	top: 0px;
	left: 239px;
	z-index: 5;
	height: 275px;
	width: 400px;
	overflow: hidden;
	float: left;
}

.leftspacer {
	position: absolute;
	top: 0px;
	z-index: 6;
}

.rightspacer {
	position: absolute;
	top: 0px;
	left: 639px;
	z-index: 7;
}

.content {
	position: relative;
	margin: auto;
	z-index: 8;
	padding: 6px 9px 7px 9px;
	background: url("x/bg.png") center fixed repeat;
	width: 626px;
}

.logo {
	position: absolute;
	top: 224px;
	left: 411px;
	z-index: 10;
}

#footer {
	position: absolute;
	bottom: 0;
	z-index: 3;
	padding-top: 17px;
	height: 33px;
	width: 100%;
	background: url("x/bg.png") center fixed repeat;
	border-top: 7px solid #3c2430;
}

.copyright {
	margin: auto;
	width: 878px;
	text-align: center;
}

/* End structure */


/* Begin navigation */

.navigation {
	position: relative;
	margin: auto;
	z-index: 9;
	height: 40px;
	width: 644px;
}

.navigation a:link, .navigation a:active, .navigation a:visited {
	padding-top: 3px;
	padding-bottom: 4px;
	width: 119px;
	background: url("x/bg.png") center fixed repeat;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
}

.navigation a:hover {
	background: #721b1b;
	color: #fff;
}

.news {
	position: absolute;
	left: 0px;
}

.work {
	position: absolute;
	left: 131px;
}

.work:hover {
	background: url("x/bg.png") center fixed repeat;
}

.work dl {
	width: 119px;
	background: url("x/bg.png") center fixed repeat;
	border-top: 1px dotted #777;
	display: none;
}

.work:hover dl {
	position: absolute;
	margin: 0;
	display: block;
}

.work:hover dd {
	margin: 0;
}

.work:hover dd a {
	width: 113px;
	padding-left: 6px;
	border-bottom: 1px dotted #777;
	text-align: left;
	text-transform: none;
}

.about {
	position: absolute;
	left: 394px;
}

.blog {
	position: absolute;
	left: 525px;
}

/* End navigation */


/* Begin text & links */

body, div, table, p, span {
	margin: 0;
	font: normal 9pt Rockwell;
	color: #cbcbcb;
	text-align: left;
}

h1 {
	margin: 0;
	margin-bottom: 4px;
	height: 15px;
	padding-bottom: 9px;
	background: url("x/header.png") right 3px scroll no-repeat;
	border-bottom: 1px dotted #872626;
	font: bold 12pt Rockwell;
	color: #ccc;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

a:link, a:active, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.name {
	font: normal 20pt Rockwell;
	color: #e4e4e4;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

a.name:hover {
	color: #fff;
}

.description {
	font: normal 9pt Rockwell;
	color: #fff;
	text-align: right;
}

/* End text & links */


/* Begin contact form */

.wpcf7 {
	margin: 0;
	padding: 0;
}

.wpcf7 input, .wpcf7 textarea {
	margin-top: 2px;
	width: 205px;
	font: normal 9pt Rockwell;
	color: #000;
}

.wpcf7 .message {
	height: 100px;
}

.wpcf7 .send {
	margin: 0;
	width: 111px;
	font: normal 9pt Rockwell;
	color: #000;
}

/* End contact form */


/* Begin extra styling */

img, a img {
	border: 0px;
}

hr {
	border: 1px solid #283f48;
}

.left {
	width: auto;
	display: block;
	float: left;
}

.right {
	width: auto;
	display: block;
	float: right;
}

.hide {
	display: none;
}

/* End extra styling */