/*
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/
*/

.custom #header_area object { }
	.custom #header {border: none; padding: 0px; margin: 0px;}
.custom .comments_closed p {display: none ;}
.custom #feature_box {background :#ffffff;}
.custom #nav_area {background:#000000; border-bottom:0px ; padding-top:0px;width:1050px;}
.custom .comments_closed p {display: none ;}


/* flavius' code */

.custom #nav_area, .custom #header {margin: 0 auto; }
div#top_image { width: 1050px; margin: 0 auto; }

div.callme { text-align: center; }
	div.callme h3 { background: transparent url('images/callme.png') no-repeat left top; padding: 20px 0 25px 70px; text-align: left; }
div.followme { text-align: center; }
	div.followme h3 { background: transparent url('images/followme.png') no-repeat left top; padding: 20px 0 25px 70px; text-align: left; }
div.services {  }
	div.services h3 { background: transparent url('images/services.png') no-repeat left top; padding: 20px 0 25px 70px; text-align: left; }
li.widget_categories h3 { background: transparent url('images/recentposts.png') no-repeat left top; padding: 20px 0 25px 70px; }
li#wp125 h3 { background: transparent url('images/links.png') no-repeat left top; padding: 20px 0 25px 70px; }

div#new_footer { float: left; position: relative; width: 100%; color: #fff; border-top: 2px dashed #323232; font-size: 14px; margin-bottom: 20px; }
	div#new_footer h1 { color: #fff; padding: 20px 0; }
	div#testimonials { float: left; position: relative; width: 28%; text-align: justify; padding: 2%; }
		div#testimonials h1 { background: transparent url('images/testimonials.png') no-repeat left top; padding-left: 70px; }
	div#information { float: left; position: relative; width: 20%; text-align: justify; padding: 2%; padding-left: 8%; }
	div#information h1 { background: transparent url('images/information.png') no-repeat left top; padding-left: 70px; }
	div#recent_posts { float: right; position: relative; width: 28%; text-align: justify; padding: 2%; }
		div#recent_posts h1 { background: transparent url('images/recentposts.png') no-repeat left top; padding-left: 70px; }
		div#information ul { list-style-type: none; }
	div#copyright { width: 100%; text-align: center; clear: both; }
.custom #footer {
	padding:0px;
}
 div#custom_box {
	padding-top:10px;}

}
