/*============================================================
	Miscellaneous
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

.clear
{
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

p
{
	line-height: 18px;
}

p.message
{
	padding: 5px;
	border: 1px solid #CCC;
	margin: 15px;
}





/*============================================================
	Headings
============================================================*/
h1
{
	font: normal 22px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #3f80cc;
	margin-bottom: 10px;
}

h2
{
	font: normal 22px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	color: #3f80cc;
	margin-bottom: 10px;
}








/*============================================================
	Body
============================================================*/
body
{
	font-size: 11px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	background: url('/images/body_bg.png') #FFF;
	background-repeat: repeat-x;
	color: #666;
	text-align: center;
}





/*============================================================
	Overall container
============================================================*/
#container
{
	width: 960px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}






















/*============================================================
	Header
============================================================*/
#header
{
	height: 140px;
	width: 100%;
}

#header h1
{
	float: left;
	width: 470px;
	height: 55px;
	margin-top: 49px;
}

#header h1 a
{
	display: block;
	background: url('/images/logo.png');
	width: 470px;
	height: 55px;
}

#header h1 a span
{
	display: none;
}





/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 41px;
	width: 100%;
	background: url('/images/nav_bg.png') #FFF;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-weight: bold;
}

#navigation ul
{
	list-style: none;
	float: left;
}

#navigation ul li
{
	float: left;
	line-height: 41px;
}

#navigation ul li a
{
	display: block;
	text-decoration: none;
	line-height: 41px;
	float: left;
	color: #797979;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation ul li a.active
{
	background: url('/images/nav_activeitem.png') #FFF;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}


#navigation ul li.first a
{
	padding-left: 4px;
	border-left: none;
	color: #777;
}

#navigation ul li.first a.active
{
	padding-left: 3px;
	border-left: none;
	color: #777;
}

#navigation ul li a:hover
{
	color: #000;
}
















/*============================================================
	Content & columns
============================================================*/
#content
{
	background: url('/images/content_bg.png') #FFF;
	background-repeat: no-repeat;
}

#content #sidebar
{
	float: left;
	width: 200px;
}

#content #main
{
	float: left;
	width: 760px;
}

#smallcontent
{
	text-align: left;
	margin: 20px;
}







#bigcontent
{
	text-align: center;
	margin: 20px;
}












/*============================================================
	Footer
============================================================*/
#footer
{
	background: url('/images/footer_bg.png') #FFF;
	height: 100px;
}

#footer div.inner
{
	width: 960px;
	text-align: left;
	margin: auto;
	overflow: hidden;
}

#footer p
{
	padding: 25px;
	text-align: center;
	line-height: 18px;
	color: #777;
}

#footer p a
{
	color: #777;
}

#footer p a:hover
{
	text-decoration: none;
	color: #333;
}

















/*============================================================
	Sidebar
============================================================*/
#sidebar h2
{
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
}

#sidebar div.margin
{
	margin: 20px;
}

#sidebar ul.categories, #sidebar ul.categories ul
{
	list-style: none;
}

#sidebar ul.categories li
{
	line-height: 18px;
}

#sidebar ul.categories li a
{
	font-weight: bold;
	color: #797979;
	text-decoration: none;
}

#sidebar ul.categories li a:hover
{
	color: #333;
	text-decoration: underline;
}

#sidebar ul.categories ul
{
	padding-left: 10px;
}

#sidebar ul.categories ul li a
{
	font-weight: normal;
}





#main div.advertsNav
{
	height: 40px;
	border-bottom: 1px solid #dcdcdc;
}


#main div.advertsNav ul
{
	list-style: none;
}

#main div.advertsNav ul li
{
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#main div.advertsNav ul li a
{
	color: #666;
}

#main div.advertsNav ul li a:hover
{
	text-decoration: underline;
}












/*============================================================
	Main
============================================================*/
#main div.margin
{
	margin: 20px;
}

#main ul.gallery
{
	margin-top: 20px;
	list-style: none;
}

#main ul.gallery li
{
	float: left;
	margin: 6px;
	margin-bottom: 15px;
}

#main ul.gallery li a.image
{
	display: block;
	width: 164px;
	height: 124px;
	border: 1px solid #DBDBDB;
}

#main ul.gallery li a.image:hover
{
	border: 1px solid #333;
}

#main ul.gallery li a.image img
{
	margin: 2px;
}

#main ul.gallery li div.detail
{
	height: 18px;
}

#main ul.gallery li div.detail a.title
{
	float: left;
	line-height: 18px;
	padding-left: 4px;
	color: #3f80cc;
	font-weight: bold;
}

#main ul.gallery li div.detail a.count
{
	float: right;
	line-height: 18px;
	padding-right: 4px;
	color: #999;
}

#main ul.gallery li div.detail a.title:hover, #main ul.gallery li div.detail a.count:hover
{
	text-decoration: underline;
}

#main ul.gallery li a.full
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 140px;
	height: 40px;
	text-align: center;
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	line-height: 40px;
	color: #FFF;
	background: url('/images/previewOverlap.png');
	background-repeat: no-repeat;
	background-position: 80px 130px;
	border: 1px solid #DBDBDB;
}

#main ul.gallery li a.full img
{
	margin: 2px;
}





ul.chooseWallResolution
{
	list-style: none;
	margin-top: 20px;
}

ul.chooseWallResolution li
{
	float: left;
	width: 300px;
	height: 300px;
	margin-bottom: 20px;
	margin-right: 20px;
}

ul.chooseWallResolution li a.full
{
	padding-top: 130px;
	padding-bottom: 130px;
	padding-left: 80px;
	padding-right: 80px;
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	font: normal 20px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
	line-height: 40px;
	color: #FFF;
	background: url('/images/previewOverlap.png');
	background-repeat: no-repeat;
	background-position: 80px 130px;
}








#submitWallpaper
{
	
}

form label
{
	color: #666;
	line-height: 30px;
}

form input.text
{
	padding: 3px;
	font-size: 11px;
	color: #666;
	width: 200px;
	border: 1px solid #CCC;
}

form select
{
	padding: 3px;
	font-size: 11px;
	color: #666;
	width: 200px;
	border: 1px solid #CCC;
}

form input.button
{
	padding: 3px;
	font-size: 11px;
	color: #666;
	border: 1px solid #CCC;
}








form
{
	margin: 20px;
}











ul.listCategories
{
	list-style: none;
	margin: 20px;
}

ul.listCategories li
{
	line-height: 18px;
}

ul.listCategories li ul
{
	margin-left: 20px;
	list-style: none;
}

ul.listCategories li a
{
	color: #666;
	font-weight: bold;
}

ul.listCategories li ul li a
{
	color: #666;
	font-weight: normal;
}
















a.adminbutton
{
	display: block;
	padding: 10px;
	border: 1px solid #e2e2e2;
	color: #666;
	margin-bottom: 10px;
}






ul.listSubcats
{
	list-style: none;
	margin: 15px;
}

ul.listSubcats li
{
	line-height: 18px;
	font-weight: bold;
}

ul.listSubcats li ul
{
	list-style: none;
	padding-left: 10px;
	border-top: 1px solid #CCC;
}

ul.listSubcats li ul li
{
	font-weight: normal;
}

ul.listSubcats li a
{
	color: #666;
	font-weight: bold;
}

ul.listSubcats li ul li a
{
	color: #666;
	font-weight: normal;
}




div.split3
{
	float: left;
}