/************************************************************************************************/
/*                                         STYLES                                               */
/************************************************************************************************/
/* -- MAIN -- */
*, html *, body * {
    padding: 0;
    margin: 0;
}
* {}
html {}
body {
	margin: 0;
	font-family: tahoma, verdana, "Bitstream Vera Sans", arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #bfb95a;
	background: #11110b url("../images/bg-main.jpg") center top repeat-x;
	text-align: center;
}
div {}
span {}

/* -- LINKS -- */
a {
    color: #bfb95a;
    text-decoration: underline;
}
a:link, a:visited {
    color: #bfb95a;
    text-decoration: underline;
}
a:hover, a:active {
	color: #F00;
	text-decoration: none;
}
a img { margin: 0; }

/* -- TEXT -- */
h1 {    font-size: 1.5em;   color: #fff;   }
h2 {    font-size: 1.3em;   color: #fff;   }
h3 {    font-size: 1.1em;   color: #fff;   }
h4 {    font-size: 0.9em;   color: #fff;   }
h5 {    font-size: 0.8em;   color: #fff;   }
h6 {    font-size: 0.7em;   color: #fff;   }

h2 a:link {    color: #fff;   }
h3 a:link {    color: #fff;   }
h4 a:link {    color: #fff;   }
h5 a:link {    color: #fff;   }
h6 a:link {    color: #fff;   }

p {
    margin-bottom: 10px;
    line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	margin-bottom: 10px;
	color: #F00;
}

/* -- LISTS -- */
ul {
    list-style: none;
}
ol {
    margin-left: 25px;
}
ol.lower-alpha { list-style-type: lower-alpha; }
ol li {
    padding: 0 0 7px 0;
}

/* -- IMAGES -- */
img {
    border: 0;
}
img a { margin: 0; }
img a:hover {}

/* -- FORMS -- */
fieldset {
    margin: 3px;
    border: 1px solid #000;
    padding: 3px;
}
#header fieldset, #col-right fieldset { border: 0;   }
legend {
    font-weight: bold;
    color: #000;
}
label { font-weight: bold;  }
input[type="text"], input[type="password"], input[type="file"], textarea {
    border-top: 1px solid #666;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #666;
}
input:focus, textarea:focus {   background: #f5f5f5;   }
input, textarea, select, button {   margin: 2px;   }

/* -- STYLES -- */
blockquote {
    padding: 10px;
    color: #666;
    font-size: 1.1em;
    line-height: 1.4em;
}
blockquote cite {   font-weight: bold;  }

/* -- TABLES -- */
table {
    margin: 10px 0;
}
th,tr,td {
    font-size: 1em;
}

/* -- CLASSES -- */
.hide {     display: none; }
.show {     display: block; }
.right {    float: right; }
.left {     float: left; }
.vert-align {
    vertical-align: middle;
}
.center {
    text-align: center;
}
.clear {
    display: block;
    clear: both;
    height: 1%;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}
.nobackground {
    background: none;
}
.noborder { border: 0 none; }
.error {    color: red; }

/* -- MEDIA -- */
embed {}
param {}
object {}

/* -- SCRIPTS -- */
script {}
noscript {}

/* -- HACKS -- */
div.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}
div.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html div.clearfix {
    height: 1%;
}
div.clearfix {
    display: block;
}
/* End hide from IE-mac */

#container {
	width: 898px;
	margin: 0 auto;
	background: url("../images/content-bg.gif") 0 0 repeat-y;
	min-height: 800px;
}
#header {
	position: relative;
	width: 898px;
	height: 234px;
	background: url("../images/header.jpg") 0 0 no-repeat;
}
#login-box {
	position: absolute;
	right: 10px; bottom: -8px;
	text-align: left;
}
#login-box label {
	background: #374e0c;
	padding: 3px 4px;
	margin-left: 2px;	
}
#login-box .input {
	width: 143px;
	height: 20px;
	background: #414141;
	border: 1px solid #7a7b87;
}

#navigation {
	margin-bottom: 10px;
}
#navigation a {
	display: block;
	width: 220px;
	height: 34px;
	text-indent: -1000em;
}
#navigation ul {
	background: #000;
	padding: 1px;
}
#navigation ul li {
	padding-bottom: 1px;
}
.nav-home { 			background: url("../images/nav/homepage.gif") 0 0 no-repeat; }
.nav-home:hover { 		background: url("../images/nav/homepage-ro.gif") 0 0 no-repeat; }
.nav-news { 			background: url("../images/nav/latest-news.gif") 0 0 no-repeat; }
.nav-news:hover { 		background: url("../images/nav/latest-news-ro.gif") 0 0 no-repeat; }
.nav-fixtures { 		background: url("../images/nav/match-fixtures.gif") 0 0 no-repeat; }
.nav-fixtures:hover { 	background: url("../images/nav/match-fixtures-ro.gif") 0 0 no-repeat; }
.nav-board { 			background: url("../images/nav/bulletin-board.gif") 0 0 no-repeat; }
.nav-board:hover { 		background: url("../images/nav/bulletin-board-ro.gif") 0 0 no-repeat; }
.nav-roster { 			background: url("../images/nav/clan-roster.gif") 0 0 no-repeat; }
.nav-roster:hover { 	background: url("../images/nav/clan-roster-ro.gif") 0 0 no-repeat; }
.nav-server { 			background: url("../images/nav/server-details.gif") 0 0 no-repeat; }
.nav-server:hover { 	background: url("../images/nav/server-details-ro.gif") 0 0 no-repeat; }
.nav-contact { 			background: url("../images/nav/contact-us.gif") 0 0 no-repeat; }
.nav-contact:hover { 	background: url("../images/nav/contact-us-ro.gif") 0 0 no-repeat; }

#content-container {
	padding: 3px;
	text-align: left;
}
#content-left {
	float: left;
	width: 222px;
	padding-left: 3px;
}
#content-main {
	float: right;
	width: 660px;
	padding-right: 3px;
}

.news-article {
	position: relative;
	background: #11100a;
	border: 1px solid #3c3c3c;
}
.news-article-heading {
	position: relative;
	background: url("../images/news-heading-bg.gif") 0 0 repeat-x;
}
.news-article-date {
	position: absolute;
	top: 13px;
	right: 67px;
	display: block;
	z-index: 100;
	color: #fff;
}
.news-article p {
	padding: 5px;
	margin-bottom: 5px;
}

.thumb {
	border: 1px solid #fff;
	margin-bottom: 10px;
}

#footer {
	margin-top: 10px;
	font-weight: bold;
	color: #353544;
	text-align: center;
}
a.footer-link:link, a.footer-link:active, a.footer-link:visited, a.footer-link:link {	
	color: #fefefe; 
	text-transform: uppercase; 
	font-weight: normal;
	margin: 0 10px 0 8px;
}
#container #content-container #content-main .news-article blockquote strong {
	color: #bfb95a;
}
