/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	: Harvest css 1
	Style URI	:
	Version		:
	Comments	: Harvest image header with top navigation.
*/

body {
	font-size: 90.5%; /* Resets 1em to 10px */
	font-family: Perpetua;
	background-color: #515067;
}

.content {
	padding: 0 0px 0px;
	/*float: left;*/
	/*clear: left;*/
	}


/* if two column */
.columns-two #page {
	width: 950px;
	}

/* if three column, dueling sidebar if activated */
body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

/* Headers */
h1, h2, h3, h4 {
	color: #333;
	font-weight: bold;
	font-family: Perpetua;
}

/* Link colors on blog headers and side bar headers*/
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited {
	color: #FFF;
	}

h2 a:hover,
h3 a:hover,
h4 a:hover  {
	text-decoration: underline;
	}

#page {
	/* The entire design is contained within the 'page' id */
	background-color: transparent;	
	border: 0px solid #ddd;
	/* If I want it closer to the top set to zero */
	/*padding-top: 0px;*/
	/* set this only when bottom nav */
	height: 450px;
	}

/* Contains the H1 and menu */	
#header {
	height: 200px; /* top menu height */
	/*background: #3371A3;*/
	background-color: transparent;
	/*border: 1px solid #ddd;*/
	}

h1.blog-title {
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0px 40px 0;	
	}

h1.blog-title a:hover {
	text-decoration: none;
	}


.navTitle {
	color: #FFFFFF;
	font-size: 24px;
}

/* top navigation bar */
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	/* move menu below header */
	top: 200px;
	left: 5px;
	width: 920px;
	background: #666;
	}

ul.menu,
ul.menu li a {
	padding: 0px 10px 0px;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333;
	background: white;
	text-decoration: none;
	}


/* set this only when bottom nav */
#footer {
	/*border: 1px solid #ddd;*/
	}

#primary-wrapper {
	/*background-image: url(http://localhost:8080/vlog/wp-content/uploads/2008/10/harvest_background3.jpg);*/
}

/* Contains the main column */	
#primary {
	width: 650px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}


/* Blog Entry */
/* The meat and potatoes of every entry */
.entry-content {
	text-align: justify;
	color: #000;
	}

.entry-content a:visited {
	color: #fff;
	}

.entry-meta { /* Time and category for blog entries */
	/*font-size: 1em;*/
	line-height: 1.6em;
	margin-top: 1px;
	color: #bbb;
	}

.entry-meta a, .comment-meta a {
	color: #fff;
	}


/*- Links */
a {
	/*color: #27d;*/
	color: #fff;
	text-decoration: none;
	}

a:visited {
	color: #fff;
}

h2 a:hover, h2 span a:hover {
	/*color: #27d !important;*/
	color: #fff;
	}


/* The first sidebar */
#sidebar-1 {
	}

/* The second sidebar */
#sidebar-2 {
	}

/* Contains both sidebars */
.secondary {
	/*position: absolute;
	top: 0px;*/
	font-size: 1.25em;	
	color: #000;
	/*move side bar down */
	padding: 60px 0px 0px 0px;
}

.sb-latest {
	font-size: 1.0em;	
	color: #000;
}

/*font for search*/
#s {
	width: 79%;
	font-size: 0.75em;
	}


/*for latest posts*/
.secondary ul li {
	list-style-position: inside;
   	list-style-type: disc;
}

/*related sites*/
.tblrelatedsites tr td {
	valign: middle;
	vertical-align: middle;
}

.tblrelatedsitesImage {
	text-align: center;
	padding: 10px;
}

#divSurvey {
	font-size: 1.25em;	
	color: #000;
}

#divSurveyQuestion {
	font-size: 1.00em;	
	color: #CCC;
}