/*
Theme Name: Relative Magazine
Theme URI: http://www.relativemagazine.com
Description: Relative Magazine
Version: 1.0
Author: Jay Hollywood
Author URI: http://www.jayhollywood.com
*/

/*---------------------------------------------- GLOBAL SETTINGS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /* dont control the font-size here - leave it for the 
	element you want to control. This sets the base text size to 16px */
	background: #fff;
}

/*-------------------------------------------------------- LINK */


a {
	color: #2fbdf2;
	text-decoration:none ;
}

a:hover {
	color: ;
	text-decoration: ;
}

a:active {
	color: ;
}
/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

h2 a {
	text-decoration: none;
	color: #000;
	padding: 0 0 2px 0;
	background: url(images/underline.gif) repeat-x bottom left;
	}

h2 a:hover {
	color: #2fbdf2;
	}

h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.6em;
	padding: 0 0 8px 0;
	font-weight: bold;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h3 a {
	text-decoration: none;
	color: #000;
	padding: 0 0 2px 0;
	background: url(images/underline.gif) repeat-x bottom left;
	}

h3 a:hover {
	color: #2fbdf2;
	}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}

h5 {
	font-size: 1em;
	padding: 0 0 4px 0;
}

h6 {
	font-size: .9em;
	padding: 0 0 2px 0;
}


/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.5em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul {
	padding:0 0 1.25em 2.5em;
}

ol {
	padding: 0;
	margin: 0;
	}

/*------------------------------------------------------ LAYOUT */


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

#header {
	position: relative;
	padding: 0 0 40px 0;
	background: url(images/headerbg.gif) repeat-x bottom left;
}

#search {
	position: absolute;
	right: 0;
	top: 0;
	width: 210px;
	}

#search input{
	background: #fff;
	border: 1px solid #afafaf;
	float: left;
	padding: 3px;
	margin: 0 4px 0 0;
	width: 170px;
	color: #a4a4a4;
	font-size: 11px;
	height: 14px;
	display: inline;
	}
	
#search button{
	border: 0;
	background: url(images/searchbtn.gif) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	width: 28px;
	float: right;
	margin: 0;
	height: 22px;
	}

#home-feature {
	width: 100%;
	height: 262px;
	display: block;
	}

#feature {
	width: 675px;
	height: 262px;
	display: block;
	background: #ddd;
	position: absolute;
	top: 80px;
	overflow: hidden;
	}
	
#slide-display {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 100;
	}

#slide-display a{
	background: #000;
	padding: 5px 8px;
	margin: 0 0 0 8px;
	color: #fff;
	display: block;
	float: left;
	}

#slide-display a:hover{
	color: #2fbdf2;
	}

#slide-display a.activeSlide{
	background: #2fbdf2;
	}
	

#header-side {
	width: 267px;
	position: absolute;
	top: 80px;
	right: 0;
	height: 262px;
	}

#promo-image {
	width: 267px;
	height: 154px;
	float: left;
	}

#mailing-list {
	width: 267px;
	height: 108px;
	float: left;
	display: block;
	background: url(images/joinlist.gif) no-repeat #2fbdf2 0 4px;
	}
	
#mailing-list form{
	margin: 30px 13px;
	}

#mailing-list form input {
	border: 0;
	border-top: 1px solid #2097c3;
	width: 158px;
	padding: 3px;
	margin: 6px 0;
	color: #313131;
	float: left;
	}

#mailing-list form button {
	width: 67px;
	height: 23px;
	display: block;
	cursor: pointer;
	border: 0;
	text-indent: -9999px;
	margin: 6px 0;
	background: url(images/signupbtn.gif) -3px 0 no-repeat;
	float: right;
	}

#mailing-list form button:hover {
	background: url(images/signupbtn.gif) -3px -24px;
	}

#logo {
	width:294px;
	height:60px;
	display:block;
	background: url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	}
	
#content {
	width: 675px;
	float: left;
	margin: 0 0 50px 0;
	padding: 16px 0 0 0;
	overflow: hidden;
	}
	
#sidebar {
	width: 267px;
	float: right;
	padding: 16px 0 4px;
	}

#flash-magazine {
	margin: 20px 0 0 0;
	}

/* FOOTER -------------------------------------------------------- FOOTER */



#footer {
	clear: both;
	width: 100%;
	background: #d5d5d5;
	height: 210px;
	overflow: hidden;
}

#footer-inner {
	margin: 0 auto;
	width: 960px;
	background: #d5d5d5;
	padding: 30px 0;
	color: #7e7e7e;
}

#footer-inner p {
	color: #7e7e7e;
	line-height: 1.8em;
	}

#footer-inner ul {
	padding: 0;
	float: left;
	margin: 8px 25px 0 0;
	}

#footer-inner ul li{
	padding: 4px 0;
	}

#footer-inner a{
	color: #414141;
	background: url(images/footer-underline.gif) repeat-x bottom center;
	padding: 0 0 2px 0;
	}

#footer-inner .rss {
	background: url(images/rss.gif) top right no-repeat;
	padding: 0 24px 0 0;
	}

#footer-inner a:hover{
	color: #fff;
	}

.footer-box {
	float: left;
	background: url(images/footer-divider.gif) top right repeat-y;
	margin: 0 15px 0 0;
	width: 215px;
	height: 145px;
	}
	
#footer-friends {
	width: 260px;
	}
	
#footer-were-into {
	width: 170px;
	}

#footer-friends h4 {
	width: 151px;
	height: 15px;
	background: url(images/friends.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	}

#footer-were-into h4 {
	width: 151px;
	height: 15px;
	background: url(images/wereinto.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	}

#footer-share h4 {
	width: 151px;
	height: 15px;
	background: url(images/share.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 0 8px 0;
	}

#footer-share h4#advertise {
	width: 151px;
	height: 15px;
	background: url(images/advertise.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 20px 0 8px 0;
	}

#copyright {
	float: right;
	text-align: right;
	}

#copyright h4 {
	width: 151px;
	height: 15px;
	background: url(images/relative.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	text-align: left;
	margin: 0 0 8px 0;
	float: right;
	}




/* POSTS -------------------------------------------------------- POSTS */

.post {
	width: 100%;
	display: block;
	}

.home .post {
	width: 100%;
	background: url(images/postbg.gif) no-repeat bottom left;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	display: block;
	}
	
.home .post p{
	text-align:justify;
}

.home .post .thumb {
	width: 376px;
	height: 263px;
	overflow: hidden;
	float: left;
	margin: 0 16px 0 0;
}

.home .post .entry {
	float: left;
	margin: 0;
	width: 283px;
}


/* SIDE-BAR -------------------------------------------------------- SIDE-BAR */

#sideshoppingcart {	
	background: url(images/postbg.gif) no-repeat bottom left;
	}


#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	}

#sidebar li {
	background: url(images/postbg.gif) no-repeat bottom left;
	padding: 12px 0 20px 0;
	}

a#submissionbtn {
	display: block;
	width: 267px;
	height: 38px;
	background: url(images/submissionbtn.gif) 0 0;
	text-indent: -9999px;
	}

a#submissionbtn:hover {
	background: url(images/submissionbtn.gif) 0 -38px;
	}

.commentlist li {
	width: 650px;
	padding: 10px;
	margin: 10px 0;
	background: #ececec;
	position: relative;
	}

.commentlist li .author {
	position: relative;
	width: 75px;
	float: left;
}

.commentlist li img {
	margin: 0 0 5px 0;
	}

.commentlist li cite {
	font-size: 11px;
	color: #888;
	}

.commentlist li .comment {
	width: 550px;
	background: #fff;
	display: block;
	float: left;
	padding: 10px;
	min-height: 100px;
}

/* USER-POSTS -------------------------------------------------------- USER-POSTS */

.user-post {
	background: #f0f0f0;
	width: 246px;
	padding: 10px;
	border-top: 1px solid #b2b2b2;
	margin: 0 0 10px 0;
	}


	
.user-post p {
	font-size: 11px;
	color: #8f8f8f;
	}

.user-post p a {
	color: #000;
	display: block;
	}

.user-post p a:hover {
	color: #2fbdf2;

}

a#submit-post {
	display: block;
	width: 267px;
	height: 38px;
	background: url(images/submitpostbtn.gif) 0 0;
	text-indent: -9999px;
	}

a#submit-post:hover {
	background: url(images/submitpostbtn.gif) 0 -38px;
	}

/* FORMS -------------------------------------------------------- FORMS */


label {
	width: 100%;
	margin: 5px 0;
	display: block;
	}

form textarea, form input {
	width: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input#submit {
	display: block;
	width: 267px;
	height: 38px;
	background: url(images/submitbtn.gif) 0 0;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	float: left;
	}

input#submit:hover {
	background: url(images/submitbtn.gif) 0 -38px;
	}

input#preview {
	display: block;
	width: 267px;
	height: 38px;
	background: url(images/previewbtn.gif) 0 0;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	float: left;
	margin: 0 6px 0 0;
	}

input#preview:hover {
	background: url(images/previewbtn.gif) 0 -38px;
	}


fieldset ol {
	margin: 0;
	padding: 0;
	}

.wpcf7-form div {
	margin: 0 0 10px 0;
	}


/* SHOP -------------------------------------------------------- SHOP */

	
.default_product_display{
 	position:relative;
 	float:left;
	width: 315px;
	height: 150px;
	display: block;
	margin:  0 0 10px 10px;
	padding: 0 10px 10px 0;
	border-bottom: 1px solid #ddd;
 }
 
.single_product_display {
 padding: 0 0 0 10px;
 }

.single_product_display .imagecol {
 width: auto;
 margin: 0 10px 10px 0;
 }



.default_product_display .imagecol{
 position:relative;
 float:left;
 width: 150px;
 height: 150px;
 overflow: hidden;
 margin: 0 10px 10px 0;
 }
 
 .default_product_display .viewproduct {
 	font-size: 11px;
	}
 

.default_product_display .producttext{
 font-size: 10pt;
 text-align: left !important;
 height: 150px;
 display: block;
 }

.pricedisplay {
	color: #2fbdf2;
	}

.default_product_display h2.prodtitles {
	line-height: 1.4em;
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h2.prodtitles {
	font-size: 1.6em;
	}

.wpsc_variation_forms {
position: absolute;
right: 0px;
bottom: 42px;
font-size: 11px;
}

#products_page_container {
	margin: 0 0 0 -10px;
	}

.cattext {
	margin: 0 0 0 10px;
	}

.wpsc_variation_forms label {
	display:inline;
	}

.wpsc_extras_forms {
	display: none;
}

.default_product_display .wpsc_product_price {
	position: absolute;
	left: 160px;
	bottom: 40px;
	color: #2fbdf2;
	}

.wpsc_buy_button {
	width: 166px !important;
	height: 38px;
	background: url(images/addtocart.gif) 0 0;
	text-align: left;
	border: 0;
	cursor: pointer;
	position: absolute;
	right: 0px;
	bottom: 10px;
	}

.wpsc_buy_button:hover {
	background: url(images/addtocart.gif) 0 -38px;
}

.single_product_display .wpsc_buy_button {
position: relative;
}

.single_product_display .wpsc_variation_forms {
	position: relative;
	bottom: auto;
	}

.view-product {
	float: left;
	color: #fff;
	font-size: 11px;
	background: #56caf5;
	padding: 4px;
	}

.view-product:hover {
	background: #7ed3f3;
	}

#sliding_cart {
	padding: 0 0 20px 0;
	position: relative;
	margin: 0 0 10px 0;	
	}

#fancy_collapser_link {	
	position: absolute;
	top: 5px;
	right: 0;
}

#sliding_cart table {
	font-size: 12px;
	line-height: 16px;
	}

#sliding_cart table td {
	color: #777;
	}

#sliding_cart table td, #sliding_cart table th {
	padding: 4px 0;
	}

#sliding_cart table th {
	font-weight: bold;
	}
#thqty, #thprice, .tdqty, .tdprice {
text-align: right;
}

span.subtotal, span.postage, span.total {	
	padding: 4px 0;
	text-align: right;
	}

.cartcount {
	color: #2fbdf2;
	}
	
.emptycart {
	float: left;
	background: #f1f1f1;
	padding: 6px;
	margin: 20px 0 0 0;
}

.gocheckout {
	float: right;
	background: #f1f1f1;
	padding: 6px;
	margin: 20px 0 0 0;
}

.wpsc_container input {
	width: auto;
	}
	
.wpsc_checkout_table td {
	padding: 4px 0;
	vertical-align: middle;
	}

li#latest-products #shop-latest {
	margin: 0 0 0 -20px;
	float: left;
}

.latest-product .item_image {
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0 0 5px 0;
	}

.latest-product {
	float: left;
	margin: 0 0 10px 23px;
	height: 150px;
	}

.latest-product a {
width: 120px;
float: left;
}

	
li#latest-products {
	margin: 0;
	padding: 0;
		}
		
ul#shop-categories {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	display: block;
	background: #000;
	margin: 0 0 5px 0;
	}

ul#shop-categories li {
	margin: 0;
	padding: 0;
	float: left;
	}
	
ul#shop-categories li a {
	margin: 0;
	padding: 0;
	background: url(images/shoparrow.jpg) no-repeat top right #000;
	float: left;
	padding: 15px 50px 0 15px;
	height: 25px;
	}

ul#shop-categories li a:hover {
	background: url(images/shoparrow.jpg) no-repeat right -40px #000;
	color: #fff;
	}


/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

.small {
	color: #8f8f8f;
	font-size: 11px;
	padding: 0 0 12px 0;
	display: block;
	}

small {
	color: #8f8f8f;
	font-size: 11px;
	display: block;
	padding: 2px 0;
	}
	
.postmetadata {
	color: #8f8f8f;
	font-size: 12px;
	}

.required {
	color: #2fbdf2;
	}