/*
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_area .page {
	padding-top: 0;
	background: transparent;
}

.headline_area h1, .headline_area h2 {
	font-size: 3em;
}

.clientimg {
	margin-bottom:30px;
	border:#6d6d6d 5px solid;
}
#content p {
	font-size: 13px;
	color: #313131;
}

#header_area {
	background: #000000 url(images/headerbg.jpg) repeat-x top center;
}

#content_area {
	border-top: 10px solid #d5d5d5;
	background: #ececec;
}

.full_width > .page {
	background: #ECECEC;
}

h1, h2, h2 a {
	color: #4a3c08;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
}

.testimonial {
	font-style: italic;
}


.logobg {
	position: absolute;
	float: left;
	margin-left: -1105px;
	margin-top: -176px;
	z-index: 1;
}

#featuredclients img {
	border: 3px solid #ffffff;
}

#featuredclients a {
	color: #333333;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

.sidebar h3 {
	background: url(images/sidebarbg.png) no-repeat top;
	color: #ffffff;
	padding-left: 45px;
	height: 37px;
	line-height: 37px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 20px;
}

#content_box {
	background: #ececec url(images/contenttopimg.png) no-repeat top center;
}

.flashheader {
	margin-bottom: 30px;
	padding: 15px;
	background: url(images/flashbg.png);
}

.menu li {
	padding-right: 20px;
	background: url(images/menuli.png) no-repeat right;
	margin-right: 7px;
}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover {
	background: transparent;
	color: #decc8b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.menu a, .menu .current ul a, .menu .current-cat ul a {
	background: transparent;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer_setup {
display:table-row;
padding-bottom: 20px;
margin-bottom: 20px;
background: url(images/bottomswirl.png) no-repeat bottom center;
}

.footer_items {
display:table-cell;
width: 50%;
padding-right: 20px;
padding-bottom: 15px;
font-family: "Times New Roman", Times, serif;
color: #c2c2c2;
font-size: 10pt;
font-style: italic;
}

div.footer_items h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
	font-size: 17pt;
	margin-bottom: 15px;
	border-bottom: 1px solid #3d3d3d;
	width: 100%;
}

div.footer_items p {
	font-family: "Times New Roman", Times, serif;
	color: #c2c2c2;
	font-size: 10pt;
	font-style: italic;
	margin-bottom: 10px;
}

#footer {
	padding-left: 0;
}

#footer a:hover {
	color: #fff;
}

#footer_area {
	background: #313131 url(images/footerbg.jpg) repeat-x bottom;
}

#footer_area .page {
	background: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footerinfo {
	padding-top: 10px;
	padding-bottom: 10px;
}

#photodiv { background-repeat: no-repeat;}

.linklove a, .linklove a:visited {
	display: none;
}