/*
Theme Name: Desktop
Theme URI: http://www.brockstardesign.com
Description: This design was created by <a href="http://www.brockstardesign.com">Brockstar Design</a>.
Version: 1.0
Author: Mark Brock
Author URI: http://www.brockstardesign.com
Tags: clean, desk, fixed width, right sidebar

	THEME NAME Desktop v1.0
	 http://www.brockstardesign.com

	This theme was designed and built by Mark Brock,
	whose site you will find at http://www.brockstardesign.com


*/


/* RESET */

body {
	background: url('images/Background.jpg') repeat-y;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

a, a:hover, a:visited, a:active {
	text-decoration: underline;
	color: #550000;
}

img {
	padding: 5px 20px 5px 20px;
}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
	}

a img {
	border: none;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


/* UTILITY */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}


/* FONT AND TEXT */

p {
	font-size: 12px;
	color: #000000;
	text-align: left;
}

li {
	font-size: 14px;
	margin: 10px 15px 0 15px;
	color: #000000;
	text-align: left;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	text-transform: capitalize;
	color: #550000;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #550000;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #550000;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}


/* STRUCTURE */

#page-wrap {
	width: 960px;
	margin: 0 auto -175px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#content {
	width: 650px;
	float: left;
	background: transparent;
	margin-left: 40px;
}

#sidebar {
	width: 250px;
	float: right;
	max-height: 1000px;
}


/* HEADER */

#header {
	background: url('images/Header.jpg') no-repeat;
	height: 175px;
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

#header h1 {
	margin-top: 0;
	text-indent: -9999px;
	font-size: 30px;
	text-align: left;
	text-transform: capitalize;
	color: #000000;
}

h1, h1 a, h1 a:hover, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: #000000;
}

#headerimg .description {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-align: left;
	text-indent: -9999px;
}

ul#topmenu {
	width: 860px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}

ul#topmenu li {
	display: inline;
}


ul#topmenu li a, ul#topmenu li a:hover, ul#topmenu li a:visited, ul#topmenu li a:active {
	text-decoration: none;
	color: #ffffff;
}

ul#topmenu li.home {
	padding-left: 0;
	float: left;
}

ul#topmenu li.home #submit {
	background: url('images/Home.jpg') no-repeat;
	width: 100px;
	height: 25px;
	border: none;
}

ul#topmenu li.home #submit:hover {
	cursor: pointer;
}

ul#topmenu li.web {
	padding-left: 0;
	float: left;
}

ul#topmenu li.web #submit {
	background: url('images/WebDesign.jpg') no-repeat;
	width: 110px;
	height: 25px;
	border: none;
}

ul#topmenu li.web #submit:hover {
	cursor: pointer;
}

ul#topmenu li.logo {
	padding-left: 0;
	float: left;
}

ul#topmenu li.logo #submit {
	background: url('images/LogoDesign.jpg') no-repeat;
	width: 120px;
	height: 25px;
	border: none;
}

ul#topmenu li.logo #submit:hover {
	cursor: pointer;
}

ul#topmenu li.blog {
	padding-left: 0;
	float: left;
}

ul#topmenu li.blog #submit {
	background: url('images/BlogDesign.jpg') no-repeat;
	width: 120px;
	height: 25px;
	border: none;
}

ul#topmenu li.blog #submit:hover {
	cursor: pointer;
}

ul#topmenu li.contact {
	padding-left: 0;
	float: left;
}

ul#topmenu li.contact #submit {
	background: url('images/Contact.jpg') no-repeat;
	width: 100px;
	height: 25px;
	border: none;
}

ul#topmenu li.contact #submit:hover {
	cursor: pointer;
}


/* CONTENT */

.post {
	width: 650px;
	padding-bottom: 20px;
}

.post p {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.post h1 {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	color: #550000;
}

.post h2 {
	font-size: 10px;
	color: #550000;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
}

.post li, .post ul, .post ol {
	color: #000000;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
}

.post a, .post a:active, .post a:visited, .post a:hover {
	color: #550000;
	text-decoration: underline;
}

.post h1 a, .post h1 a:active, .post h1 a:visited, .post h1 a:hover {
	color: #550000;
	text-decoration: none;
}

.entry-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	text-align: left;
	padding-left: 51px;
	padding-right: 15px;
}

.search-title {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	color: #000000;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

.entry-title a, .entry-title a:hover, .entry-title a:visited, .entry-title a:active {
	color: #000000;
	text-decoration: none;
}

.quote #submit {
	background: url('images/Submit.jpg') no-repeat;
	margin: 0 0 0 0;
	width: 200px;
	height: 100px;
	border: none;
}


/* SIDEBAR */

#sidebar {
	width: 250px;
	float: right;
	max-height: 200px;
}

.widget h2 {
	font-size: 16px;
	color: #550000;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.widget p {
	font-size: 10px;
	color: #550000;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.widget {
	background: url('images/Sidebar.jpg') repeat-y;
	width: 250px;
}

.widget-top {
	background: url('images/SidebarTop.jpg') no-repeat;
	height: 30px;
	width: 250px;
}

.widget-bottom {
	background: url('images/SidebarBottom.jpg') no-repeat;
	height: 30px;
	width: 250px;
}




/* FOOTER */

#footer {
	clear: both;
	margin-left: 40px;
	height: 175px;
	width: 650px;
	background: url('images/DeskFooter.jpg') no-repeat;
}

#footer p {
	padding-top: 5px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: capitalize;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	text-decoration:none;
	color: #550000;
	font-weight: bold;
}

ul#footmenu {
	width: 960px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}

ul#footmenu li {
	display: inline;
}


ul#footmenu li a, ul#footmenu li a:hover, ul#footmenu li a:visited, ul#footmenu li a:active {
	text-decoration: none;
	color: #ffffff;
}

ul#footmenu li.design {
	padding-left: 0;
	float: left;
}

ul#footmenu li.design #submit {
	background: url('images/BrockstarDesign.jpg') no-repeat;
	width: 200px;
	height: 25px;
	border: none;
}

ul#footmenu li.design #submit:hover {
	cursor: pointer;
}

ul#footmenu li.market {
	padding-left: 0;
	float: left;
}

ul#footmenu li.market #submit {
	background: url('images/BrockstarMarketing.jpg') no-repeat;
	width: 200px;
	height: 25px;
	border: none;
}

ul#footmenu li.market #submit:hover {
	cursor: pointer;
}

ul#footmenu li.mrbent {
	padding-left: 0;
	float: left;
}

ul#footmenu li.mrbent #submit {
	background: url('images/MRBEnterprise.jpg') no-repeat;
	width: 200px;
	height: 25px;
	border: none;
}

ul#footmenu li.mrbent #submit:hover {
	cursor: pointer;
}