/* CSS Document */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic.eot');
	src: local('League Gothic'), local('LeagueGothic'), url('League_Gothic.woff') format('woff'), url('League_Gothic.ttf') format('truetype'), url('League_Gothic.svg#LeagueGothic') format('svg');
}

*{
	margin: 0;
	padding: 0;
	border: none;
}


html{}

body{
	font: italic 100%/1 Times, serif;
	background: #f0f0f0;
	color: #999;
}
#index {	
	background: url(../img/stripes.gif) repeat-x;
	padding: 10px 0 10px 10px;
	}
	

h1{	
	overflow: hidden;
	font: normal 280%/1 'LeagueGothicRegular', Arial, sans-serif;
	line-height:100%; 
	text-transform: uppercase;
	color: #ccc;
	}

h2{
	font: normal 200%/1 'LeagueGothicRegular', sans-serif;
	line-height:95%; 
	letter-spacing: 110%;
	text-transform: uppercase;
	color: #ccc;
	height: 80px;
	}
h3{}
p{	
	line-height: 120%;}

/*nav*/
#nav {
	margin: 5px 0 0 0 
	font-size: 110%;
	list-style-type: none;
	}
#nav a{
	color: #999;
	background: #fff;
	}
#nav a:link{
	text-decoration: none;
	background: #fff;
	}
#nav a:hover{
	background: #ffff00;
	width: 300px;
	display: block;
	}
#nav a:visited{
	}
	
	
	
#checkit{
	position: absolute;
	top:110px;
	right:20px;
	display: block;
	width: 300px;
	height: 50px;
	background: #fff;
	text-transform: uppercase;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	}
#checkit a{
	color: #999;
	background: #fff;
	text-transform:lowercase;
	}



#twit-twit{	
	position: absolute;
	top:170px;
	left: 10px;
	background: url(../img/twitter-icon.png) no-repeat 0% 50%;
}
#twit-twit li{ 
	list-style-type: none;
	margin-left: 15px;
	}
.twit{display: none;}

	
/*thumbs*/
ul#thumbs{
	position: absolute;
	top:206px;
	left: 5px;
	}
#thumbs li{ 
	list-style-type: none;
	display: inline;
	}
#thumbs li img{
	margin:0 5px 5px 0;}

/*preview box*/
#preview{}
	
#authorname{
	font-size: 150%;
	color: #333;
	background: #ccc;
	position: absolute;
	top: 10px;
	left: 10px;
	}

#authorurl{
	background: #ccc;
	color: #333;
	position: absolute;
	top: 34px;
	left: 10px;
}
#download{	
	background: #ffff00 url(../img/download.png) repeat-x;
	width: 95px;
	height:16px;
	color: #333;
	position: absolute;
	top: 50px;
	left: 10px;
}
#link{	
	background: #ffff00 url(../img/link.png);
	width: 16px;
	height:16px;
	color: #333;
	position: absolute;
	top: 50px;
	left: 110px;
}
#authorurl a{	
	color: #333;
}


/*infopage*/
#info, #submit {	
	background: #f0f0f0 url(../img/stripes.gif) repeat-x 0% -120px ;
	padding: 10px 0 0 10px;
	}
#info h2, #submit h2 {}
#submit img{
	margin: 20px 0 0 0;
	}
#info p{
	margin:0 0 20px 0 ;
	}
#smallprint{
	font-size: 60%;
}
#info a, #submit a{
	color: #999;
	background: #fff;
	}
#info a:link, #submit a:link{
	text-decoration: none;
	background: #fff;
	}
#info a:hover, #submit a:hover{
	background: #ffff00;
	}
#info a:visited, #submit a:visited{}



