/* Reset padding & margins */
body, html, div, form, h1, h2, h3, h4, h5, h6, img {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.5em; }

body {
	padding: 10px 10px 5px 10px;
	background: #f9f9f9 url('../images/background.jpg') 0 0;
	font-family: "Decker-1", "Helventica Neue", Helvetica, Arial, Kalimati, FreeSans, sans-serif; 
	letter-spacing: 1px;
	color: black;
	
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}

a img {border-style: none;}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

p{ line-height: 1.5em; }

h1, h2, h3, h4, h5 { 
	font-family: "Decker-1", "Helventica Neue", Helvetica, Arial, Kalimati, FreeSans, sans-serif; 
	font-weight: 900;
	text-shadow: #466987 0px 0px 1px;
}

h1 { color: #1C3D59; }

h3, h4, h5
{
	font-variant: small-caps;
}

#menu {
	width: 150px;
	font-family: "Decker-1", "Helvetica Neue", Helvetica, Arial, Kalimati, FreeSans, sans-serif;
	top: 222px;
	left: 10px;
	float: left;
	display:none;
}

.navmenu {
	font-family: "Decker-1", "Helvetica Neue", Helvetica, Arial, Kalimati, FreeSans, sans-serif;
	text-align: left;
}
#content {margin: 10px 0px 0px 0px;}
#content .cborder {min-height: 500px;}
#content li {
	list-style: square;
	padding-bottom: 12px;
}
#content .center {text-align: center;}
#content h1 {
	color: #003366;
}
#content h2 {
	color: #003366;
	clear: both;
}
#content h3 {
	clear: both;
	color: #003366;
	margin-top: 10px;
	font: normal 125%;
}
#content dl {
	margin-left: 20px;
	margin-top: 0px;
}
#content dt {font-weight: bold;}
#content dd {
	margin-bottom: 15px;
	margin-left: 20px;
}
form {color: #1C3D59;}
hr {border: 1px dashed #666666;}
.news_heading {
	color: #003366;
	font-weight: bold;
	clear: both;
}
.cborder {padding: 10px;}
#footer {
	color: #336699;
	padding: 5px 10px 5px 10px;
}
#footer table {width: 100%;}
.clear {clear: both;}
.ft_rt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
.ft_rt_bdr {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	border: 1px solid #000000;
}
.vmiddle {vertical-align: middle;}
.links {
	border-collapse: collapse;
	border: 1px solid #aaa;
	padding-left: 10px;
}
.links a {
	display: block;
	text-decoration: none;
	color: #002bb8;
	background: none;
	padding: 2px 5px 2px 5px;
}
.links a:hover {text-decoration: underline;}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
}
.portlet {
	margin-bottom: 5px;
}
.ssi_table {float: right;}
.ssi_table td {color: #1C3D59;}
.toolbox {text-align: center;}
.picture {
	text-align: center;
	background: url(../images/bln.gif) no-repeat center top;
	padding-top: 32px;
}
.picture img {border: 1px solid #000000;}
.gallery_item {
	margin: 10px;
	height: 300px;
	width: 200px;
	text-align: center;
	float: left;
}
.highlight {
	margin: 10px;
	width: 200px;
	text-align: center;
	float: left;
}
.gallery {
	width: 100%;
	clear: both;
}
.gallery_item .caption {
	font: smaller;
	color: #1C3D59;
	text-align: center;
}
.frame {
	text-align: center;
	height: 170px;
	width: 200px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	margin: 10px;
	height: 200px;
	width: 200px;
}
.action_row {clear: both;}

/* Re-Usable additions */

.rounded-corners, .tborder
{
	-opera-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.content-wrapper
{
		background-color: #2E2E2E;
}

#content table.main-navigation a
{
	font-variant: small-caps;
}

/* New art display*/
.art-box
{
	position: relative;
	float: left;
	height: 190px;
	width: 190px;
	overflow: hidden;
	background-color: #D9E2E1;
	
	margin: 10px 20px 10px 0px;
	padding: 15px;
	text-align: center;
	background-image: url('../images/background_desat.jpg');
}

.art-box-clickable:hover
{
	background-color: #5A5A5A;
	background-image: url('../images/background_desat_hover.jpg');
	cursor: pointer;
}

.art-box img
{
	z-index: 0;
	overflow: hidden;
	border: 1px solid #6F6F6F;
}

#content .custom-art-title
{
	color: black;
	text-shadow: #5A5A5A 0.1em 0.1em 0.2em;
	font-weight: 400;
}

#content .art-box .art-title
{
	color: black;
	font-weight: 400;
	margin-top: 10px;
	font-variant: small-caps;
	font-size: 24px;
	z-index: 10;
	
	position: absolute;
	top: 0px;
	left: 20px;
	
	text-shadow: #5A5A5A 0px 0px 3px;
}

.art-box .art-caption
{
	color: black;
	
	z-index: 10;
	position: absolute;
	bottom:10px;
	left: 20px;
	text-shadow:  5A5A5A 0px 0px 3px;
}

/* CSS Grid basics*/
.col-half
{
	max-width: 480px;
	float: left;
	margin: 10px;
}

.col-3-quarter
{
	margin: 10px;
	max-width: 720px;
	float: left;
}

.col-1-quarter
{
	margin: 10px;
	max-width: 240px;
	float: left;
}

/* Basic CSS3 width-scaling for the benefit of the grid on small screens */
@media(max-width: 1060px)
{
	.col-half, .col-1-quarter, .col-3-quarter
	{
		max-width: none;
	}
}

/* Other rules */
.clear
{
	clear: both;
}

.nav a
{
	margin-right: 20px;
	float: left;
}

.game-info
{
	background-color: #D9E2E1;
	padding: 10px;
	margin: 10px;
}

.action_row
{
	margin-top: 30px;
}

#youtube_box
{
	width: 460px;
	height: 160px;
	background-image: url('/images/youtube_capture.png');
	float: left;
	margin-top: 10px;
}

#youtube_box:hover
{
	background-image: url('/images/youtube_capture_hover.png');
}
