/************************************************************************************************/
/*                                         STYLES                                               */
/************************************************************************************************/
/* -- MAIN -- */
*, html *, body * {
    padding: 0;
    margin: 0;
}
body {
    background: #2f331d url("../images/background.gif") 0 0 repeat-x;
    font-family: Tahoma, Verdana, "Bitstream Vera Sans", Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #fff;
}

/* -- LINKS -- */
a {
    color: #fff;
    text-decoration: underline;
}
a:focus {outline: none;}
a:link, a:visited {
    color: #fff;
    text-decoration: underline;
}
a:hover, a:active {
    color: #2f331d;
    text-decoration: none;
}

/* -- TEXT -- */
h1 {    font-size: 16px;   color: #000;   }
h2 {    font-size: 14px;   color: #ffc541;   }
h3 {    font-size: 12px;   color: #000;   }
h4 {    font-size: 11px;   color: #000;   }
h5 {    font-size: 11px;   color: #000;   }
h6 {    font-size: 10px;   color: #000;   }
p {
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

/* -- IMAGES -- */
img {
    border: 0;
}
label { font-weight: bold;  }

input[type="text"], input[type="password"], input[type="file"], textarea {
    border-top: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ccc;
}
input:focus, textarea:focus {   background: #fff9c2;   }
input, textarea, select, button {   margin: 2px;   }

/* -- TABLES -- */
table {
    margin: 10px 0;
}
th,tr,td {
    font-size: 11px;
}

/* -- CLASSES -- */
.hide {     display: none; }
.show {     display: block; }
.right {    float: right; }
.left {     float: left; }
.vert-align {
    vertical-align: middle;
}
hr {margin-top: 5px; margin-bottom: 7px;}
.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; }

/* -- 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 */



/************************************************************************************************/
/*                                         LAYOUT                                               */
/************************************************************************************************/

#container1 {
    background: transparent url("../images/outer-glow.png") 1px 0 repeat-y;
    margin: 0 auto;
    width: 922px;
}

#container2 {
    margin: 0 34px;
    width: 850px;
}

#header {
    background: #000 url("../images/header.jpg") 0 0 no-repeat;
    height: 250px;
}

#navigation {
    background: #000 url("../images/nav-bg.gif") 0 0 repeat-x;
    height: 47px;
}
#navigation ul {
    margin: 0;
    padding: 0;
    float: left;
    list-style:none;
}
#navigation li {
    float: left;
}

#content-area {
    background: #929292 url("../images/nav-dropshadow.gif") 0 0 repeat-x;
}

#content-left {
    float: left;
    width: 570px;
    padding: 20px 0 20px 10px;
}
#article {
	background: transparent url("../images/article-underline.png") 0 0 no-repeat;
}
#article h2 {
	display:inline;
}
#article p {
	padding-top: 3px;
}
#article .date {
	font-size: 10px;
}
#content-right {
    float: right;
    width: 250px;
    padding: 20px 10px 20px 0;
}
.fixtures {
    background: #2f331d url("../images/fixtures-div-footer.gif") bottom right no-repeat;
    padding: 10px;
    width: 230px;
}
.fixtures p {
	padding: 0 0 0 0;
}
.clan1 { color: #fcff00;  }
.clan2 { color: #fff;  }
.vs { color: #91a2bc;  }
.more { font-weight: bold;  }

#footer {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    border-top: 4px solid #fff;
    background: #000;
    text-align: center;
    height: 30px;
    padding-top: 15px;
}
div.clear {
	clear: both;
}
div.joinus {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
div.joinus h1, div.voice h1 {
	color: #333;
	margin: 5px;
}
div.joinus h3, div.voice h3 {
	color: #FFF000;
        margin: 5px;
}
div.joinus h4, div.voice h4 {
	text-align:center;
}
div.joinus h5, div.voice h5 {
        color: #FFF;
        margin: 15px;
}
div.description {
	margin: 25px 50px 25px 50px;
}
div.requirements {
	margin-top: 20px;
	line-height: 17px;
}
div.terms {
	margin: 25px auto 25px auto;
	font-size: 14px;
	line-height: 20px;
	width: 650px;
}
div.joinus hr {
	width: 75%;
	margin: 20px auto 20px auto;
}
div.joinus div.leftcol {
	width: 30%;
	float: left;
	margin-top: 20px;
}
div.joinus div.rightcol {
        width: 65%;
        float: right;
	margin-top: 20px;
	text-align: left;
}
div.joinus ul {
        text-align: left;
        line-height: 20px;
	margin: 0 auto 0 auto;
	padding-left: 25px;
	width: 500px;
}
div.joinus li {
	padding-left: 1.5em;
	text-indent: -1em;
}
div.voice {
	text-align: center;
	clear: both;
	padding-top: 20px;
}
div.advanced {
	width: 65%;
	margin: 20px auto 0 auto;
	padding-left: 50px;
}
div.voice ol {
	text-indent: 20px;
}
div.voice li {
	text-align: left;
	margin-bottom: 10px;
}
div.voice div.leftcol {
        width: 46%;
        float: left;
        margin-top: 20px;
        margin-left: 30px;
}
div.voice div.rightcol {
        width: 45%;
        float: right;
        margin-top: 20px;
        margin-right: 45px;
}


