/*
Theme Name: SBX
Theme URI: http://sbxmagazine.com/
Description: Custom Theme for SBX Magazine
Version: 1.0
Author: Keith Solomon
Author URI: http://reciprocity.be/
*/

/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Helvetica, sans-serif;
}

html { font-size:100.01%; }
body { font-size:12px; }

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Link Styles */
a {
	color: #edc420;
}

a:hover {
}

/* Form Styles */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

/* Miscellaneous conveniences: */
.right {
	float: right;
}

.left {
	float: left;
}

.center {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.clear {
	clear: both;
}

/* Main Positioning Elements */
body {
	background: #000;
}

#wrap {
	background: #000 url(images/bg.png) no-repeat;
	height: 1124px;
	margin: 0 auto;
	padding: 0px 0 0 34px;
	width: 970px;
}

#topmenu {
	background: url(images/topmenu.png) repeat-x;
	height: 32px;
	line-height: 40px;
	margin-left: 92px;
	padding: 0;
	width: 805px;
}

#topmenu-int {
	background: url(images/topmenu.png) repeat-x;
	height: 32px;
	line-height: 35px;
	margin-left: 99px;
	padding: 0;
	width: 805px;
}

#header {
	background: url(images/header.png) no-repeat;
	height: 306px;
	margin: 0 auto;
	padding: 0;
	width: 820px;
}

#bodycontent {
	width: 820px;
}

#content {
	color: #b2b2b2;
	margin: 0 auto;
	padding-left: 110px;
	width: 800px;
}

#head_int {
	background: url(images/head_int.png) no-repeat;
	height: 148px;
	margin: 0 0 0 84px;
	padding: 0;
	width: 820px;
}

#body-int {
	/*padding-left: 89px;*/
	margin-left: 89px;
	width: 820px;
}

#int-content {
	color: #b2b2b2;
	float: left;
	padding: 0 10px;
	width: 523px;
}

#sidebar-l {
	border-right: 1px dotted #bcbcbc;
	float: left;
	margin-top: -2px;
	padding-top: 8px;
	width: 155px;
}

#sidebar-r {
	border-left: 1px dotted #bcbcbc;
	float: left;
	margin-top: -2px;
	padding-top: 8px;
	width: 120px;
}

#footer {
	background: url(images/foot_bg.png) repeat-x;
	clear: both;
	font-size: 1.5em;
	height: 73px;
	margin-left: 92px;
	padding: 52px 0 0 10px;
	width: 795px;
}

/* Top Menu Elements */
ul#top {
	list-style: none;
}

ul#top li {
	float: left;
	padding: 0 20px 0 38px;
}

ul#top a {
	color: #ecc120;
	text-decoration: none;
}

ul#top a:hover {
	color: #b2b2b2;
}

/* Header Elements */
#header a img,
#head_int a img {
	border: none;
}

#events {
	float: right;
	margin: 0 100px 0 0;
	/*left: 700px;
	position: absolute;
	top: 45px;
	z-index: 100;*/
}

#events li {
	list-style: none;
}

#events a {
	color: #000;
}

/* Sidebar Elements */

#sidebar-l ul,
#sidebar-r ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar-l input {
	margin-top: 5px;
}

#wp-calendar, #shoppingcartcontents {
	color: #b2b2b2;
}

/* Content Elements */
.postpagebox {
	float: left;
	height: 254px;
	padding-right: 10px;
	text-align: center;
	width: 209px;
}

.border {
	border-left: 1px dotted #bcbcbc;
	border-right: 1px dotted #bcbcbc;
	height: 254px;
	padding-right: 10px;
	text-align: center;
	width: 207px;
}

#content ul {
	list-style: none;
}

.link a img {
	border: none;
	margin-top: 25px;
}

.story {
	font-weight: normal;
	text-transform: uppercase;
}

.story em {
	font-style: normal;
	font-weight: bold;
}

.galbox {
	background: url(images/gal_bg.png) no-repeat;
	float: left;
	height: 164px;
	padding-left: 15px;
	padding-top: 90px;
	width: 343px;
}

.one-image a img {
	border: none;
	float: left;
	margin-left: 15px;
}

#int-content .one-image a img {
   clear: both;
   float: none;
}

h2.widgettitle {
	color: #b2b2b2;
}

 #int-content h3 {
	color: #f00;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* Footer Elements */
.small {
	font-size: .5em;
}

.sub-form {
	float: right;
	font-size: .70em;
	margin-right: 10px;
	margin-top: -6px;
}

/* Subscription Form Styling */

.sub-form input#email { 
	background: #f2f2f2;
	font-size: .70em; 
	margin-top: 2px;
	width: 175px; 
}

.sub-form input:focus {
	background: #FFF;
}

.sub-form #submit {
	background: #000;
	border: none;
	color: #b2b2b2;
	cursor: pointer;
	font-size: 0.9em;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}