/*
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 .format_text {
font-size: 13px;
}
.custom #header {
border: none 0;
padding: 0 0 10px 0;
}

.custom #logo, .custom #logo a, .custom #tagline {
font-family: 'Times New Roman',Times,serif; 
color: #133051;
text-decoration: none;
font-variant: small-caps;
margin-left: 6px;
font-weight: normal;
}
.custom #header #tagline {
font-size: 30px;
line-height: 30px;
margin: 0;
}
.custom #header #logo {
font-size: 40px;
line-height: 40px;
}
.custom #header p {
margin: 0;
}
.custom .menu {
    border-width: 0;
}
.custom .menu-main-nav-container {
width: 930px;
float: left;
display: inline;
margin: 10px 0 0 0;
background:url(images/nav-bg.jpg) top left repeat-x;
height: 44px;
}
.custom #menu-main-nav a {
background: none;
color: #FFF;
border: none 0px;
font-family: 'Times New Roman',Times,serif; 
text-decoration: none;
font-variant: small-caps;
letter-spacing: 0;
font-size: 21px;
line-height: 21px;
padding-top:11px;
text-transform: none;
text-align: center;
}
.custom #menu-main-nav #menu-item-51 a {
background: none;
}
.custom #menu-main-nav a:hover {
color: #FFF;
background: url(images/nav-bg-hover.jpg) repeat-x 0 0;
text-decoration: underline;
}
.custom #menu-main-nav .sub-menu li a, .custom #menu-main-nav #menu-item-5 .sub-menu a, .custom #menu-main-nav #menu-item-20 .sub-menu a {
background:#333;
border: none 0;
width: 100%;
color: #FFF;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
line-height:1.5;
width:195px;
text-align: left;
}
.custom #menu-main-nav #menu-item-5 .sub-menu a:hover, .custom #menu-main-nav #menu-item-20 .sub-menu a:hover{
background:#FFF;
color: #333;
}

.custom #menu-item-13 {
width: 108px;
}
.custom #menu-item-14 {
width: 108px;
}
.custom #menu-item-458 {
width: 190px;
}
.custom #menu-item-20 {
width: 150px;
}
.custom #menu-item-28 {
width: 108px;
}
.custom #menu-item-32 {
width: 108px;
}
.custom #menu-item-27 {
width: 158px;
}


.custom .headline_area h1, .custom .headline_area h2, .custom #archive_intro h1 {
font-family: 'Times New Roman',Times,serif; 
    color: #133051;
    font-size: 32px;
    margin:0;
}
.custom .headline_area {
 margin:0;
}
.custom .format_text h2, .custom .format_text h3, .custom .format_text h4, .custom .format_text h5, .custom .format_text h6 {
font-family: 'Times New Roman',Times,serif; 
    color: #133051;
    font-weight: normal;
}
.custom .format_text h2 {
    font-size: 24px;
    margin:0;
}

.custom p {
    line-height: 18px;
    margin: 0 0 15px;
}

.custom a:link, .custom a:visited, .custom a:active {
    color: #133051;
    text-decoration: underline;
}

.custom #container{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #3B6096;
    margin: 1em auto;
    padding: 10px;
    width: 930px;
}
.custom #page {
	padding: 0;
}
.custom #sidebars {
	width: 265px;
}
.custom #content_box {
	background: none;
}
.custom #content {
	width: 665px;
}
.custom .sidebar ul.sidebar_list {
    padding: 0;
}
.custom #footer p {
    font-size: 11px;
    text-align: center;
}
.custom #footer {
    color: inherit;
}
.custom #footer a:link, .custom #footer a:visited, .custom #footer  a:active {
    color: #133051;
    text-decoration: underline;
    border-bottom: none;
}
.custom #footer {
border-top: solid 2px #133051;
padding: 1.1em 1.1em 0 1.1em;
}

#header #phone {
    border: 0 none;
    float: right;
    padding: 0;
    height: 74px;
}
.featured-case {
    background-color: #EEEEEE;
    border: 1px solid #BDBDBD;
    float: right;
    font-size: 11px;
    margin: 0 0 0 10px;
    padding: 10px 10px 0 10px;
    vertical-align: top;
    width: 238px;
}
.right-float-image {
    border: 1px solid #000000;
    float: right;
    margin: 0 5px 5px;
}
.left-float-image {
    border: 1px solid #000000;
    float: left;
    margin: 0 10px 5px 5px;
}

.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page, #mediapod {
    margin: 0 0 0 22px;
}
.custom .post_box {
    padding-top: 12px;
}

#mediapod {
	list-style: none;
	font-size: 12px;
}
h2#mediahead {
    margin: 0 0 10px 1em;
	color: #C00;
	font-size: 21px;
	font-family: 'Times New Roman',Times,serif; 
}
#mediapod li {
	float: left;
	width: 310px;
}
#mediapod li a img {
	float: left;
	margin: 0 10px 10px 0;
}

.custom .format_text ul.double-list {
float: left;
list-style: none;
margin: 10px 0px 15px 5px;
padding: 0px;
width: 630px;
}
.double-list li {
background: url(/App_Themes/Basic/images/listarrow.gif) no-repeat 0% 0%;
float: left;
margin-bottom: 5px;
margin: 0px 0px 5px;
padding: 0px 0px 0px 15px;
width: 300px;
}
#flash_video_area { width: 640px; margin: 0 auto 10px; background-color: #efefef; border:1px solid #dedfe1; }
#vid_container {
float:left;
margin:10px;
width:320px;
}
#bascflash { float:left; margin-right:10px; }
#vid_desc {
color:#5A5A5A;
line-height:18px;
margin:10px 10px 10px 340px;
}
#desc_content { 
background-color:#FFFFFF;
border:1px solid #DEDFE1;
color:#5A5A5A;
height:192px;
line-height:18px;
margin-bottom:10px;
padding:10px;
}
.custom .format_text #desc_content p {
clear:none;
}

#embed_link { 
height:40px; 
color: #003; 
padding: 4px 10px; background-color: #003; 
line-height: 18px; 
border: 1px solid #dedfe1; 
text-align:center; 
font-size: 14px;
}
#embed_link a { color:#fff; text-decoration:none; }
#embed_link a:hover, #interior_2c #embed_link a:active { color:#fff; text-decoration:underline; }

.custom li.widget {
    margin: 0;
}
.custom .teasers_box {
    width: 642px;
}
.custom .teaser {
    width: 305px;
}
.custom .sidebar #gform_widget-3 label {
    font-size: 10px;
    margin: 0;
    padding: 0;
}
.custom .sidebar #gform_widget-3 li {
    margin: 0;
    padding: 0;
}
.custom .sidebar #gform_widget-3 input, .custom .sidebar #gform_widget-3 textarea {
width: 230px;
font-size: 12px;
padding: 6px;
background-color: #F0F8FF;
    border: 1px solid #B8B8B8;
}
.custom .sidebar #gform_widget-3 input.button {
    background: url("images/nav-bg.jpg") repeat-x scroll left top transparent;    
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0;
    font-weight: normal;
    text-align:center;
    color: #FFF;
font-family: 'Times New Roman',Times,serif; 
width: 100px;
}
.custom .sidebar #gform_widget-3 .gform_footer {
    margin: 0;
    padding: 0;
}
.custom .sidebar #gform_widget-3 h3, .custom .sidebar #categories-3 h3 {
    display: block;
    background: url("images/nav-bg.jpg") repeat-x scroll left top transparent;    
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 0;
    z-index: 0;
    font-weight: normal;
    text-align:center;
    color: #FFF;
font-family: 'Times New Roman',Times,serif; 
}

/* Firefox */
@-moz-document url-prefix()
{
#maingraphic { margin-left: -1px; }
}

.custom #categories-3 ul {
	list-style: url(images/arrow.gif) none inside;
	padding-top: 12px;
}
.custom .gform_wrapper {
    margin: 0 0 12px 0;
    padding: 9px;
	border: solid 1px #666;
}
