<?php
/*
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 #header_area {background: url('images/header-bg.png') repeat 50% 0%; height: 115px;}
.custom #header_area .page {background: transparent; padding-top: 0;height:115px;}
.custom #header_area.full_width .page {padding-left: 0;}
.custom #header_area #logo {background: url('images/logo.png') transparent no-repeat; width: 365px; height: 111px; text-indent: -9999px; float: left;}
.custom #header_area #logo a {width: 365px; height: 111px; display: block; outline: none;}
.custom #header {padding: 0;background: url('images/header-front-bg.png') no-repeat ;height:115px; }
.custom #header #right-header {float: right; width: 400px; text-align: right;}
.custom #header #right-header .phone {color: #fff; font-size: 24px; font-weight: bold; padding-top: 5px; padding-right: 15px;}
.custom #header #right-header .tagline {color: #fff; font-size: 24px; padding-top: 25px; padding-right: 15px;}

.custom #nav_area {background: url('images/nav-bg.png') repeat-x;height:35px;box-shadow: 0 4px 9px rgba(0, 0, 0, .4);position:relative;z-index:10;}
.custom #nav_area .page {background: transparent;}
.custom #nav_area .menu li {float: right;}
.custom #nav_area .menu a, .custom #nav_area .menu .current a, .custom #nav_area .menu .current-cat a {background: transparent; text-transform: none; letter-spacing: normal; font-size: 16px; padding-top: 8px; padding-bottom: 5px;}
.custom #nav_area .menu .current a {background: url('images/nav-hover.png') repeat-x;}
#content_area {position:relative;z-index:1}
.custom #nav_area .menu li .submenu li a {background: #7A91BF;}
.custom #nav_area .menu a:hover, .custom #nav_area .menu .current a:hover {background: url('images/nav-hover.png') repeat-x;}
.custom #nav_area .menu li .submenu li a:hover {background: #556992;}

#sidebars #text-13 {background:none;border:none;width:230px}
#sidebars #text-13 h3 {display:none;}
.custom #sidebars, .custom #content_box {padding-top: 10px;}
.custom .sidebar ul.sidebar_list {padding: 0;}
.custom .sidebar .widget {background: url('images/gray-gradient.jpg') repeat-x; padding: 5px; border: 1px solid #BFBFBF; margin-bottom: 10px; width: 220px;}
.custom .sidebar .widget h3, .custom .sidebar .widget h4 {color: #46332C; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 22px; font-weight: normal; letter-spacing: -1px; font-variant: normal;}
.custom .sidebar .widget a {color: #CE8317;}
.custom .sidebar .widget#text-5 {background: #CE8317; color: #fff; text-align: center; padding: 10px 5px;}
.custom .sidebar .widget#text-5 h3 {color: #fff; margin-bottom: 0;}
.custom .sidebar .widget#text-5 p {margin-bottom: 0;}
.custom .sidebar .widget#text-5 a {color: #fff;}
.custom .sidebar .widget#text-6 {border: 2px solid #5F97D6; background: url('images/cta-gray-gradient.jpg') no-repeat; font-size: 15px; text-align: center; padding: 10px 5px;}
.custom .sidebar .widget#text-6 p, .custom .sidebar .widget#text-7 p {margin-bottom: 0;}
.custom .sidebar .widget#text-6 a {color: #5F97D6; text-decoration: none; font-weight: bold;}
.custom .sidebar .widget#text-7 {border: 2px solid #799A0C; background: url('images/cta-gray-gradient.jpg') no-repeat; font-size: 15px; text-align: center; padding: 10px 5px;}
.custom .sidebar .widget#text-7 a {color: #799A0C; text-decoration: none; font-weight: bold;}

.custom #feature_box {background: transparent; padding: 0;}
.custom .format_text h2.leadin {color: #7F933E; font-size: 18px; line-height: 22px; padding: 0px;}
.custom .format_text h3 {color: #536517; font-size: 24px; letter-spacing: -1px; line-height: 24px; padding: 10px 0px 0px;}
.custom .format_text h4 {color: #7C91B0; font-size: 19px; letter-spacing: -1px; line-height: 22px; padding: 10px 0px 0px;}
/* .custom .format_text ol {color: #7C91B0; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 18px; line-height: 14px;} */


.custom #homepage-widgets { float: right; margin-top: 30px; border-left: 1px solid #bfbfbf; }
.custom #home-recent-posts { width: 240px; padding:  0 15px; font-size: 13px; line-height: 1.4; }
.custom #home-recent-posts .widget-title { color: #5d1a11; font-size: 17px; font-weight: 600; }
.custom #home-recent-posts .rbp { padding: 6px 0; }
.custom #home-recent-posts .rbp + .rbp { border-top: 1px solid #dcdcdc; }
.custom #home-recent-posts h4 { font-size: 13px; }
.custom #home-recent-posts .auth_date { margin-bottom: 5px; }
.custom #home-recent-posts .auth_date a { font-size: 11px; color: #5d1a11; }
.custom #home-recent-posts .more { color: #bc813d; font-weight: 600; }
.custom.home .post_box { float: left; width: 396px; clear: none; border-right: 1px solid #bfbfbf; margin: 30px -1px 0 0; padding: 0 20px 0 10px; }
.custom .home-widget#text-10 {margin: 0 16px;}
.custom .home-widget h3 {color: #2D3A54; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 26px; font-weight: normal; letter-spacing: -1px; margin-top: 0;}
.custom .home-widget p {margin-bottom: 0; font-size: 12px; line-height: 14px;}
.custom .home-widget p a {display: block; text-align: right; color: #536517; margin-top: 15px;}
.custom .contact {background: url('images/blue-gradient-bkgrd.gif') repeat-x; border: 1px dashed #C8D7F4; font-size: 16px; padding: 15px;}
.custom .contact p {margin-bottom: 0;}
.custom .contact strong {color: #2B4170; display: block; font-size: 20px; padding: 0px 0px 6px;}
.custom .seals {border: 1px solid silver; margin-top: 13px; padding: 5px; text-align: center;}
.custom .seals .left {float: left; width: 250px; text-align: right; padding-right: 6px;}
.custom .seals .left h4 {color: #2D3A54; font-family: Georgia, 'Times New Roman', Times, serif; font-size: 18px; font-weight: normal; line-height: 28px; margin-top: 10px;}
.custom .seals .left h4 a {text-decoration: none; color: #1C418E;}
.custom .seals .right {float: right; border-left: 1px solid #D8D8D8; width: 375px; padding-left: 4px;}
.custom .seals .right img {padding: 0 25px;}
.custom .seals .right p {font-size: 11px; padding-top: 5px; text-align: right; margin-bottom: 0;}

.custom #footer {text-align: center;}
.custom #footer p {border-top: 1px solid #e8e8e8; padding: 10px 0;}
.custom #footer a {color: #6077A7; border-bottom: 0;}

.custom #content.dog-gallery-page {width: 100%;}
.custom .dog-gallery-page #dog-gallery li {float: left; margin: 0 10px 10px 0; list-style-type: none;}
.custom .dog-gallery-page #dog-gallery li a {display: block; border: 2px solid #000; text-decoration: none; border: none; width: 125px; height: 125px; outline: none;}
.custom .dog-gallery-page #dog-gallery li a.name {background: #000; display:block; height: 20px; margin-top: 0;display: block; color: #fff; text-align: center;}
.custom .dog-gallery-page #dog-gallery li a.sold {background: #ed0000; display:block; height: 20px; margin-top: 0;display: block; color: #fff; text-align: center;}

/* Hide the Page Title on these pages */
.custom.home .headline_area {display: none;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* PHOTO GALLERY */

.albums { margin: 0 2.5em 0 1.2em; }
.albums .album { position: relative; min-height: 158px; padding: 20px 0 20px 200px; margin-top: -20px; }
.albums .album + .album { border-top: 1px solid #666; margin-top: 0; }
.albums .preview { width: 176px; height: 156px; border: 1px solid #d2d2d2; position: absolute; left: 0; top: 20px; display: block; }
.albums h3 { font-size: 16px; color: #47100a; font-weight: 600; margin-bottom: 8px; }
.albums p { font-size: 13px; }
.albums .view-all { margin: 12px 0 0; }
.albums .view-all a { color: #bc813d; }

#dogPhotoGallery .back { color: #d0913d; font-size: 11px; }
#dogPhotoGallery h1 { color: #171717; font-size: 18px; margin: 16px 0; font-weight: 600; }
.album-thumbs .thumb { display: block; width: 158px; height: 100px; border: 1px solid #d2d2d2; float: left; margin: 0 8px 8px 0; }

div.modal.hidden { display: none; }

#DOMWindow h1 { color: #5a1209; font-weight: 600; font-size: 18px; padding-bottom: 20px; border-bottom: 1px solid #666; }
#DOMWindow .bx-wrapper { margin: 30px auto; }
#DOMWindow .bx-prev, #DOMWindow .bx-next { position: absolute; top: 40%; }
#DOMWindow .bx-prev { left: -60px; }
#DOMWindow .bx-next { right: -60px; }
#galleryModal .full { border: 1px solid #d2d2d2; }
