/*  
--------------------------------------------------------- 

GLOBAL STYLES

--------------------------------------------------------- 
*/

body {
	margin: 0px auto;
	padding: 10px 0px 0px 12px;
	font: 11px Verdana, verdana, sans-serif;
	background: #25507a url(images/body_bg.gif) repeat-x;
}

fieldset { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	float: left
}

img { border: 0px }

a, a:active, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #000033;
	text-decoration: underline;
	font-weight: normal;
}

div, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	text-align: left
}

ul,ol { list-style:none }

ul, li, fieldset, input { 
	margin:0; padding:0; border:none; 
}

form{
	margin:0;
	padding:0;
}

li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	list-style-type: none;
}

a.b, a.b:active, a.b:visited, a.b:hover {
	font-weight: bold;
}

h1 {
	font-family: Arial, "Trebuchet MS";
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	letter-spacing: 0px;
	color: #333333;
	/* color: #4b86be;*/
	
	
}

h2 {
	font-family: Arial, "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	margin-bottom: .4em;
	padding: .3em .5em;
	background-color: #ecf6ff;
	color: #333333;
	border-top: 1px solid #ddecfa;
}

.reset {
  	clear: both;
}

.button{
	background-color:#F0F0F0;
	color: #444444;
	font-size:14px;
}


input.inline {
	display: inline;
	margin-right: 2px;
}

.input-text, .input-textarea{
	color: #444444;	
	padding:2px;
	width:350px;
	border: 1px solid #e8e8e8;
}

.input-textarea{
	height:31px;
}

.input-text-short{
	color: #444444;	
	padding:2px;
	width:250px;
}

.input-other{
	color: #444444;	
	padding:2px;
	width:357px;
}

form ul li{
	margin:4px 0;
	clear:both;
}

form label{
	width:150px;
	display:block;
	float:left;
}

.wallpaperForm {
	overflow: hidden;
	width: 100%;
}

.wallpaperForm select {
	width: 250px;
	overflow: hidden;
}

.wallpaperForm input, .wallpaperForm textarea{
	width: 250px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}



form input, form select{
	/*float:left;*/
	overflow: hidden;
}

.label-author{
	width:auto;
	float:none;
	display:inline;
}

#selectAuthor, #createAuthor
{
	float:left;	
	width:500px;
}

.row_odd{
	background-color:#F1F1F1;
}

a.button{
	display:block;
	float:left;
	background-color:#E5ECF4;
	border:1px solid #428EA3;
	text-decoration:none;
	font-weight:bold;
	color:#428EA3;
	cursor:pointer;
	padding:2px 5px;
}

a.button:hover{
	color:#FFFFFF;
	background-color:#428EA3;
	border:1px solid #E5ECF4;	
}

/*  
--------------------------------------------------------- 

WRAPPER, LOGO, & MENU

--------------------------------------------------------- 
*/

#wrap {
	width: 941px;
	margin: 0 auto;
}

#logo {
	width: 398px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	display:inline;
	float: left;
}

#topheader {
	overflow:hidden;
}

#search {
	width: 235px;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: right; 
	margin-right: 20px;
	overflow:hidden;
}

.searchform {
	overflow: hidden;
}

.q {
	overflow:hidden;
	float:left;
	background-image: url(images/search_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: solid 1px #cccccc;
	font-size: 14px;
	font-family:  Arial, Serif;
	font-color: #333333;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	margin-right: 10px;
	margin-left:10px;
	width: 120px;
	padding:6px;
	display: inline;
}

.searchbutton {
	position: absolute;
	display: inline;
	margin-left:10px;
}

#menu {
	background: #f4f8ff url(images/menu_bg.gif) repeat-x;
	border-bottom: 1px solid #e7e7e7;;
	padding: 17px 0px 5px 18px;
}

#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	margin-right: 1em;
	display: inline;
	font-size: 14px;
}

#menu a, #menu a:visited, #menu a:active, #menu a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #333333;
	border-bottom: 2px solid #333333;
}

.navigation {
	float: left; 
	padding-top: 2px;
}

.navigation ul li a:link, .navigation ul li a:visited  {
	font-family: Arial, "Trebuchet MS"; 
	font-size: 14px;
	text-transform: normal;
}

#bottom-menu-bar {
	background: #ffffff url(images/stats_bg.gif);
	border: 1px solid #cccccc;
	border-top: none;
}

.wallpapercount{
	float: left;
	text-align: right;
	color: #333333;
	font-size: 11px;
	padding: 8px 16px;
}

.wallpaper-resolutions {
	overflow:hidden;
}

.wallpaper-resolutions p {
	margin: 0px 0px;
	padding: 0px;
	margin-left: 9px;
}

.wallpaper-resolutions a{
	color: #333333;
}

#bookmarks {
  	float:right;
  	padding: 7px 20px 0 0;
}

/*  
--------------------------------------------------------- 

LEFT MENU

--------------------------------------------------------- 
*/

#left_menu_bg {
	background: #d7e9fb;
}

#left_menu {
	vertical-align: top;
	background: #d7e9fb;
	border: 1px solid #b9d3eb;
	border-top: none;
	border-bottom: none;
	float: left;
	width: 150px;
}

#left_menu ul, #left_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#left_menu li {
	border-bottom: 1px solid #bcdaf6;
	font-size: 12px;
}

#left_menu a, #left_menu a:visited, #left_menu a:active, #left_menu a:hover, #left_menu li.header {
	color: #333333;
	font-family: arial;
	font-weight: bold;
	border-top: 1px solid #e7f3ff;
	border-left: 1px solid #e7f3ff;
	border-right: 1px solid #e7f3ff;
	padding: .6em 18px .6em 10px;
	display: block;
	text-decoration: none;
	background: url(images/left_menu_bg.gif) repeat-x;
}

#left_menu li.header {
	font-size: 12px;
	color: #333333;
	background: transparent;
	background-color: #c6e1fa;
	padding: .6em 18px .6em 10px;
}

#left_menu li.friends {
	font-size: 12px;
}

#left_menu a:hover {
	color: #333333;
	background-color: #c6e1fa;
	border: 1px solid #e7f3ff;
	border-bottom: none;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}

.totalwallpapers {
	color: #204467;
	font-weight: normal;
	display: inline;
}

/*  
--------------------------------------------------------- 

RIGHT MENU

--------------------------------------------------------- 
*/

#right_menu {
	vertical-align: top;
	background: #d7e9fb;
	border: 1px solid #b9d3eb;
	border-top: none;
	border-bottom: none;
	float: right;
	width: 150px;
}

#right_menu ul, #right_menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#right_menu li {
	border-bottom: 1px solid #bcdaf6;
	font-size: 12px;
}

#right_menu a, #right_menu a:visited, #right_menu a:active, #right_menu a:hover, #right_menu li.header {
	color: #333333;
	font-weight: bold;
	font-family: arial;
	border-top: 1px solid #e7f3ff;
	border-left: 1px solid #e7f3ff;
	border-right: 1px solid #e7f3ff;
	padding: .6em 18px .6em 10px;
	display: block;
	text-decoration: none;
	background: url(images/left_menu_bg.gif) repeat-x;
}

#right_menu li.header {
	font-size: 12px;
	color: #333333;
	background: transparent;
	background-color: #c6e1fa;
	padding: .6em 18px .6em 10px;
}

#right_menu li.friends {
	font-size: 12px;
}

#right_menu a:hover {
	color: #333333;
	background-color: #c6e1fa;
	border: 1px solid #e7f3ff;
	border-bottom: none;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
}

/*  
--------------------------------------------------------- 

MAIN CONTENT

--------------------------------------------------------- 
*/

#maincontent {
	float: left; 
	background-color: #ffffff; 
	vertical-align: top; 
	width: 600px;
	padding: 1.2em 19px 1.4em 18px;
	margin: 0px auto; 
	text-align: center; 
}

#welcomeparagraph {
	background: #ffffff;
	border: 1px #ffffff solid;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 1.4em;
	font-size:11px;
	font-family: "Verdana", Arial;
}

#welcomeparagraph p {
	margin: 0px;
	padding: 0px;
	margin-top:7px;
	margin-bottom: 7px;
}

/*  
--------------------------------------------------------- 

WALLPAPER ITEMS

--------------------------------------------------------- 
*/

#wallpaper_holder .padding {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 1em;
}

.small_wallpaper {
	width: 125px;
	height: 187px;
	border: 1px solid #dddddd;
}

.small_wallpaper_holder {
	margin-right: .5em;
	margin-bottom: .5em;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

.small_wallpaper_holder_padding {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: .4em;
}

.small_wallpaper_name {
	padding-bottom: 1em;
	font-size: 12px;
	line-height: 17px;
}

.small_wallpaper_name_padding {
	padding-right: .5em;
	text-align: center;
}

.view_more {
	margin-bottom: 1em;
	font-size: 18px;
	margin-top: 1em;
	text-align: center;
}

.big_wallpaper {
}

.big_wallpaper_holder {
	margin-right: .5em;
	margin-bottom: .5em;
	text-align: center;
	background-color: #eeeeee;
	border: 1px solid #dddddd;
}

.big_wallpaper_holder_padding {
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: .6em;
}

/*  
--------------------------------------------------------- 

FOOTER & SUBFOOTER

--------------------------------------------------------- 
*/

#subfooter {
	background: #ffffff url(images/stats_bg.gif);
	border: 1px solid #cccccc;
	border-top: none;
}

#subfooter .padding{
	float: left;
	text-align: center;
	color: #777777;
	font-size: 11px;
	padding: 8px 16px;
}

#footer {
	margin-bottom: 6em;
	padding-bottom: .8em;
	background: #eeeeee url(images/footer_bg.gif) bottom repeat-x;
	height: 30px;
}

#footer .left{
	float: left;
}

#footer .right{
	float: right;
}

#footer .right a{
	padding: 0 10px 0 10px;
}

#footer .padding {
	font-size: 11px;
	color: #222222;
	padding: 11px 17px 17px 17px;
	text-align: center;
}


/*  
--------------------------------------------------------- 

UNIT RATING STYLES

--------------------------------------------------------- 
*/

.nonstatic .unit-rating {
	position: relative;	
}

.nonstatic li.current-rating {
	position: absolute;
}

.nonstatic {
	position:relative;
}

.rating-text{
	float:left;
	font-weight:normal;
	padding: 0px;
	margin-left:10px;
	margin-right:0px;
	margin-top:5px;
}

.ratingblock {
	float:left;
	display:block;
	height:15px;
	margin:0;
	padding: 0px;
}

.ratingblock p{
	float:left;
	margin-left:5px;
	color:#999;
	margin-top:0px;	
}

.loading {
	height: 15px;
	background: url('images/working.gif') 50% 50% no-repeat;
}

.unit-rating { /* the UL */
	float:left;
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 15px;
	background: url('images/starrating.gif') top left repeat-x;		
	z-index:1;
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	line-height:0;
	/*\*/
	float: left;
	/* */
}

.unit-rating li a {
	outline: none;
	display:block;
	width:16px;
	line-height:15px;
	height: 15px;
	text-decoration: none;
	margin:0;
	padding:0;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
}

.unit-rating li a:hover{
	background: url('images/starrating.gif') left center;
	z-index: 2;
	left:0;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:16px;}
.unit-rating a.r2-unit{left:16px;}
.unit-rating a.r2-unit:hover{width: 32px;}
.unit-rating a.r3-unit{left: 32px;}
.unit-rating a.r3-unit:hover{width: 48px;}
.unit-rating a.r4-unit{left: 48px;}	
.unit-rating a.r4-unit:hover{width: 64px;}
.unit-rating a.r5-unit{left: 64px;}
.unit-rating a.r5-unit:hover{width: 80px;}
.unit-rating a.r6-unit{left: 80px;}
.unit-rating a.r6-unit:hover{width: 96px;}
.unit-rating a.r7-unit{left: 96px;}
.unit-rating a.r7-unit:hover{width: 112px;}
.unit-rating a.r8-unit{left: 112px;}
.unit-rating a.r8-unit:hover{width: 120px;}
.unit-rating a.r9-unit{left: 128px;}
.unit-rating a.r9-unit:hover{width: 128px;}
.unit-rating a.r10-unit{left: 144px;}
.unit-rating a.r10-unit:hover{width: 144px;}

.unit-rating li.current-rating {
	background: url('images/starrating.gif') left bottom;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	text-align: center;
}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		


/*  
--------------------------------------------------------- 

PAGINATION

--------------------------------------------------------- 
*/


.pagination
{
	clear:both;
	display:block;
	text-align: center;
	margin:20px auto 5px auto;
	width:550px;
	padding:4px 17px 4px 0;
	color:#313031;
}
.pagination a {
	color:#424242;
	text-decoration:none;
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #A1C5E5;
}

.pagination a:hover, .pagination a:active {
	color:#424242;
	border:1px solid #A1C5E5;
	background-color:#E8F1FA;
}
.pagination span.selected {
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #A1C5E5;
	font-weight:bold;
	color:#424242;
	background-color:#E8F1FA;
}
.pagination span.disabled {
	padding:5px 6px 4px 5px;
	margin:0 3px 0 3px;
	border:1px solid #cccccc;
	color:#cccccc;
}

/*  
--------------------------------------------------------- 

ADS

--------------------------------------------------------- 
*/

.topads {
	background-color: #FFFFFF;
	width: 605px;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-bottom:5px;
}

.topads .left{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

.topads .right{
	display:inline;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left:2px;
}

.wallpaper-ad {

}

.wallpaper-ad-separator {
	padding:10px;
}

.wallpaper-2ads {
	overflow: hidden;
	float: left;
	display: inline;
	margin-left: 5px;
}

.wallpaper-2ads-separator {
	clear: both;
}