/*
 *
 * *** MAIN STYLE SHEET ***
 * http://www.gametorpedo.com
 * (C) Copyright 2009
 *
*/

/* Global CSS */

body {
	border-style: none;
	position: static;
	background-image: url('http://www.gametorpedo.com/images/back.png');
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 1em auto;
	margin-top: 0px;
	font-family: verdana,tahoma,arial,sans-serif;
	font-size: 10pt;
	text-align: center;
	line-height: 1.5;
}

a {
	color: #1360BB;
	text-decoration: none;
}

a:hover {
	color: #222;
}

a.sub_link {
	color: #888;
	text-decoration: none;
}

a.sub_link:hover {
	color: #1360BB;
}

.txt_sub_faded {
	color: #888;
	font-size: 11px;
}

.inline {
	display: inline;
}

.float_r {
	float:right;
}

.float_l {
	float:left;
}

.margin_top_small {
	margin-top: 4px;
}

.margin_top_med {
	margin-top: 10px;
}

ul {
	font-size: 8pt;
}

#nav ul {
	font-size: 10pt;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: trebuchet ms,tahoma,arial,sans-serif;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 16pt;
	color: #1360BB;
	margin-top: 0px;
	margin-bottom: 6px;
	border-bottom: 2px solid #1360BB;
}

h3 {
	font-size: 12pt;
	color: #1360BB;
	margin-top: 0px;
	margin-bottom: 6px;
}

.float_clear {
	clear: both;
}

.image_wrapper {
	font-size: 1pt;
}

.font_heading {
	font-family: trebuchet ms,tahoma,arial,sans-serif;
}

.h_rule {
	display: block;
	margin-bottom: 2px;
	width: 100%;
	border-bottom: 2px solid #1360BB;
}

.txt_sub {
	font-size: 11px;
	margin-right: 4px;
	margin-top: 2px;
}

.b_green_upi {
	padding: 10px;
	background-color: #CFEECC;
}

.txt_small {
	font-size: 8pt;
}

#wrapper_topbar {
	background-color: #024;
	height: 24px;
	text-align: center;
	clear: both;
}

#topbar_content {
	width: 800px;
	height: 24px;
	margin-right: 10px;
	padding-top: 2px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

#introbox {
	background-color: #f0dbdb;
	border: 1px solid #deb6b7;
	padding: 10px;
}

#wrapper_mid {

}

#mid_content {
	background-color: #DFDFDF;
	width: 800px;
	height: 100%;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#wrapper_header {
	background-color: #024;
	font-size: 1pt;
	display: block;
	height: 120px;
	text-align: center;
}

#wrapper_nav {
	background-color: #024;
	text-align: center;
}

#wrapper_footer {
	text-align: center;
}

#footer_content {
	font-size:11px;
	display:block;
	padding-top:30px;
	padding-bottom:0px;
	color:#AAAAAA;
	clear:both;
	background-color: #036;
	overflow: hidden;
	width:800px;
	margin-left: auto;
	margin-right: auto;
}

#footer_img {
	height: 32px;
	width: 800px;
	background-image: url('http://www.gametorpedo.com/images/footer.gif');
	margin-left: auto;
	margin-right: auto;
}

#wrapper_content {
	width: 580px;
	margin-top: 4px;
	margin-right: 9px;
	float: right;
	text-align: left;
	display: inline;
}


#nav {
	height: 28px;
	overflow: hidden;
	width:800px;
	margin-left: auto;
	margin-right: auto;
}


#nav ul {
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0;
	margin-top:0;
	margin-left:0;
	background-color: #036;
	color:#fff;
	line-height:18px;
}

#IE6 #nav ul {
	text-align:center;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:167px;
	margin-top:0;
	margin-left:0px;
	background-color:#036;
	color:#fff;
	width:100%;
}

#nav ul li {
	display:inline;
	padding-left:0;
	padding-right:0;
	padding-bottom:5px;
	padding-top:5px;
}

#nav ul li a {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	color:#fff;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#036;
	background-image: url('http://www.gametorpedo.com/images/menu_gradient.gif');
	background-repeat: repeat;
	border-bottom: 1px solid #DDDDDD;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

.side_panel {
	float: left;
	display: inline;
	margin: 8px;
	width: 195px;
	font-size: 8pt;
}

.clear_floats {
	overflow: auto;
	clear: both;
	width: 100%;
}

/* Form CSS */
form input.text_input {
	background-color: #DFDFDF;
	border: 2px solid #1360BB;
}
form input.sp_text_input {
	border: 1px solid #1360BB;
}
form textarea {
	background-color: #E6E6E6;
	border: 2px solid #1360BB;
	font-family: verdana,sans-serif,arial;
	font-size: 11px;
	line-height: 135%;
	padding: 4px;
}

form textarea.comment_edit {
	background-color: #E4E4E4;
	border: 0;
	font-family: verdana,sans-serif,arial;
	font-size: 11px;
	line-height: 135%;
	padding: 4px;
}

div>fieldset {
	-moz-border-radius: 10px;
	border: 1px solid #AAA;
}


div legend {
	color: #1360BB;
}

/* Submission List Elements */
.game_top10_row {
	color: #000;
	background-color: transparent;
	height: 40px;
	display: block;
	padding-left: 160px;
	line-height: 1.1;
	filter:alpha(opacity=50);
	opacity:.50;
}

.game_top10_row:hover {
	color: #1360BB;
	background-color: transparent;
	height: 40px;
	display: block;
	padding-left: 160px;
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: hand;
}

#recent_submission_1 {
	margin-top: 18px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

#recent_submission_2 {
	margin-top: 18px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

#recent_submission_3 {
	margin-top: 18px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

.game_row_struct {
	display: inline-block;
	width: 300px;
	height: 40px;
	float: left;
	margin-top: 0px;
}

span.game_row_title_text {
	font-size: 14px;
	font-weight: bold;
}

span.game_row_desc_text {
	display: inline-block;
	margin-top: 0px;
	font-size: 11px;
	color: #777;
}

span.game_row_rating_text {
	display: inline-block;
	font-size: 20pt;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	float: left;
	margin-top: 6px;
}

/* Game Display Page Elements */

#game_info_side_panel_wrapper {
	float: right;
	background-color: #D4D4D4;
	border:1px solid #CCC;
	padding-top: 14px;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#game_info_rating {
	display:inline-block;
	font-size:28pt;
	font-weight:bold;
	float:left;
}

#game_info_rating_text {
	display: inline-block;
	font-size: 16px;
	float: left;
	margin-top: 16px;
	margin-left: 8px;
	vertical-align: bottom;
}

#game_info_img_scr_links {
	width: 150px;
	text-align: center;
	clear: left;
}

#game_info_img_scr_links_spc {
	margin-top: 12px;
	font-size: 1pt;
}

div.game_screenshot_img_link {
	font-size: 1pt;
	margin-top: 4px;
}

div.comment_user_info_wrapper {
	width: 130px;
	display: inline-block;
	float: left;
	padding: 10px;
	padding-bottom: 0px;
	text-align: center;
}

.comment_text_user_info {
	font-size: 10pt;
	color: #1360BB;
}

.comment_text_group {
	font-size: 11px;
	color: #000;
}

.comment_content {
	display: inline-block;
	height: auto;
	float: left;
	width: 410px;
	padding: 10px;
	font-size: 11px;
}

div.comment_edit_buttons {
	margin-top: 16px;
	margin-bottom: 16px;
}

div.comment_wrapper_b1 {
	background-image: url('http://www.gametorpedo.com/images/comment_back1.gif');
	background-color: #DADADA;
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #BBB;
}

div.comment_wrapper_b2 {
	background-image: url('http://www.gametorpedo.com/images/comment_back2.gif');
	background-color: #DDDDDD;
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

div.comment_wrapper_b3 {
	background-image: url('http://www.gametorpedo.com/images/comment_back3.gif');
	background-color: #b9d7fd;
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

div.comment_wrapper_b4 {
	background-image: url('http://www.gametorpedo.com/images/comment_back4.gif');
	background-color: #bfdcff;
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

div.comment_footer_wrapper_b1 {
	background-image: url('http://www.gametorpedo.com/images/comment_back1.gif');
	background-color: #DADADA;
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #BBB;
}

div.comment_footer_wrapper_b2 {
	background-image: url('http://www.gametorpedo.com/images/comment_back2.gif');
	background-color: #DDDDDD;
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

div.comment_footer_wrapper_b3 {
	background-image: url('http://www.gametorpedo.com/images/comment_back3.gif');
	background-color: #b9d7fd;
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

div.comment_footer_wrapper_b4 {
	background-image: url('http://www.gametorpedo.com/images/comment_back4.gif');
	background-color: #bfdcff;
	background-repeat: repeat-y;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

div.comment_footer_text {
	margin-left: 150px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 7pt;
	color: #888;
}

/* Code/Quote Boxes for IPB integration */
.codetop {
	background: #FDDBCC url('http://www.gametorpedo.com/forums/style_images/1/css_img_code.gif') no-repeat right;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
	height: 16px;
}
.codemain {
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, "Courier New", Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;

}
.quotetop {
	background: #E4EAF2 url('http://www.gametorpedo.com/forums/style_images/1/css_img_quote.gif') no-repeat right;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 2px auto 0 auto;
	padding: 3px;
	height: 16px;
}
.quotemain {
	background: #FAFCFE;
	border: 1px dotted #000;
	border-left: 4px solid #8394B2;
	border-top: 0;
	color: #465584;
	padding: 4px;
	margin: 0 auto 0 auto;
}

.sidetitle
{
	background: url(http://www.gametorpedo.com/forums/style_images/4/tile_usercp_sidetitle.gif);
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	padding-bottom: 8px;
}

.sidefooter
{
	background: url(http://www.gametorpedo.com/images/sidefooter.gif);
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 9px;
}

.maintitle
{
	background: url(http://www.gametorpedo.com/forums/style_images/4/tile_usercp_title.gif);
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	padding-bottom: 8px;
}

.subtitle
{
	background: #DDD; /*E4*/
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-weight: normal;
	border: 0;
	color: #3A4F6C;
	font-weight: bold;
	padding: 5px;
	clear: both;
}

.borderwrapp
{
	border: 1px solid #124BAC;
	border-top: 0;
	background-color: #EDEDED;
}

.menuitem
{
	padding: 8px;
	text-align: left;
}

.menuitem_h
{
	padding: 8px;
	padding-bottom: 9px;
	text-align: left;
}

.menuitem_nopad
{
	padding: 0px;
	text-align: left;
}


