/*
Theme Name: Flippinout
Author: J4 Studios
Description: Theme for www.flippinoutslingshots.com
Version: 2.0
Author URI: http://www.j4studios.com/
Template: wpflexishop
*/
 
@import url(../wpflexishop/style.css);


/* THIS IS A HACK TO HIDE THE STORE ON THE THEME: */

#top-header-nav,
#top-header #top-header-nav {
	display: none;
}


/* I ADDDED THIS: */


#master {
	position: relative;
}

#boxed #leader,
#boxed.page-template-special #leader {
	margin: 0;
	padding: 30px 10px 20px;
}

#boxed #header,
#boxed #leader,
#boxed.page-template-special #leader,
#boxed #content-wrapper,
/*#boxed #copyright,*/
#boxed #footer {
	background: #FFF !important;
	width: 980px;
	margin: 0 auto !important;
}


#top-header {
	height: auto;
	background: none;
}
#notify {
	/*display: none;*/
	background: #FFF;
	/*padding-top: 1em;*/
}
#notify .margin,
#boxed #notify .margin {
	/*height: auto;*/
	height: 60px;
	padding-top: 3em;
	background:url(images/info.gif) no-repeat left 20px;
	padding-left: 80px;
	width: 900px;
}
#notify p {
	margin: 0;
	padding-bottom: 1em;
}
#notify p:last-child {
	/*margin: 0;*/
	/*padding-bottom: 1.5em;*/
}
#top-header #line {
	background: #000;
	height: 10px;
	clear: both;
}
#top-header .margin {
	position: relative;
}
#top-header {
	position: absolute;
}
#top-header .margin #top-header-nav {
	top: 0;
	/*position: absolute;*/
}


#header .margin {
	position: relative;
}

/*#header #oftheyear {
	position: absolute;
	left: 365px;
	top: 170px;
	bottom: 20px;
	width: 100px;
	height: 112px;
	background:url(images/oftheyear.png) no-repeat;
	text-indent: -10000px;
	display: block;
}*/

#header-wrapper,
#boxed #header-wrapper {
	z-index: 1000;
	position: relative;
}

#header-wrapper #header .margin,
#boxed #header-wrapper #header .margin {
	/*padding-top: 180px;*/
	/*padding-top: 15%;*/
}


.section {
	clear: both;
}
.section:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.section .wp-caption {
	padding-right: 30px;
}
.section p {
	padding-top: 1em;
}



/*Hide price for custom shots*/
.term-custom-slingshots .pricedisplay,
.postid-482 .wpsc_product_price,
.postid-482 .product_form {
	display: none;
}


/*@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 480px) {
	#header-wrapper #header .margin,
	#boxed #header-wrapper #header .margin {
		padding-top: 300px;
	}
}*/




