/*
Theme Name:	K2 Custom
Author:		Denton Designs, LLC
Author URI:	http://www.dentondesigns.net/
Template:	k2
*/


/* ------------------------------------------------ */
/* © 2010 Denton Designs, LLC. All Rights Reserved. */
/* ------------------------------------------------ */


/* ------------------------------------------------ */
/* Tags */

body {
	background: #222 url(images/body.jpg) fixed center top;
	margin: 0;
	padding: 0 0 30px;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #555;
	}
h1, h2, h3, h4, h5, p, blockquote, ul, ol, dd, table, form {
	margin-top: 0;
	margin-bottom: 1em;
	}
#content h1, #content h2, #content h3, #content h4 {
	color: #000;
	font-weight: normal;
	}
#content h1 {
	font-size: 2.5em;
	line-height: 1;
	}
#content .entry-title {
	margin: 0 0 .5em;
	}
.entry-title a, .entry-title a:hover {
	text-decoration: none;
	color: #000;
	}
.entry-title a:hover {
	text-decoration: underline;
	}
#content h2 {
	margin: 1.5em 0 .666em;
	font-size: 2em;
	line-height: 1.167em;
	clear: both;
	}
#content table h2 {
	margin-top: 0;
	}
#content h3 {
	margin: .857em 0;
	font-size: 1.5em;
	line-height: 1.333em;
	}
#content table h3 {
	margin-top: 0;
	}
#content h4 {
	font-size: 1.167em;
	font-weight: bold;
	}
a {
	color: #0068a6;
	}
a:hover {
	color: #003a72;
	}
b, strong {
	color: #333;
	}
hr {
	display: none;
	}
#content hr {
	height: 1px;
	border: none;
	color: #ccc;
	background-color: #ccc;
	margin: 0 0 1em;
	display: block;
	clear: both;
	}
#content ul ul {
	margin-bottom: 0;
	}
dl {
	margin: 0;
	}
dt {
	margin: 0;
	font-weight: bold;
	}
/* sup fix - from http://en.wikipedia.org/wiki/User:Mzajac/monobook.css/Superscript_fix */
sup {
	vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
	}
h1 sup {
	font-size: .6em;
	margin-left: .25em;
 	}
table table {
	margin: 0;
	}
th, td {
	text-align: left;
	vertical-align: top;
	}
form {
	padding: 0;
	}
form td {
	padding: 0 5px 5px 0;
	}
form td td {
	padding: 0 5px 0 0;
	}
.required {
	font-weight: bold;
	color: #333;
	}
form li {
	margin: 0 0 2px;
	}
form li label, form li input {
	margin: 0 5px 0 0;
	}
input, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	}
input.formField, textarea.formField, .formField input, .formField textarea {
	border: 1px solid #ccc;
	}
.Name input,
.Business input,
.Address input,
.Email input,
.Comments textarea {
	width: 350px;
	}
.Comments textarea {
	height: 100px;
	}
.State input, .Years input {
	width: 22px;
	}
.Zip input {
	width: 70px;
	}
.City input, .Phone input, .Fax input {
	width: 150px;
	}
.Presiding-City input {
	width: 350px;
	}
.Day-Phone input, .Evening-Phone input {
	width: 150px;
	}
img {
	padding: 5px;
	background: #eee;
	border: none;
	}
table img {
	margin: 0 10px 0 0;
	}
#content .gallery img {
	border: none;
	}
a:hover img {
	background: #00F;
	}
#header img, #footer img, .secondary img, img.wpcf7-captcha-captcha, img.noBorder, a:hover img.noBorder, #sb-container img {
	padding: 0;
	border: none;
	background: transparent;
	}

/* ------------------------------------------------ */
/* Layout */

#page {
	background: url(images/footer.gif) no-repeat left bottom;
	}
#wrapper, #page {
	background: /*url(images/wrapper.jpg) no-repeat center top*/;
	width: 740px;
	text-align: left;
	margin: 0 auto;
	}
.nav-vertical #container {
	margin: 0 0 0 170px;
	}

/* ------------------------------------------------ */
/* Tools */

#tools {
	background: #333;
	padding: 10px;
	text-align: right;
	font-size: 1.2em;
	}
#tools a { /* Rounded Buttons */
	padding: 4px 8px;
	height: 16px;
	line-height: 16px;
	color: #333;
	background: #e7e7e7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline;
	text-decoration: none;
	margin: 0 0 0 .5em;
	}
#tools a:hover {
	background-color: #fff;
	color: #000;
	}

/* ------------------------------------------------ */
/* Header */

#header {
	background: url(images/header.gif) no-repeat left top;
	height: 150px;
	}
.nav-vertical #header {
	padding: 30px 20px;
	}

body #header .blog-title a, body #header .description {
	color: #fff; /* comment out to allow user to choose header text color */
	}
.blog-title {
	font-size: 3.6em;
	font-weight: bold;
	margin: 0;
	}
.blog-title a {
	text-decoration: none;
	}
body #header .description {
	font-size: 1.4em;
	margin: 0;
	}

/* Hide header text */

.hide-headertext #header .blog-title,
.hide-headertext #header .description {
	position: absolute !important;
	left: 0px;
	top: -500px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

/* ------------------------------------------------ */
/* Nav - Son of Suckerfish Dropdown Menu: http://www.htmldog.com/articles/suckerfish/dropdowns/ */

/* Horizontal Nav */

.nav-horizontal #nav, .nav-horizontal #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	/*line-height: 1;*/
	}
.nav-horizontal #nav a {
	display: block;
	/*width: 10em;*/
	}
.nav-horizontal #nav li { /* all list items */
	float: left;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
	}
.nav-horizontal #nav li ul { /* second-level lists */
	position: absolute;
	/*background: orange;
	width: 10em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
.nav-horizontal #nav li ul ul { /* third-and-above-level lists */
	/*margin: -1em 0 0 10em;*/
	}
.nav-horizontal #nav li:hover ul ul,
.nav-horizontal #nav li:hover ul ul ul,
.nav-horizontal #nav li:hover ul ul ul ul,
.nav-horizontal #nav li.sfhover ul ul,
.nav-horizontal #nav li.sfhover ul ul ul,
.nav-horizontal #nav li.sfhover ul ul ul ul {
	left: -999em;
	}
.nav-horizontal #nav li:hover ul,
.nav-horizontal #nav li li:hover ul,
.nav-horizontal #nav li li li:hover ul,
.nav-horizontal #nav li li li li:hover ul,
.nav-horizontal #nav li.sfhover ul,
.nav-horizontal #nav li li.sfhover ul,
.nav-horizontal #nav li li li.sfhover ul,
.nav-horizontal #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* Vertical Nav */

.nav-vertical #nav, .nav-vertical #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	/*width: 11em;*/
	}
.nav-vertical #nav li { /* all list items */
	position: relative;
	float: left;
	/*line-height: 1.25em;
	margin-bottom: -1px;
	width: 11em;*/
	}
.nav-vertical #nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	/*margin-left: 11.05em;
	margin-top: -1.35em;*/
	}
.nav-vertical #nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
.nav-vertical #nav li a {
	/*width: 11em;
	w\idth: 10em;*/
	display: block;
	/*color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	border: 1px solid black;
	padding: 0 0.5em;*/
	}
.nav-vertical #nav li a:hover {
	/*color: white;
	background-color: black;*/
	}
.nav-vertical #nav li:hover ul ul,
.nav-vertical #nav li:hover ul ul ul,
.nav-vertical #nav li.sfhover ul ul,
.nav-vertical #nav li.sfhover ul ul ul {
	left: -999em;
	}
.nav-vertical #nav li:hover ul,
.nav-vertical #nav li li:hover ul,
.nav-vertical #nav li li li:hover ul,
.nav-vertical #nav li.sfhover ul,
.nav-vertical #nav li li.sfhover ul,
.nav-vertical #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* Precautionary Styles */

#nav {
	line-height: 1em;
	}
#nav ul, #nav li { /* all list items */
	list-style-type: none; /* Twice for IE5 PC - see http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html */
	}
#nav li ul {
	z-index: 999;
	}

/* Fluid Tab Widths */

.nav-horizontal #nav li a {
	width: 1%; /* for IE */
	white-space: nowrap; /* prevents multi-word links from wrapping due to IE width fix */
	}
.nav-horizontal #nav > ul a { width: auto; white-space: normal; } /* for everyone else. FF needs ul to override previous li. */
.nav-horizontal #nav li li a {
	white-space: normal;
	}

/* Sticky Submenus - http://aplus.rs/adxmenu/examples/vlr/ */

.nav-horizontal #nav li ul {
	background: url(images/spacer.gif); /* Required for sticky to work in IE6 and IE7 */
	padding: 0 30px 30px 10px;
	margin: 0 0 0 -10px;
	/*background: #f00;  Uncomment to view safe area */
	}
.nav-vertical #nav li ul { /* Sticky Submenus - http://aplus.rs/adxmenu/examples/vlr/ */
	background: url(images/spacer.gif); /* Required for sticky to work in IE6 and IE7 */
	padding: 2.5em 30px 30px 10px;
	/*background: #f00;  Uncomment to view safe area */
	}

/* Clear Nav - from http://www.quirksmode.org/css/clearing.html */

.nav-horizontal #nav {
	width: 100%;
	overflow: hidden;
	}

/* ------------------------------------------------ */
/* Nav Style */


.nav-horizontal #nav, .nav-vertical #nav {
	/*background: #999;*/
	font-size: 1.2em;
	padding: 0 20px;
	font-weight: bold;
	}
#nav a {
	color: #fff;
	text-decoration: none;
	}
#nav li li {
	background: url(images/nav.png);
	}

/* Reset */
	#nav li:hover li a,
	#nav li.sfhover li a,
	#nav li li:hover li a,
	#nav li li.sfhover li a,
	#nav li li li:hover li a,
	#nav li li li.sfhover li a,
	#nav li li li li:hover li a,
	#nav li li li li.sfhover li a {
		color: #fff;
		}

/* Hover */
	#nav li a:hover,
	#nav li:hover,
	#nav li.sfhover,
	#nav li li a:hover,
	#nav li li:hover,
	#nav li li.sfhover,
	#nav li li li a:hover,
	#nav li li li:hover,
	#nav li li li.sfhover,
	#nav li li li li a:hover,
	#nav li li li li:hover,
	#nav li li li li.sfhover {
		background: #ffcb05;
		color: #000;
		}
	#nav li:hover a,
	#nav li.sfhover a,
	#nav li li:hover a,
	#nav li li.sfhover a,
	#nav li li li:hover a,
	#nav li li li.sfhover a,
	#nav li li li li:hover a,
	#nav li li li li.sfhover a {
		background: none;
		color: #000;
		}

/* Active */
	#nav .current_page_item a,
	#nav .current_page_ancestor a {
		background: #fff;
		color: #000;
		}
	#nav li .current_page_item a,
	#nav li .current_page_ancestor a,
	#nav li li .current_page_item a,
	#nav li li .current_page_ancestor a,
	#nav li li li .current_page_item a,
	#nav li li li .current_page_ancestor a {
		background: #000;
		}

/* Horizontal */
	.nav-horizontal #nav li a {
		padding: 10px 15px;
		}
	.nav-horizontal #nav li li a {
		padding: .75em 15px;
		}
	.nav-horizontal #nav li ul, .nav-horizontal #nav li li { /* second-level lists */
		width: 180px; /* Desired width */
		}
	.nav-horizontal #nav li ul ul { /* third-and-above-level lists */
		margin: -2.5em 0 0 170px; /* Desired width minus sticky left padding */
		}
	.nav-horizontal #nav li li a {
		width: 150px; /* Desired width minus <a> horizontal padding above */
		}

/* Vertical */
	.nav-vertical #nav, .nav-vertical #nav ul { /* all lists */
		width: 170px; /* Desired width */
		}
	/* Sub menu positioning */
	.nav-vertical #nav li ul { /* second-level lists */
		margin: -5em 0 0 160px;
		}
	.nav-vertical #nav li { /* all list items */
		width: 170px; /* Desired width */
		}
	.nav-vertical #nav li a {
		padding: .75em 20px;
		width: 130px; /* Desired width minus total horizontal padding above */
		}
	.nav-vertical #nav li li a {
		padding: .75em 15px;
		width: 140px; /* Desired width minus total horizontal padding above */
		}

/* ------------------------------------------------ */
/* Content */

#container {
	background: url(images/container.gif) no-repeat left top;
	width: 740px;
	text-align: left;
	padding: 10px 0 0;
	margin: 0 auto;
	}
#content {
	background: #fff;
	padding: 30px 40px 30px;
	font-size: 1.2em;
	line-height: 1.5em;
	}
.nav-vertical #content {
	padding: 30px 20px 20px;
	}


/* ------------------------------------------------ */
/* EPDs */

.wp-table-reloaded {
	width: 100%;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: .833em;
	line-height: 1.1em;
	clear: both;
}
.wp-table-reloaded th {
	background: #f2f2f2;
	padding: 2px;
	font-weight: bold;
	color: #000;
	text-align: center;
	vertical-align: middle;
}
.wp-table-reloaded td {
	padding: 2px;
	text-align: center;
	width: 6%;
	vertical-align: middle;
}
.wp-table-reloaded .row-2 td {
	border-bottom: 1px solid #e5e5e5;
}
.wp-table-reloaded .row-3 td {
	white-space: nowrap;
}

/* Pedigrees */

.pedigree {
	border: none;
	width: auto;
	line-height: 1.25em;
}
.pedigree td {
	padding: 0;
	text-align: left;
	width: auto;
	vertical-align: top;
}
.pedigree .row-2 td {
	border: none;
}
.pedigree .row-3 td {
	white-space: normal;
}
.pedigree .column-2, .pedigree .column-3, .pedigree .column-4 {
	padding: 0 0 0 50px;
}
.pedigree .column-1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

/* ------------------------------------------------ */
/* Gallery */

.gallery {
	font-size: .916em;
	line-height: 1.5em;
	font-weight: normal;
	clear: both;
	}
.gallery-icon {
	margin: 0;
	}
#content .gallery .gallery-item {
	text-align: left;
	margin: 0 0 1em;
	}
.gallery-caption {
	padding: 0 10px 0 0;
	margin: 0;
	}

/* ------------------------------------------------ */
/* Photo Captions */

.wp-caption {
	color: #888;
	font-style: italic;
	font-size: .916em;
	line-height: 1.5em;
	text-align: center;
	}

/* ------------------------------------------------ */
/* Classes */

.clear {
	clear: both;
	}
.hide {
	display: none;
	}
.small {
	font-size: .833em;
	}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	clear: left;
	}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
	}
.board {
	width: 100%;
	}
.board td {
	width: 25%;
	padding: 0 10px 10px 0;
	}
.board img {
	margin: 0;
	}

/* ------------------------------------------------ */
/* Sidebars */

.secondary {
	font-size: 1.1em;
	}
#sidebar-1 {
	padding: 30px 0 0;
	border-top: 1px solid #ccc;
	}
.nav-horizontal #sidebar-1, .nav-horizontal #sidebar-2 {
	margin: 0 30px;
	}
.nav-vertical #sidebar-1, .nav-vertical #sidebar-2 {
	margin: 0 20px;
	}

/* ------------------------------------------------ */
/* Widgets */

.widget {
	/*float: left;
	margin: 0 20px 0 0;*/
	}

/* ------------------------------------------------ */
/* Footer */

#footer {
	padding: 0 30px 30px;
	clear: both;
	}
.nav-vertical #footer {
	padding: 0 20px 40px;
	}
.copyright {
	color: #999;
	}
.copyright a {
	color: #777;
	}
.copyright a:hover {
	color: #333;
	}	
