/*
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('http://www.brockstardesign.com/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 5px 5px 5px;
}

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: #2e2e2e;
	text-align: left;
}

li {
	font-size: 14px;
	margin: 10px 15px 0 15px;
	color: #2e2e2e;
	text-align: left;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #2e2e2e;
	text-align: left;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #2e2e2e;
	text-align: left;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #2e2e2e;
	text-align: left;
}


/* 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;
	min-height: 500px;
}

#sidebar {
	width: 250px;
	float: right;
	max-height: 1000px;
}


/* HEADER */

#header {
	background: url('http://www.brockstardesign.com/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('http://www.brockstardesign.com/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 #websubmit {
	background: url('http://www.brockstardesign.com/images/WebDesign.jpg') no-repeat;
	width: 110px;
	height: 25px;
	border: none;
}

ul#topmenu li.web #websubmit:hover {
	cursor: pointer;
}

ul#topmenu li.logo {
	padding-left: 0;
	float: left;
}

ul#topmenu li.logo #logosubmit {
	background: url('http://www.brockstardesign.com/images/LogoDesign.jpg') no-repeat;
	width: 120px;
	height: 25px;
	border: none;
}

ul#topmenu li.logo #logosubmit:hover {
	cursor: pointer;
}

ul#topmenu li.blogdesign {
	padding-left: 0;
	float: left;
}

ul#topmenu li.blogdesign #blogsubmit {
	background: url('http://www.brockstardesign.com/images/BlogDesign.jpg') no-repeat;
	width: 120px;
	height: 25px;
	border: none;
}

ul#topmenu li.blogdesign #blogsubmit:hover {
	cursor: pointer;
}


/* CONTENT */

#post {
	width: 650px;
	padding-bottom: 20px;
}

.post {
	width: 650px;
	padding-bottom: 20px;
}

.post p {
	font-size: 12px;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
}

.post h1 {
	font-size: 20px;
	text-align: left;
	font-variant: small-caps;
	padding-left: 50px;
	padding-right: 15px;
	color: #2e2e2e;
}

.post h2 {
	font-size: 16px;
	text-align: left;
	font-variant: small-caps;
	padding-left: 50px;
	padding-right: 15px;
	color: #2e2e2e;
}

.post li, .post ul, .post ol {
	color: #2e2e2e;
	text-align: left;
	padding-left: 50px;
	padding-right: 15px;
	font-size: 12px;
}

.post p a, .post p a:active, .post p a:visited, .post p a:hover {
	color: #550000;
	text-decoration: none;
}

.post li a, .post li a:active, .post li a:visited, .post li a:hover {
	color: #550000;
	text-decoration: none;
}

.post ul a, .post ul a:active, .post ul a:visited, .post ul a:hover {
	color: #550000;
	text-decoration: none;
}

.post ol a, .post ol a:active, .post ol a:visited, .post ol a:hover {
	color: #550000;
	text-decoration: none;
}

.post h1 a, .post h1 a:active, .post h1 a:visited, .post h1 a:hover {
	color: #2e2e2e;
	text-decoration: none;
}

.post h2 a, .post h2 a:active, .post h2 a:visited, .post h2 a:hover {
	color: #2e2e2e;
	text-decoration: none;
}

.quote #submit {
	background: url('http://www.brockstardesign.com/images/Submit.jpg') no-repeat;
	margin: 0 0 0 0;
	width: 200px;
	height: 100px;
	border: none;
}

#button #submit {
	background: url('http://www.brockstardesign.com/images/QuoteButton.jpg') no-repeat;
	width: 150px;
	height: 100px;
	border: none;
	margin-left: 50px;
}

#button #submit:hover {
	cursor: pointer;
}


/* 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('http://www.brockstardesign.com/images/Sidebar.jpg') repeat-y;
	width: 250px;
}

.widget-top {
	background: url('http://www.brockstardesign.com/images/SidebarTop.jpg') no-repeat;
	height: 30px;
	width: 250px;
}

.widget-bottom {
	background: url('http://www.brockstardesign.com/images/SidebarBottom.jpg') no-repeat;
	height: 30px;
	width: 250px;
}




/* FOOTER */

#footer {
	clear: both;
	margin-left: 40px;
	height: 175px;
	width: 650px;
	background: url('http://www.brockstardesign.com/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 #bdsubmit {
	background: url('http://www.brockstardesign.com/images/BrockstarDesign.jpg') no-repeat;
	width: 200px;
	height: 25px;
	border: none;
}

ul#footmenu li.design #bdsubmit:hover {
	cursor: pointer;
}

ul#footmenu li.market {
	padding-left: 0;
	float: left;
}

ul#footmenu li.market #bmsubmit {
	background: url('http://www.brockstardesign.com/images/BrockstarMarketing.jpg') no-repeat;
	width: 200px;
	height: 25px;
	border: none;
}

ul#footmenu li.market #bmsubmit:hover {
	cursor: pointer;
}

ul#footmenu li.mrbent {
	padding-left: 0;
	float: left;
}

ul#footmenu li.mrbent #mrbsubmit {
	background: url('http://www.brockstardesign.com/images/MRBEnterprise.jpg') no-repeat;
	width: 200px;
	height: 25px;
	border: none;
}

ul#footmenu li.mrbent #mrbsubmit:hover {
	cursor: pointer;
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(http://www.brockstardesign.com/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://www.brockstardesign.com/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://www.brockstardesign.com/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://www.brockstardesign.com/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#yourinfo {
	text-align: center;
}

#yourinfo input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	height: 15px;
	border-top: 1px solid #ff8c25;
	border-left: 1px solid #ff8c25;
	border-bottom: none;
	border-right: none;
	opacity: 0.60;
	filter: alpha(opacity=60);
	background: #f7b84e;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}

#yourinfo textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	border-top: 1px solid #ff8c25;
	border-left: 1px solid #ff8c25;
	border-bottom: none;
	border-right: none;
	opacity: 0.60;
	filter: alpha(opacity=60);
	padding: 5px;
	background: #f7b84e;
	font-size: 12px;
	color: #000000;
}

#button #submit {
	background-position: center;
	background: url('http://www.brockstardesign.com/images/QuoteButton.jpg') no-repeat;
	width: 400px;
	height: 100px;
	border: none;
}

#button #submit:hover {
	cursor: pointer;
}
