/*
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 {
	/*background:#121110 url("/wp-content/themes/thesis_17/custom/images/background.png") repeat-x;*/
	background:#ffffff;
	color:#4D4D4D;
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
}

.custom #headerContainer {
	/*background:url(/wp-content/themes/thesis_17/custom/images/tanphoto_10.png) repeat-x ;*/
	background:none;
	height: 164px;
	width: 100%;
}

.custom #header {
	background:url("/wp-content/themes/thesis_17/custom/images/image_01.png") no-repeat;
	border-right:solid 1px #cccccc;
	display:block;
	height:166px;
	padding:0;
	margin:0 auto;
	width:792px;
	clear: none;
	position:relative;
}

.custom #header #tagline {
	float: left;
    font-size: 19px;
    height: 108px;
    line-height: 28px;
    margin-left: 261px;
    margin-top: 15px;
    width: 254px;
}

.custom #header #tagline img {
	
}

.custom #header #tagline h2 {
	color: #BD242D;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin-top: 13px;
    text-align: right;
}

.custom .headline_area {
	margin-bottom: 5px;	
}

.custom #container {
	border-right:solid 1px #cccccc;
	width:792px;	
}

.custom a.logo {
	display: inline-block;
    float: left;
    height: 128px;
    width: 238px;
}

.custom .menu {
	/*background:url(/wp-content/themes/thesis_17/custom/images/tanphoto_10.png) repeat-x;*/
	background:#cccccc;
	border:none;
	height: 36px;
    margin-top: 0px;
	/*overflow:hidden;*/
	width:auto;
}

.custom #contactContainer {
	float:right;
	letter-spacing:1px;
	margin-top:-26px;
	width:186px;
}

.custom #contactContainer #phonenumber {
	color:#BEBEBE;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size:26px;
	font-weight:bold;
}

.custom #contactContainer #callus {
	margin-right:7px;
}

.custom .menu a, .custom .menu li ul {
	height:auto;	
}

.custom .menu li ul {
	background: none repeat scroll 0 0 #BD242D;
    border-bottom: medium none;
    border-top: 1px solid #e3e3e3;
    margin-top: 0px;
}

.custom .menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover {
	/*background:url(/wp-content/themes/thesis_17/custom/images/graphics_05.png) repeat-x;*/
	color: #BD242D;
	font-weight:bold;
	height:auto;
}

.custom .menu li {
	background:none;
	float:left;
	position:relative;
	margin:0;
}

.custom .menu li a {
	/*background:url(/wp-content/themes/thesis_17/custom/images/seperator.png) no-repeat;*/
	background:none;
	border:none;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	padding: 9px 15px;
}

.custom .menu li ul a {
	color:#ffffff;
}

.custom .menu li a:hover {
	color:#666;
	text-decoration:none;
}

.custom .menu li.current a:hover {
	background:none;
	color:#BD242D;
	text-decoration:none;
}

.custom .menu ul, .custom .menu ul li {
	width:auto;
}

.custom .menu ul li a {
	font-size:11px;
	width:298px;
}

.custom .menu ul li a:hover {
	background:#cccccc;
}

.custom .menu ul li.current a, .custom .menu li.current ul li a {
	color:#ffffff;
}

.custom .menu ul li.current a:hover, .custom .menu li.current ul li a:hover {
	background:#cccccc;
	color:#666666;
	cursor:pointer;
}

.custom .menu li.current ul li a:hover {

}

.custom #page {
	/*background:url("/wp-content/themes/thesis_17/custom/images/image_03.png") repeat-y;*/
	padding:0;
	width:792px;
}

.custom #content {
	float:right;
	margin-right: 22px;
	min-height:10px;
	width: 583px;
}

.custom.index #content {
	background:#191917;
	min-height:389px;
	width:auto;
}

.custom #content_box {
	background:url("/wp-content/themes/thesis_17/custom/images/image_03.png") repeat-y;
	padding:0;
	width:792px;
}

.custom.index #content_box {
	background:#191917;
}

.custom #content_box .photos {
	margin-top:10px;
}

.custom .custom_box {
	background:none;
}

.custom .image_box, .custom_box {
	border:none;
}


/*================================
           Typography
==================================*/

.custom .headline_area h1, .custom .headline_area h2 {
	color: #bc242d;
	font-size: 24px;
	font-weight: bold;	
}

.custom.key-storage .headline_area h1 {
	color:#0E6C37;
}

.custom .format_text h1 {
	font-size: 16px;
    font-weight: bold;	
}

.custom a {
	color: #BC242D;
}

.custom .format_text p {
	color: #000000;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}

.custom #footer {
	background:#000000;
	border:none;
	color:#464646;
	margin-bottom:30px;
	padding: 17px 0 18px 0;
}

.custom #footer p {
	font-size:10px;
	line-height:17px;
}

.custom .two-five { height:auto; margin-top: 90px; margin-left: 14px; width:130px; }
.custom .two-five-header { 
	height: auto;
	left: 322px;
	margin-left: 14px;
	position: absolute;
	top: 2px;
	width: 140px;
}
	
.custom #slide-runner a {
	
}

.custom .format_text p {
	margin-bottom:13px;
}

.custom ul li, .custom ol li {
	color:#4D4D4D;
	font-size:14px;
	line-height:20px;
}

.custom .format_text td {
	color: #000000;
    font-size: 12px;
    line-height: 19px;
}

/*Removes No Comments Link*/
.custom .to_comments {
	display:none;	
}

.custom #sidebars {
	background:none;
	float:left;
	min-height:383px;
	overflow:hidden;
	padding: 12px 11px 0;
    width: 142px;	
}

.custom .post_box, .teasers_box {
	padding-bottom: 22px;
	padding-top: 22px;
	margin-left: 0;
	margin-right: 0;
}

.custom .featuredBox {
	background: #1c7abf;
	color: #fff;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	padding:15px;	
}

.custom h2 {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	margin-top: 0;
}

.custom .featuredBox h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:15px;	
}

.custom .featuredBox p {
	font-size: 14px;
	line-height: 16px;	
}

.custom #multimedia_box{
	padding: 0;	
}

.post_box, .teasers_box, .full_width #content_box .page {
	margin: 0 10px 0 16px;	
}

.custom .instructions {
	list-style-type: decimal;
	margin-bottom:16px;
}

.custom #multimedia_box {
	margin-bottom: 0;
}

.custom .sidebar ul.sidebar_list { /* Removes sidebar area and only allows content in the multimedia box CR */
	display:none;
}

.custom .bwbps_addphoto_link a {
	color:#1c7abf;
	font-weight:bold;
	font-size:20px;
}

/*.custom .bwbps_addphoto_link a:hover, */.custom .submission .thickbox img:hover  {
	opacity: .5;
}



.custom img.dates {
	display:block;
}

/*============== 
    Gallery
===============*/

.custom .bwbps_gallery_div {
	margin-left:0;
}

.custom .submission {
	background: #fff;
	padding: 15px;
	text-align:center;
}

.custom .submission .photosmash_gallery {
	margin-bottom: 5px;
}

.custom .submission .photosmash_gallery a:hover {
	color:#75BD40;
	text-decoration: underline;
}

.custom #gallery .bwbps_addphoto_link {
	display:none;
}

.custom .bwbps_gallery_div {
	background:none;
	border: none;
}

.custom .photosmash_gallery td li {
	background:url("/wp-content/themes/thesis_17/custom/images/thumbBorder-sm.png") no-repeat scroll left top transparent;
	/*float:left;*/
	height:71px;
	margin-left:0 !important;
	margin-right:0 !important;
	padding-top:11px;
	width:89px;
}

.custom .photosmash_gallery td li:hover {
	opacity:.5;
}

/*.custom .photosmash_gallery td li img {
	width:65px;
	height:47px;
}*/


/*img#lightbox-image {
	max-height: 950px !important;
	max-width: 950px !important;
}

#lightbox-nav-btnPrev

lightbox-container-image-box*/

.custom .bwbps-rating-container {
	height:29px;
}

.custom .hiddenGallery { /* Scripts for adding button to sidebar */
	display:none;
}

.custom .bwbps_pagination a {
	color:#1C7ABF;
}

.custom .bwbps_caption {
	display:none;
}

.custom #TB_ajaxContent p.uploadInstructions {
	line-height:15px;
	padding-left:6px;
	padding-right:15px;
}

.custom .custom_box h2 {
	line-height: 20px;
	margin-bottom:12px;
	text-align: center;
}

.custom .custom_box .greyBox {
	/*background:#cccccc;*/
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:9px;
	/*padding:7px;*/
}

.custom .custom_box ul li { color:#ffffff; font-size:12px; font-weight:bold; }
.custom .custom_box ul li a { color:#fff; font-size:12px; font-weight:bold; }
.custom .custom_box ul li:hover { /*text-decoration:underline;*/ }

.custom .custom_box ul li.bold {
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	padding: 4px;
}

/* Footer */

.custom #footer p.copyright {
	color:#999999;
	text-align:center;
}

.custom #footer a.socialMedia {
	border:none;
}

.custom span#media {
	float:right; 
	display:inline-block; 
	margin-top:-29px;
}

.custom span#media img:hover {
	opacity: .5;
}

.custom div#headerPlugin div#slide-holder div#slide-controls {
	display:none;
}

.custom div#headerPlugin div.wrap {
	float:left;
	height:265px;
	width:792px;
}

.custom div#headerPlugin div#slide-holder div#slide-runner { 
	height:265px;
	width:792px;
}

.custom div#headerPlugin {
	height:265px;
	width:792px;
}

.custom #content_bar_container {
	background:#960000 url("/wp-content/themes/thesis_17/custom/images/bottom_content_bg.png") no-repeat scroll -15px 0;
	height:175px;
	margin-left:-10px;
	width:870px;
	
}

.custom #headerPlugin #leftbg{
	background:url("/wp-content/themes/thesis_17/custom/images/sidebg_10.png") no-repeat;
	height:265px;
	margin-left:-120px;
	overflow:hidden;
	position:absolute;
	width:121px;
}

.custom #headerPlugin #rightbg {
	background:url("/wp-content/themes/thesis_17/custom/images/sidebg_12.png") no-repeat;
	height:265px;
	margin-left:849px;
	overflow:hidden;
	position:absolute;
	width:121px;
}

.custom div#headerPlugin div#slide-holder img {
	width:852px;
}


.custom #content_bar_container div {
	float:left;
	margin-left:29px;
	margin-top:16px;
	min-height:148px;
	width:177px;
}

.custom #content_bar_container div#box4 {
	margin-left:38px;
}

.custom #content_bar_container div h2 {
	color:#ffffff;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
}

.custom #content_bar_container div p {
	color:#ffffff;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:13px;
	line-height:14px;
}

.custom #footerWidget {
	background:url("/wp-content/themes/thesis_17/custom/images/image_05.png") no-repeat;
	height: 186px;
}

.custom .claimButton a {
	background: url("/wp-content/themes/thesis_17/custom/images/claim-button.png") no-repeat;
    color: #000000;
	cursor:pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
	height:30px;
    margin-bottom: 7px;
    margin-left: 16px;
    padding: 6px 8px;
	text-indent:-9999px;
	width:122px;
}

/*.custom .claimButton:hover a {
	color:#000000;
}*/

.custom .claimButton {
	display:inline-block;
	height:30px;
	margin-bottom: 16px;
	width:122px;
}

/*.custom .claimButton:hover {
	background:#ccc;
	color:#fff;
}*/

.clear {
	display:block;
	clear:both;
}


/* Caption Style */

#attachment_112 {
	margin-right: 14px;
    margin-top: 25px;
}

/* Submit a Claim*/
.wpcf7-form-control-wrap .wpcf7-list-item input {
	width: 14px;
}

#wpcf7-f2-p160-o1 form h3 {
	margin: 27px 0 19px;
}

#wpcf7-f2-p160-o1 form .wpcf7-submit {
	width: 58px;
}


