/* channel3 css by rommel and Katie - v3*/

html, body {
	font-family: sans-serif;
	font-size: 10pt;
	background: #EEF2FF url(http://www.pushthenet.com/css/images/fade-blue.png) top center repeat-x;
	background-attachment: fixed;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
/* Horizontal Rule */
hr {
	border: none;
	height: 1px;
	background: #888;
	width: 99.5%;
}
/* Postblock */
.postform {
	padding-left: 100px;
}
input, select, textarea{
	color: #000;
}
/* Text Areas */
input[type=text], textarea{
	background: #E9E9F7;
	border: 1px solid #888;
	padding-left: 5px;
	padding-right: -5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	width: 330px;

	font-family: sans-serif;
	font-size:10pt;
}
input[type=password]{
	background: #E9E9F7;
	border: 1px solid #888;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	width: 170px;
}
/* Buttons */
input[type=submit]{
	background: none;
	border: 1px solid #888;
	border-top: none;
	border-left: none;
	-moz-border-radius-bottomright: 5px;
}
input[type=submit]:hover{
	background: #ddddef;
	border: 1px solid #888;
	border-top: none;
	border-left: none;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
}
/* Select Box for Embeds */
select {
	border: 1px solid #888;
	background: none;
	width: 80px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
}
select:hover {
	border: 1px solid #888;
	background:#ddddef;
	width: 80px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
}
/* Front Page Tabs */
#topmenu li {
	display: block; 
	float: left; 
	border: 1px solid #888; 
	padding-top: 3px; 
	padding-bottom: 2px; 
	padding-left: 10px; 
	padding-right: 10px;
	border-top: none;
	border-left: none;
	margin-top: -7px;
	margin-right: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#topmenu li.current { 
	margin-top: -8px; 
	padding-top: 5px;
	background-color: #ddddef;
}

.main {
	width:1024px;
	//border:1px solid #888;
	background: #EEF2FF url(http://www.pushthenet.com/css/images/fade-blue.png) top center repeat-x;
	background-attachment: fixed;
	padding-top:0px;
	padding-bottom:12px;
	text-align:center;
	position:absolute;
	margin-left:-512px;
	left: 50%;
}

p {
	text-align:left;
	padding-left:24px;
	padding-right:24px;
	padding-top:3px;
	padding-bottom:3px;
}

.linkbartable { 
	width:100%;
}
.linkbarbottom { 
	width:100%;
}
.linkbar {
	color:#AAAFCC;
	text-decoration:bold;
	background-color:#AAAFCC;
	width:120px;
	font-weight:900;
	text-align:center;
	padding:5px;
}
.linkbar a {
	display:block;
	width:100%;
	}
.linkbar:hover {
	background-color:#AABBEE;
}
.linkbar2 {
	color:#AAAFCC;
	text-decoration:bold;
	background-color:#AAAFCC;
	width:120px;
	font-weight:900;
	text-align:center;
	padding:5px;
}
.linkbar2 a {
	display:block;
	width:100%;
	}
.linkbar2:hover {
	background-color:#AABBEE;
}
.linkbar3 {
	color:#CCC;
	text-decoration:bold;
	background-color:#CCD1EE;
	width:120px;
	font-weight:900;

	text-align:center;
	padding:5px;
}
.linkbar3 a {
	display:block;
	width:100%;
	}
.linkbar3:hover {
	background-color:#AABBEE;
}

h2 {
	width:1019px;
	background-color:#AAAFCC;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:2px;
	margin-right:3px;
}

.cat {
	color:#000;
	text-decoration:bold;
	background-color:#CCD1EE;
	width:120px;
	font-weight:900;
}
.board {
	background-color:#CCD1EE;
}
.board a {
	display:block;
	width:100%;
	}
.board:hover {
	background-color:#AABBEE;
}
.boards {
	text-align:center;
	}

li {
	text-align:left;
	padding-bottom:5px;
	padding-right:25px;
	padding-left:20px;
}
li a {
	color:#0000FF;
	text-decoration:underline;
}
li a:hover {
	color:#FF0000;
	text-decoration:underline overline;
	}


/* Main CSS Start */
a {
	background:inherit;
	color:#34345C;
	text-decoration:none;
	font-family:sans-serif;
}
a:visited {
	background:inherit;
	color:#34345C;
	text-decoration:none;
	font-family:sans-serif;
}
a:hover {
	color:#DD0000;
	background:inherit;
	font-family:sans-serif;
}
.filesize a {
	text-decoration:underline;
}
.filesize a:visited {
	text-decoration:underline;
}
.adminbar {
	text-align:right;
	background:inherit;
	clear:both;
	float:right;
}
.logo {
	clear:both;
	text-align:center;
	background:inherit;
	font-size:24pt;
	color:#475872;
	width:100%;
}
.replymode {
	background:#0069e0;
	color:#FFFFFF;
	width:100%;
	border: solid 1px #9B9BFF;
	-moz-border-radius: 10px;
	padding-left: 10px;
}
.catalogmode {
	background:#0040E0;
	color:#FFFFFF;
	width:100%;
	border: solid 1px #9B9BFF;
	-moz-border-radius: 10px;
	padding-left: 10px;
}
.postarea {
	background:inherit;
}
.rules {
	/*font-size:0.7em;*/
	width: 468px;
	font-size: 10px;
	font-family: sans-serif;
}
.rules li {
	margin-left: 1em;
	/*text-indent: 0em;*/
}
.postblock {
	background:#E9E9F7;
	color:#000000;
	font-weight:400;
	border: 1px solid #738197;
        padding-left: 3px;
        padding-right: 3px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
}
.footer {
	text-align:center;
	font-size:10px;
	font-family:sans-serif;
}
.passvalid {
	background:#28a8d3;
	text-align:center;
	width:100%;
	color:#ffffff;
}
.dellist {
	background:inherit;
	text-align:center;
}
.delbuttons {
	background:inherit;
	text-align:center;
	padding-bottom:4px;
}
.managehead {
	background:#0F8FE1;
	color:#000000;
	font-family:sans-serif;
	font-size:14px;
	padding:0px;
}
.postlists {
	background:#FFFFFF;
	width:100%;
	padding:0px;
	color:#000000;
}
.row1 {
	background:#9AD2F6;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.row2 {
	background:#FFFFFF;
	font-family:sans-serif;
	font-size:12px;
	color:#000000;
}
.unkfunc {
	color:#789922;
}
.filesize {
	font-size:12px;
	font-family:sans-serif;
	text-decoration:underline;
	padding-left:3em;
}
.filetitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}
.postername {
	background:inherit;
	font-size:12px;
	font-family:serif;
	color:#112077;
	font-weight:800;
}
.oldpost {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}
.omittedposts {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#070707;
	font-weight:800;
}
.reply {
	background: none;
	color:#000000;
	font-family:sans-serif;
	border: 1px solid #B7C5D9; border-left: none; border-top: none; padding: 2px;
	-moz-border-radius: 2px;
}
.replyhl {
	background: #D6BAD0;
	color: #000000;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	background:inherit;
	font-size:18px;
	font-family:serif;
	color:#0F0C5D;
	font-weight:800;
}
.commentpostername {
	background:inherit;
	font-size:12px;
	font-family:sans-serif;
	color:#112077;
	font-weight:800;
}
.thumbnailmsg {
	background:inherit;
	font-size:9px;
	font-family:sans-serif;
	color:#000000;
}

.watchedthreads {
	background-color: #98daf0 !important;
	border: 1px dotted #98daf0 !important;
	border-top: 0px none !important;
}

.reflinkpreview {
	background-color: #EEF2FF !important;
}

/* Global Overrides */

.admin {
	color: #800080;
	font-weight: normal;
}

.mod {
	color: #FF0000;
	font-weight: normal;
}

.vip {
	color: #336600;
	font-weight: normal;
}


/* Button Replacers */

.hidethread {
	background: transparent url('./icons/blue/icons.gif') -32px -16px no-repeat;
}

.unhidethread {
	background: transparent url('./icons/blue/icons.gif') -48px 0px no-repeat;
}

.watchthread {
	background: transparent url('./icons/blue/icons.gif') -32px 0px no-repeat;
}

.expandthread {
	background: transparent url('./icons/blue/icons.gif') 0px -16px no-repeat;
}

.quickreply {
	background: transparent url('./icons/blue/icons.gif') 0px 0px no-repeat;
}

.hidewatchedthreads {
	background: transparent url('./icons/blue/icons.gif') -48px -16px no-repeat;
}

.refreshwatchedthreads {
	background: transparent url('./icons/blue/icons.gif') -16px -16px no-repeat;
}

.restorewatchedthreads {
	background: transparent url('./icons/blue/icons.gif') -16px 0px no-repeat;
}
