/*
Theme Name: Noodle and Meatball v1
Theme URI: http://noodleandmeatball.com/
Description: Hacked from the default wordpress theme
Version: 1
Author: Reid Durbin
Author URI: http://reiddurbin.com/

*/



/*------------------------------------------------------------------------------
	Basic Styles 
------------------------------------------------------------------------------*/	
	* { margin: 0; }
	html, body { height: 100%;}
	
	body {
		margin: 0; padding: 0;
		color: #333;
		background: #fff url(images/background.gif) top center repeat-y;
		font-family:"Trebuchet MS", Verdana, Arial,sans-serif; 
		font-size: 12px;
		text-align: center;
		line-height: 150%;
	}

	p{ margin: 0 0 15px 0; }
	img{ display: block; border: 0; }
	td{ vertical-align: top; }
	
	h2{ 
		font-size: 20px;
		font-weight: normal;
		margin: 25px 0 25px 0;
	}
	
	h3, .prodtitles{ 
		text-transform: uppercase;
		color: #3e5969;
		padding: 0px 0 10px 0;
		margin: 0;
		font-size: 12px;
	}
	
	h4{
		color: #000;
		margin: 0 0 15px 0;
		font-size: 12px;
	}
	



/*------------------------------------------------------------------------------
	Products
------------------------------------------------------------------------------*/	
	.productdisplay{
		width: 225px !important;
		_width: 180px !important;
		height: 100px;
		padding-bottom: 20px;
		margin-right: 20px;
	}
	
		.productdisplay .producttext{
			width: 120px;
		}

		
		.productdisplay .single_product_display {
			width: 300px;
		}
.
	.wpsc_product_price{
		font-size: 12px;
		line-height: 100%;
		padding: 5px 0 10px 0 !important;
		display: none !important;
		border: 1px solid red;
	}
	
	.wpsc_extras_forms{ display: none; }
	#products_page_container .wpsc_variation_forms{ display: none; }
	.single_product_display .wpsc_variation_forms{ display: block !important; }
	.wpsc_description{
		font-size: 11px;
	}
	
	.prodtitles a{
		color: #3e5969;
	}
	
	.single_product_display .producttext{
		width: 200px;
	}
	
	.wpsc_variation_forms{
		padding-bottom: 15px;
	}
	
	.enlarge{
		display: block;
		text-align: center;
		margin-top: -15px;
		font-size: 10px;
	}
	
	.single_additional_description{
		font-size: 10px; 
		color: #000;
		line-height: 100%;
	}
	
	.breadcrumb{
		margin: -10px 0 30px 0 !important;
	}
	
	.pricedisplay{
		margin-bottom: 5px;
	}
	
	.wpsc_product_price{
		display: block;
		padding-bottom: 8px;
	}
	
	.size_faq{
		display: block;
		font-size: 11px;
		margin: -15px 0 5px 30px;
	}
	
/*------------------------------------------------------------------------------
	Navigation
------------------------------------------------------------------------------*/	

	a{ color: #ed7600; text-decoration: none; }
	a:hover{ color: #b95c00; }
	


/*------------------------------------------------------------------------------
	Layout
------------------------------------------------------------------------------*/	

	#wrapper{
		margin:0px auto;
		text-align: left;
		width: 817px;
	}


	#content{
		background: url(images/right_col_gradient.gif) 554px 0 no-repeat;
		display: relative;
	}

	#content_primary{
		margin-left: 8px;
		text-align: left;
		width: 550px;
	}
		#content_primary .pad{
			padding: 0px 20px 100px 20px;
		}	
		
			#slideshow_placeholder{
				height:263px;
			}

			#slideshow{
				position: absolute;
				top: 245px;
				margin-left: -19px;
			}
		
			.pics { width: 567px; height:263px; padding:0; margin:0; overflow: hidden; }
			.pics img { width: 567px; height: 263px; top:0; left:0; margin-top: 3px; }
		
	
	#content_secondary{
		text-align: left;
		float: right;
		width: 231px;
		margin-right: 8px;
		clear: left;
		font-size: 18px;
		line-height: 180%;
		height: 400px;
	}
	
		#content_secondary ul, #content_secondary li{
			background: none;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #f5f5f5;
		}
		
		#content_secondary .pad{
			padding: 0 10px;
		}
		
		#content_secondary ul a{
			display: block;
			background: url(images/rule_dotted.gif) 0 100% repeat-x;
			padding: 10px 15px;
		}
	

	#cart{
		line-height: 13px; 
		background: url(images/rule_dotted.gif) 0 100% repeat-x;
		font-size: 11px;
		font-family: verdana, arial, sans-serif;
		padding-bottom: 15px;
	}
	
		.visitshop, .gocheckout{
			margin-top: 5px !important;	
		}
		
		#thproduct, #thqty, #thprice{
			font-weight: normal !important;
			background: url(images/rule_dotted.gif) bottom left repeat-x;
			padding-bottom: 3px;
		}
		.cart{
			float: right;
			margin-right: 8px;
			_margin-right: 3px;
		}
	
		#cart .rule{
			margin: 5px 0 0 0;
			padding: 0;
		}
		.hd{
			margin-bottom: 3px;
		}
		
		.cart_copy{
			padding: 0 50px 0 15px;
		}

	#logo{
		display: block;
		background: url(images/logo.png);
		_background: url(images/logo.gif);
		width: 815px;
		height: 108px;
		overflow: none;
	}
	

		#logo span{
			display: block;
			margin-left: -500px;
		}
		
	#footer{
		clear: both;
		padding: 30px;
	}
	
/*------------------------------------------------------------------------------
	Lists UL/OL
------------------------------------------------------------------------------*/	
	
	ul{ margin: 0 0 15px 0; padding: 0;}
	li{ list-style: none; margin-left: 15px; padding-left: 20px;  margin-bottom: 2px; background: url(images/bullet.gif) 0px 8px no-repeat;} 
	
	ol{ margin-left: 0; padding-left: 20px;}
	ol li{ margin-left: 0; padding-left: 0;}
	


/*------------------------------------------------------------------------------
	Misc
------------------------------------------------------------------------------*/	
	
	.clear{ clear: both; }
	.clearB{ clear: both; }
	.clearR{ clear: right; }
	.clearL{ clear: left; }
	
	.rule{ border-top: 1px solid #ddd; margin: 20px 0; }
	.printOnly{ display: none; }

	.imgR{
		border: 2px solid #739acf;
	}
/*------------------------------------------------------------------------------
	sIFR
------------------------------------------------------------------------------*/	

	.sIFR-flash {
	  visibility: visible !important;
	  margin: 0;
	  padding: 0;
	}
	
	.sIFR-unloading .sIFR-flash {
	  visibility: hidden !important;
	}
	
	.sIFR-replaced, .sIFR-ignore {
	  visibility: visible !important;
	}
	
	.sIFR-alternate {
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 0;
	  height: 0;
	  display: block;
	  overflow: hidden;
	}
	
	.sIFR-replaced div.sIFR-fixfocus {
	  margin: 0pt; 
	  padding: 0pt; 
	  overflow: auto; 
	  letter-spacing: 0px; 
	  float: none;
	}
	
	.sIFR-dummy { 
	  width: 0px;
	  height: 0px;
	  margin-left: 42px;
	  z-index: 0;
	}
	
	/*----sifr Header styling---*/
	
	.sIFR-active h1 {
	  visibility: hidden;
	  font-family: Arial;
	  font-size: 25px;
	}
	
	
