/* CSS Document */

/*--- Standard Tags ---*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FF0000;
	background-color: #000;
}

a:link, a:visited, a:active { 

color: #FF6600;
text-decoration: none;
}

a:visited { 

color: #FF6600;
text-decoration: none;
}

a:active { 

color: #FF6600;
text-decoration: none;
}

a:hover { 

color: #99CC00;
text-decoration: none;
}

H1 {
	font-size: 1.2em;
	color: #F00;
}

H2 {
	font-size:   1em;
	color:       #F00;
	font-weight: bold;	
}

H3 {
 font-size:   1.2em;
 color:       #CC9900;
 font-weight: bold;
}

H4 {
 font-size:   1em;
 color:        #FF0033;
 font-weight: bold;
}

H5 {
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}

ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

li {
	margin-left: 0px;
	background-image: url(../images/skull_bullet.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	height: 52px;
	padding-top: 12px;
}

/*--- Table Formatting ---*/

table {
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #F00;
	font-weight: bold;
	font-size: .9em;
}

/*--  Default form field formatting. --*/

form {
	margin-top: 0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;

  height:            1em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Legend formatting  --*/

legend {
	
	color: #666666;
}

/*--  Fieldset formatting  --*/

fieldset {
	border: 1px solid #ccc;
}

/*--  Input text-area formatting --*/

.textarea {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-size:          11px;
  margin-top:         3px;
  margin-bottom:      3px;
}

/*--  Submit button formatting. --*/

.button {
  background-color:   #666666;
  font-weight:        bold;
  text-transform:     uppercase;
  color:              #CCCC00;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Labels. --*/

label {
	font-size: 1.0em;
	text-align: right;
}

/*--- Used for formatting in Forms ---*/

.formLabel {

	text-align: right;
	padding: 0 5px 0 0; 
}

.formHeader {

	text-align: center;
}



/*---  LEFT SIDE BAR ---*/

#sidebar {
	float: left;
	margin-left: 0px;
	width: 173px;
	padding-left: 5px;
	text-align: left;
	/* border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FD2104; */
	margin-top: -14px;
}

#nav a, #nav a:visited {
	text-decoration: none;
	padding: 3px;
	border: 1px solid #000;
	display: block;
	color: #FF0000;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color: #FFFFFF;
}
/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}

/*---  MAIN PAGE CONTENT ---*/
#content {
 width: 420px;
 float: left;
 text-align: left;
 margin-left: 20px;
 margin-bottom: 60px;
 padding-bottom: 30px;
 padding-left: 20px;
 voice-family: "\"}\"";
 voice-family: inherit;
 width: 390px;
}

/*--- Used for headlines ---*/

.headline {
	font-size: 1.5em;
	color: #F00;
	font-weight: bold;
}

/*--- Main Content ---*/

#mainContent {
	padding: 0 5px 5px 15px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #F00;
	min-height: 450px;
	min-width: 450px;
	margin-left: 180px;
	margin-top: -11px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 75%;
	/* background-image: url(../images/ghost_skull.gif);
	background-repeat: no-repeat; */
}

#mainHeader {
	padding:0 0 0 0px;
	margin: 0px;
	background-image: url(../images/stripe.png);
	background-repeat: repeat-x;
	}

#container {
	width: 100%;
	/* float: right; */
	padding: 10px 0 0;
}



.last {
	margin-bottom: 0;
}
.clearing {
	/* height: 0; */
	clear: both;
}

.subHeadline {
	font-size: 1.1em;
	color: #CC6600;
	padding-left: 5px;
	font-weight: bold;
}

/*--- Footer ---*/

#footer {
	font-size: 0.8em;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 10px;
	text-align: left;
}
.footerAds {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.thumb {
	border: thin solid #FD2104;
}

#bigLink {
	font-size: 1.5em;
}

#bigLink a, #bigLink a:visited {
	text-decoration: none;
	padding: 3px;
	border: 1px solid #000;
	display: block;
	color: #FF6600;
	font-size: 1.5em;
}

#bigLink a:hover, #bigLink a:active, #bigLink a:focus {
	color: #99CC00;
	font-size: 1.5em;
}
