/*
	File: 			global.css
	Description:	Stylesheet for all aspects of KSU Recruitment Page.
	Company: 		KSU Ice Hockey Club
	Author:			Captured Living
	Copyright:		Copyright 2009. All Rights Reserved.
*/

/* ========== Page Attributes ========== */
*  {
	margin: 0;
	padding: 0;
}

html {
	height: auto;
	background:#1d1d1d url(../images/background.jpg) repeat-x top center;
	color: #fff;
}

body {
	margin: 0 auto;
	width:950px;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	color: #000;
}

h1 {
	margin: 0 auto 1px auto;
	width:950px;
	height:325px;
}

h1 img {
	margin:0 auto;
	border: 0;
}

h2 {
	font:16px "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#f5d104;
}

h3 {
	font:14px "Century Gothic", Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#f5d104;
}

div.attr {
	margin:0 auto -5px auto;
	text-align:left;
	clear:both;
}

div.attr ul
{
	margin:0 auto;
	width:950px;
	height:73px;
	display:block;
	list-style:none;
}

div.attr ul li.first
{
	margin-bottom:-1px;
	font:0;
	padding:0;
	display:block;
	float:left;
}

div.attr ul li
{
	margin:0;
	font:16px "Century Gothic", Arial, Helvetica, sans-serif;
	padding:25px 15px;
	display:block;
	list-style:none;
	float:left;
	color:#aaa;
}

div#container {
	margin:15px auto;
	width:950px;
}

div.left_side {
	width:575px;
	text-align:left;
	float:left;
}

div.right_side {
	width:340px;
	text-align:left;
	float:right;
}

div.article
{
	padding:15px;
	font:13px/18px Arial, Helvetica, sans-serif;
	color:#eee;
}

a {
	color:#f5d104;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}


.acha_red { color:#902124; }
.black { color:#000;}
.white { color:#fff;}
.owl_yellow { color:#f5d104;}
.clear {clear:both;}
