/*
 * vim: expandtab sw=4 ts=4 sts=4
 * */

a:link img { border: none; }
a:hover img { border: none; }
a:visited img { border: none; }

table {
	font-size: 1em;
}
body {
    margin: 5px 0px 0px 0px;
    padding: 0px;
    color: #ddd;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    background-color: #9c9ace;
    font-size: 1em;
    font-size: 86%;
}
#header {
	width: 976px;
	/*border:	1px solid #ccf;*/
    height: 120px;
    background: #666686;
    /*border: 1px solid #222242;*/
    background: url(../images/logo-strip.gif);
    padding: 0px;
	margin: 0px;
}
#sponsor {
    margin-left: 49px;
    margin-top: 29px;
}
// Yay to broken box models! This fixes the space IE takes away when adding borders
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #header {
	width: 978px;
}

* html #content {
	width: 827px
}
/* End hide from IE5/mac */

#menu {
    font-weight: bold;
	/*width: 145px;*/
    margin-left: 67px;
	width: 130px;
    float: left;
	/*border:	1px solid #cfc;*/
    /*top:0px;
    left:0px;
	position: absolute;
*/
}
#menu a {
    font-size: 114%;
}
#content {
    /*
	width:	828px;
	margin-left: 150px;
	position: absolute;
    */
	width:	773px;
	/*border:	1px solid #fcc;*/
	margin-left: 203px;
    /*Add 1px to margin if header has border*/
}
.block, .fblock {
    /*font-size: 13px;*/
    background: #666686;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #222242;
    border-bottom: 1px solid #222242;
    border-left: 1px solid #222242;
    border-right: 1px solid #222242;

}
.fblock {
    border-left: 1px solid #222242;
    border-right: 1px solid #222242;
    /*background-image: url(../images/watermark1.gif);*/
    background-image: url(../images/background.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
.block p, .fblock p {
	margin: 5px 5px 5px 5px;
}
.news {
	text-align: justify;
	margin: 5px 5px 5px 5px;
}

.poster {
	text-align: right;
	margin: 5px 5px 5px 5px;
}
.b_header, .b_footer {
    font-size: 13px;
    color: #FFF;
    background: #777797;
    padding: 0px;
    text-align: center;
    vertical-align: bottom;
    line-height: 30px;
    font-weight: bold;
    height: 31px;
  /*  border-top: 1px solid #222242;*/
  /*  border-bottom: 1px solid #222242;*/
 	background: url(../images/strip.gif);
}
.b_header {
	margin-bottom: 5px;
}
.b_footer {
	margin-top: 5px;
}
.banner {
	text-align: center;
}
#logo_l {
	float: left;
}
#logo_r {
	float: right;
}
.image {
	float: left;
	vertical-align: top;
	/*border: 1px outset #777797;*/
	margin-right: 5px;
}
.boxout {
	width: 50%;
	background: #777797;
	border: 1px solid #222242;
	padding: 2px;
}
.boxout p {
	padding: 0px;
	margin: 0px;
}
#menu {
	font-size: 0.9em;
	padding: 0px 0px 0px 0px;
}
#menu a {
    text-align: left;
    display: block;

    color: #222242;
    padding-left: 15px;
    text-decoration: none;
}

#menu span {
    display: block;
    padding-left: 0px;
    text-align: center;
    vertical-align: bottom;
    line-height: 26px;
    font-weight: bold;
    height: 28px;
    color: #FFFFFF;
    background: url(../images/strip.gif);
    margin: 10px 0px 5px 0px;
}

#menu a:hover {
    background: #777797;
    /*filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;
    color: #111121 ;*/
}
a {
    color: #222242;
    text-decoration: none;
}
a:hover {
    color: #555575;
}

// Extensive use of the Holly and Tan hacks, god I love IE...
// Fix 3px jog on floats
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #header {
	height: 1%;
	margin-left: 0;
	margin-right: 0;
}

* html #logo_l {
 	margin-right: 3px;
}

* html #logo_r {
 	margin-left: 3px;
}
/* End hide from IE5/mac */

ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.copyright {
	font-size: 0.7em;
	text-align: center;
	margin: 10px;
}

.footer-menu {
	text-align: right;
	font-size: 0.9em;
	padding: 0px;
}

.footer-menu a {
    color: #111121;
}
.poster {
	font-size: 0.8em;
}
 .crew-picture {
	/*border: 1px solid #222242;*/
	/*margin-left: 5px;*/

 }
 .crew-info {
	padding-right: 10px;
 }
 .crew-info th {
	 text-align: left;
	 padding-right: 5px;
	 padding-left: 5px;
 }
 .justify {
	 text-align: justify;
 }
 .float-left {
     float: left;
     margin: 5px;
 }
 .float-right {
     float: right;
     margin: 5px;

 }
 .error {
    text-align: center;
    width:100%;
    margin: 15px 0px 15px 0px;
 }

.signup-form {
	border: 1px solid #333333;
	background-color: #777797;
	width: 490px;
	text-align: left;
	padding: 0px 10px 0px 10px;
}
.bold {
    font-weight: bold;
}

