/*
Theme Name:		OOB Framework
Theme URI: 		http://oob.keydesignwebsites.com/
Version: 		1.0
Description: 	Key Design Websites' blank theme architecture. Modified from <a href="http://ptahdunbar.com" target="_blank">Ptah Dunbar's</a> <a href="http://wpframework.com/" target="_blank">WP-Framework</a> .
Author: 		Dustin Jones/Jessica Rodgers/Thomas Craig
Author URI:		http://keydesignwebsites.com
	
Some table and other basic functions are held within "reset.css"
Hover effects are held within "css3texthover.css"

*/

@import url( 'reset.css' );
@import url( 'library/css3texthover.css' );

.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/************* BODY / GLOBAL / RHYTHM *************/

.container { margin: 0px auto; width: 100%; }
.contentinner { margin: 0px auto; position: relative; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* Vertical Rhythm  */
.entry-meta { padding-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { padding-bottom: 20px; }
.hentry, .comment, .navigation-links, .widget { padding-bottom: 40px; clear: both; }
.wp-pagenavi { clear: both; margin-top: 20px; }


/************* LINK COLORS *************/

a { text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/************* HEADER *************/

.header {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1000000;
}

.header-image {
  width: 100% !important;  
}

.top-bar {
	width: 100%;
	padding: 10px 0;
}

.widget-header {
	margin: 0 15px;
	line-height: 26px !important;
}

.widget-header a:hover {
	text-decoration: none;
}

.widget-header-alignleft { float: left; }
.widget-header-alignright { float: right; }

.widget-header-icon {
	height: 16px !important;
	width: auto !important;
	vertical-align: middle;
	padding-right: 6px;
}

.widget-header-icon-social {
	height: 26px !important;
	width: auto !important;
	vertical-align: middle;
	padding: 0 2px;
	-moz-transform: scale(0.92);
	-webkit-transform: scale(0.92);
	-o-transform: scale(0.92);
	-ms-transform: scale(0.92);
	transform: scale(0.92);
	-webkit-transition: all 450ms ease-out;
	-moz-transition: all 450ms ease-out;
	-ms-transition: all 450ms ease-out;
	-o-transition: all 450ms ease-out;
	transition: all 450ms ease-out;
}

.widget-header-icon-social:hover {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.header-logo {
	float: left;
}

.header-logobar {
	padding: 30px 0;
}

#logo {
	float: left;
	margin: 0 40px 0 0;
}


/************* SIDEBAR *************/

.aside { width: 32%; float: right; }

.template-fullwidth .aside { display: none; }

.widget {
	margin: 0 auto;
}

.sidebar-header {
	padding: 10px;
}

.sidebar-image {
	display: block;
	margin: 0 auto;
}

.widget-border {
	display: block;
	width: 100%;
	clear: both;
	margin: 0 auto;
}


/************* CONTENT *************/

.header-image-overlay {
	overflow-x: hidden;
}

.header-image-overlay .contentinner {
	height: 100%;
}

.header-image-overlay .header-image {
	position: absolute;
	z-index: -1;
}

.header-image-overlaycontent {
	position: relative;
	float: right;
	padding: 20px 300px 20px 20px;
	right: -300px;
	top: 50%;
	max-width: 900px;
}

.calltoaction {
	width: 100%;
}

.calltoaction-button {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.calltoaction-button:hover {
	text-decoration: none;
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#content {
	clear: both;
	padding-top: 40px;
}

.hfeed { width: 65%; float: left; }

.template-fullwidth .hfeed { width: 100%; }

.entry-title, .entry-title a { padding-bottom: 20px; }
.entry-title a:hover { text-decoration: none; }

/************* 3 BOXES TEMPLATE *************/

.template-3boxes-single {
	width: 29.3%;
	margin: 2%;
	float: left;
}

.template-3boxes-link a {
	display: block;
	text-decoration: none !important;
	width: 100%;
	height: 100%;
	padding: 10px 0;
}

.template-3boxes-link {
	text-align: right;
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.template-3boxes-link:hover {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


/************* CONTACT TEMPLATE *************/

.contactarea p {
	clear: both;
	display: block;
	padding-bottom: 5px;
}

.contact-left, .contact-map {
	width: 48%;
	margin: 1%;
	float: left;
}

.directions-link { font-size: 0.8em; }

.gm-style img {
	max-width: 9999999px !important;
}
.address-list {margin-top: 5px;}
/************* FOOTER *************/

.footer {
	clear: both;
	padding: 10px 0;
}

.widget-footer {
	margin: 5px 15px;
	line-height: 26px !important;
}

.widget-footer a:hover {
	text-decoration: none;
}

.widget-footer-alignleft { float: left; }
.widget-footer-aligncenter { clear: both; display: block; margin: 0 auto; text-align: center; }
.widget-footer-alignright { float: right; }

.widget-footer-icon {
	height: 16px !important;
	width: auto !important;
	vertical-align: middle;
	padding-right: 6px;
}

.widget-footer-icon-social {
	height: 26px !important;
	width: auto !important;
	vertical-align: middle;
	padding: 0 2px;
	-moz-transform: scale(0.92);
	-webkit-transform: scale(0.92);
	-o-transform: scale(0.92);
	-ms-transform: scale(0.92);
	transform: scale(0.92);
	-webkit-transition: all 450ms ease-out;
	-moz-transition: all 450ms ease-out;
	-ms-transition: all 450ms ease-out;
	-o-transition: all 450ms ease-out;
	transition: all 450ms ease-out;
}

.widget-footer-icon-social:hover {
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.widget-footer ul {list-style-type: none;}
#copyright {
	padding-top: 20px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	opacity: 0.6;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	-ms-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease;
}

#copyright, #copyright a, #copyright a:hover {
	text-decoration: none;
}

#copyright:hover {
	opacity: 1.0;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	-ms-transition: all 450ms ease;
	-o-transition: all 450ms ease;
	transition: all 450ms ease; 
}

.copyrightkey {
	background: url('images/kdw-footer.png') 2px center no-repeat;
	width: auto;
	height: 25px;
	display: inline-block;
	border: 0;
	padding-left: 25px;
}


/************* FORMS & INPUT AREAS *************/

input, textarea, button { background: #fafafa; border: 1px solid #ccc; color: #444; font-size: 14px; max-width: 100%; padding: 3px; }
input[type="submit"] { font-size: 18px; padding: 2px 10px !important; cursor: pointer; }
input:focus, textarea:focus, input[type="submit"]:hover { background: #fff; border-color: #777 #ccc #ccc #777; }
input[type="submit"]:active, input[type="submit"]:focus { background-color: #ccc; }
textarea { padding: 0px; margin: 0; width: 100%; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

.requiredred { color: #c00 !important; }

/************* TEXT, TYPOGRAPHY & FORMATTING *************/

h1, h2, h3, h4, h5, h6 { clear: both; padding: 5px 0; }

address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote {
	font-style: italic;
}

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.menu { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }



/************* IMAGES & CAPTIONS *************/

img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }



/************* RESPONSIVE NAVIGATION BAR *************/

.responsive-menu {
	width: 100%;
	font-size: 1.3em;
	position: relative;
}

.responsive-menu-pagetitle {
	float: right;
	padding: 10px 20px;
}

.responsive-menu-parent {
	float: left;
	padding: 10px 20px;
}

.responsive-menu-dropdown {
	display: none;
	position: absolute;
	padding: 10px 0;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	border-bottom: 5px solid;
	z-index: 9999999;
}

.responsive-menu-links {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid;
}

.responsive-menu-links li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid;
}

.responsive-menu-links li a {
	padding: 5px 0;
	display: block;
	width: 100%;
	height: 100%;
}

.responsive-menu-link-submenu {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	list-style-type: none;
	opacity: 0.9;
}

.responsive-menu-link-submenu li {
	margin-left: 20px;
	border-bottom: 1px solid;
}


/************* HEADER NAVIGATION BAR *************/

ul.header-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.header-menu-item {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
}

li.header-menu-item a {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

li.header-menu-item a {
  /* TWC */
  padding: 0 0 5px 5px;
}

.header-menu-alignleft { float: left; }
.header-menu-alignright { float: right; }

.header-menu a:hover {
	text-decoration: none;
}

.header-menu-dropdownlist {
	display: none;
	position: absolute;
	width: auto !important;
	white-space: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.header-menu-dropdownlist li {
	margin: 0;
	padding: 0;
	line-height: 1 !important;
}

.header-menu-dropdownlist li a {
	display: block;
	padding: 10px 20px;
}



/*** DEFAULT COLORS/STYLES ***/

#menu-legal-menu.menu {
	text-transform: none;
	font-family: inherit;
	font-size: 10px;
	letter-spacing: 0;
	float: none;
	background: transparent;
	padding-bottom: 20px;
	opacity: 0.6;
}

/* Root links */
#menu-legal-menu.menu a, #menu-legal-menu.menu a:link, #menu-legal-menu.menu a:visited { text-decoration: none; color: #000; padding: 0px 10px; }
#menu-legal-menu.menu .current-menu-item a { text-decoration: none; color: #000; background-color: inherit; }
#menu-legal-menu.menu li a { border-right: none; }

/* Root link hover */
#menu-legal-menu.menu a:hover, #menu-legal-menu.menu li.menu-hover > a { color: #000; }

/* Root menu item hover */
#menu-legal-menu.menu li:hover, #menu-legal-menu.menu li.menu-hover { background: inherit; }

/* Submenus */
.menu ul { border: 1px solid #ccc; background: #fafafa; }
.menu ul.sub-menu a { padding: 8px 15px; border-right: none; border-bottom: 1px solid #ccc; }

/* Submenu item hover */
.menu ul.sub-menu a:hover { background-color: #ccc; }

/*** MENU FUNCTION STYLES ***/
.menu { white-space: nowrap; display: inline-block; *display: inline; *zoom: 1; }
.menu, .menu ul { padding: 0; list-style: none; }
.menu ul { display: none; position: absolute; z-index: 1000000; float: none; margin: 0; }
.menu ul ul { top: 0; left: 100%; }
.menu li {  margin: 0; padding: 0;  display: inline-block; *display: inline; *zoom: 1; *vertical-align: bottom; }
.menu li a { display: block; line-height: 1; }
.menu ul li {  position: relative; display: block; }

.menu-legal-menu-container { width: 100%; overflow: hidden; }
#menu-legal-menu { list-style: none; position: relative !important; float: left !important; display: block !important; left: 50%; }
#menu-legal-menu li { position: relative !important; float: left !important; display: block !important; right: 50%; }


/*************SLIDESHOW & GALLERY *************/

.gallery { list-style-type: none; float: left; margin: 0 !important; padding: 0; width: 100%; }
.gallery li {
	float: left;
	width: 18%;
	margin: 1%;
	opacity: 0.8;
	-moz-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.gallery li:hover {
	opacity: 1.0;
	-moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
