/*
File:			custom.css
Description:	Custom styles for Thesis


*/


       
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
     
	 .custom #header #logo { display: block; height: 340px; width: 965px; background: url('images/outdoor-rugs-header.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
     
	 .custom #header #logo, .custom #header #tagline { text-indent: 15px; }
	 .custom #header #logo a { color: #034c14; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
     
     .custom #header { padding-top: 0em; padding-bottom: 0em; }
	 #page {padding: 0em; }
	 .custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0em; background: #fff; border: 8px solid #dddddd; }
	 #header { padding-left:  0em; }
	 #content_box { margin-top: 0em; }
	 .custom #header #tagline { height: 0px; }
	 .custom #footer { text-align: left; }
	 
	 .a { color: #0000ff !important!; }
	 
      body.custom { background: #02350e none repeat scroll 0 0; }
	  
	  

	 
	 
	 
   

   