/*
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 {
	color:#4D4D4D;
	font-size:14px;
}

.custom #headerContainer {
	background:url(/wp-content/themes/thesis_17/custom/images/tanphoto_10.png) repeat-x ;
	height: 45px;
	margin-top: 15px;
	width: 100%;
}

.custom #header {
	background:none;
	border:none;
	border-width:0;
	display:block;
	padding:0;
	margin:0 auto;
	width:950px;
	clear: none;
}

.custom .headline_area {
	margin-bottom: 12px;	
}

.custom #container {
	width:950px;	
}

.custom a.logo {
	float:left;	
}

.custom .menu {
	background:url(/wp-content/themes/thesis_17/custom/images/tanphoto_10.png) repeat-x;
	border:none;
	float:right;
	height:45px;
	overflow:hidden;
	width:auto;
}

.custom .menu a, .custom .menu li ul {
	height:45px;	
}

.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/tanphoto_06.png) repeat-x;
	color: #ffffff;
}

.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;
	color:#ffffff;
	font-weight:bold;
	font-size:19px;
	padding-top:9px;
	padding-bottom:0;
}

.custom .menu li a:hover {
	color:#fff;
	text-decoration:underline;
}

.custom .menu li.current a:hover {
	text-decoration:none;
}

.custom #page {
	padding:0;
	width:950px;
}

.custom #content {
	width:600px;
}

.custom #content_box {
	background:none;
	padding:0 20px 0 0;
	width:935px;
}

.custom .custom_box {
	background:none;
}

.custom .image_box, .custom_box {
	border:none;
}


/*================================
           Typography
==================================*/

.custom .headline_area h1, .custom .headline_area h2 {
	color: #75bd40;
	font-size: 20px;
	font-weight: bold;	
}

.custom a {
	color: #75bd40;	
}

.custom .format_text p {
	color: #4d4d4d;
	font-size: 14px;
	line-height:23px;
}

.custom #footer {
	padding-bottom:18px;
	padding-top:17px;
}

.custom #footer p {
	font-size:12px;
	line-height:17px;
}

.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;
}

/*Removes No Comments Link*/
.custom .to_comments {
	display:none;	
}

.custom #sidebars {
	background:none repeat scroll 0 0 #E2E2E2;
	width:316px;
	overflow:hidden;	
}

.custom .post_box, .teasers_box {
	padding-bottom: 22px;
	padding-top: 22px;
	margin-right: 40px;
}

.custom .featuredBox {
	background: #1c7abf;
	color: #fff;
	font-family: Calibri, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	padding:15px;	
}

.custom h2 {
	color:#75BD40;
	font-size:20px;
	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 {
	font-size:11px;
	line-height:20px;
	padding-left:6px;
	padding-right:19px;
}


/* Footer */

.custom #footer p.copyright {
	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 .ps-form-table input{
	padding:5px;
}

.custom #TB_ajaxContent {
	height:461px !important;
}

.custom .ps-form-table {
	margin-top:1.5em;
}