/*******************************************
********* COPYRIGHT (C)2008 360hubs ********
********* BY JOHN M. STOKES ****************
********************************************/

/*****************************
******** GLOBAL STYLE ********
******************************/
html{color:#000;background:#FFF; height: 100%; margin-bottom: 1px; }body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

h1 {
  font-weight: bold;
  font-size: 18px; 
  padding: 3px;
  margin: 8px 0;
  border-bottom: 1px solid #000;
}

h2 {
  font-weight: bold;
  font-size: 14px;   
  padding: 3px;
  margin: 8px 0;
  border-bottom: 1px solid #000;
}

p {
  margin: 13px 0; 
}



img {
	border: none;
}

a {
	color: #cfe295;
}

a:hover {
	color: #5A6930;
}

a:visited {
	color: #cfe295;
}

a:visited:hover {
	color: #5A6930;
}

li {
	margin-left: 15px;
}

body {
	background-color: #303030;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

#contentBox {
	width: 1013px;
	margin: auto;
	min-height: 600px;
	background-color: #F0F0F0;
}

#backgroundHelper {
  background: url('/images/BackgroundHelper.gif') top left repeat-x;
  	min-height: 100%;
}

#mainContentBox {
	width: 1013px;
	margin: auto;
}

.success {
  color: #008000;
  font-weight: bold;
}

.error {
  color: red;
  font-weight: bold; 
}

.button {
	height: 15px;
	min-width: 20px;
	margin: 2px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	color: black;
	float: left;
	background-color: #EEEEEE;
	border-right: 2px solid gray;
	border-bottom: 2px solid gray;
}

.button:hover {
	border-right: none;
	border-bottom: none;
	border-left: 2px solid gray;
	border-top: 2px solid gray;
}

.button a {
	text-decoration: none;
	color: black;
}

.button a:visited {
	text-decoration: none;
	color: black;
}

.button a:hover {
	text-decoration: none;
	color: black;
}

/****************************
******** TYPE STYLES ********
*****************************/
.Heading1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 5px;
	color: black;
}

.Heading2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.stdText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: black;
}


/******************************
******** HEADER LAYOUT ********
*******************************/
#headerSpacer {
	width: 1013px;
	height: 39px;
	background-color: #f0f0f0;
	background-image: url('../images/offsetx/topBorderBG.jpg');
	background-repeat: repeat-x;
}

#spacerNav {
	float: right;
	margin-top: 13px;
	margin-right: 10px;
	text-align: right;
}

#spacerNav a {
	text-decoration: none;
	color: black;
}

#spacerNav a:hover {
	color: #5A6930;
}

#bannerBox {
	width: 1013px;
	height: 130px;
	background-image: url('../images/offsetx/topBanner.jpg');
	position: relative;
}

#bannerAd {
	width: 728px;
	height: 90px;
	position: relative;
	top: 20px;
	left: 245px;
}


/******** MAIN TABLE ********/
#mainTable {
	background-color: #F0F0F0;
	margin: 0 2px;
	width: 1009px;
}

#mainTable a {
  color: #88B330;
}

#mainTable a:hover {
  color: #5A6930;
}

#navTable {
  width: 1013px;
  background-color: #F0F0F0; 
}

#navTable a {
  color: #88B330; 
}

table tr td#span {
  vertical-align: top 
}


/******************************
******** NAVBAR LAYOUT ********
*******************************/
#navbar {
	width: 795px;
	height: 43px;
	background-color: #abd852;
	background-image: url('../images/offsetx/navbarBG.jpg');
	background-repeat: repeat-x;
}

#navbar a {
	color: #333;
	padding: 15px;
	font-weight: bold;
	text-decoration: none;
}

#navbar a:hover {
	/* color: #5A6930; */
	color: #fff;
}

ul.linkBox {
	list-style: none;
}

ul.linkBox li {
  float: left; 
}

.NavLink {
	display: block;
}

#searchBox {
	width: 214px;
	height: 43px;
	float: right;
	background-color: #646464;
}

#searchControls {
	width: 172px;
	height: 33px;
	margin: 5px;
	padding-left: 10px;
	margin-left: 10px;
}

#searchButton {
	width: 50px;
	float: left;
}

#searchButton a {
	width: 50px;
	height: 23px;
	float: left;
	background-image: url('../images/offsetx/searchButton.gif');
}

#searchButton a:hover {
	background-position: -50px;
}

#LoggedInMenu {
  border-width: 0 0 1px 0; 
  border-color: #999;
  border-style: solid;
  padding: 8px 6px 3px 6px;
  margin: 0;
  height: 18px;
	background-image:url(/images/offsetx/usernavbg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#LoggedInMenu li {
  float: left; 
}

#LoggedInMenu li a {
	color:#F0F0F0;
	font-weight:bold;
	text-decoration:none;
}

#LoggedInMenu li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/**********************************
******* LEFT COLUMN LAYOUT ********
***********************************/
#leftColumn {
	background: #C7C6C4;
	padding-top: 10px;
}

/*#categoryBox {
	width: 194px;
	background-color: #0F0F0F;
}*/

.SmallColumnHeader {
	height: 34px;
	margin-bottom: 5px;
	background-image: url('../images/offsetx/headerBG.gif');
	background-repeat: repeat-x;
}

#rightColumn .SmallColumnHeader {
 width: auto;
 margin-left: 0;
}

.SmallColumnContent .GroupCategory {
	height: 34px;
}

.SmallColumnContent .GroupCategory a {
	height: 32px;
	float: left;
	margin: auto;
	padding: 0px;
	background-image: url('../images/offsetx/categoryButton.gif');
	font-size: 10pt;
}

.SmallColumnContent .GroupCategory a:hover {
	background-position: -206px;
	color: #A6D841;
}

#mainTable .SmallColumnContent .GroupCategory a:hover {
	color: #A6D841;
}

.SmallColumnContent .GroupCategory a .buttonLinkText {
	height: 19px;
	margin-top: 8px;
	margin-left: 10px;
	color:#FFFFFF;
}

.SmallColumnContent .GroupCategory a:hover .buttonLinkText {
	color:#A6D841;
}

#featuredOffsetsBox {
	width: 194px;
	background-color: #ababab;
	clear: both;
}

#tabsBox, #tabsBoxSearch {
	width: 206px;
	margin: 5px;
	clear: both;
}

#tabsBox table tbody td, #tabsBoxSearch table tbody td {
	padding: 5px;
}

.activeBlackTab {
	height: 27px;
	width: 69px;
	background: url('http://offsetx.com/images/offsetx/blackTab-Active.gif') no-repeat top left;
}

.activeBlackTab a {
	text-decoration: none;
}

.inactiveBlackTab {
	height: 27px;
	width: 69px;
	background: url('http://offsetx.com/images/offsetx/blackTab-inactive.gif') no-repeat top left;
}

.inactiveBlackTab a {
	text-decoration: none;
}

#tabbedContent {
	margin: 4px;
}

#MainOffsetImage {
	margin: 10px 5px 10px 5px;
	padding: 0px;
	border: none;
}

.doOffsetButton a {
	width: 50px;
	height: 23px;
	background-image: url('http://offsetx.com/images/offsetx/offsetButton.gif');
	float: right;
}

.doOffsetButton a:hover {
	background-position: -50px;
}

/************************************
******* CENTER COLUMN LAYOUT ********
*************************************/
#centerColumn {
	width: 604px;
	background: #ffffff url(../images/centerColumnBG.jpg) repeat-x;
}

#featureBox {
	width: 570;
	height: 250px;
	padding: 15px 10px 15px 10px;
}

#joinButton a {
	width: 282px;
	height: 75px;
	background-image: url('../images/offsetx/joinOffsetButton.png');
	float: left;
	margin-right: 3px;
	margin-bottom: -10px;
}

#joinButton a:hover {
	background-position: -286px;
}

#createOffsetButton a {
	width: 282px;
	height: 75px;
	background-image: url('../images/offsetx/createOffsetButton.png');
	float: left;
	margin-bottom: -10px;
}

#createOffsetButton a:hover {
	background-position: -286px;
}

#mainTable .centerblockheader a:hover {
	color: #cfe295;
}

/***********************************
******* RIGHT COLUMN LAYOUT ********
************************************/
#rightColumn {
	width: 204px;
/*	background-color: #303030; */
	background-color: #f0f0f0; 
	border-left: 1px solid #999999;
}

#loginBox {
	background-color: #4C4C4D;
	background-image: url('/images/LoginBox_Background.gif');
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
	width: 208px;
	text-align: center;
	padding: 10px 0 5px 5px;
}

#loginBox form {
  display: block;
  padding: 5px 15px 15px 15px; 
  text-align: left; 
}


#loginBox form input {
  display: block;
  margin-bottom: 5px; 
  width: 160px;
  background-color: none;
  
}

#loginBox form #submitLogin {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 20px;
  width: 160px;
  padding: 0;
  border: 0;
  background-image: url('/images/LoginBox_SubmitButton.gif');
  color: #fff;
  text-align: center;
  
}

#loginTable {
	width: 100%;
	margin: auto;
	padding-top: 10px;
}

#loginBox form input#loginButton {
	padding: 0;
	height: 23px;
	margin: 8px 0 8px 2px;	
	background-color: transparent;
	color: #fff;
	font-size: 10px;
	border: 0;
	background-image: url('../images/offsetx/loginButton.gif');
}

#loginBox form input#loginButton:hover {
  background-position: -160px;
}
/*
#loginButton {
	width: 182px;
	height: 23px;
	float: left;
	background-image: url('../images/offsetx/loginButton.gif');
}



#loginButton a:hover {
	background-position: -182px;
}
*/
.rightAdBox {
	width: 180px;
	height: 150px;
	margin: 8px;
}

#offsettersBox {
	width: 198px;
	background-color: #ababab;
}

#joinNowButtonSmall {
	width: 184px;
	height: 66px;
	margin-left: 5px;
}

#joinNowButtonSmall a {
	width: 184px;
	height: 66px;
	background-image: url('../images/offsetx/JoinNowSmall.gif');
	float: left;
}

#joinNowButtonSmall a:hover {
	background-position: -184px;
}

#createOffsetButtonSmall {
	width: 184px;
	height: 66px;
	margin-left: 5px;
}

#createOffsetButtonSmall a {
	width: 184px;
	height: 66px;
	background-image: url('../images/offsetx/CreateYourOwnSmall.gif');
	float: left;
}

#createOffsetButtonSmall a:hover {
	background-position: -184px;
}


/******************************
******** FOOTER LAYOUT ********
*******************************/
#footerBox {
	height: 152px;
	margin: auto;
	background-image: url('../images/offsetx/footerBG.jpg');
	background-color: black;
}

#footerTextBox {
	width: 993px;
	margin: auto;
	padding-top: 30px;
	color: white;
}

/**********************************
******** CLASS DEFINITIONS ********
***********************************/
.widgetBox {
	/*width: 281px; The width is only destroying things */
	min-height: 100px;
	margin-bottom:5px;
	background: #E6EDE6 url(/images/bodybg.jpg) repeat-x top left;
	border: 1px solid #cccccc;
	overflow:hidden; /* This will keep floating children in check, without floating this */
	/* float: left; This float is also only breaking things, dont float it, dont width it, and it will fill the container logically */
}

.widgetBoxTitle {
	height: 37px;
	padding: 7px 5px 0 5px;
	background: url('../images/offsetx/widgetTitleBG.gif') no-repeat top left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: white;
	overflow:hidden; /* This will keep floating children in check */
}

.widgetBoxTitle * {
	line-height:1;
}

.featuredOffset {
	width: 206px;
	min-height: 100px;
	margin: 5px;
	background:#FFFFFF;
	border: 1px solid #cccccc;
	border-bottom-width:0;
}

.featuredOffset .offsetSnapShot {
	background: transparent;
}

#mainTable .featuredOffset a, #mainTable .featuredOffset a:visited {
	color: #333333;
}

#mainTable .featuredOffset a:hover {
	color: #d0d0d0;
}

.featuredOffsetTitle {
	background: url(../images/offsetx/headerBG.gif) repeat-x;
	height:34px;
	width:100%;
}

.featuredOffsetTitle div {
	color:#A6D841;
	font-size:13px;
	font-weight:bold;
	padding:10px 0pt 0pt 8px;
	text-align:left;
}

.titleImage {
	margin: 5px 0px 5px 0px;
}

.headshot {
	margin: 5px;
}

.rankBox {
	height: 48px;
	width: 48px;
	background: url(http://offsetx.com/defaultimages/rankbox.gif) no-repeat;
	margin-right: 10px;
}

.rankBoxRank {
	height: 22px;
	width: 44px;
	margin: auto;
	font-size: 16pt;
	text-align: center;
	color: #88b00e;
}

.rankBoxButtons {
	height: 14px;
	width: 44px;
	margin: 6px auto;
	text-align: center;
}

div.OffsetPreview {
  clear: both;
  border-bottom: 1px solid #c7c7c7;  
  margin: 3px 2px 5px 3px;
}

div.OffsetPreview ul {
  margin: 5px 0 5px 105px;  
}

div.OffsetPreview ul.Actions {
  float: right; 
  margin: 0;
  margin-left: 5px;
}

div.OffsetPreview ul li {
  margin: 0;
}

div.OffsetPreview img {
  width: 100px;
  float: left;
}

.offsetChallengeSmall {
	width: 204px;
	height: 100px;
	margin: 5px;
	clear: both;
}

.offsetChallengeLarge {
	width: 100%;
	height: 100px;
	margin: 5px;
	clear: both;
	border-bottom: 1px solid black;
}

.joinOffsetButton {
	width: 140px;
	height: 35px;
	margin-right: 5px;
	float: left;
	clear: left;
}

.joinOffsetButton a {
	width: 140px;
	height: 35px;
	background-image: url('http://offsetx.com/images/offsetx/joinOffsetButton.gif');
	float: left;
}

.joinOffsetButton a:hover {
	background-position: -140px;
}

/****************************
 ***** Offset Snapshots *****
 ****************************/
 
.offsetSnapShot {
	padding: 2px 5px;
	background: #E6EDE6;
}

.offsetSnapShot table {
	width: 100%;
}

.offsetSnapShot td.offImage {
	padding: 0px;
	text-align: center;
	border-right: 1px solid #858585;
}

.offsetSnapShot table td.offText {
	padding: 5px
}


.block {
  padding: 20px;  
}

.recent table td img {
	margin-bottom: -2px;
}



#ResponseMessage {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

#ResponseMessage a {
  float: right;
  margin: 10px 15px;
}

#ResponseMessage .error {
  background-color: #FFDCDC;
  display: block;
  padding: 10px 15px;
}

#ResponseMessage .success {
  background: #DCFFE3;
  display: block;
  padding: 10px 15px;
}

#leftColumn a.ProfileButton, #mainTable a.ProfileButton, a.ProfileButton {
  background: url("/images/profileButton.gif") 0 0;
  display: block;
  margin-bottom: 3px;
  width: 95px;
  height: 20px;
  padding-top: 5px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
}

#leftColumn a.ProfileButton:hover, #mainTable a.ProfileButton:hover, a.ProfileButton:hover {
  background-position: -95px;
  color: #FFF;
}


.ContentBox {
	border: 1px solid #cccccc; 
	background: #FFFFFF;
	overflow:hidden;
}

.ContentBox .ContentHeader {
	height: 27px; 
	padding: 7px 5px; 
	/*background: url(/images/header_black.jpg) no-repeat;*/
	background: url(../images/offsetx/widgetTitleBG.gif) no-repeat top left;
	color: white; 
	font-size: 18px; 
	clear: both; 
	text-align: left;
	overflow:hidden;
}

.ContentBox .ContentArea {
	background: #E6EDE6 url(/images/bodybg.jpg) repeat-x top left;
	padding:10px;
	overflow:hidden;
}

.FeedTimeAgo {
	font-size:0.8em;
	font-weight:bold;
	font-family: 'trebuchet ms';
	color:#444444;
}

/*******
 * Ads *
 *******/
.ads {
	margin: 5px 0px;
}


/***** COMMENTS *****/

.CommentContainer {
	background-color:#F9F9F9;
	padding:5px;
}

.CommentContainerBorder {
	border:1px solid #E0E0E0;
}

.CommentBox {
	border:1px solid #bbbbbb;
	background-color:#FFFFFF;
}

.CommentRow {
	background-image:url(/images/offsetx/commentrow.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f5f5f5;
	color:#2c2c2c;
	padding:7px;
	border-bottom:1px solid #bbbbbb;
}

.CommentRowAlt {
	background-image:url(/images/offsetx/commentrowalt.gif);
	background-color:#cbcbcb;
}

#MainTable .CommentRow a, #OffsetMainTable .CommentRow a, .CommentRow a {
	color:#2c2c2c;
}

.NoBorder {
	border:0;
}

.GreenButton {
	background-image:url(/images/offsetx/greenButtonLeft.png);
	background-repeat:no-repeat;
	background-position:top left;
	cursor:pointer;
}

.GreenButton:hover {
	background-position:bottom left;
}

#mainTable .GreenButton a, .GreenButton a {
	display:block;
	background-image:url(/images/offsetx/greenButtonRight.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin-left:15px;
	padding-right:15px;
	text-align:center;
	padding-top:6px;
	height:21px;
	color:#FFFFFF;
	text-decoration:none;
}

#mainTable .GreenButton:hover a, .GreenButton:hover a {
	background-position:bottom right;
}

