@charset "utf-8";
@import url("style_reset.css");
@import url("style_core.css");

/* [-------------- HTML Elements -------------] */

html {
	background-color:#0c0319;
}

body {
	background-color:#0c0319;
	background-image:url('../images/bg_body.png');
	background-repeat:repeat-x;
	color:#CCC;
	font-family:'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	padding-top:20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#FFF;	
}

h2 {
	font-size:1.3em;	
}

h3 {
	font-size:1.2em;
}

ol,
ul {
	margin-left:15px;
	padding:0px;
}

ul {
	list-style:square;	
}

dl {
	margin-left:10px;
	padding:10px;
}

dt {
	font-weight:bold;
}

dd {
	margin:0 0 0 10px;
}

/* [----------------- Links ------------------] */

a:link {
	color:#6D37FB;
	text-decoration:underline;
}

a:visited {
	color:#6D37FB;
	text-decoration:underline;
}

a:active {
	color:#6D37FB;
	text-decoration:underline;
}

a:hover {
	color:#8877FF;
	text-decoration:underline;
}

a img {
	border:0;
}

/* [----------------- Shared -----------------] */

h1,
h2,
h3,
ol,
ul,
dl,
p,
table,
fieldset,
form ol li,
ul.pagination,
ul.buttons,
div.joined_buttons,
.error_box,
.success_box,
.attention_box,
.information_box,
.generic_box_body,
div.schedule_item {
	margin-bottom:10px;
}

/* [------------ Layout Divisions ------------] */

#wrapper {
	background-color:#000000;
	background-image:url('../images/side_borders.png');
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:960px;
}

	#topbar {
		background-color:#10120F;
		background-image:url('../images/bg_topbar.png');
		background-repeat:no-repeat;
		font-size:0.9em;
		margin-bottom:1px;
		padding:11px 14px 8px 14px;
		height:16px;
	}

	#banner {
		background-image:url('../images/banner85.jpg');
		background-repeat:no-repeat;
		height:214px;
		margin:0 4px;
		position:relative;
		width:952px;
	}
	
		#banner #games_played_icons {
			position:absolute;
			bottom:0;
			padding-right:3px;
			right:0;
		}

	#navigation {
		background-color:#0A0A0A;
		background-image:url('../images/bg_nav.png');
		background-repeat:repeat-x;
		border:1px solid #282828;
		border-top:1px solid #3c373e;
		height:40px;
		list-style:none;
		margin:1px 4px 2px 4px;
		padding:0;
	}
	
		#navigation li {
			float:left;
			padding:0;
		}
		
			#navigation li a {
				color:#FFF;
				display:block;
				font-weight:bold;
				line-height:40px;
				padding:0 16px;
				text-decoration:none;
			}
			
				#navigation li.current a,
				#navigation li.current a:hover {
					background:none;
					color:#6D37FB;
					cursor:default;
				}
				
				#navigation li a:hover {
					color:#CCC;
				}

	#summary {
		margin:0 4px;
		width:952px;
	}
	
		#summary div {
			float:left;	
		}
		
		#summary table {
			border:1px solid #565656;
			clear:none;
			margin-bottom:0;
		}
		
		#summary table tbody th,
		#summary table td {
			padding:4px;	
		}
		
		#clan_stats {
			margin-left:1px;	
		}
		
		#clan_stats,
		#latest_results {
			margin-right:2px;
			width:250px;
		}
		
		#summary img {
			display:block;
			float:left;
		}
		
		#latest_forum_posts {
			width:447px;	
		}

	#middle_left {
		float:left;
		margin-left:4px;
		width:762px;
	}
		
		#left {
			float:left;
			margin-right:1px;
			width:190px;
		}

		#centre {
			float:right;
			margin-right:1px;
			width:570px;
		}
		
	#right {
		float:right;
		margin-right:4px;
		width:190px;
	}
	
	#centre h1 {
		background-image:url('../images/bg_main_heading.png');
		background-repeat:no-repeat;
		font-size:1.2em;
		height:34px;
		line-height:34px;
		margin:0;
		padding:0 10px;
	}
	
	#left h2,
	#right h2 {
		background-image:url('../images/bg_sidebar_heading.png');
		background-repeat:no-repeat;
		font-size:1.2em;
		height:34px;
		line-height:34px;
		margin:0;
		padding:0 10px;
	}
	
	.content_box {
		background-image:url('../images/bg_content.png');
		background-repeat:repeat-x;
		border:1px solid #36333b;
		padding:10px;
		margin-bottom:1px;
	}
	
	#shoutbox {
		border:0;
		display:block;
		height:320px;
		margin:0;
		overflow:auto;
		padding:0;
		width:190px;
	}
	
		#shout_loading {
			background-image:url('../images/loading.gif');
			background-position:center;
			background-repeat:no-repeat;
			height:250px;
		}
			
		#shoutbox ul {
			list-style:none;
			margin:0;
			padding:0 10px;
		}
		
		#shoutbox li {
			border-bottom:2px solid #333;
			margin-bottom:4px;
			padding-bottom:4px;
		}
		
		#shoutbox li:last-child {
			margin-bottom:0;
		}
		
		#shoutbox form {
			padding:10px;	
		}
		
		#shoutbox form input {
			background-color:#000;
			border:1px solid #444;
			color:#CCC;
			font-size:11px;
			margin-bottom:6px;
			padding:3px;
			width:144px;
		}

	#footer {
		background-image:url('../images/bg_footer.png');
		background-repeat:no-repeat;
		clear:both;
		height:23px;
		line-height:23px;
		padding:10px 14px;
		text-align:center;
	}

/* [----------------- Tables -----------------] */

table {
	border:1px solid #5C5C5C;
	clear:both;
}

table caption {
	background-color:#3366FF;
	color:#FFFFFF;
	font-weight:bold;
	padding:8px;
}

th,
td {
	padding:6px;
	text-align:center;
}

thead th {
	background-color:#5C5C5C;
	background-image:url('../images/bg_th.png');
	background-repeat:repeat-x;
	border-bottom:0;
	color:#FFFFFF;
	font-weight:bold;
}

thead th a:link,
thead th a:visited {
	color:#FFFFFF;
}

thead th a:hover {
	color:#FFFFFF;
}

tbody th {
	background-color:#000;
	color:#FFF;
	font-weight:bold;
}

tbody th a:link,
tbody th a:visited {
	color:#333333;
}

tbody th a:hover {
	color:#333333;
}

tbody tr.row2 th {
	background-color:#161616;
}

tbody td {
	border-bottom:0;
}

tbody tr.row2 td {
	background-color:#161616;
}

tfoot td {
	background-color:#121218;
	border-bottom:1px solid #565656;
	color:#FFF;
	font-weight:bold;
}

table tr th:first-child,
table tr td:first-child {
	text-align:left;
}

/* List Tables. */
table.list_table {
	background:none;
	border:0;
}

	table.list_table td,
	table.list_table th {
		padding:0 0 6px 0;
		text-align:left;
		vertical-align:top;
	}

	table.list_table th {
		background:none;
		color:#6666CC;	
	}
	
	table.list_table td {
		color:#CCC;	
	}
	
	table.list_table tr:last-child th,
	table.list_table tr:last-child td {
		padding-bottom:0 !important;
	}
/* ---------- */

/* [----------------- Forms ------------------] */

form {
	border:0;
	clear:both;
	margin:0;
	padding:0;
}

input.tiny,
textarea.tiny,
select.tiny {
	width:40px;
}

input.short,
textarea.short,
select.short {
	width:80px;
}

input.med_short,
textarea.med_short,
select.med_short {
	width:240px;
}

input.medium,
textarea.medium,
select.medium {
	width:300px;
}

input.long,
textarea.long,
select.long {
	width:450px;
}

input.full,
textarea.full,
select.full {
	width:98%;
}

form fieldset {
	background-color:#111014;
	border:1px solid #333;
	padding:0;
}

/* For IE background bug. */
form > fieldset {
	position:relative;
}

	form fieldset legend {
		color:#CCC;
		font-weight:bold;
		margin-left:10px;
		padding:0 6px 0 6px;
	}

	/* For IE background bug. */
	form > fieldset > legend {
		left:.2em;
		position:absolute;
		top:-.6em;
	}

	form ol {
		list-style:none;
		margin:0;
		margin-bottom:0;
		padding:10px 10px 4px 10px;
	}

	form ol li {
		clear:both;
	}

		form fieldset ol li label {
			display:block;
			font-weight:bold;
			margin-bottom:2px;
			text-align:left;
		}

		label.required:before {
			color:red;
			content:"∗ ";
			font-size:1.2em;
		}

		label span,
		legend span {
			display:block;
			font-size:0.8em;
			font-weight:normal !important;
		}

		fieldset li input,
		fieldset li textarea,
		fieldset li select {
			background-color:#000;
			border:1px solid #333;
			color:#CCC;
			font-family:'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
			font-size:1em;
			padding:3px;
			width:300px;
		}

		fieldset li select {
			width:auto;
		}

		fieldset li select {
			color:#CCC;
			font-size:1em;
			padding:2px;
		}

		select.sift {
			margin-right:5px;
			margin-top:2px;
		}

		button,
		input[type="submit"],
		input[type="reset"],
		input[type="button"] {
			color:#6D37FB;
			cursor:pointer;
			font-family:'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
			font-size:1em;
			font-weight:bold;
			margin-right:5px;
			padding:2px 3px 2px 3px;
			width:auto;
		}

		button.big,
		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big {
			font-size:1.4em;
			padding:4px 8px 4px 8px;
		}

		input[type="checkbox"],
		input[type="radio"] {
			width:auto;
		}

		/* Nested fieldsets for radio buttons & checkboxes. */
		form fieldset ol li ol,
		form fieldset ol li ol li {
			margin:0;
			padding:0;
			width:auto;
		}

		form fieldset ol li ol li label {
			font-weight:normal;
			margin:0;
			text-align:left;
			width:auto;
		}

		form fieldset ol li ol li input {
			border:0;
			width:auto;
		}
		/* ---------- */

	/* Multi-column lists. */
	ol.dual_column li,
	ol.tri_column li,
	ol.quad_column li {
		clear:none;
		float:left;
	}

	ol.dual_column li {
		width:50%;
	}

	ol.tri_column li {
		width:33%;
	}

	ol.quad_column li {
		width:25%;
	}
	/* ---------- */

	form fieldset.submit {
		clear:both;
		float:none;
		margin:0;
		padding:10px;
		width:auto;
	}

	.mceContentBody {
		background:black;
		background-image:none;
		color:#CCC;
		padding:10px;
	}

/* Bar forms/fieldsets (e.g. search bars). */
form.bar fieldset,
fieldset.bar {
	border:0;
	border:1px solid #333;
	border-bottom:0;
	background:#222 none;
	margin-bottom:0;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

form.bar label,
fieldset.bar label {
	display:inline;	
}

form.bar input,
fieldset.bar input {
	width:auto;	
}

form.bar ol,
fieldset.bar ol {
	padding:8px;
}

form.bar ol li,
fieldset.bar ol li {
	clear:none;
	float:left;
	margin:0 16px 0 0;
	padding:0;
}
/* ---------- */

/* [--------------- Pagination ---------------] */

ul.pagination {
	font-size:1em;
	float:left;
	list-style:none;
	margin-left:0;
	padding:0;
}

	ul.pagination li {
		float:left;
		margin:0 3px 0 0;
	}

	ul.pagination li.ellipsis {
		border:none;
		font-weight:bold;
		padding-top:3px;
	}

	ul.pagination li.disabled,
	ul.pagination li.current,
	ul.pagination li a {
		border:1px solid #555;
		padding:2px 5px 2px 5px;
		text-decoration:none;
		background-color:#000;
	}

		ul.pagination li.disabled {
			border:1px solid #333;
			color:#333;
		}

		ul.pagination li.current {
			background-color:#2D1D7B;
			color:#FFF;
			font-weight:bold;
		}

		ul.pagination li a {
			color:#FFF;
			display:block;
		}

		ul.pagination li a:active,
		ul.pagination li a:hover {
			background-color:#222;
			border:1px solid #666;
		}

/* [------------------ Tabs ------------------] */
			
ul.tabs {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

	ul.tabs li {
		float:left;
	}

		ul.tabs li a {
			background:transparent url('../images/buttons/tab_left.png') no-repeat top left;
			color:#FFF;
			display:block;
			float:left;
			font-size:12px;
			height:27px; /* Height of button background image. */
			line-height:19px; /* This + 4px + 4px (top and bottom padding of span) must equal height of button background (default 27px). */
			margin-right:4px;
			padding-left:3px; /* Width of left button background. */
			text-decoration:none;
		}
		
			ul.tabs li a span {
				background:transparent url('../images/buttons/tab_right.png') no-repeat top right;
				display:block;
				font-weight:bold;
				padding:4px 10px 4px 6px;
			}

			ul.tab li a:link,
			ul.tab li a:visited {
				text-decoration:none;
			}

			ul.tabs li a:hover,
			ul.tabs li.current a {
				background-position:bottom left;
			}

			ul.tabs li a:hover span,
			ul.tabs li.current a span {
				background-position:bottom right;
			}

			ul.tabs li.current a,
			ul.tabs li.current a:link,
			ul.tabs li.current a:visited,
			ul.tabs li.current a:active,
			ul.tabs li.current a:hover {
				color:#CCC;
				cursor:default;
			}

/* [----------------- Buttons ----------------] */

ul.buttons {
	float:left;
	list-style:none;
	margin-left:0;
	padding:0;
}

ul.rightside {
	float:right;
}

	ul.buttons li {
		float:left;
	}

		ul.buttons li a,
		a.button {
			background:transparent url('../images/buttons/btn_left.png') no-repeat top left;
			color:#FFF;
			display:block;
			float:left;
			font-size:11px;
			height:23px; /* Height of button background image. */
			line-height:15px; /* This + 4px + 4px (top and bottom padding of span) must equal height of button background (default 23px). */
			margin-right:4px;
			padding-left:4px; /* Width of left button background. */
		}

		ul.rightside li a {
			margin-right:0;
			margin-left:4px;
		}
		
		a.button {
			margin-right:0;	
		}

			ul.buttons li a span,
			a.button span {
				background:transparent url('../images/buttons/btn_right.png') no-repeat top right;
				display:block;
				font-weight:bold;
				padding:4px 10px 4px 6px;
				text-decoration:none;
			}

			ul.buttons li a:link,
			ul.buttons li a:visited,
			a.button:link,
			a.button:visited {
				text-decoration:none;
			}

			ul.buttons li a:hover,
			ul.buttons li.current a,
			a.button:hover {
				background-position:bottom left;
			}

			ul.buttons li a:hover span,
			ul.buttons li.current a span,
			a.button:hover span {
				background-position:bottom right;
			}

			ul.buttons li.current a,
			ul.buttons li.current a:link,
			ul.buttons li.current a:visited,
			ul.buttons li.current a:active,
			ul.buttons li.current a:hover {
				color:#CCC;
				cursor:default;
			}
			
/* [------------- Joined Buttons -------------] */

ul.joined_buttons {
	border-left:1px solid #555;
	float:left;	
	list-style:none;
	margin-left:0;
	padding:0;
}

ul.rightside {
	float:right;
}

	ul.joined_buttons li {
		float:left;
	}

		ul.joined_buttons li a {
			background:transparent url('../images/buttons/btn_bg.png') repeat-x top left;
			border-right:1px solid #555;
			color:#FFF;
			display:block;
			float:left;
			font-size:11px;
			font-weight:bold;
			height:15px; /* Height of button background image. */
			line-height:15px; /* Height of button background image. */
			margin:0;
			padding:4px 10px 4px 10px;
			text-decoration:none;
		}

			ul.joined_buttons li a:link,
			ul.joined_buttons li a:visited {
				text-decoration:none;
			}

			ul.joined_buttons li a:hover,
			ul.joined_buttons li.current a {
				background-position:bottom left;
			}

			ul.joined_buttons li.current a,
			ul.joined_buttons li.current a:link,
			ul.joined_buttons li.current a:visited,
			ul.joined_buttons li.current a:active,
			ul.joined_buttons li.current a:hover {
				color:#CCC;
				cursor:default;
			}

/* [------------------ Boxes -----------------] */

.error_box,
.success_box,
.attention_box,
.information_box {
	background-position:10px 10px;
	background-repeat:no-repeat;
	padding:10px 10px 10px 36px;
}

.error_box {
	background-color:#371615;
	background-image:url('../images/icons/notify_error.png');
	border:1px solid #dc3b37;
	color:#e5918f;
}

.success_box {
	background-color:#1d3715;
	background-image:url('../images/icons/notify_success.png');
	border:1px solid #6be745;
	color:#90e557;
}

.attention_box {
	background-color:#363515;
	background-image:url('../images/icons/notify_attention.png');
	border:1px solid #e7e145;
	color:#e5e28e;
}

.information_box {
	background-color:#152537;
	background-image:url('../images/icons/notify_information.png');
	border:1px solid #4591e7;
	color:#8fb7e5;
}

.error_box ul,
.success_box ul,
.attention_box ul,
.information_box ul {
	margin-bottom:0;
}

.generic_box_head {
	background-color:#5C5C5C;
	background-image:url('../images/bg_th.png');
	background-repeat:repeat-x;
	border:1px solid #555;
	border-bottom:0;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
	padding:6px 10px 6px 10px;
}

	.generic_box_head h3 {
		margin:0;	
	}

.generic_box_body {
	background-color:#17131A;
	border:1px solid #555;
	padding:10px;
}

/* [---------- Page Specific Classes ---------] */

/* Roster */

table.roster tr td:first-child {
	
}

/* Control Panel. */

ul.admin_menu {
	list-style:none;
	margin:0;
	padding:0;
}
	
	ul.admin_menu li {
		float:left;
		text-align:center;
		padding:10px;
		margin:9px;
		width:70px;
		height:84px;
	}
	
		ul.admin_menu li a {
			text-decoration:none;	
		}
		
/* Schedule. */

div.schedule_item {
	border:1px solid #333;
	background-color:#010100;
	background-image:url('../images/bg_schedule_item.png');
	background-repeat:repeat-x;
	clear:both;
}

	.schedule_item_left {
		background-repeat:no-repeat;
		float:left;
		width:316px;
		margin-left:4px;
		margin-top:4px;
		padding-left:45px;
		padding-top:5px;
	}

	.side_unsigned {
		background-image:url('../images/side_button.png');	
	}

	.side_signed {
		background-image:url('../images/side_button_signed.png');
	}

	.side_unsigned_s {
		background-image:url('../images/side_button_short.png');
	}

	.side_signed_s {
		background-image:url('../images/side_button_signed_short.png');
	}

		p.top_details {
			font-size:1.2em;
			font-weight:bold;
		}

		p.top_details img.game_icon {
			float:left;
			margin-right:3px;
			display:block;
		}

		p.bottom_details {
			border:1px dotted #222222;
			padding:5px;
		}

	.schedule_item_right {
		float:right;
		width:170px;
		padding-top:5px;
		padding-right:10px;
	}

		.schedule_item_right p {
			text-align:right;
		}

	.schedule_item_more_info {
		border:1px dotted #222222;
		padding:5px;
		margin:5px;
		float:left;
		width:524px;
	}

		.schedule_item_more_info div.map {
			float:right;
			margin:5px;
			text-align:center;
		}

			.schedule_item_more_info div.map img {
				border:3px solid #333333;
			}
			
/* Fixture. */

.fixture_box {
	font-size:1.2em;
	background-color:#010000;
	background-image:url('../images/bg_schedule_item.png');
	color:#AAA;
	background-repeat:repeat-x;
	padding:10px;
	border:1px solid #333333;
	margin-bottom:10px;
}

	.fixture_box h2 {
		font-family:"Georgia", serif;
		font-size:1.3em;
	}

	.fixture_box table,
	.fixture_box table tr {
		background:none;
		border:0;
		border-collapse:collapse;
		border-width:0;
	}

	table.fixture_details {
		background-color:#010000;
		background-image:url('../images/bg_schedule_item.png');
		background-repeat:repeat-x;	
	}

	table.fixture_details * {
		text-align:left;
	}

	div.map {
		float:right;
		margin:1px;
		text-align:center;
	}

	div.map img {
		border:3px solid #333333;
	}

.comment {
	clear:both;
	border-bottom:1px solid #333;
	margin-bottom:16px;
	padding-bottom:16px;
}

	.comment_left {
		float:left;
		width:25%;
	}
	
	.comment_left span {
		font-size:1.1em;	
	}
	
	.comment_right {
		float:right;
		width:74%;
	}
	
		.comment_response {
			border-left:1px solid #333;
			color:#888;
			font-style:italic;
			padding-left:16px;
			margin-top:16px;
		}

/* [------------- Generic Classes ------------] */

img.avatar {
	width:128px;
	height:128px;
	border:3px solid #333333 !important;
}

.bmargin {
	margin-bottom:12px !important;
}

.tmargin {
	margin-top:12px !important;
}

img.divider {
	display:block;
	margin:1px 4px;
}

.win,
.pcw,
a.avail_high {
	color:#59BB3F;
}

.loss,
.official,
a.avail_low {
	color:#D91318;
}

.draw,
.tournament {
	color:#6699CC;
}

.unconfirmed {
	color: #AAAAAA;
}

.internal {
	color:#FFCC00;
}

.practice {
	color:#52A190;
}

.recruitment {
	color:#AD3F85;	
}

.public,
a.avail_med {
	color:#F07F1A;	
}

.raid {
	color:#7748CC;
}

.questing {
	color:#28C6D4;
}

.highlighted {
	color:#6666CC;
}

.lilac {
	color:#9999FF;
}

.white {
	color:#FFF;	
}

a.avail_low,
a.avail_med,
a.avail_high {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}
