/* Start of CMSMS style sheet 'evil_global' */
/* -------------------------	 global style		----------------------------- */
body {
	background:url("uploads/images/evilevil_background.jpg"); 
	background-attachment:scroll; 
	background-position:top left; 
	background-repeat:no-repeat; 
	
	background-color: black;
	color: white;
	
	margin:0px;
	padding:0px;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.5;
	font-weight: normal;
        font-size: 75%;
}


/* -------------------------	 text		----------------------------- */
h1 {
	font:bold 16pt helvetica, arial, sans-serif;
	text-transform: uppercase;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

h2 {
	font:bold 14pt helvetica, arial, sans-serif;
	text-transform: uppercase;
	margin:5px 0px 20px 0px;
	padding:0px;
	}
h3 {
		font:bold small helvetica, arial, sans-serif;
		text-transform: none;
		margin:5px 0px 5px 0px;
		padding:0px;
display:inline;
	}
h4 {
	font: bold normal arial, helvetica, sans-serif;
	margin:5px 0px 0px 0px;
	padding:0px;
	}
h5 {
	font:normal 9pt arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}


blockquote {
	font:normal 10pt helvetica, arial, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px;
	line-height: 1.2;
	border: 1px dotted #000;
	color: #eee;
	background-color: transparent;
	}

p {
	font-weight:normal;
	margin:16px 0px 16px 0px;
	padding:0px;
	}

hr {
	border-top:0px solid;
	border-left:0px solid;
	border-right:0px solid;

	margin:20px 0px 20px 0px;
	height:1px;
    color: #666666;
}

#layout_contentbox img, #layout_contentbox embed {
	border: 1px solid #666666;
}

img {
	border:0px;
}

ol {
	list-style-type:lower-alpha;
	list-style-position:outside;
	padding: 1px;
	margin-left: 50px;
}




/* -------------------------	 links		----------------------------- */
/*					default link style						 */
a:link { 
	color:#fff;
	text-decoration:underline;
}
a:visited {
	color:#999;
}
a:hover {
	color:#999;
	background-color:none;
	text-decoration:underline;
}



/*					 left nav links								 */
#leftnav {
	text-align:left;
	line-height: 1.2;
	margin:0px 0px 0px px;
}

#layout_leftnav a:link, #layout_leftnav a:visited, #layout_leftnav a:active {
	color: #fff; 
	text-decoration:none;	
}

#layout_leftnav a:hover {
	color: #fff; 
	background-color: transparent;
	text-decoration:underline;	
}

#layout_leftnav a.currentpage {
      color:#999;
	text-decoration:underline;	
}
		
		.nav_headlink {
		 	line-height: 1.0;		
			font:bold 16px verdana, arial, helvetica, sans-serif;
			margin-top:-10px;
		}
		
		.nav_sublink {
		 	line-height: 1.0;		
			font:normal 12px verdana, arial, helvetica, sans-serif;
			margin-top:-15px;
		}




/* -------------------------	 div containers 	----------------------------- */

  
#global_container {
			text-align:left;
			padding:0px;
			margin:0px 0px 0px 0px;
			height: 100%;
			min-width:800px;
			border: none;
}


#plusminusnav_floater {
			position: absolute; 
			margin-top:0%;
			margin-left: 0px;
			top:0px;
			left:0px;
			z-index:4;
		}
		

/* -------------------------   center content column		----------------------------- */
/* All the content boxes belong to the content class. */

		.layout_content {
			position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
			width:auto;
			overflow:auto;
			border:1px solid black;
			background-color:transparent;
			z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
			}

		#layout_contentbox {
			
			padding:0px;
			width:470px;
			margin-top:200px;
			min-width:200px;
			left:175px;
			border-top:0px none #ddd;
			border-right:0px none;
			border-left:0px none;
			border-bottom:0px none #333;
			padding-bottom:5em;
		}
		
	#layout_contentbox table {
		width:100%;
		border-collapse: collapse;
	}
	#layout_contentbox table tr {
		border-bottom:1px solid #666666;
		padding-top:3px;
		padding-bottom:3px;
	}
	#layout_contentbox table td {
		padding: 3px 5px 3px 0px;
	}
	#layout_contentbox table th {
		text-align:left;
	}

/* -------------------------   left column nav		----------------------------- */
		#layout_leftnav {
			margin-top:0px;
			position:absolute;
			width:170px;
			top:210px;
			left:35px;
			border:1px none black;
			background-color:transparent;

			z-index:2;
		/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
		Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
		IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
		declaration. The incorrect IE5/Win value is above, while the correct value is 
		below. See http://glish.com/css/hacks.asp for details. */
			voice-family: "\"}\"";
			voice-family:inherit;
			width:180px;
			}
		/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
		length values to user agents that exhibit the parsing error exploited above yet get 
		the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
		a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
		body>#layout_leftnav {width:180px;}

		#layout_leftnav ul {
			list-style:none;
			margin-left:-50px;
		}
		#layout_leftnav ul ul {
			list-style:none;
			margin-left:-30px;
		}


/* -------------------------   right column		----------------------------- */
		#layout_rightnav {
			margin-top:200px;
			margin-left:0px;
			position:absolute;
			width:auto;
			top:0px;
			left:650px;
			border:1px none black;
			background-color:transparent;


			z-index:1;
		/* Again, the ugly brilliant hack. */
			voice-family: "\"}\"";
			voice-family:inherit;
			width:auto;
			}
		/* Again, "be nice to Opera 5". */
		body>#layout_rightnav {width:168px;}

		#layout_rightnav a {
			color:#333;
			font: 10px arial, sans-serif;
			font-weight:normal;
			text-decoration:none;
			}
		#layout_rightnav a:hover {
			color: #fff; border:none;text-decoration:underline;background:none;
		}

		#layout_rightnav img {
			margin:0px 0px -6px 0px;
		}




/* -------------------------	 credit floater  	----------------------------- */


/*		credit_floater div container						 */
		#credit_floater {
			position: relative; 
			margin-top:0%;
			margin-left: 170px;
			bottom:-10%;
			left:10px;
			width:360px;
			z-index:5;
			background-color:#333;
		}

				/*					credit_byline						 */
						.credit_byline {
							font:normal 10px arial, helvetica, sans-serif;

							line-height: 1.3;
							margin:0px 0px 5px 0px;
							padding:0px;
						}

				/*					 credit_byline links								 */
						.credit_byline :link, credit_byline :visited {
							font:normal 10px arial, helvetica, sans-serif;
							color: #333;
							text-decoration: none;
						}
						.credit_byline a:hover {
							font:normal 10px arial, helvetica, sans-serif;
							color: #fff; 
							background-color: transparent;
							text-decoration:underline;
						}



/* -------------------------	 forms and scrolls		----------------------------- */
			.button {
		   position: relative; top: -2px;
		   color:#000;
		   font-family: arial ,helvetica,sans-serif;
		   font-size:10px;
		   font-weight:bold;
		   background-color:transparent;
		   border:1px solid #000;}
		   border-top-color:#000;
		   border-left-color:#000;
		   border-right-color:#000;
		   border-bottom-color:#000;

		textarea { 
		   background-color: #ddd; 
		   color: #555; 
			}

		   .button:hover {
		   border-top-color:#cf0;
		   border-left-color:#cf0;
		   border-right-color:#cf0;
		   border-bottom-color:#cf0;}

		   input, textarea {
		   color:#69c;
		   font-family: verdana, arial ,helvetica,sans-serif;
		   font-size:9px;
		   font-weight:normal;
		   background-color: #eee;
		   border:1px solid #333;
		   border-top-color:#000;
		   border-left-color:#000;
		   border-right-color:#000;
		   border-bottom-color:#000;
		   }

			.select {

			color:#69c;
		   padding: 3px;
		   margin-bottom: 3px;
		   font-family: verdana, arial ,helvetica,sans-serif;
		   font-size:9px;
		   font-weight:regular;
		   background-color: #eee;
		   border:1px solid #333;
		   border-top-color:#000;
		   border-left-color:#000;
		   border-right-color:#000;
		   border-bottom-color:#000;
			}
		}
		html {
			scrollbar-face-color: #DDD;
			scrollbar-highlight-color: #DDD;
			scrollbar-3dlight-color: #DDD;
			scrollbar-darkshadow-color: #DDD;
			scrollbar-shadow-color: #DDD;
			scrollbar-arrow-color: #AAA;
			scrollbar-track-color: #AAA;
		}

/* news */
div.NewsSummary {
   margin-bottom:0px;
}

div.NewsSummaryContent {
	font-weight:normal;
}

.NewsSummaryLink {
	padding-bottom:5px;
}

/* photo albums */
.thumb {
  float:left;
  margin:2px;
  padding:0px;

  height:75px;

  border:1px solid red;
}

.picturelist img {
  float:left;
  border: 1px solid white;
  margin:2px;
  padding:0px;
  height:75px;
}

.thumb a { 
    padding:0px;
    margin:0px;
	background-color:transparent; 
	border:0px; 
}

.picturelist {
  width:auto;
  margin:0px;
  padding:0px;
}
/* End of 'evil_global' */

