﻿/* December 2006  revisited, 4/2008*/

/* weird stuff */

div#description {
}

div#description h1 {
	margin-top: -70px;
	padding-bottom: 30px;
}

body {
font-family:  Tahoma, Verdana, Arial, sans-serif; 
font-size: 0.9em;
padding: 0;
margin: 0 auto;
overflow: visible;
}


h1 {
font-size: 1.9em; 
color: #393;}

h3 {
padding-top:1em;
text-align: center;
color: #393;
}

a:link, a:visited, a:active, a:hover {text-decoration: none;}

.wallpaperListings {
width: 780px;
margin: 0 auto;
height: 200px; 
min-height: 200px;
margin-bottom: 10px;
}

	.wallpaperListings a img {color:#FFFFFF; border: 1px solid gray;
	padding: 4px;}
	
	.thumb {
	float: left; 
	width: 306px; 
	height: 200px;
	
	}
	
	.description {
	font-size:  0.9em;   
	padding-right: 10px;
	text-align: right; 
	}
		.description h2 {
		font-size: 1.2em; 
		padding-top: 30px; 
		}
		
		.description li {list-style: none;}


#mainwrap {
overflow: visible;
padding: 0; 
margin: 0 auto;
width: 850px;
background-color:#FFF;
}

ul#header li a{
	color: white;
	padding: 15px 10px;
}

#header li:hover, ul#header li a:hover {
	background-color: white;
	color: black;
}

ul#header{
	background-color: #333333;
	text-align: center;
	height: 20px; padding-top: 15px;
	margin: 0 auto;
	background-image: (images/logo.png) 0 right;
}
ul#header li:link,
ul#header li {float: left;
	list-style: none;
}
ul#header li.on, ul#header li.on a {
	background-color: white;
	color:gray;
	font-weight: bold;
}
ul#header li.active, ul#header li.active a{
	background-color: white;
	color: #333;
	font-weight: bold;
}
ul#header li.alwayson active, ul#header  li.alwayson a {
	background-color: white;
	color: black;
	border-right: 1px solid #333;
	padding-bottom: 3px;
}

#contentwrap {
padding-right: 1em;
margin: 0 auto;
width: 780px;
font-size: 1em;
color: #666;
}

#content {
padding: 150px 5px 5px 5px;
height: 100%;
margin: 0 auto; 
background: #fff url('images/freewallpaper_logo.png') no-repeat 100% 0;
z-index: 1000;

}

		#content .inline{
		display: inline;
		list-style: none;
		padding-right: 1em;
		}
	
		#content a:link, 
		#content a:visited, 
		#content a:active {color: #393; text-decoration: underline; font-size: 0.9em;}
		
		#content a:hover {color:#f30;  text-decoration: underline;}
		
#footer {
background-color: #333;
padding: 10px;
margin-top: 40px;
}

#footer ul {text-align: center;}
#footer ul li {
	display: inline; list-style: none;
	text-align: center;
	color: white;
	padding: 0 20px;
}

#footer ul li a, #footer ul li:link {
	color: white;
}

