/*
THEME NAME: Celebrity Inspirations
THEME URI: http://www.celebrityinspirations.com
DESCRIPTION:
VERSION: 0.8.1
AUTHOR: James Paden
AUTHOR URI: http://www.xemion.com
TAGS:three-columns,two-columns,fixed-width,theme-options,left-sidebar,right-sidebar,threaded-comments,sticky-post,microformats
*/



/* =Global Elements
-------------------------------------------------------------- */

body {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #333;
}

a:hover {
	color: #c42373;
}

img {
	border: 0;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}

h1 {
	padding: 0;
	margin: 0 0 0 0;
}

#pre-wrapper {
	background-image: url(../../../images/nav-bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	background-image: url(../../../images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}

#wrapper2 {
	background-image: url(../../../images/nav-bottom-bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#header-bg {
	background-image: url(../../../images/header-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#header {
	width: 960px;
	margin: 0px auto;
	height: 113px;
}

#header a {
	display: block;
	width: 500px;
	height: 110px;
	text-indent: -2000px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#bannerTop {
	padding-left: 161px;
}

#sidebar {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	width: 120px;
	overflow: hidden;
}

#sidebar a {
	color: #333;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar ul li {
	padding: 0 0 12px 0;
	margin: 0;
	font-weight: bold;
	font-size: 13px;
}

#sidebar ul li ul {
	list-style: none;
	padding-top: 3px;
}

#sidebar ul li ul li {
	border-top: 1px solid #c1c1c1;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0;
}

#content {
	float: right;
	width: 800px;
}

#tabs {
	background-image: url(../../../images/tabs-postview-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: right;
	padding: 4px 10px 30px 0;
/*	margin-top: -12px; */
}

#tabs.productview {
	background-image: url(../../../images/tabs-productview-bg.png);
}

#tabs a {
	color: #333;
	font-size: bold;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	color: #666;
	clear: both;
}


#footer a {
	color: #666;
}


#footer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#footer ul li { display: inline; }



.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* THE LOOP */
h1#pagetitle {
	font-size: 36px;
	width: 600px;
}

.post {
	padding-bottom: 26px;
}

.postmetadata {
	margin: 0;
	padding: 0 0 4px 0;
	color: #666;
}

.postmetadata a {
	color: #666;
}

.post h2, .post h1 {
	margin: 0 0 6px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #c1c1c1;	
}

.post h2, .post h1, .post h2 a, .post h1 a  {
	color: #c42373;
	font-size: 18px;
	text-decoration: none;
}

.entry {
	width: 430px;
}

.post-left {
	width: 343px;
	float: right;
}

#tags {
	padding: 10px;
	font-size: 10px;
	color: #666;
}

#tags a {
	color: #666;
}

/* PRODUCTS */
.products {
	background-image: url(../../../images/wallet-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.products img {
	margin: 7px 0;
}

.product-thumbnail {
	width: 143px;
	height: 94px;
}

.product-thumbnail a {
	text-decoration: none;
}

.product-price {
	text-decoration: none;
	margin-left: 95px;
	width: 48px;
	height: 34px;
	position: relative;
	margin-top: -36px;
	text-align: center;
	padding-top: 14px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../../../images/premium-star.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.discount {
	background-image: url(../../../images/discount-star.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.compare {
	padding-bottom: 3px;
	border-bottom: 1px solid #c1c1c1;
}

/* GRID */
.compare-grid {
	text-align: center;
	border: 1px solid #c1c1c1;
	float: left;
	padding: 10px;
	width: 360px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.compare-grid-title {
	padding-top: 6px;
}


.compare-grid img {
	margin: 7px 0;
}


/* IMAGES */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}