/*
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/
*/

body.custom {}
.custom .clear {clear:both;}
.custom #container {}
.custom #page {padding:0.5em;}
.custom #header {display:block; position:relative; z-index:2; height:168px; margin:0; padding:0; border:none; background:url(images/bg-header-color.png) top repeat-x;}
.custom #logo {display:block; height:125px; width:225px; background:url(images/logo.png) top left no-repeat;}
.custom #logo a {display:block; height:125px; width:225px; text-indent:-9999px;}
.custom #tagline {display:block; float:right; height:73px; width:350px; position:absolute; top:2.5em; right:0; background:url(images/trust-america-slogan.png) top right no-repeat;}

/*Custom menu styles*/
.custom .topmenu {display:block; float:right; height:2em; list-style:none; position:absolute; top:1em; right:0; margin-right:2em;}
.custom .topmenu li {display:block; float:left; position:relative; border-right:1px solid #BBB;}
.custom .topmenu li a {color:#BBB; font-size:1.1em; padding:0 0.5em;}
.custom .topmenu li a:hover {color:#FFFFFF;}

.custom .menu {display:block; background:#D1CFC9 url(images/bg-header.png) top left no-repeat; border:none;}
.custom .menu .tab {border:none; margin-top:2em; margin-left:2.5em; margin-bottom:0.5em;}
.custom .menu a, .custom .menu .rss a{font-weight:bold; padding:0 6px; letter-spacing:normal; text-transform:uppercase; text-shadow:0px 1px 1px #EEE;}
.custom .submenu, .custom .submenu a {background:#F0DEAB; border:none;}
.custom .submenu a {font-size:1.2em; font-weight:normal; text-transform:capitalize; padding-left:1em;}
.custom .submenu li {padding-top:0.25em; padding-bottom:0.25em;}
.custom .submenu a:hover {background:#D1CFC9;}
.custom .menu .current ul a {background:#F0DEAB;}
.custom .menu .current ul a:hover {background:#D1CFC9;}

/*Custom home page box styles*/
.custom.home #content_box {position:relative; z-index:1;}
.custom.home .headline_area h2 {color:#00447C; font-size:2em;}
.custom.home .post_box {padding-top:0.25em; margin-left:2.4em;}
.custom.home .headline_area img {margin-left:-2.4em; margin-top:-2.3em;}
.custom #box_home {display:block; width:68em; height:30em; margin-top:0em; margin-bottom:1em; border:0px solid #000; z-index:1;}
.custom .box_button {float:left; width:22.333em; height:3em; margin-top:0.20em; margin-bottom:2em; margin-left:0.5em; background:url(images/home-button.png) top left no-repeat;}
.custom #slideshow-wrapper {padding:0; margin:0; background-color:transparent;}
.custom #slideshow-wrapper #imglink {display:none;}
.custom #slideshow-wrapper #imgprev {margin-right:30px; background:url(images/imgprev.png) left center no-repeat; }
.custom #slideshow-wrapper #imgnext {background:url(images/imgnext.png) left center no-repeat; }
.custom #slideshow-wrapper .imgnav {display:block; float:right; height:20px; width:20px; position:absolute; bottom:10px; right:10px; z-index:150; cursor:pointer;}
/*Home boxes below main image */
.custom .box_button:hover {background:url(images/home-button-hover.png) top left no-repeat;}
.custom .box_button a {color:#FFFFFF; font-size:1.5em; line-height:2em; font-family:"Arial Narrow",Arial,"Helvetica Neue",Helvetica,sans-serif; text-transform:uppercase; padding-left:1.25em;}
.custom #button_left {margin-left:0em;}

/*Custom post page content styles*/
.custom #content_box {margin-top:0.5em;}
.custom .format_text p {margin-bottom:1.2em;}
.custom #content h1 {margin-bottom:20px;}
.custom #content h2 {margin-bottom:20px;}
.custom .headline_area img {display:block; width:68em; margin:-2.2em -1.5em 2.5em -1em;}
.custom.latest-news .headline_area img {display:block; width:68em; margin:-1em 0 2.5em -1em;}
.custom.latest-news #content h2, .custom.cat_news #content h2 {font-size:2em; margin-bottom:0;}
.custom.latest-news .headline_area, .custom.cat_news .headline_area {margin-bottom:0.5em;}
.custom.latest-news p.headline_meta, .custom.cat_news p.headline_meta {display:none;}
.custom.latest-news .post_box, .custom.cat_news .post_box {padding-top:1em;}
.custom.latest-news p.to_comments, .custom.cat_news p.to_comments {display:none;}
.custom #content h3 {margin:20px 0 20px; font:1.5em/1.1112em Georgia,"Times New Roman",serif; text-align: left;}
.custom .comments_closed, .custom p.to_comments {display:none;}

.custom table#contact_form1 tr {font-size:12px; padding:0.5em;}
.custom table#contact_form1 td.label {text-align:right; width:10em; padding-right:1em;}
.custom table#contact_form1 td.field input{border:1px solid #999; width:20em;}

/*Custom sidebar styles*/
.custom #sidebars h3 {margin-top:0.5em; padding-bottom:0.25em; font-weight:700; font-variant:normal; text-transform:uppercase; letter-spacing:normal; border-bottom: 1px solid #D5A00F;}
.custom #sidebars .widget.thesis_widget_search h3 {border-bottom:0;}
.custom #sidebars .widget.thesis_widget_search input#s {border:1px solid #D5A00F;}
.custom #sidebars ul.sidebar_list {padding-top:0em; padding-left:0em; padding-right:0em; background:#DFDDD9;}
.custom #sidebars ul.sidebar_list li.widget {padding-top:0.5em; padding-bottom:0.5em; margin-top:0em; margin-bottom:0em;}
.custom #sidebars ul.sidebar_list li.widget .textwidget {padding-left:1.25em;}
.custom #sidebars ul.sidebar_list li h3, .custom #sidebars ul.sidebar_list li form {margin-left:0.5em; margin-right:1em;}
.custom #sidebars ul.sidebar_list li select {margin-left:0.5em; margin-right:1em; margin-bottom:1em;}
.custom #sidebars ul.sidebar_list li ul li{margin-left:1em;}

.custom #sidebars li.widget a{display:block; color:#555; line-height:1.1em;}
.custom #sidebars ul.sidebar_list li.widget a:hover{text-decoration:none; background:#D1CFC9;}
/* Contact us sidebar graphic text widget */
.custom #sidebars ul.sidebar_list li#text-6.widget a:hover{background:transparent;}
.custom #sidebars ul.sidebar_list li.flexipages_widget ul li ul {margin-left:0;}

.custom1 #sidebars li.flexipages_widget li.page-item-399 a {display:}

/*Footer styles*/
.custom #footer {background:#F0EFEB url(images/bg-footer.png) top right no-repeat scroll; height:19em; margin-top:0.5em; padding:1em 0 0 0; list-style:none; text-align:left;}
.custom #footer a {color:#CACACA; border-bottom:none;}
.custom #footer a:hover, .custom #footerbox3 a:hover {color:#FFF;}
.custom #footer li.widget {margin-bottom:0em}
.custom #footer li.widget h2 {color:#111; font-size:1em; font-weight:700; padding-bottom:0.5em; /*text-shadow: 0px 2px 3px #555;*/}
.custom #footer li.widget p {font-size:0.75em; line-height:1.1em}
.custom #footerbox1 {display:block; float:left; width:60em; padding:2em 1em 0 1em; border:0px solid #000;}
.custom #footerbox2 {display:block; float:right; width:24em; padding:1em 2em 0 0; text-align:right; border:0px solid #000;}
.custom #footerbox3 {display:block; float:left; width:93.7em; margin-top:1em; padding:1em; background:#00447C; border-top:0.5em solid #FFF;}
.custom #footerbox3 li#linkcat-12, .custom #footerbox3 li#linkcat-14 {display:block; list-style:none; font-size:0.95em; clear:both;}
.custom #footerbox3 li#linkcat-12 h2, .custom #footerbox3 li#linkcat-14 h2 {display:none;}
.custom #footerbox3 li#linkcat-12 ul li, .custom #footerbox3 li#linkcat-14 ul li {float:left; border-right:1px solid #CACACA;}
.custom #footerbox3 li#linkcat-12 ul li a, .custom #footerbox3 li#linkcat-14 ul li a{padding:0 1em;}