/*
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: 271px; width: 965px; background: url('images/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 { text-indent: 7px; }
	 .custom #header #logo a { color: #0000000; }

/* 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: 0px solid #dddddd; }
	 #header { padding-left:  0em; }
	 #content_box { margin-top: 0em; }
	 .custom #tagline { height: 0px;  margin-left: 800px;  text-indent: 0px; }
	 .custom #footer { text-align: left; }
	 
	 .a { color: #0000ff !important!; }
	 
      body.custom { background: #000000 none repeat scroll 0 0; }
     
	 
	 
	 
   

   