/*
Theme Name: stoppms1
Theme URI: http://theInPhase.com
Description: stoppms1
Author: Wade Rex
Author URI: http://theInPhase.com
Tags: stoppms,theinphase

	This theme was designed and built by Wade Rex.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family:Verdana, Geneva, sans-serif;
	background: url('images/backgroundPattern.png') repeat-x;
	background-color: #f3c6d4;
    color: #000;
    width: 900px;
    margin: 0 auto;
	font-size: 13px;
	}

img {
	padding: 5px;
	border: none;
}

p {
  display: block;
  margin: 13px 0px;
}

#h1 {
	font-size: 2.0em;
		color: #f6008c;
	}

#h2 {
	font-size: 1.8em;
	}

#h3 {
	font-size: 1.6em;
	}

#h4 {
	font-size: 1.4em;
	}
	
#h5 {
	font-size: 1.2em;
	}
	
.bigBlue{
	font-size: 20px;
	color: #4695b8;
	font-weight: bold;
}

.bigPink{
	font-size: 30px;
	color: #d7249a;
	font-weight: bold;
	}	
	
a {
	color: #64aad2;
	text-decoration:none;
}

a:hover {
	color:#109dd0;
}

a:active {
	color:#d3d8aa;
}
/* End Typography & Colors */

/* Begin Header  */

#header {
	width: 900px;
	display: block;
	float: left;
	font-size: 12px;
}

#logo {
	float: left;
	margin-top: -10px;
}

#nav {
	float: right;
	display: inline;
	margin-top:20px;
	font-size: 12px;
}

	#nav ul {
		margin: 3px 0 0 0;
		padding: 0; 
		list-style-type: none;
		list-style-image: none; 
		}
	
	#nav li {
		display: inline;
		margin: 0px 0px 0px 0px;
	}
		
	#nav a {
	}

	#nav a:hover {

}

#page {
	width: 900px;
	float:left;
	display:block;
	margin-bottom:45px;
}

#entry {
	margin: 0 40px 10px 40px;
	border-bottom: solid 2px #e35783;

}


#footer {
	width: 900px;
	display: block;
	float: left;
	font-size: 14px;
	margin-top: 10px;
}

	#footerRight {
		background: url('images/rightFooter2.png') no-repeat;
		width: 475px;
		height: 145px;
		float:right;
		margin-top: 0px;
	}
	
	#textRight {
		width: 200px;
		font-size: 10px;
	}
	
	#footerLeft {
		background: url('images/leftFooter2.png') no-repeat;
		width: 375px;
		height: 200px;
		float:left;
		margin-top: -55px;
	}
	
	#textLeft {
		width: 240px;
		font-size: 13px;
		float: right;
		margin-right: 10px;
		margin-top: 50px;
	}	
	
	#footerNav {
		float: left;
		display: block;
		width: 900px;
		border-top: solid 2px #e65a85;
		margin-top: 35px;
	}
	
	#copyright {
		width: 900px;
		float: left;
		display:block;
		padding-bottom: 20px;
	}

#footerBox{
	width: 300px;
	height: 160px;
	background: url('images/bottomBox.png') no-repeat;
	float: left;
	display: inline;
}
	
	
.single_product_display {
	width: 900px;
	border: solid 2px #e35783;
	background: #fff;
	margin-top: 15px;
	font-size: 12px;
}

img.product_image {
	float: left;
	display: inline;
	margin: 10px;
}

.productcol {
	display: inline !important;
	float: none !important;
}

.product_description{
	font-size: 12px !important;
}

.wpsc_buy_button {
	background: url('images/buy_button.png') no-repeat;
	width: 184px;
	height: 46px;
	border: none;
	font-size: 0px !important;
}

.make_purchase {
	background: url('images/purchase.png') no-repeat;
	width: 184px;
	height: 46px;
	border: none;
	font-size: 0px !important;
}	

.wpsc_buy_button_container {
	float: right !important;
	display: inline !important;
}

#wpsc_shopping_cart_container h2{
	
}

.productcart{
	width: 100%;
}

#checkout_page_container {
	width: 880px !important;
	padding: 10px;
border: solid 2px #e35783;
	background: #fff;
	margin-top: 15px;
	font-size: 12px;	
	
}
	
.checkout_cart {
	width: 880px;
}

.table-1 {
	width: 425px !important;
	float: left;
	display: inline;
	maright-left: 15px;
}

.table-2 {
	float: right;
	margin-right: 15px;
	width: 425px !important;
	display: inline;
}

.table-4 {
	float: right;
	display: inline;
	width: 50% !important;
	margin-top: 15px;
}

.wpsc_email_address_p{
	margin: 20px !important;
}

#wpsc_checkout_gravatar {
	display: none;
}

.intra-field-label{
	width: 200px;
}

.payment_gateway {
	float: left;
	display: inline;
	clear: both;
	margin-top: 15px;
	width: 50% !important;
}

.wpsc_make_purchase {
	margin-top: -20px;
}

#shopp {
	width: 880px !important;
	padding: 10px;
border: solid 2px #e35783;
	background: #fff;
	margin-top: 15px;
	font-size: 12px;	
}


	
