/****
	This controls the width of the template. You can change this to what you want.
	A px width is fixed and a % width is fluid.
****/


body {
	background:black url('http://www.starcraft2.com.au/bg12.jpg') 
no-repeat fixed top center;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.interface {
	background-image: url(http://www.starcraft2.com.au/interface2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	width: 173px;
	margin-top: 25px;
}
.interfacetext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 33px;
	padding-top: 37px;
}
.affiliates {
	background-image: url(http://www.starcraft2.com.au/affiliates2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 5px;
	display: block;
	float: left;
	width: 174px;
	height: 204px;
}
.affiliatestext {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	margin-top: 35px;
	text-align: left;
}
.window {
	height: 259px;
	width: 866px;
	margin-left: 41px;
	margin-right: 43px;
	margin-top: 44px;
	background-image: url(http://www.starcraft2.com.au/window4.png);
}
.buttonsright {
	margin-top: 25px;
	display: block;
	padding-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #4B9AD3;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.terran {
	color: #05838D;
}
.protoss {
	color: #FFFFFF;
}
.zerg {
	color: #FF8C00;
}


.news {
	margin-left: 20px;
	margin-right: 20px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 40px;
}
.newsblue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
}
.newsheadline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #66CCFF;
}
.newsheadlinepostedby {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #66CCFF;
}
.newsheadlinewhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}









#widthControl
{
	width: 774px;
	text-align: left;
	margin: 0px auto;
	padding: 10px 0px 2px 0px; /* top right bottom left */
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th, tr
{
	color: #999999;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, select, option
{
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #393939;
	background-color: #000000;
}
input
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0px none;
	color: #393939;
	background-color: #393939
}

/* No image should have a border when linked */
a img
{
	border: 0px none;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #999999;
	background-color: #202020;
	border: 1px solid #393939;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #999999;
	background-color: #202020;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #393939;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: 161616;
	font-weight: bold;
	color: white;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #999999;
	background-color: #181818;
}
.windowbg2
{
	color: #999999;
	background-color: #000000;
}
.windowbg3
{
	color: #999999;
	background-color: #202020;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #000000;
	color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg td, .titlebg2 td
{
	color: #d1d1d1;
	font-style: normal;
	background: /*url(images/titlebg.jpg)*/ #202020 repeat-x;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #d1d1d1;
	font-style: normal;
}

.titlebg a:hover
{
	color: white;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #d1d1d1;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	color: white;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg, tr.catbg td, .catbg3, tr.catbg3 td
{
	background: #000000 url('images/catbg.jpg') repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px
}
.catbg2, tr.catbg2 td
{
	background: #000000 url('images/catbg.jpg') repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #202020;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited, .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: white;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #393939;
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
	border: 1px solid #393939;
	background-color: #000000;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
	color: red;
}

/* definitions for the main menu at the top of the page, active means the link reflects which page is displayed */
.mainnav
{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 11px;
	vertical-align: middle;
	font-family: tahoma, sans-serif;
	padding: 2px 0px 10px 0px;
}
.mainnav_active
{
	color: white;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 11px;
	vertical-align: middle;
	font-family: tahoma, sans-serif;
	padding: 2px 0px 10px 0px;
}
.mainnav a:link, .mainnav a:visited
{
	color: white;
	text-transform: capitalize;
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 3px solid #202020;
	padding: 4px 14px 4px 14px;
}
.mainnav a:hover
{
	border-bottom: 3px solid #4B9AD3;
	color: white;
}
.mainnav_active a:link, .mainnav_active a:visited
{
	color: white;
	text-transform: capitalize;
	text-decoration: none;
	vertical-align: middle;
	border-bottom: 3px solid #202020;
	padding: 4px 14px 4px 14px;
}
.mainnav_active a:hover
{
	color: white;
	border-bottom: 3px solid #4B9AD3;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab, .maintab_back, .maintab_active_back
{
	color: #999999;
	text-transform: capitalize;
	vertical-align: top;
	font-weight: normal;
}
.maintab, .maintab_back, .maintab_active_back
{
	color: #999999;
	text-decoration: none;
	font-size:  11px;
	padding: 5px 0px 10px 0px;
	font-family: tahoma, sans-serif;
}

/* how links behave in main tab. */
.maintab a:link, .maintab a:visited, .maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited
{
	color: #999999;
	text-decoration: none;
	border-bottom: 3px solid #202020;
	padding: 4px 14px 4px 14px;
}

.maintab a:hover, .maintab_back a:hover, .maintab_active_back a:hover
{
	color: white;
	text-decoration: none;
	border-bottom: 3px solid #4B9AD3;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

/****
	These are css parts for the Xbox360 design.
****/
#bgLeft
{
	background: url('images/bgleft.gif') repeat-y top left;
}

#bgRight
{
	background: url('images/bgright.gif') repeat-y top right;
}

#bgCircles
{
	background: url('images/circle_bg.gif') no-repeat top center;
}

.layout-topCenter
{
	background: url('images/layout_topcenter.gif') repeat-x top left;
}
#layout-topLeft
{
	background: url('images/layout_topleft.gif') no-repeat top left;
	height: 139px
}
#layout-topLeft span
{
	line-height: 139px;
	vertical-align: middle;
	font-size: 18px;
	color: #4B9AD3;
	font-weight: normal;
	padding-left: 20px;
}

.layout-content
{
	background-color: #000000;
	padding: 8px;
}

.layout-bottomCenter
{
	background: url('images/layout_bottomcenter.gif') repeat-x top left;
}
#layout-bottomLeft
{
	background: url('images/layout_bottomleft.gif') no-repeat top left;
	height: 47px
}

#layout-bottomRight
{
	background: url('images/layout_bottomright.gif') no-repeat top left;
	height: 47px;
	width: 275px;
	text-align: right
}

#layout-bottomRight img
{
	padding-right: 20px;
}







