*
{
	margin:0;
	padding:0;
}

body
{
	background:url('/img/template/background5.jpg');
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	padding:0;
	margin:0;
	font-family:Verdana;
	font-size:11px;
}

#wrapper
{
	width:990px;
	margin:0 auto;
	background-color:#444;
}

#top-menu
{
	background:url('/img/template/hat.gif');
	background-color:#000;
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#FFF;
	margin:0;
	background-color:#000;
}

#bottom-menu,#bottom-menu-2
{
	border-bottom:1px solid #000;
	color:#FFF;
	margin:0;
	background-color:#000;
}

#top-menu div.top-menu-link,#bottom-menu div.bottom-menu-link,#bottom-menu-2 div.bottom-menu-link
{
	font-size:12px;
	float:left;
}

#top-menu div.top-menu-link a,#bottom-menu div.bottom-menu-link a,#bottom-menu-2 div.bottom-menu-link a
{
	color:#FFF;
	display:block;
	padding:7px 4px 7px 4px;
	text-decoration:none;
	line-height:16px;
}

#top-menu div.top-menu-link a:hover,#bottom-menu div.bottom-menu-link a:hover,#bottom-menu-2 div.bottom-menu-link a:hover
{
	color:#FF6;
	text-decoration:none;
}

#header
{
	background-image:url('/img/template/reddeadredemption.png');
	background-repeat:no-repeat;
	border-bottom:0px solid #000;
	color:#06F;
	margin:0;
	padding:0px;
	clear:both;
	background-color:#FFF;
	height:141px;
}

#header img a
{
	border:0;
}

#userbar
{
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	color:#FFF;
	margin:0;
	padding:2px;
	clear:both;
	background-color:#000;
}

#userbar a:active,#userbar a:visited,#userbar a:link
{
	color:#FC0;
	text-decoration:none;
}

#userbar a:hover
{
	color:#FF6;
	text-decoration:none;
}

#content-area
{
	padding: 0;
	margin: 0;
	width: 990px;
	/*float:left;*/
}

.layer
{
	margin: 10px;
	display:block;
}

#footer
{
	min-height:150px;
	height:auto !important;
	height:150px;
	background-color:#000;
	color:#FF9900;
	font-size:12px;
	/*float:left;*/
	border-top:1px solid #000;
}

#footer div.links
{
	padding:10px;
}

#footer div.text
{
	padding:10px;
	color:#FFF;
}

#footer div.text p
{
	margin-top:10px;
}

#footer ul
{
	list-style:none;
	padding:0;
	margin:0;
	font-family:Arial;
}

#footer ul li.header
{
	font-size:12px;
	color:#FFF;
	/*float:left;*/
	/*margin-right:10px;*/
}

#footer ul li
{
	/*float:left;*/
	/*margin-right:10px;*/
}

#footer ul li a
{
	color:#CCC;
	font-size:11px;
	text-decoration:none
}

#footer ul li a:hover
{
	text-decoration:underline;
}

#footer ul li.header a
{
	color:#FFF;
	text-decoration:none
}

#footer ul li a.header:hover
{
	text-decoration:underline;
}

.clearfix
{
	clear:both;
}

.block-title
{
	font-size:16px;
	color:#a71414;
}

.not-bottom-block
{
	margin-bottom:10px;
}

.column-left
{
	margin-right:10px;	
}

.column-right
{
	margin-left:10px;	
}

.rounded
{
/*	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-radius:10px;*/
}

.rounded-news
{
/*	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topright:10px;	
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;*/
}

.error
{
	margin: 3px 0 3px 0;
	padding:6px;
	background-color:#FCF;
	border:1px solid #900;
}

.success
{
	margin: 3px 0 3px 0;
	padding:6px;
	background-color:#9F9;
	border:1px solid #030;
}

h1
{
	font-size:18px;
	font-weight:normal;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:10px 0 10px 0;
	color:#a71414;
}

h2
{
	font-size:16px;
	font-weight:normal;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:10px 0 10px 0;
	color:#a71414;
}

h3
{
	font-size:14px;
	font-weight:normal;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:10px 0 10px 0;
	color:#a71414;
}

p
{
	margin-bottom:10px;
}

.comment
{
	border:1px solid #CCC;
	padding:10px;
	margin-bottom:10px;
	overflow:auto;
}

.admin-tools
{
	border:1px solid #CCC;
	padding:10px;
	margin-top:10px;
}

.user-tools
{
	border:1px solid #CCC;
	padding:10px;
	margin-top:10px;
	width: 200px;
}

.comment img
{
	border:0;
}

strong.approved
{
	color:#00DF55;
}

strong.rejected
{
	color:#FF5E62;
}

strong.pending
{
	color:#FF5F00;
}

div.gallery-image
{
	float:left; padding:4px; width:158px; background-color:#FFF; margin: 2px;	
}

div.previous
{
	width:300px; margin-top:10px; float:left;	
}

div.next
{
	width:300px; text-align:right; margin-top:10px; float:right;	
}

div.comment-av
{
	float:left; margin-right:5px; width:100px; overflow:hidden;
}

div.comment-main
{
	float:left; width:555px;	
}


span.space
{
        color:#000;
}

#downloads div.item div.item-links div.link, #guides div.item div.item-links div.link, #videos div.item div.item-links div.link, #faqs div.item div.item-links div.link, #maps div.item div.item-links div.link,#pages  div.item div.item-links div.link
{
	width:280px;
}

span.shortdate
{
	font-size:10px; color:#888; float:right; line-height:16px;	
}

#news-other div.item div.item-links div.link div.left-title
{
	width:210px; float:left;
}

#downloads div.item div.item-links div.link div.left-title, #guides div.item div.item-links div.link div.left-title, #videos div.item div.item-links div.link div.left-title, #faqs div.item div.item-links div.link div.left-title, #maps div.item div.item-links div.link div.left-title,#pages  div.item div.item-links div.link div.left-title
{
	width:240px;
	float:left;
}

#downloads div.item div.item-links div.link, #guides div.item div.item-links div.link, #videos div.item div.item-links div.link, #faqs div.item div.item-links div.link, #maps div.item div.item-links div.link,#pages  div.item div.item-links div.link
{
	width:280px;
}

div.shortdate
{
	font-size:10px; color:#888; float:right; line-height:16px; width:40px;
}

/************************************
 *
 *				CRUMBS
 *
 ***********************************/

.crumbs-main
{
	width:968px;
	border:1px solid #0A1C22;
	float:left;
	background-color:#FFF;
	overflow:hidden;
}

.crumbs-main div.crumbs-links
{
	padding:4px 0 4px 6px;
}

.crumbs-links span 
{
	font-size:12px;
	line-height:16px;
	float:left;
}

.crumbs-links span a
{
	color:#a71414;
	text-decoration:none;
}

.crumbs-links span a:hover
{
	color:#ff4500;
}

.crumbs-links a img
{
	float:left;
	margin:0 4px 0 4px;
	height:16px;
	width:16px;
}

.content-main
{
	width:968px;
	min-height:300px;
	border:1px solid #000;
	float:left;
	background-color:#FFF;
}
.content-inner
{
	padding:4px;
}

/************************************
 *
 *				BLOCK LINKS
 *
 ***********************************/

div.item
{
	padding:4px;
}

div.item-links
{
	margin-left:4px;
	font-size:12px;
	/*margin-top:4px;*/
}

div.link-container
{
	padding: 4px 0 4px 0;
	border-bottom:1px dotted #CCC;
}

div.img
{
	float:left;
	width:20px;
	height:16px;
}

div.img img
{
	border:0;
	height:16px;
	width:16px;
}

div.link
{
	float:left;	
	width:250px;
}

div.link a, table a, #introbox a
{
	color:#a71414;
	text-decoration:none;
	line-height:16px;
}

div.link a:hover, table a:hover, #introbox a:hover
{
	color:#ff4500;
}

div.more
{
	padding:2px;
}

div.more a
{
	color:#a71414;
	text-decoration:none;

}

div.more a:hover
{
	color:#ff4500;
}

div.block-header
{
	color:#FFF;
	font-size:12px;
	padding:3px;
	text-transform:uppercase;
	background-color:#000;
	border-bottom:1px solid #000;
}

div.block-header h1
{
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	border:0;
	padding:0;
	margin:0;
}

/************************************
 *
 *				NEWS
 *
 ***********************************/

#news-featured-main
{
	width:300px;
	min-height:330px;
	height:auto !important;
	height:330px;
	margin-right:10px;
	float:left;
	border:1px solid #000;
}

#news-other-main
{
	width:286px;
	min-height:330px;
	height:auto !important;
	height:330px;
	margin-right:10px;
	float:left;
	border:1px solid #000;
}

#news-featured
{
	width:300px;
	float:left;
	background-color:#000;
	color:#FFF;
	min-height:330px;
	height:auto !important;
	height:330px;	
}

#news-featured div.top-story
{
	font-size:12px;
	color:#FFF;
	padding:3px;
}

#news-featured div.image
{
	overflow:hidden;
	width:300px;
	height:225px;	
	/*border-top:1px solid #000;*/
	border-bottom:1px solid #000;
}

#news-featured div.image img
{
	border:0;
}

#news-featured div.image img a
{
	color:#FFF;
}

#news-featured div.featured-text
{
	width:292px;
	padding:4px 4px 0 4px;
	color:#FFF;
}

#news-featured div.title
{
	font-size:14px;
}

#news-featured div.intro
{
	font-size:11px;	
}


#news-featured div.title a
{
	color:#FFF;
	text-decoration:none;
}

#news-other
{
	float:left;
	width:286px;
	min-height:330px;
	height:auto !important;
	height:330px;
	background-color:#FFF;
}

#news-other .rss
{
	background-color:#EEE;
}

/************************************
 *
 *				FEATURES
 *
 ***********************************/

.features-main
{
	width:358px; 
	border:1px solid #000;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	background-color:#FFF;
}

.features-main a
{
	color:#a71414;
	vertical-align:top;
	text-decoration:none;
}

.features-main a:hover
{
	color:#ff4500;
}

.features-main div
{
	padding:4px;	
}

.feature
{
	width:100px;
	float:left;	
}

.feature img
{
	border:1px solid #000;	
}

.feature-text
{
	float:left;
	width:228px;
}

/************************************
 *
 *				IMAGES
 *
 ***********************************/

.images-main
{
	width:598px;
	min-height:355px;
	height:auto !important;
	height:355px;
	float:left;
	margin-right:10px;
	background-color:#FFF;
	border:1px solid #000;
}

.images-main div.images
{
	padding:4px;	
}

.image-container
{
	margin:0 0 0 14px;
}

.top-row a
{
	float:left;
	margin:10px 10px 5px 0;
}

.top-row img
{
	border:0;
	width:124px;
	height:124px;
}

.bottom-row a
{
	float:left;
	margin:5px 10px 10px 0;
}

.bottom-row img
{
	border:0;
	width:124x;
	height:124px;
}

.images-main div.more-link
{
	/*padding:0 4px 0 4px;*/
}

.images-main div.more-link a
{
	color:#a71414;
	vertical-align:top;
	text-decoration:none;
}

.images-main div.more-link a:hover
{
	color:#ff4500;
}

/************************************
 *
 *				VIDEOS
 *
 ***********************************/

#videos
{
	width:315px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	background-color:#FFF;
	border:1px solid #000;
}

/************************************
 *
 *				GUIDES
 *
 ***********************************/

#guides
{
	width:315px;
	border:1px solid #000;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	margin-right:10px;
	background-color:#FFF;
}

/************************************
 *
 *				PAGES
 *
 ***********************************/

#pages
{
	width:314px;
	border:1px solid #000;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	margin-right:10px;
	background-color:#FFF;
}

/************************************
 *
 *				DOWNLOADS
 *
 ***********************************/

#downloads
{
	width:315px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	background-color:#FFF;
	border:1px solid #000;
}

/************************************
 *
 *				MAPS?
 *
 ***********************************/

#maps
{
	width:315px;
	border:1px solid #000;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	margin-right:10px;
	background-color:#FFF;
}

/************************************
 *
 *				FAQS?
 *
 ***********************************/

#faqs
{
	width:314px;
	border:1px solid #000;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	margin-right:10px;
	background-color:#FFF;
}

/************************************
 *
 *				FEATURES
 *
 ***********************************/

#featured
{
	width:358px; 
	min-height:330px;
	height:auto !important;
	height:330px;
	float:left;
	background-color:#FFF;
	border:1px solid #000;
	overflow:hidden;
}

#featured div.link
{
	width:306px;
}

#featured div.featured-link a
{
	color:#a71414;
	text-decoration:none;
}

#featured div.featured-link a:hover
{
	color:#ff4500;
}

/************************************
 *
 *				INTRO
 *
 ***********************************/

#introbox
{
	width:968px;
	/*width:598px;*/
	float:left;
	/*background-color:#FFF;*/
	background-color:#FFF;
	/*background-color:#4E7182;*/
	border:1px solid #000;
	margin-bottom:10px;
	color:#222;
	overflow:auto;
}

#introtext
{
	padding:10px;
	line-height:16px;
	font-size:11px;
}

#introtext a
{
	color:#a71414;
}

#introtext a:hover
{
	color:#ff4500;
}

#introtext h1
{
	border-bottom:0;
	margin-top:0;
}

#introtext div.gonads
{
	margin-top:10px;
}

/************************************
 *
 *				INTRO ADS
 *
 ***********************************/

#introadsbox
{
	/*width:968px; */
	width:358px;
	float:left;
	/*background-color:#FFF;*/
	background-color:#a71414;
	/*background-color:#4E7182;*/
	border:1px solid #0A1C22;
	margin-bottom:10px;
	color:#DDD;
	margin-left:10px;
}

#introadstext
{
	padding:10px;
	line-height:16px;
	font-size:11px;
}

/************************************
 *
 *				COMMUNITY
 *
 ***********************************/

#community
{
	width:358px; 
	min-height:355px;
	height:auto !important;
	height:355px;
	float:left;
	background-color:#FFF;
	border:1px solid #0A1C22;
}

#community div.link
{
	width:306px;
}

/************************************
 *
 *				YEARBOOK
 *
 ***********************************/


.yb-container
{
	float:left;
	padding:2px;
	width:158px;
	border:1px solid #CCC;
	color:#000;
	margin: 2px 3px 10px 3px;
	cursor:pointer;	
}

.yb-img
{
	background-color:#FFF;	
}

.yb-img img.yb
{
	margin-top:2px;
	border:1px solid #CCC;	
}

.yb-caption
{
	padding:1px;
	font-size:10px;	
}

.yb-caption div.yb-name
{
	width:158px;
	overflow:hidden;
	font-size:10px;	
}

.yb-caption div.yb-quote
{
	width:158px;
	overflow:hidden;
	font-size:10px;	
}

/************************************
 *
 *				ACHIEVEMENTS
 *
 ***********************************/

div.achievement-box-done
{
	background-color:#F5F5F5;
	border:1px solid #CCC;
}

div.achievement-box-not-done
{
	background-color:#555;
	border:1px solid #222;
	color:#EEE;
}

div.achievement-box-not-done h1
{
	color:#EEE;
}

/************************************
 *
 *				FULL WIDTH
 *
 ***********************************/
 
#profile
{
	float:left;
	width:682px;
}

#profile div.left
{
	float:left;
	width:118px;
	overflow:hidden;
}

#profile div.user-img
{
	padding:10px;
}

#profile div.right
{
	float:left;
	width:564px;
	overflow:hidden;
}

#profile div.user-status
{
	padding:10px;
}

/************************************
 *
 *			USER & ADMIN FORMS
 *
 ***********************************/

.form-div
{
	padding:10px;
	border:1px solid #CCC;	
}

.form-div div.label
{
	padding:10px;
	border-top:1px dotted #CCC;
}

.form-div div.labeltop
{
	padding:10px;	
}

.form-div div.field
{
	padding:10px;	
}

.form-div div.field input, .form-div div.field select,.form-div div.field textarea
{
	padding:4px;
}

.form-div div.submit
{
	padding:10px;
}

/************************************
 *
 *			CUSTOM JAVASCRIPT
 *
 ***********************************/

.hidden
{
	display:none;
}

.visible
{
	display:block;
}

.helptext
{
	font-size:11px;
	padding:0 10px 0 10px;
	color:#000;
}

.imguploadchoices
{
	padding:0 10px 10px 10px;
}

.imguploadchoice
{
	padding:10px;
}

.helpme
{
	cursor:pointer;
}

.helpme strong
{
	color:#069;
}

#dropcontentsubject
{
	width: 0;
	font-weight: bold;
}

.dropcontent
{
	width: 346px;
	height: 300px;
	border: 0;
	background-color: #FFF;
	padding: 0;
	display:block;
}

/************************************
 *
 *				FULL WIDTH
 *
 ***********************************/

.content-990-column
{
	width:970px;
	float:left;
}

.content-990
{
	width:970px;
	float:left;
	background-color:#FFF;
	font-size:12px;
	overflow:auto;
}

.content-990 div.block-content
{
	padding: 2px 8px 8px 8px;
}

.content-900 div.item-info-div
{
	margin-bottom: 5px;
}

.content-900 div.video-div
{
	margin-top:10px;
}

.content-900 div.video-div img
{
	border:0;
}

.content-900 span.item-info
{
	margin-right:10px;
	vertical-align:top;
	line-height:16px;
}

.content-900 span.item-info img
{
	vertical-align:bottom;
}

.content-900 ul
{
	margin: 5px 0 5px 20px;
}

.content-900 ol
{
	margin: 5px 0 5px 20px;
}

.content-900 blockquote
{
	margin: 5px 0 5px 30px;
}

.content-900 a
{
	color:#a71414;
	text-decoration:none;
}

.content-900 a:hover
{
	color:#ff4500;	
}

/************************************
 *
 *				CONTENT WIDTH
 *
 ***********************************/

.content-700-column
{
	width:700px;
	float:left;
}

.content-700
{
	width:698px;
	float:left;
	background-color:#FFF;
	font-size:12px;
	overflow:auto;
	border:1px solid #0A1C22;
}

.content-700 div.block-content
{
	padding: 10px 8px 8px 8px;
	line-height:18px;
}

.content-700 div.item-info-div
{
	margin: 0 0 10px 0;
	color:#888;
	/*border-bottom:1px dotted #CCC;*/
}

.content-700 div.video-div
{
	margin-top:10px;
}

.content-700 div.link
{
	width:660px;	
}

.content-700 div.video-div img
{
	border:0;
}

.content-700 span.item-info
{
	margin-right:10px;
	vertical-align:top;
	line-height:16px;
}

.content-700 span.item-info img
{
	vertical-align:bottom;
}

.content-700 ul
{
	margin: 5px 0 5px 20px;
}

.content-700 ol
{
	margin: 5px 0 5px 20px;
}

.content-700 blockquote
{
	margin: 5px 0 5px 30px;
}

.content-700 a
{
	color:#a71414;
	text-decoration:none;
}

.content-700 a:hover
{
	color:#ff4500;	
}

/************************************
 *
 *				CONTENT WIDTH
 *
 ***********************************/

.content-700-right-column
{
	width:258px;
	float:left;
}

.content-700-right
{
	width:256px;
	float:left;
	background-color:#FFF;
	overflow:auto;
	border:1px solid #0A1C22;
}

.content-700-right div.link
{
	width:210px;
}

/*********************************
 *
 *	INDEX FEATURED CONTENT
 *
 *********************************/

.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 10px solid navy;*/
	/*border-bottom-width: 6px;*/
	width: 350px; /*width of featured content slider*/
	height: 280px;
}

.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*padding: 5px;*/
	background: white;
	width: 350px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sliderwrapper .contentdiv a
{
	color:#000;
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}

.sliderwrapper .contentdiv a:hover
{
	color:#ff4500;
	font-weight:bold;
}

.pagination
{
	width: 348px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align:center;
	background-color: #000;
	padding: 4px 5px 4px 5px;
}

.pagination a
{
	padding: 0 5px;
	text-decoration: none; 
	color: #FFF;
	background: #000;
}

.pagination a:hover, .pagination a.selected
{
	color: #000;
	background-color: #FEE496;
}

#top-menu div.gta-icons, #bottom-menu div.gta-icons {
    float: right;
}

/* 
 * ========================================
 * new style quote and code wrappers MATT's DESIGN 
 * ========================================
 */

.quotetop{
	background: #E4EAF2 url('/forums/style_images/ip.boardpr/css_img_quote.gif') no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 2px auto 0 auto;
	line-height:20px;
}

.quotemain{
	background: #FAFCFE;
	border: 1px dotted #000;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0 auto 0 auto;
}

.codetop,
.sqltop,
.htmltop{
	background: #FDDBCC url('/forums/style_images/ip.boardpr/css_img_code.gif') no-repeat right;
	color: #000;
	border: 1px dotted #000;
	border-bottom:0;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
	line-height:20px;
}

.codemain,
.sqlmain,
.htmlmain{
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, "Courier New", Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;
}

/* 
 * ========================================
 * old school quote and code styles - backwards compatibility 
 * ========================================
 */

#QUOTE,
#CODE{  
	background: #FAFCFE; 
	border: 1px solid #000; 
	color: #465584; 
	font-family: Verdana, Arial; 
	font-size: 11px; 
	padding: 2px; 
	white-space: normal;
}

#CODE{ 
	font-family: Courier, "Courier New", Verdana, Arial;
}