/*

File:			custom.css

Description:	Custom styles for Thesis



BASIC USAGE:



If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 

will be appended with the "custom" class, like so: <body class="custom">. You can use 

the "custom" class to override *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 

following declarations to this file:



	.custom a, .custom a:visited { color: #090; }	<--- This makes links green

	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them



WHY THIS WORKS:



By using the "custom" class, you are creating more specific CSS declarations for HTML

elements. CSS styling is applied through rules of specificity, and because declarations

prepended with .custom are more specific, they get applied when the page is rendered!



More information about styling your Thesis installation using this file can be found

in the User's Guide:

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/



/*--Header--*/

.custom #header #logo a {

background:transparent url(images/nowell_header.jpg) no-repeat scroll 0 0;

display:block;

height:160px;

width:900px;

}



.custom #header #logo {float:center}



.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }



.custom #header { padding: 0; }



.custom #footer img#logo-img {float:right;}



.custom #header {height:170px;}



.custom #header {border-bottom:0;}



.custom .format_text img.alignleft { clear: none; }



.custom #page {margin-right: -0.1em;}



/*--BACKGROUND--*/

body.custom { background: #DA5E27; 

}

	

.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #000000; border: 0.2em solid #000000; 

}



.custom #page { background: #DA5E27; 

}



.custom .headline_area {

margin-bottom:0em;

}



.custom .post_box {

padding-top:2em;

}



/*--No Titles--*/

.home h2 { display: none; }

.about-us h1 { display: none; }

.moving-packing h1 { display: none; }

.moving-resources h1 { display: none; }

.about h1 { display: none; }

.request-an-estimate h1 { display: none; }

.contact-us h1 { display: none; }

.estimate h1 { display: none; }
.services h1 { display: none; }



.3rowcolumn {

	float: left;

	width: 290px;

	margin-right: 10px;

}

.last {

	margin: 0;

}



/* Customize Footer Text */

#footer {

border:none;

}









/*--Links--*/

.custom a, .custom a:visited { color: #000000; }

.custom a:hover { color: #ffffff; }

.custom .menu a {

   border-bottom: 2px solid transparent;

}

.custom .menu a:hover {

   border-bottom: 2px solid #4281C3;

}

.custom .menu .current a

{

    color: #ffffff;

}





#pic {

    height: 225px;

}