/*
Theme Name: BruceMMA
Theme URI: http://bruceconnor.paragonmma.com
Description: 
Version: 1.0
Author: Matt Crupe & Caleb Stauffer
Author URI: http://vibrantvisual.com/
Tags: 
*/



* {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

body {
	background-color: #260202;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat;
	background-position: top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #660000;
}

#container {
	width: 900px;
	margin: auto;
}

#header {
	float: left;
	display: inline;
	width: 900px;
	height: 124px;
	background-image: url(images/header.jpg);
}

#header a {
	float: left;
	display: inline;
}

#logo {
	width: 90px;
	height: 120px;
	margin: 3px 0px 0px 9px;
}

#home {
	width: 676px;
	height: 65px;
	margin: 25px 0px 0px 1px;
}

#paragon {
	width: 115px;
	height: 70px;
	margin: 17px 0px 0px 3px;
}

#nav a {
	height: 17px;
}

#rss {
	width: 24px;
	height: 25px;
	margin: 0px 0px 0px 10px;
}

#content {
	float: left;
	display: inline;
	width: 900px;
	padding: 10px 0px 0px 0px;
	background-color: #ffffcc;
}

#copy {
	float: left;
	display: inline;
	width: 506px;
	margin: 0px 0px 0px 14px;
}

.post {
	float: left;
	display: inline;
	width: 478px;
	margin: 0px 0px 14px 0px;
	padding: 14px 14px 4px 14px;
	background-color: #cbbf7c;
}

.post h1 {
	font-size: 17px;
	color: #000000;
}

.post h1 a {
	text-decoration: none;
	color: #000000;
}

.post p.posted {
	margin: 5px 0px 15px 0px;
	font-style: italic;
	font-size: 12px;
}

.post .entry {
	line-height: 17px;
}

.post .entry a {
	font-weight: bold;
}

	.post .entry a:hover {
		text-decoration: none;
	}
	
.post .entry img {
	border: 2px solid #FFFFFF;
}

.post .entry .more-link {
	float: right;
	display: inline;
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.post .entry ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

#sidebar {
	float: left;
	display: inline;
	width: 355px;
	margin: 0px 0px 0px 14px;
}

#sidebar .mod {
	float: left;
	display: inline;
	width: 355px;
	margin: 0px 0px 14px 0px;
}

#sidebar .mod h2 {
	float: left;
	display: inline;
	width: 350px;
	height: 20px;
	padding: 1px 0px 0px 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(images/bg_modTitle.jpg);
	background-repeat: repeat-x;
}

#footer {
	float: left;
	display: inline;
	width: 900px;
	height: 91px;
	margin: 18px 0px 20px 0px;
	background-color: #ffffcc;
	background-image: url(images/bg_footer.jpg);
	background-position: left bottom;
}

#links {
	float: left;
	display: inline;
	margin: 23px 0px 0px 150px;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
}

#links li {
	float: left;
	display: inline;
	margin: 0px 2px 0px 2px;
}

#links a {
	color: #660000;
	font-size: 14px;
	text-decoration: none;
}

#copyright {
	float: left;
	display: inline;
	width: 900px;
	margin: 26px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}

#copyright a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.alignleft {
	float: left;
	display: inline;
}

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

.alignright {
	float: right;
	display: inline;
}

img.alignleft {
	margin: 0px 10px 10px 0px;
}

img.aligncenter {
	margin-top: 10px;
	margin-bottom: 10px;
}

img.alignright {
	margin: 0px 0px 10px 10px;
}

#respond {
	float: left;
	display: inline;
	margin: 20px 0px 10px 0px;
}

#respond h3 {
	font-size: 14px;
}

#commentform label {
	font-size: 11px;
}

#commentform input {
	border: 1px solid #999999;
	padding: 3px;
	width: 200px;
}

#commentform textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	padding: 3px;
	width: 499px;
}

.commentlist {
	float: left;
	display: inline;
	margin: 20px 0px 0px 0px;
	list-style-type: none;
}

.commentlist li {
	width: 485px;
	margin: 0px 0px 5px 0px;
	padding: 10px 10px 0px 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.wpcf7 p {
        font-size: 10px;
        text-transform: uppercase;
}

.wpcf7 input, .wpcf7 textarea {
        width: 200px;
        border: 1px solid #999999;
        padding: 3px;
}

.wpcf7 textarea {
        width: 470px;
}

.ddsg-wrapper {
	margin: 10px 0px 0px 0px;
}

.ddsg-wrapper h2 {
	font-size: 14px;
}

.mediaRow {
	background-image: url(images/bg_media.png);
	background-repeat: repeat-y;
}