/* ----------------------------------------------------------------------------
Basic Style Sheet (all browsers)

version:	1.2
author:		Damien van Holten
email:		damien@reaact.net
website:	http://www.reaact.net | http://www.damienvanholten.com
---------------------------------------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
	border: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

body
{
	font-size: 75%;
	background: url(../images/bg-body.gif) 0 0 repeat-x #69a9e9;
}

:focus
{
	outline: none;
}

/* Typography
---------------------------------------------------------------------------- */

p
{
	color: #666;
	margin: 0 0 15px 0;
	line-height: 1.4em;
}

a:link,
a:visited
{
	color: #5999da;
	text-decoration: underline;
}

a:hover,
a:active
{
	color: #5999da;
	text-decoration: none;
}

h1
{
	color: #e0065d;
	font-size: 1.9em;
	line-height: 1.2em;
}

h1.subpage
{
	margin-bottom: 10px;
}

h1 strong em
{
	font-style: normal;
}

h3,
h4,
h5
{
	color: #e0065d;
	font-size: 1.4em;
	line-height: 1.3em;
}

h4 span,
h4 span a:link,
h4 span a:visited,
h4 span a:hover,
h4 span a:active
{
	color: #fd8fbb;
	font-weight: normal;
}

p.description
{
	font-size: 1.6em;
	color: #666;
}

.faq-item
{
	margin-bottom: 28px;
}

.faq-item h3
{
	font-size: 1.1em;
	margin-top: 1.3em;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

h3,
h4
{
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d4e6f9;
}

h2
{
	color: #7e8285;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
}

hr
{
	display: none;
}

/* Generic classes
---------------------------------------------------------------------------- */

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.image-homepage
{
	margin: 0 0 15px 0;
}

/* Content
---------------------------------------------------------------------------- */

#container /* Wrapper */
{
	width: 930px;
	background: #fff;
	position: relative;
	margin: 28px auto 0 auto;
}

#content-container
{
	padding: 175px 0 0 0;
	background: url(../images/bg-content.gif) 0 170px repeat-x;
}

#content
{
	width: 735px;
	float: right;
	margin: 0 15px 0 0;
	padding: 15px 0 0 0;
}

#masthead
{
	position: absolute;
	background: url(../images/freemobilewallpapers-header-v02.jpg) 0 0 no-repeat #333;
	height: 133px; /* height: 115px; */
	width: 100%;
	top: 0;
	left: 0;
}

#masthead a.masthead_logo:link,
#masthead a.masthead_logo:visited,
#masthead a.masthead_logo:hover,
#masthead a.masthead_logo:active
{
	text-indent: -999em;
	display: block;
	height: 65px;
	width: 420px;
	position: absolute;
	top: 35px;
	left: 30px;
	text-decoration: none;
}

#nav
{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	text-align: right;
	color: #b5dcf7;
}

#nav a:link,
#nav a:visited
{
	color: #b5dcf7;
	text-decoration: none;
}

#nav a:hover,
#nav a:active
{
	color: #fff;
	text-decoration: none;
}

#nav a.active:link,
#nav a.active:visited,
#nav a.active:hover,
#nav a.active:active
{
	color: #fff;
	text-decoration: underline;
}

#masthead .logo
{
	margin: 35px 0 0 20px;
}

#header_search
{
	position: absolute;
	top: 28px;
	right: 10px;	
}

#header_search label
{
	display: block;
	font-size: 11px;
	color: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
}

#header_search input.normal
{
	width: 180px;
	border: 1px solid #63b4d2;
	font-size: 14px;
	padding: 5px 4px 4px 4px;
	margin: 0;
	float: left;
	color: #666;
}

#header_search input.button-smallsearch
{
	margin: 0 0 0 8px;
	padding: 0;
	float: left;
}

#header-search
{
	position: absolute;
	top: 28px;
	right: 10px;
}

#header-search label
{
	display: block;
	font-size: 11px;
	color: #585858;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: normal;
}

#header-search input.normal
{
	width: 210px;
	border: 1px solid #222;
	font-size: 14px;
	padding: 5px 4px 4px 4px;
	margin: 0;
	float: left;
	color: #666;
}

#header-search input.button-smallsearch
{
	margin: 0 0 0 8px;
	padding: 0;
	float: left;
}

#top-information
{
	font-size: 11px;
	position: absolute;
	top: -21px;
	left: 0;
	padding: 0 0 0 20px;
	height: 10px;
	z-index: 10;
	color: #3d86c7;
}

#top-links
{
	font-size: 11px;
	position: absolute;
	top: -21px;
	right: 0;
	text-align: right;
	padding: 0 20px 0 0;
	height: 10px;
	z-index: 10;
	color: #3d86c7;
}

.dual-box
{
	width: 345px;
	float: left;
	margin-right: 30px;
}

.dual-box.last-child
{
	margin-right: 0;
}

.dual-box h3
{
	margin-bottom: 8px;
}

ul.article-list
{
	list-style: none;
}

ul.article-list li
{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d4e6f9;
}

.searchresults_bannerbox
{
	float: left;
	width: 162px;
	margin: 0 0 15px 0;
}

.searchresults_content
{
	float: right;
	width: 560px;
}


/* Navigation
---------------------------------------------------------------------------- */

#navigation
{
	position: absolute;
	background: #333;
	height: 38px;
	width: 100%;
	top: 95px;
	left: 0;
}

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

#navigation ul li
{
	float: left;
	margin: 0 8px 0 0;
	padding: 11px 0 7px 0;
	background: url(../images/bg-navigation-left.gif) 0 0 no-repeat #585858;
}

#navigation ul li a:link,
#navigation ul li a:visited
{
	font-size: 18px;
	background: url(../images/bg-navigation-right.gif) 100% 0 no-repeat;
	padding: 11px 10px 7px 10px;
	color: #8c8688;
	text-decoration: none;
}

#navigation ul li a:hover,
#navigation ul li a:active
{
	color: #ccc;
}

#navigation ul li.active
{
	float: left;
	margin: 0 8px 0 0;
	padding: 11px 0 7px 0;
	background: url(../images/bg-navigationactive-left.gif) 0 0 no-repeat #fff;
}

#navigation ul li.active a:link,
#navigation ul li.active a:visited,
#navigation ul li.active a:hover,
#navigation ul li.active a:active

{
	font-size: 18px;
	background: url(../images/bg-navigationactive-right.gif) 100% 0 no-repeat;
	padding: 11px 10px 7px 10px;
	color: #333;
	text-decoration: none;
}

/* Subnavigation
---------------------------------------------------------------------------- */

#subnavigation
{
	position: absolute;
	background: #fff;
	height: 38px;
	top: 133px;
	left: 0;
}

#subnavigation ul
{
	margin: 11px 8px 0 0;
	float: right;
	list-style: none;
}

#subnavigation ul li
{
	margin: 0 0 0 12px;
	float: left;
}

#subnavigation ul li a:link,
#subnavigation ul li a:visited
{
	font-size: 1.2em;
	text-decoration: none;
	padding: 0 0 17px 0;
}

#subnavigation ul li a:hover,
#subnavigation ul li a:active
{
	text-decoration: underline;
	color: #e0065d;
}

#subnavigation ul li.active a:link,
#subnavigation ul li.active a:visited,
#subnavigation ul li.active a:hover,
#subnavigation ul li.active a:active
{
	text-decoration: none;
	color: #e0065d;
	background: url(../images/bg-subnav-active.gif) 50% 100% no-repeat;
}

/* Footer
---------------------------------------------------------------------------- */

#footer
{
	clear: both;
	background: url(../images/bg-footer-bottom.gif) 0 0 no-repeat #69a9e9;
	padding: 30px 15px 15px 15px;
}

#footer img
{
	float: left;
	margin: 0 10px 0 0;
}

#footer p
{
	float: left;
	width: 845px;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.3em;
	border-left: 1px solid #9cc1e5;
	padding: 0 0 0 10px;
}

#footer p a
{
	color: #fff;
}

/* Advertizing content
---------------------------------------------------------------------------- */

.large-content-block /* 335x280 google add block */
{
	float: right;
	width: 335px;
	margin: 0 0 0 5px;
}

#content > .large-content-block
{
	margin: 0 0 0 15px;
}

.horizontal-content-block
{
	clear: left;
}

.horizontal-content-block.mainplacement
{
	margin-bottom: 8px;
}

.h-addblock
{
	background: #fff;
	width: 915px;
	float: right;
	padding: 10px 0 0 15px;
}

/* Sidebar
---------------------------------------------------------------------------- */

#sidebar
{
	width: 150px;
	float: left;
	margin: 0 0 15px 5px;
	padding: 15px 0 0 0;
}

#content-container > #sidebar
{
	margin: 0 15px 15px 15px;
}

#sidebar ul
{
	list-style: none;
	border-top: 1px solid #b4d4f4;
	margin: 5px 0 15px 0;
}

#sidebar ul li
{
	border-bottom: 1px solid #b4d4f4;
}

#sidebar ul li a:link,
#sidebar ul li a:visited
{
	text-decoration: none;
	padding: 4px 6px;
	display: block;
	font-weight: bold;
}

#sidebar ul li a:hover,
#sidebar ul li a:active
{
	color: #fff;
	background: url(../images/bg-catagory-active.gif) repeat-x 0 50% #d40344;
}

#sidebar ul li.active a:link,
#sidebar ul li.active a:visited,
#sidebar ul li.active a:hover,
#sidebar ul li.active a:active
{
	text-decoration: none;
	padding: 4px 6px;
	display: block;
	font-weight: bold;
	color: #fff;
	background: url(../images/bg-catagory-active.gif) repeat-x 0 50% #d40344;
}


#sidebar ul li a:link span,
#sidebar ul li a:visited span
{
	font-weight: normal;
	color: #999;
}

#sidebar ul li a:hover span,
#sidebar ul li a:active span,
#sidebar ul li.active a:link span,
#sidebar ul li.active a:visited span
{
	color: #ec9ebd;
}

/* Wallpaper thumbnails
------------------------------------------------------------------------------------------------- */

.wallpaper-preview
{
	position: relative;
	margin: 0 20px 20px 0;
	float: left;
	height: 210px;
	width: 86px;
	background: url(../images/bg-iphone.gif) 0 0 no-repeat;
}

.wallpaper-preview .wallpaper
{
	position: absolute;
	top: 29px;
	left: 8px;
}

.wallpaper-preview h4
{
	font-size: 1em;
	text-align: center;
	position: absolute;
	top: 165px;
	left: 0px;
	width: 86px;
	color: #333;
}

.wallpaper-preview a.view-link:link,
.wallpaper-preview a.view-link:visited
{
	position: absolute;
	top: 185px;
	left: 0px;
	display: block;
	height: 19px;
	width: 86px;
	background: url(../images/bg-viewbutton.gif) 0 0 no-repeat;
	text-indent: -999em;
}

.wallpaper-preview a.view-link:hover,
.wallpaper-preview a.view-link:active
{
	background: url(../images/bg-viewbutton.gif) 0 100% no-repeat;
}

.last-child
{
	margin: 0;
}

.wallpaper-full
{
	margin: 2px 0 0 0;
	width: 345px;
	float: right;
}

.wallpaper-full img
{
	border: 4px solid #d2d2d2;
	background: url(../images/loader.gif) 50% 50% no-repeat #e8e8e8;
}

.wallpaper-inblock
{
	width: 385px;
	float: right;
}

img.big-downloadbutton
{
	margin: 0 0 15px 0;
}

img.big_downloadbutton
{
	margin: 0 0 3px 0;
}

p.send_link
{
	padding-left: 50px;
	font-size 11px;
}

.sponsor
{
	border: 1px solid #bbb;
	float: right;
	margin: 0 0 10px 10px;
}

.sponsor-right
{
	float: right;
	margin: 0 0 10px 10px;
}

#search-form
{
	font-size: 1.5em;
}

#search-form label
{
	padding: 0.2em 0;
	float: left;
}

#search-form input.normal
{
	float: left;
	color: #333;
	padding: 0.2em;
	border: 1px solid #ccc;
	margin: 0 10px;
	width: 425px;
}

#search-form #search-button
{
	float: right;
}

.search-result
{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #abccee;
}

.search-result .wallpaper-preview
{
	float: left;
	width: 86px;
	height: 160px;
	margin: 0 20px 0 0;
	padding: 0;
}

.search-result h4
{
	margin: 0;
	font-size: 1.7em;
	padding: 0;
	border: none;
}

.search-result .search-description
{
	margin-top: 25px;
	float: left;
	width: 340px;
}

.search-result .search-description h4 a:link,
.search-result .search-description h4 a:visited,
.search-result .search-description h4 a:hover,
.search-result .search-description h4 a:active
{
	color: #e0065d;
}

.search-result .wallpaper-preview img.wallpaper
{
	margin: 0;
	padding: 0;
}

p.desc-results
{
	color: #83afdb;
	border-bottom: 1px solid #abccee;
	margin: 25px 0 6px 0;
	padding-bottom: 6px;
}

.search-result span
{
	background-color: #fbed73;
}

.search-box
{
	margin: 8px 0 15px 0;
	padding: 10px 10px;
	border: 1px solid #abccee;
	background: url(../images/bg-searchbox.gif) 0 0 repeat-x #b7d6f5;
}

label
{
	color: #e0065d;
	font-weight: bold;
}

p.meta-information
{
	color: #999;
}

.embed-code
{
	border: 1px solid #bbb;
	padding: 10px;
	margin: 10px 0;
	width: 306px;
}

.embed-code p
{
	font-size: 11px;
	margin-bottom: 3px;
}

.embed-code input
{
	border: 1px solid #999;
	color: #333;
	padding: 3px;
	width: 300px;
}

/* Send wallpaper
------------------------------------------------------------------------------------------------- */

#send_wallpaper
{
	width: 688px;
	margin: 5px 0;
	background: url(../images/bg-send.gif) 0 0 no-repeat;
	padding: 15px;
	border-bottom: 1px solid #d3e4f8;
}

#send_wallpaper h5
{
	padding: 0 0 20px 70px;
}

#send_wallpaper p.introduction_send
{
	font-size: 11px;
	text-align: center;
}

#send_wallpaper p.error
{
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #db0303;
	display: block;
}

#send_wallpaper form
{	
	text-align: center;
}

#send_wallpaper form .lbox
{
	float: left;
	width: 380px;
	margin-right: 8px;
}

#send_wallpaper form .rbox
{
	float: left;
	width: 100px;
}

#send_wallpaper form label
{
	font-size: 11px;
	display: block;
	float: left;
}

#send_wallpaper form input.normal
{
	clear: left;
	width: 380px;
	margin: 0 0 0 0;
	padding: 3px;
	font-size: 21px;
	border: 1px solid #ccc;
}

.submit_pink
{
	margin: 13px 0 0 10px;
	font-size: 21px;
	float: left;
	padding: 2px 3px;
	color: #fff;
	font-weight: bold;
	background: #e4477e;
	border: 1px solid #c42250;
	cursor: pointer;
	width: 250px;
	line-height: 100%;
}

.submit_pink:hover
{
	background: #c42250;
}

#send_wallpaper p.succes
{
	text-align: center;
	color: #0ea40a;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}

/* Search results
------------------------------------------------------------------------------------------------- */

.no-results
{
	background: url(../images/img-noresults.gif) 0 0 no-repeat;
	height: 124px;
	padding: 17px 0 0 210px;
	margin: 40px 0 0 60px;
}

.no-results h1
{
	font-weight: normal;
	margin-bottom: 2px;
}

.no-results p
{
	padding-right: 40px;
}