/*
Theme Name: FreeWallpaperNet
Theme URI: http://www.freewallpapernet.com/
Version: 1.0
*/

html, body {
	font-family: arial;
	font-size: 13px;
	border: 0;
	color: #000;
}

html {
	background: url(img/bg_html.png);
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/bg_body.jpg) repeat-x left top;
	padding-bottom: 40px;
}

p {
	line-height: 18px;
	padding: 7px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
}

h2 {
	font-size: 18px;
	padding-bottom: 0;
	color: #571143;
}

h2.lfw {
	padding-bottom: 15px;
}

h2.single {
	font-size: 22px;
	padding-bottom: 10px;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #C73938;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}

.hidden {
	display: none !important;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

#wrap {
	width: 990px;
	margin: 0 auto;
	padding-top: 6px;
}

/* Top */

#top {
	width: 100%;
	height: 184px;
	background: url(img/bg_top.jpg) no-repeat left bottom;
}

#top .wrap {
	width: 940px;
	padding: 0 25px;
}

/* Main Menu */

#menu {
	width: 600px;
	height: 27px;
	font-size: 18px;
	overflow: hidden;
}

#menu a {
	color: #fff;
}

#menu a:hover {
	text-decoration: none;
	color: #510840;
}

#menu ul {
	width: 100%;
	padding-top: 5px;
}

#menu ul li {
	display: inline;
	margin-right: 43px;
}

/* Search */

#search {
	width: 325px;
	height: 27px;
	position: relative;
}

#search input#text {
	width: 208px;
	background: #FF86A4;
	border-top: #E3385F  1px solid;
	border-right: #FFADC0 1px solid;
	border-bottom: #FFADC0 1px solid;
	border-left: #E3385F  1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px;
	color: #fff;
	position: absolute;
	left: 25px;
	bottom: 0;
}

#search input.submit {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 0;
	bottom: -1px;
}

/* Top Advert Space */

#top .advert-space {
	width: 100%;
	height: 10px;
	padding-top: 16px;
}

#top .advert-space #ad-728x15 {
	width: 728px;
	height: 15px;
	margin-left: 20px;
}

/* Middle */

#middle {
	width: 940px;
	padding: 10px 25px 20px 25px;
	background: #fff;
}

/* Content */

#content {
	width: 610px;
}

#content .intro p {
	text-align: justify;
}

#content .wrap {
	width: 630px;
	display: block;
	margin-left: -20px;
}

/* Content Adverts 468x60 */

.ad-468x60 {
	width: 468px;
	height: 60px;
	margin: 15px auto 10px auto;
	display: block;
	overflow: hidden;
	clear: both;
}

.page .ad-468x60 {
	margin: 0 auto 10px auto;
	height: 75px;
}

/* Content Wallpapers Block */

#content .wrap .block {
	width: 190px;
	height: 140px;
	background: url(img/bg_wallpaper_block.gif);
	overflow: hidden;
	float: left;
	margin: 0 0 20px 20px;
	display: inline;
}

#content .wrap .block a {
	color: #FFC94A;
}

#content .wrap .block a:hover {
	color: #fff;
	text-decoration: none;
}

#content .wrap .block h2 {
	display: block;
	width: 120px;
	float: left;
	height: 22px;
	font-size: 11px;
	color: #fff;
	padding: 0 0 0 7px;
	line-height: 22px;
	font-weight: normal;
	overflow: hidden;
}

#content .wrap .block strong {
	display: none;
}

#content .wrap .block .post-ratings {
	width: 55px;
	height: 17px;
	float: right;
	overflow: hidden;
	padding: 5px 4px 0 0;
}

#content .wrap .block .post-ratings img {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

#content .wrap .block img.thumb {
	display: block;
	clear: both;
	margin-left: 3px;
}

/* Page Navi */

.wp-pagenavi {
	display: block;
	width: 480px;
	margin-left: 100px;
	height: 25px;
	overflow: hidden;
	padding: 5px 0 5px 0px;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current {
	border: 0 !important;
	margin-left: 2px !important;
}

.wp-pagenavi a {
	background: url(img/bg_pagenavi_left.gif) no-repeat left top;
	float:left;
	margin-right:3px;
	padding:0pt 0pt 0px 3px !important;
	color: #000 !important;
}

.wp-pagenavi a:hover {
	background: url(img/bg_pagenavi_left_over.gif) no-repeat left top;
	text-decoration: none;
}

.wp-pagenavi a:hover span {
	background: url(img/bg_pagenavi_right_over.gif) no-repeat right top;
}

.wp-pagenavi a span {
	display: block;
	background: url(img/bg_pagenavi_right.gif) no-repeat right top;
	padding: 3px 8px 3px 5px;
}

.wp-pagenavi span.current {
	background: url(img/bg_pagenavi_left_over.gif) no-repeat left top;
	float:left;
	margin-right:3px;
	padding:0pt 0pt 0px 3px !important;
}

.wp-pagenavi span.current span {
	display: block;
	background: url(img/bg_pagenavi_right_over.gif) no-repeat right top;
	padding: 3px 8px 3px 5px;
}

/* Sidebar */

#sidebar {
	width: 300px;
	overflow: hidden;
}

#sidebar a {
	color: #000;
}

#sidebar ul {
	padding: 5px 0;
	height:100%;
}

#sidebar li {
	width: 90px;
	display: inline;
	float: left;
	line-height: 15px;
	padding: 2px 10px 2px 0;
}

#sidebar .block {
	width: 300px;
	background: url(img/bg_sidebar_block.gif) no-repeat right bottom;
	padding-bottom: 15px;
}

#sidebar .nobg {
	background: none !important;
}

#sidebar .regular li {
	width: auto !important;
	float: none !important;
	display: block;
}

#sidebar .interact ul {
	padding-top: 10px;
}

#sidebar .interact li {
	width: auto !important;
	padding-right: 12px;
}

#sidebar .ads {
	padding: 10px 0 15px 0;
	margin-left: -30px;
	width: 330px;
}

#sidebar .ads img {
	display: block;
	margin: 0 0 10px 30px;
	float: left;
	display: inline;
}

/* Footer */

#footer {
	width: 990px;
	height: 38px;
	background: url(img/bg_footer.jpg);
	overflow: hidden;
	text-align: center;
	color: #fff;
	position: relative;
}

#footer img.stereo {
	width: 103px;
	height: 38px;
	position: absolute;
	right: 17px;
	top: 0;
	display: block;
}

#footer p {
	line-height: 25px;
}

#footer a {
	color: #fff;
}

/* Single Page */

#content .container {
	width: 610px;
	overflow: hidden;
}

#content .container a {
	text-decoration: underline;
	color: #6F2A5B;
}

#content .container a:hover {
	text-decoration: none;
}

#content .container .col-left {
	width: 280px;
}

#content .container img.thumb {
	display: block;
}

#content .container .meta {
	width: 269px;
	height: 71px;
	padding: 8px 0 0 11px;
	background: url(img/bg_meta.gif);
	overflow: hidden;
	margin-top: 5px;
	font-size: 12px;
}

#content .container .meta .extra {
	width: 100%;
	background: url(img/bg_rate.gif) no-repeat 116px 0;
}

#content .container .meta p {
	font-size: 12px;
	padding: 0;
	line-height: 15px;
}

#content .container .meta a {
	color: #000;
}

/* Single Page (related posts) */

#content #related {
	width: 610px;
	height: 127px;
	overflow: hidden;
	background: url(img/bg_related_wallpapers.gif);
	margin-top: 20px;
	margin-bottom: 20px;
}

#content #related h2 {
	color: #FFC94A;
	padding: 7px 0 0 12px;
}

#content #related a {
	color: #FFC94A;
}

#content #related p {
	font-size: 11px;
	padding: 0 0 0 4px;
	width: 106px;
	overflow: hidden;
	height: 18px;
}

#content #related .block {
	width: 110px;
	height: 86px;
	overflow: hidden;
	float: left;
	margin-top: 8px;
	margin-left: 13px;
	display: inline;
}

#content #related .block img {
	display: block;
}

#content #related .sblock {
	width: 625px;
	margin-left: -10px;
}

/* Single Page (comments) */

.comment {
	width: 304px;
	background: url(img/bg_dots.gif) repeat-x left bottom;
	padding-bottom: 7px;
	margin: 5px 0;
	overflow: hidden;
}

.comment a {
	color: #000;
}

.comment span {
	color: #6F6E6E;
	font-size: 12px;
}

.comment p {
	padding: 5px 0;
	margin: 0;
	line-height: 16px;
}

#commentform {
	width: 100%;
	padding-top: 10px;
}

#commentform .col-left {
	width: 300px;
}

#commentform .col-right {
	float: left;
	padding-left: 5px;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	background: #F3E1ED;
	border: 1px solid #C3C2C0;
	width: 268px;
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 7px;
}

#commentform textarea {
	background: #F3E1ED;
	border: 1px solid #C3C2C0;
	margin-top: 3px;
	height: 135px;
	width: 295px;
}

/* Single Page (next / previous posts) */

.mposts {
	width: 610px;
	height: 33px;
	background: url(img/bg_posts.gif);
	overflow: hidden;
	font-size: 13px;
	color: #FFC94A;
	margin-top: 25px;
}

.mposts a {
	text-decoration: none;
	color: #FFC94A;
}

.mposts a:hover {
	text-decoration: underline;
}

.mposts .left {
	float: left;
	padding-left: 10px;
}

.mposts .right {
	float: right;
	text-align: right;
	padding-right: 10px;
}

.mposts .left, .mposts .right {
	width: 280px;
	height: 18px;
	overflow: hidden;
	padding-top: 8px;
}

/* Archives Page */

.arch_wrap {
	width: 100%;
}

.arch_wrap h2 {
	margin: 5px 0 0 0;
}

.arch_wrap a {
	color: #000;
}

.arch_wrap ul {
	padding: 0 0 0 2px;
	margin: 0 0 10px 0;
}

.arch_wrap .col-left {
	width: 275px;
	padding-left: 15px;
}

.arch_wrap .col-right {
	width: 250px;
	float: left;
	padding-left: 20px;
}

/* NG Gallery */

.ngg-gallery-thumbnail {
	margin-right: 0 !important;
}

.ngg-galleryoverview {
	margin: 8px 0 10px 0 !important;
}

p.ngs {
	padding: 2px 0 0 0 !important; 
}

/* Contact Form */

.wpcf7 {
	padding-top: 10px !important;
}

.wpcf7-form span.your-name input, .wpcf7-form span.your-email input, .wpcf7-form span.website input, .wpcf7-form span.your-message textarea {
	background: #F3E1ED;
	border: #C3C2C0 1px solid;
	font-size: 13px;
	padding: 4px 3px;
}

form .sfield {
	width: 65px;
	height: 23px;
	background: #F3E1ED;
	border: #C3C2C0 1px solid;
}

/* Fix */

.wrap:after,
.container:after,
.sblock:after,
#commentform:after,
.arch_wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}
