/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

/*-side bar */
.secondary {
	background: #f5f5f5;
	}


body {
	background: #ffffff;
	}


#page {
	border: none;
	}


/*- Workaround */

#lightbox img{ width: 1020px}

/*Pages*/
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 140px;
	background: #3371A3;
	}


.columns-one #page {
	width: 580px;
	}

.columns-two #page {
	width: 950px;
	}

.columns-three #page {
	width: 970px;
	}

	
.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 200px;
	padding: 0px 5px 15px 15px;
	}


#primary {
	position: relative;
	float: left;
	width: 640px;
	padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 5px;
	}
	
/*Text Headers*/	

h1 { /* H1 is the title in the header */
	padding: 15px 40px 0;
	}
	
h1 a {
	color: white;
	}


ul.menu li a {
	/*background: #2a2463;*/
	color: #b2bfb1;
	}

ul.menu li a:hover {
	background: white;
	color: #333 !important;
	}
		
		
ul.menu li a {
	font-size: 1.3em;
	color: white;
	margin: 0;
	font-weight: bold;
	}
	
	.secondary h4 { /* Secondary H4 is sidebar headlines */
		font-size: 1.8em !important;
		font-weight: normal !important;
		padding: 1px !important;
		display: inline;
		color: #333;
		}
		
		h2 a:hover, h2 span a:hover {
			color: #b41 !important;
			}
		
		a {
			color: #b41;
			text-decoration: none;
			font-weight: bold;
			}
			.entry-content a:visited {
				color: #488a45;
				}





				table.aklh_harvest tr.alternate td {
					background: #ededed;
				}
				table.aklh_harvest th {
					border-bottom: 1px solid #89c;
					color: #78b;
					font: bold 15px "Lucida Grande", "trebuchet ms", "Lucida Sans Unicode", sans-serif;
					text-align: left;
					white-space: nowrap;
					padding: 5px;
				}
				table.aklh_harvest td {
					padding: 5px;
					vertical-align: top;
				}
				table.aklh_harvest th span.hide {
					display: none;
				}
				table.aklh_harvest td.count {
					padding-right: 10px;
					text-align: right;
					width: 10%;
				}
				table.aklh_harvest td.action {
					text-align: center;
				    white-space: nowrap;
					width: 10%;
				}
				table.aklh_harvest td a.close {
					color: #666;
					display: block;
					float: right;
					font-size: 10px;
				}
				table.aklh_harvest td span.loading {
					background: center center url(/images/loading.gif) no-repeat;
					color: #fff;
					display: block;
					height: 50px;
				}
				table.aklh_harvest tr.alternate td span.loading {
					color: #ededfb;
				}
				#aklh_credit {
					padding-top: 10px;
				}


/*
Lightboc stylesheet
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }