/*
Theme Name:	K2 Custom
Author:		John Denton
Author URI:	http://www.dentondesigns.net/
Template:	k2
*/



/* FROM DEFAULT STYLE.CSS */

#header {
	position: relative;
	/*height: 200px;
	background: #3371A3;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;*/
	}

.admintab a {
	position: fixed;
	top: 5px;
	right: 5px;
	color: #333 !important;
	background: #cfcfcf;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.admintab a:hover {
	background: #333 !important;
	color: white !important;
}

.entry-head .entry-edit {
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 1.1em;
	display: inline;
	}

.entry-edit a { /* Rounded Buttons */
	border: none;
	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;
	}

.entry-edit a:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	}

.entry-head {
	position: relative;
	}

.aligncenter,
.center {
	text-align: center;
	}

.entry-content .aligncenter,
img.center,
img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
.entry-content .alignright,
img[align="right"] {
	float: right;
	margin: 0 0 4px 8px;
	display: block;
	}

.entry-content .alignleft,
img[align="left"] {
	float: left;
	margin: 0 8px 4px 0;
	display: block;
	}


/* ----------------------------------------------- */

/* Nav Core - Son of Suckerfish Vertical Dropdown Menu: http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
    }

/* Sticky Submenus - http://aplus.rs/adxmenu/examples/vlr/ */
#nav ul 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 a {
	display: block;
	}
#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 */
	margin: 0;
	padding: 0;
	float: left;
	}
#nav li ul { /* second-level lists */
	position: absolute;
	/* background: orange; IE6 needs a background to fix clickable region */
	/*width: 10em;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto; /* counters #nav ul height */
	z-index: 100;
    }
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
    }
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
    }


/* Fluid Width Tabs */

#nav a {
	width: .1em; /* for IE */
	white-space: nowrap; /* prevents multi-word links from wrapping due to IE width fix */
	}
#nav > ul a { width: auto; white-space: normal;} /* for everyone else */


/* Nav Style */

#nav {
	background: #000;
	font-size: 1.2em;
	font-weight: bold;
	/* clear float - from http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	overflow: hidden;
	}
#nav a {
	padding: 10px;
	color: #fff;
	text-decoration: none;
	}
#nav a:hover {
	background: #333;
	}
#nav li li {
	background: url(images/nav.png);
	float: none;
	}
#nav li li a {
	width: 160px;
	}
#nav li li a:hover {
	background: #333;
	}
#nav .current_page_item a, #nav .current_page_item a:hover {
	background: #fff;
	color: #000;
	}

/* ----------------------------------------------- */

body {
	background: #000 url(images/body.png) repeat-x fixed left top;
	margin: 0;
	padding: 0;
	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;
	}
h1, h2, h3, h4 {
	color: #000;
	}
h1 {
	font-size: 3em;
	line-height: 1;
	}
.entry-title {
	font-family: Rockwell, Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 .5em;
	}
.entry-title a {
	text-decoration: none;
	color: #000;
	}
.entry-title a:hover {
	text-decoration: underline;
	}
h2 {
	margin: 1.5em 0 .666em;
	font-size: 2em;
	line-height: 1.167em;
	}
h3 {
	margin: .857em 0;
	font-size: 1.5em;
	line-height: 1.333em;
	}
h4 {
	font-size: 1.167em;
	}
b, strong {
	color: #333;
	}
hr {
	display: none;
	}
img {
	border: none;
	}

/* ----------------------------------------------- */

#wrapper {
	background: url(images/wrapper.png) repeat-y right top;
	width: 779px;
	text-align: left;
	margin: 0 auto;
	}
#container {
	background: #fff;
	float: left;
	width: 560px;
	/*width: 100%;
	margin: 0 -200 0 0;*/
	}
#header, #content, #footer {
	/*margin: 0 200px 0 0;*/
	}
#header {
	background: #000 url(images/header.jpg) no-repeat left top;
	height: 280px;
	}
#content {
	padding: 30px 20px 30px;
	font-size: 1.2em;
	line-height: 1.5em;
	}
#sidebar-1, #sidebar-2 {
	float: right;
	width: 199px;
	}

/* ----------------------------------------------- */

#header .blog-title,
#header .description {
	position: absolute !important;
	left: 0px;
	top: -500px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ----------------------------------------------- */

#sidebar-1 {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 10px;
	color: #e5e5e5;
	}
#sidebar-1 h1,
#sidebar-1 h2,
#sidebar-1 h3,
#sidebar-1 h4 {
	color: #fff;
	}
#sidebar-1 p, #sidebar-1 b, #sidebar-1 strong {
	color: #b3b3b3;
	}
#sidebar-1 ul, #sidebar li {
	padding: 0;
	margin-left: 0;
	list-style: none;
	list-style-type: none;
	}
#sidebar-1 li {
	margin: 0 0 .333em 5px;
	}
#sidebar-1 a {
	color: #fff;
	}
.widget_text {
	margin: 0 0 2em;
	}

/* ----------------------------------------------- */

.clear {
	clear: both;
	}

/* ----------------------------------------------- */

/*#slideshow {
	height: 250px;
	}*/

/* ----------------------------------------------- */

#footer {
	padding: 0 20px 40px;
	margin: 0 219px 0 0;
	}
.copyright {
	color: #999;
	margin: 0;
	padding: 20px 0 0;
	border-top: 1px solid #ccc;
	}
.copyright a {
	color: #777;
	}
.copyright a:hover {
	color: #333;
	}	
	