/*
Theme Name: Noodles
Theme URI: http://www.noodleshoes.net/
Description: Fresh & Tasty.
Version: 1.0
Author: Jesper Thogersen
Author URI: http://www.thogosphere.com
Tags: awesome
*/



/* Useful stuff
--------------------------------------------------*/

	/* ###### Clearfix ###### */

		.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
		*:first-child+html .clearfix { display: inline-block; }
		html[xmlns] .clearfix { display: block; }
		* html .clearfix { height: 1%; }



/* Tags and Generic Classes
--------------------------------------------------*/

	/* ###### Tags ###### */

		body { background: #dfd6c8; /*url(images/main-bg.jpg)*/ top center repeat-x; font: 13px/1.4 Helvetica, Arial, sans-serif; margin: 0; }
		
		a { color: #6a4e25; text-decoration: none; }
		
		a img { border: none; }
		
		h1, h2, h3 { font-family: Palatino, Georgia, serif; }
	

	/* ###### Generic Classes ###### */

		a.more { background: url(images/bullet-arrow.png) center right no-repeat; padding: 2px 12px 0 0; }



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

	/* ###### Site Container ###### */
		
		#site-container { margin: 0 auto; width: 960px; }
	
	
	/* ###### Site Header ###### */
	
		#site-header { background: url(images/header.png) top center no-repeat; height: 160px; position: relative; }

		/* Site Title (Hiding site title, providing a link on logo) */
		#site-title { margin: 0; }
		#site-title a { display: block; position: absolute; top: 18px; left: 65px; text-indent: -9000px; width: 170px; height: 80px; }
	
		/* Site Menu */
		#site-menu { list-style: none; margin: 0; padding: 0; position: absolute; top: 60px; right: 65px; }
		#site-menu li { display: inline; font-size: 10px; float: left; }
		#site-menu li a { border-left: 1px solid #4d4232; color: #4d4232; display: block; font-weight: bold; padding: 0 5px; text-transform: uppercase; }
		#site-menu li:first-child a { border-left: none; }
		#site-menu li.current a, #site-menu li a:hover { color: #725235; }
	
	
	/* ###### Site Body ###### */
	
		#site-body { margin: 0 auto; padding-top: 50px; width: 940px; }
		
		/* Columns */
		#site-body .col-left { float: left; width: 760px; }
		#site-body .col-right { float: right; width: 160px; }
		
		/* Blocks */
		#site-sidebar .block { font-size: 10px; margin-bottom: 40px; }
		#site-sidebar .block-title { font-size: 11px; text-transform: uppercase; margin: 0 0 10px; }
		#site-sidebar .block p { color: #494946; }
		
		/* Specific Blocks */
		#sidebar-connect { height: 135px; }
		
		#sidebar-news ul { list-style: none; margin: 0; padding: 0; }
		#sidebar-news ul li span { font-weight: bold; }
		#sidebar-news ul li span a { color: #000; }
		#sidebar-news ul li p { margin: 0 0 10px; }
	
	
	/* ###### Site Footer ###### */

		#site-footer { color: #686868; padding: 50px 0 50px 70px; }
		#site-footer p { font-size: 9px; margin: 0; }
		#site-footer .copyright { font-size: 10px; }
		#site-footer .copyright a { color: #000; }



/* Pages
--------------------------------------------------*/

	.page { padding-left: 60px; }
	.page-content { padding-top: 20px; }
	
	.page .page-title { color: #494946; font-size: 30px; font-style: italic; margin: 0; }
	.page .page-intro { color: #494946; font-size: 19px; height: 92px; }
	.page .page-intro p { margin: 0; }

	/* ###### Frontpage ###### */

		/* Promobox */
		.promobox {}
		.promo-name { margin: 0; }
		.promo-name a img { border: none; float: left; margin: 0 20px 0 60px; }
		.promo-text { color: #8c8c88; float: left; font-size: 11px; margin-top: 12px; width: 360px; }
		.promo-text p { margin: 0; }
		.promo-text em, .promo-text a { color: #494946; font-style: normal; }
		.promo-image { border: none; margin-top: 15px; }
	
	
	/* ###### Distributors ###### */

		/* Distributor-table */
		table.distributors { font-size: 10px; width: 520px; }
		table.distributors caption { color: #000; font-size: 11px; font-weight: bold; margin-bottom: 10px; text-align: left; text-transform: uppercase; }
		table.distributors th { font-weight: bold; padding: 0; text-align: left; vertical-align: top; }
		table.distributors td { padding: 0; }
		table.distributors th.company { color: #25466a; width: 33%; }
		table.distributors table.stores { width: 100%; padding-bottom: 20px; }
		table.distributors table.stores td { padding: 0 10px 10px 0; width: 33%; }

	/* ###### Box ###### */

.boxed {
  border: 0px solid green ;
width: 580px;
padding-right:50px;
vertical-align: top;
text-align:justify;


}

	
