/* --------------- ( Reset ) --------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after, .post:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix, .post {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix, .post {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {
	background: url(images/body-bg.jpg) repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-bottom: 10px;
}
#wrapper {
	clear: both;
}
a {
	color: #DB0000;
	/*color: #0000FF;*/
}
strong {
	font-weight: bold;
}
.alignleft {
        float: left;
        margin: 0px 15px 12px 0px;
}



/* --------------- ( Header ) --------------------------------------------- */
#header {
	background: url(images/header-bg-big.jpg) no-repeat;
	height: 101px;
	width: 783px;
}
	#header h1 a {
		background: url(images/logo.jpg) no-repeat;
		width: 301px;
		height: 58px;
		display: block;
		text-indent: -9999px;
		margin: 21px 0px 0px 10px;
		float: left;
		display: inline;
	}
	#header input#s {
		border: 1px solid #fff;
		float: left;
		margin: 19px 2px 0px 67px;
		font-size: 16px;
		width: 303px;
	}
	#header button#button {
		margin: 13px 0px 0px 0px;
		background: url(images/search-button.jpg) no-repeat;
		width: 82px;
		height: 34px;
		text-indent: -9999px;
		border: none;
		float: left;
	}
	#header ul li {
		display: inline;
	}
		#header ul li a {
			float: left;
			color: #fff;
			font: 17px Arial, Helvetica, sans-serif;
			text-decoration: none;
			display: block;
		}
		#header ul li.page-item-6 a {
				margin: 23px 0px 0px 64px;
			}
			#header ul li.page-item-8 a {
				margin: 23px 0px 0px 40px;
			}
			#header ul li.page-item-10 a {
				margin: 23px 0px 0px 45px;
			}
			#header ul li.page-item-11 a {
				margin: 23px 0px 0px 42px;
			}



/* --------------- ( Ads ) --------------------------------------------- */
#leaderboard {
	margin: 10px 0px 10px 10px;
	padding: 5px 0px 0px 0px;
	float: left;
	width: 760px;
	height: 95px;
	text-align: center;
	display: inline;
	background: url(images/leaderboard-bg.jpg) no-repeat;
}
.banner {
	/*border: 1px solid #F0F0F0;*/
	padding: 10px 0px 0px 0px;
	margin-bottom: 10px;
}




/* --------------- ( Content ) --------------------------------------------- */
#content {
	float: left;	
	width: 470px;
	margin: 0px 10px 0px 10px;
	display: inline;
}
	#content .post {
		border: 1px solid #F0F0F0;
		padding: 10px 10px 0px 10px;
		margin-bottom: 10px;
	}
        #similar-posts {
                border-top: 1px solid #F0F0F0;
                padding-top: 7px;
        }
                #similar-posts li {
                        list-style: none;
                }

		#content .post h2, #content .post h2 a {
			color: #DB0000;
			font: 22px Arial, Helvetica, sans-serif;
			text-decoration: none;
			margin-bottom: 10px;
		} 
		#content .post div.meta {
			color: #A0A0A0;
			font-size: 11px;
			margin-bottom: 8px;
		}
			#content .post div#meta p {
				margin-bottom: 6px;
			}
			#content .post-content {
				
			}
				#content .post-content p {
					margin-bottom: 10px;
					line-height: 17px;
					font-size: 11px;
				}
                                #content .post-content h3 {
					color: #DB0000;
			                font: bold 16px Arial, Helvetica, sans-serif;
			                text-decoration: none;
			                margin-bottom: 10px;
				}
	#content #navigation {
		margin-bottom: 10px;
	}


/* --------------- ( Sidebar ) --------------------------------------------- */
#sidebar {
	float: left;
	width: 280px;
}
	div#categories {
		
	}
		div#categories ul li {
			display: inline;
		}
			div#categories ul li a {
				width: 135px;
				height: 95px;
				display: block;
				text-indent: -9999px;
				margin-bottom: 10px;
			}
				div#categories ul li.cat-item-10 a {
					background: url(images/cat-tech.jpg) no-repeat;
					float: left;
				}
				div#categories ul li.cat-item-6 a {
					background: url(images/cat-jewellery.jpg) no-repeat;
					float: right;
				}
				div#categories ul li.cat-item-8 a {
					background: url(images/cat-personal.jpg) no-repeat;
					float: left;
				}
				div#categories ul li.cat-item-5 a {
					background: url(images/cat-home.jpg) no-repeat;
					float: right;
				}
				div#categories ul li.cat-item-7 a {
					background: url(images/cat-outdoor.jpg) no-repeat;
					float: left;
				}
				div#categories ul li.cat-item-9 a {
					background: url(images/cat-fitness.jpg) no-repeat;
					float: right;
				}
				div#categories ul li.cat-item-11 a {
					background: url(images/cat-toys.jpg) no-repeat;
					float: left;
				}
				div#categories ul li.cat-item-4 a {
					background: url(images/cat-baby.jpg) no-repeat;
					float: right;
				}
	div#recent-posts {
		
	}
	    div#recent-posts ul li {
			display: inline;
		}
		div#recent-posts ul li a {
			margin-bottom: 7px;
			display: block;
		}
		div#recent-posts ul li a:hover {
			text-decoration: none;
		}
		div#recent-posts h2 {
			font-weight: bold;
			font-size: 13px;
			margin-bottom: 10px;
		}





/* --------------- ( Footer ) --------------------------------------------- */
#footer {
	clear: both;
	margin: 0px 10px 0px 10px;
	font-size: 10px;
	color: #666666;
}



/* --------------- ( Comments ) --------------------------------------------- */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #F0F0F0;
	padding: 10px 0 0;
	font-size: 11px;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	margin: 10px 0px 0px 0px;
	line-height: 18px;
	padding: 10px 10px 0px 10px;
	border: 1px solid #F0F0F0;
}
.comments-template h2, .comments-template h3{
	font: 18px Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
.commentmetadata {
	background: #EFEFEF;
	margin: -10px -10px 8px -10px;
	padding: 4px 7px;
}
.comments-template p.nocomments{
	padding: 0;
}

.comments-template #author, .comments-template #email, .comments-template #url, .comments-template #comment {
	border: 1px solid #ccc;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}
.comments-template #author {
	width: 170px;
	float: left;
}
.comments-template textarea {
        
}
.comments-template #email {
	width: 170px;
	float: left;
}
.comments-template #url {
	width: 170px;
	float: left;
}
.comments-template p {
	margin-bottom: 12px;
}

.comments-template label {
	font-size: 11px;
	color: #666;
	float: left;
	margin: 3px 0px 0px 12px;
}
#submit {
	border: none;
	width: 150px;
	height: 30px;
	background: url(images/submit-comment.gif) no-repeat;
}
p.subscribe-to-comments input#subscribe {
        float: left;
}
p.subscribe-to-comments label{
        float: left;
        margin: 2px 0px 0px 8px !important;
}











