/*.halloween_bg { background: url(images/indiepaper2/halloween_bg.png) repeat-x; width: 100%; height: 119px; position: fixed; bottom: 0; z-index: -1}

.ghost1{
	background: url(images/indiepaper2/halloween_ghosts.png) no-repeat;
	width: 94px; height: 195px;
	position: fixed;
	top: 100px; left: 5px;
}

.ghost2{
	background: url(images/indiepaper2/halloween_ghosts.png) no-repeat -94px 0;
	width: 123px; height: 195px;
	position: fixed;
	bottom: 30px; right: 50px;
}

.ghost3{
	background: url(images/indiepaper2/halloween_ghosts.png) no-repeat -217px 0;
	width: 120px; height: 195px;
	position: fixed;
	top: 30px; right: 550px;
}

.ghost4{
	background: url(images/indiepaper2/halloween_ghosts.png) no-repeat -337px 0;
	width: 120px; height: 195px;
	position: fixed;
	top: 45%; right: 60%;
}*/

.special_icon {
	position: absolute;
	top: -10px; left: -10px;
}
body {
	background: #beab91 url(images/indiepaper2/body_bg.png) repeat-x;
	color: #1c1c1c;
	font-weight: normal;
	font-size: 13px/18px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode' Arial, Helvetica, sans-serif;
	text-align: center; /* IE 5 fix */
	line-height: 1.4;
	padding: 0px;
	margin: 0px;
}

.box {
	padding: 15px;
	margin: 10px 0;
}

a:link {
	color: #62523d;
	text-decoration: none;
}

a:visited {
	color: #62523d;
	text-decoration: none;
}

a:hover, a:active {
	color: #746551;
	text-decoration: none;
}

#topbar {
	width: 990px;
	margin: 0 auto;
}

#wraper {
	
	/*background: url(images/indiepaper2/container_bg.png) no-repeat;*/
	width: 960px;
	margin: 0 auto;
}

#container {
	color: #6e5f4a;
	padding: 0 0 10px 0;
	text-align: left; /* IE 5 fix */
}

#content {
	position: relative;
	padding-left: 20px;
}

#content .inner {
	padding: 20px 5px 10px 5px;
	background: #dbd0c1 url(images/indiepaper2/content_bg.png) repeat-x 0 -10px;
}

h1.logo {
	background: url(images/indiepaper2/container_bg.png) no-repeat;
	padding: 0;
	margin: 0;
	width: 349px;
	padding: 0 0 0 20px;
	height: 96px;
	overflow: hidden;
	float: left;
}

h1.logo * {
	text-indent: -1000px;
	overflow: hidden;
	float:left;
	display:block;
}

h1.logo a {
	background: url(images/indiepaper2/logo.png) no-repeat top left;
	height: 67px;
	width: 235px;
}

h1.logo em {
	background: url(images/indiepaper2/logo.png) right top;
	width: 94px;
	height: 67px;
}

.menu ul {
	list-style: none;
	float: left;
	padding: 4px;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	background: url(images/indiepaper2/menu-li_bg.png) repeat-x 0 -100px;
	font-size: 12px;
	color: #E2E2E2;
	display: block;
	margin: 6px 10px 6px 0;
	padding: 0 10px;
	height: 24px;
}

.menu ul li a:hover {
	text-decoration: none;
}

.search {
	float: left;
	text-align: left;
	margin-top: 10px;
}

.search input[type=text] {
	background: #cdbda7;
	color: #7e1817;
	padding: 2px;
	border: #beab91 solid 1px;
	float: left;
	height: 15px !important;
	outline: none;
}

.search input[type=submit] {
	background: url(images/indiepaper2/search.png) no-repeat right;
	padding-right: 16px !important;
	text-indent: -1000px;
	padding: 2px;
	height: 15px !important;
	border: none;
	float: left;
	cursor: pointer;
}

#panel {
	font-size: 10px;
	color: #dbd0c1;
	float: left;
	margin: 6px 5px 5px 5px;
	padding: 5px;
	text-decoration: none;
	border-bottom: 3px solid #751313;
	border-top: 3px solid #751313;
}

#panel:hover {
	background: #751313;
	text-decoration: none;
}

#topbar .collapse-button-click {
	background: #751313 !important;
	width: auto !important;
	height: auto !important;
	text-indent: 0 !important;
	overflow:hidden !important;
	cursor: pointer;
}

#panel_c {
	border-top: 2px solid #beab91;
	border-bottom: 2px solid #beab91;
	color: #8b1f1e;
	display: block;
	font-size: 11px;
	padding: 8px;
}

#panel_c ul li a {
	width: 16px;
	height: 16px;
	position: relative;
	float: left;
	margin-left: 15px;
}

#panel_c .options ul {
	color: #CCC;
	font-weight: 400;
	text-align: left;
	list-style: none;
	margin: 0; padding: 0;
}

#panel_c .options li {
	display: inline;
}

#panel_c .usercp {
	background: url(images/indiepaper2/container_bg.png) no-repeat -628px -23px;
}

#panel_c .modcp {
	background: url(images/indiepaper2/container_bg.png) no-repeat -660px -23px;
}

#panel_c .admincp {
	background: url(images/indiepaper2/container_bg.png) no-repeat -692px -23px;
}

#panel_c .pm {
	background: url(images/indiepaper2/container_bg.png) no-repeat -725px -23px;
}

#panel_c .logout {
	background: url(images/indiepaper2/container_bg.png) no-repeat -747px -23px;
}

#panel_c .admincp strong {
	min-width: 65px !important;
}

#panel_c .pm strong {
	min-width: 120px !important;
}

#panel_c a {
	text-decoration: none;
}

#panel_c .options strong {
	background: url(images/indiepaper2/bubble.png) no-repeat top left;
	padding: 3px 5px 10px 5px;
	position: absolute;
	display: none;
	top: -40px;
	left: 6px;
	color: #ccc !important;
	min-width: 50px;
}

#panel_c .search {
	background: url(images/indiepaper2/panel/usercp.png) no-repeat;
}

.usercp, .modcp, .admincp, .logout, .pm {
	float: left;
	margin-left: 10px;
	padding: 0 0 0 16px;
	height: 16px;
	width: 1px;
}

.cat_wraper {
	margin-bottom: 10px;
	padding: 5px 0;
}

.cat_title {
	margin: 0 !important;
	padding: 5px 5px 7px 5px !important;
}

h4 {
	margin:0px; padding: 0px;display:inline;
	font-weight: 500;
}

table {
	color: #1c1c1c;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode' Arial, Helvetica, sans-serif;	line-height: 110%;
	width: 100%;
	border-spacing: 0 0;
	border-collapse: collapse;
}

.tborder {
	width: 100%;
	margin: auto auto;
}

h3.cat_title {
	background: url(images/indiepaper2/thead_bg.png) repeat-x;
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #ffffff;	
	font-weight: 500;
}

h3.cat_title a {
	font-size: 14px;
	color: #FFF;
	float: left;
	text-decoration: none;
}

h3.cat_title a:hover {
	text-decoration: none;
	text-shadow: 0.2em 0.2em #000;
}

.cat_tip {
	background: url(images/indiepaper2/cat_tip.png) no-repeat;
	width: 25px;
	height: 48px;
	position: absolute;
	left: 0;
}

.thead {
	background: url(images/indiepaper2/thead_bg.png) repeat-x;
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #ffffff;
}

.thead a:link {
	color: #ffffff;
	text-decoration: none;
}

.thead a:visited {
	color: #ffffff;
	text-decoration: none;
}

.thead a:hover, .thead a:active {
	color: #ffffff;
	text-decoration: underline;
}

.tcat {
	color: #4D4D4D;
	font-size: 12px;
}

.tcat a:link {
	color: #4D4D4D;
}

.tcat a:visited {
	color: #4D4D4D;
}

.tcat a:hover, .tcat a:active {
	color: #4D4D4D;
}

.trow1 {
	background: #e0d5c7;
}

.trow2 {
	background: #d7cbba;
}

.trow_shaded {
	background: #ffdde0;
}

.trow_selected td {
	background: #FFFBD9;
}

.trow_sep {
	background: #a7855d;
	color: #e7cfb1;
	font-size: 12px;
	font-weight: 500;
}

.tfoot {
	background: #781514 url(images/indiepaper2/thead_bg.png) top left repeat-x;
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #ffffff;
}

.tfoot a:link {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tfoot a:hover, .tfoot a:active {
	color: #ffffff;
	text-decoration: underline;
}

.bottommenu {
	color: #beab91;
	border-top: 2px solid #beab91;
	padding: 10px;
}

.navigation {
	font-family: "Trebuchet MS", verdana, sans-serif;
	color: #746551;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	width: auto;
	border: 1px solid #beab91;
}

.navigation a:link {
	color: #62523d;
	text-decoration: none;
}

.navigation a:visited {
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	text-decoration: none;
}

.navigation .active {
	color: #746551;
	font-weight: bold;
}

.smalltext {
	font-size: 11px;
}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

input.textbox {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 1px;
}

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

select {
	background: #ffffff;
	border: 1px solid #0f5c8e;
}

.editor {
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.editor_control_bar {
	background: #fff;
	border: 1px solid #0f5c8e;
}

.autocomplete {
	background: #fff;
	border: 1px solid #000;
	color: black;
}

.autocomplete_selected {
	background: #adcee7;
	color: #000;
}

.popup_menu {
	background: #ccc;
	border: 1px solid #000;
}

.popup_menu .popup_item {
	background: #fff;
	color: #000;
}

.popup_menu .popup_item:hover {
	background: #C7DBEE;
	color: #000;
}

.trow_reputation_positive {
	background: #ccffcc;
}

.trow_reputation_negative {
	background: #ffcccc;
}

.reputation_positive {
	color: green;
}

.reputation_neutral {
	color: #444;
}

.reputation_negative {
	color: red;
}

.invalid_field {
	border: 1px solid #f30;
	color: #f30;
}

.valid_field {
	border: 1px solid #0c0;
}

.validation_error {
	background: url(images/invalid.gif) no-repeat center left;
	color: #f30;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_success {
	background: url(images/valid.gif) no-repeat center left;
	color: #00b200;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

.validation_loading {
	background: url(images/spinner.gif) no-repeat center left;
	color: #555;
	margin: 5px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 22px;
}

/* Additional CSS (Master) */
strong {
	font-weight: 400;
}

img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	padding-left: 5px;
}

.menu img {
	padding-right: 5px;
	vertical-align: top;
}

#panel_c .links {
	margin: 0;
	float: right;
}

.expcolimage {
	float: right;
	width: auto;
	vertical-align: middle;
	margin-top: 3px;
}

.collapsebody {
	position: relative;
	top: 0px;
	padding: 0 5px;
}

.collapse-button {
	background: url(images/indiepaper2/collapse.png) no-repeat 0 0;
	width: 15px;
	height: 15px;
	text-indent: 100px;
	overflow:hidden;
	cursor: pointer;
	display: block;
	float: right !important;
	margin-top: 3px;
}

.collapse-button:hover {
	background-position:0 -15px;
	cursor: pointer;
}

.collapse-button-click {
	background: url(images/indiepaper2/collapse.png) no-repeat 0 -30px !important;
	width: 15px;
	height: 15px;
	text-indent: 100px;
	overflow:hidden;
	cursor: pointer;
}

img.attachment {
	border: 1px solid #E9E5D7;
	padding: 2px;
}

hr {
	background-color: #000000;
	color: #000000;
	height: 1px;
	border: 0px;
}

#copyright {
	font: 11px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 10px 0 0 0;
}

#debug {
	float: right;
	text-align: right;
	margin-top: 0;
}

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}

.codeblock .title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 4px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}

.subforumicon {
	border: 0;
	vertical-align: middle;
}

.separator {
	margin: 5px;
	padding: 0;
	height: 0px;
	font-size: 1px;
	list-style-type: none;
}

form {
	margin: 0;
	padding: 0;
}

.popup_menu .popup_item_container {
	margin: 1px;
	text-align: left;
}

.popup_menu .popup_item {
	display: block;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
}

.popup_menu a.popup_item:hover {
	text-decoration: none;
}

.autocomplete {
	text-align: left;
}

.subject_new {
	font-weight: bold;
}

.highlight {
	background: #FFFFCC;
	padding: 3px;
}

.pm_alert {
	background: #FFF6BF;
	border: 1px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.red_alert {
	background: #FBE3E4;
	border: 1px solid #A5161A;
	color: #A5161A;
	text-align: center;
	padding: 5px 20px;
	font-size: 11px;
}

.high_warning {
	color: #CC0000;
}

.moderate_warning {
	color: #F3611B;
}

.low_warning {
	color: #AE5700;
}

div.error {
	padding: 5px 10px;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background: #FFF6BF;
	font-size: 12px;
}

div.error p {
	margin: 0;
	color: #000;
	font-weight: normal;
}

div.error p em {
	font-style: normal;
	font-weight: bold;
	padding-left: 24px;
	display: block;
	color: #C00;
	background: url('images/error.gif') no-repeat 0;
}

div.error.ul {
	margin-left: 24px;
}

.online {
	color: #15A018;
}

.offline {
	color: #C7C7C7;
}

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.tfoot .pagination, .tcat .pagination {
	padding-top: 0;
}

.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #beab91;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

.thread_legend, .thread_legend dd {
	margin: 0;
	padding: 0;
}

.thread_legend dd {
	padding-bottom: 4px;
	margin-right: 15px;
}

.thread_legend img {
	margin-right: 4px;
	vertical-align: bottom;
}

.forum_legend, .forum_legend dt, .forum_legend dd {
	margin: 0;
	padding: 0;
}

.forum_legend dd {
	float: left;
	margin-right: 10px;
}

.forum_legend dt {
	margin-right: 10px;
	float: left;
}

.success_message {
	color: #00b200;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

.post_body {
	padding: 5px;
}

.post_content {
	padding: 5px 10px;
	line-height: 1.4;
}

.quick_jump {
	background: url('images/jump.gif') no-repeat 0;
	width: 13px;
	height: 13px;
	padding-left: 13px; /* amount of padding needed for image to fully show */
	vertical-align: middle;
	border: none;
}

/*featured*/
#featured {
	background: url(images/indiepaper2/container_bg.png) no-repeat -15px -105px;
	width: 930px;
	height: 200px;
	padding: 40px 20px 27px 20px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

#featured .span {
	position: absolute;
	top: -100px;
	right: 20px;
	text-align: right;
}

#featured .span em, #featured .span h4 {
	background: url(images/indiepaper2/featured_span_bg.png) repeat;
	padding: 10px;
	color: #CCC;
}

#featured .span em {
	color: #b5b5b5;
	font-size: 12px;
}

#featured div.opc {
	position: absolute;
	left: 5px;
	bottom: 5px;
	display: none;
	background: url(images/indiepaper2/featured_span_bg.png) repeat;
	padding: 5px;
}

#featured div.opc a {
	color: #FFF;
}

#prev {
	background: url(images/indiepaper2/arrows.png) no-repeat top left;
	width: 20px;
	height: 26px;
	text-indent: -1000px;
	display: block;
	position: absolute !important;
	top: 50%;
	left: 3px;
	cursor: pointer
}

#next {
	background: url(images/indiepaper2/arrows.png) no-repeat -20px 0;
	width: 20px;
	height: 26px;
	text-indent: -10000px;
	display: block;
	position: absolute !important;
	top: 50%;
	right: 3px;
	cursor: pointer
}

/*postbit*/
.postbit {
	background: #eae0d2;
}

.postbit .author {
	background: #eae0d2 url(images/indiepaper2/postbit_tip.png) no-repeat 0 bottom;
	height: 75px !important;
	padding: 4px;
	margin: 0 10px;
	/*-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius:5px;*/
}

.postbit .author .post_avatar {
	float: left;
}

.postbit .author .post_author {
	float: left;
	height: 75px !important;
}

.postbit .author .post_author _info {
	float: right;
}

.postbit .cont {
	background: #f3f1f1 url(images/indiepaper2/postbit_bottom.png) no-repeat bottom left;
	margin: 0 10px;
}

.postbit .cont .smalltext {
	color: #666;
}

.post_buttons {
	background: #eae0d2;
}

.postbit .post_controls {
	background: #eae0d2;
}

.postbit .avatar_img{
	background: #f3f1f1;
	padding: 3px;
	border: 1px solid #bbb;
}

.postbit .avatar_img:hover {
	border: 1px solid #7d7d7d;
}

.dwnl_catrs .tcat h3 {
	font-size: 12px;
	padding: 2px;
	margin: 0;
	font-weight: 500;
	height: 16px;
}

/*scroll thingy*/
div.scroller {
 
	/* modify width and height of scrolling section if necessary	*/		
	width: 930px; 
	height: 200px;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
}

div.section {
position: relative;
}

div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:930px;
		height:200px;
		overflow:hidden;
		float:left;
		padding:1em;
		margin: 0px !important;
		padding: 0px !important;
}

div.scroller div.content {
		width: 10000px;
		margin: 0px !important;
		padding: 0px !important;
}

.license {
	background: #f8f8f8;
	font-size: 11px;
	color: #888;
	padding: 10px;
	margin: 0;
	width: 70%;
	border: 1px solid #d4d4d4;
}

.license h5 {
	font-size: 13px;
	border-bottom: 2px solid #d4d4d4;
	margin:0 5px;padding:0;
	font-weight: 500;
}

.license h5 strong {
	font-weight: 600;
}

.license ul {
	margin: 0;
}
