/*the style sheet for the x-files movie fanlisting */
body
{	color: #000;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.8em;
	background-color: white;
	text-align: left;
	margin: 0px;
	padding: 0px; }
	
div.everything
{	width: 748px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px; }
	
div.navi
{	width: 117px;
	padding: 20px 0px 0px 0px;
	float: left;
	font-family: Times, Times New Roman, serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.7em;
	font-size: 1.1em; }
	
/*content*/
div.topcorners
{	width: 466px;
	height: 21px;
	background-color: inherit;
	background-image: url(images/topcorners.jpg);
	background-repeat: no-repeat; }

div.bottomcorners
{	width: 466px;
	height: 33px;
	background-image: url(images/bottomcorners.jpg);
	background-repeat: no-repeat; }

div.content
{	width: 466px;
	padding: 0px;
	float: left;
	background-color: #669;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	color: #CCC; }
	
div.random	
{	width: 166px;
	padding: 20px 0px 0px 0px;
	float: left;
	background: #fff;
	font-family: Times, Times New Roman, serif;
	font-size: 0.9em;
	font-style: italic; }
	
	
div.topimage	
{	width: 748px;
	height: 291px;
	margin: 0px;
	background-color: white;
	background-image: url(images/topimage.jpg);
	background-repeat: no-repeat;
	padding: 0px; }
	
em
{	font-style: italic;
	font-weight: bold;
	color: #FFF;
	font-family: Times, Times New Roman, serif;
	letter-spacing: 0.2em; }


p
{
	margin: 0px 30px 0px 20px;
	padding: 0px 10px 1px 10px;
}
	
h1
{	margin: 0px 30px 10px 30px;
	padding: 0px 10px 0px 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-family: Times, Times New Roman, serif;
	color: white;
	border-bottom: white;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; }

h2
{	font-size: 1.0em;
	font-weight: normal;
	margin: 10px 30px 2px 30px;
	padding: 2px 10px 0px 10px;
	font-style: italic;
	font-family: Times, Times New Roman, serif;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: white;
	border-bottom: white;
	border-width: 0 0 1px 0;
	border-style: none none dotted none; }

 h3 
 {	font-size: 1.0em;
 	font-weight: bold;
 	margin: 0px 15px 10px 30px;
 	padding: 0px 10px 0px 10px;
 	text-transform: uppercase;
 	font-family: Times, Times New Roman, serif;
 	border-bottom: black;
 	border-width: 0 0 1px 0;
 	border-style: none none dotted none; }


.dis
{	text-align: right;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	margin: 0px 10px 0px 20px; }


/*links*/
		
a:link
{	color: #000066;
	background: transparent none;
	text-decoration: underline; }

a:visited { color: #996699; 
		  background: transparent none; 
		  text-decoration: underline; }

a:active { color: #663366;
		 background: transparent none; 
		 text-decoration: none; }

a:hover
{	color: #9999cc;
	text-decoration: none;
	background: transparent none; }

/*codesport*/	
	
.codesort li 
{ display: inline; }

.codesort p { text-indent: 0px; }

.credit
{	margin: 15px;
	font-size: x-small;
	font-weight: lighter; }
