/* @override http://www.korvus.com/kwp/wp-content/themes/korvussimple/style.css */

/*
Theme Name: KorvusSimple
Theme URI: http://www.korvus.com/
Description: Simple theme based on Simplixity
Version: 1.0
Author: Sylvan Korvus
Author URI: http://korvus.com/
Tags: custom header, fixed width, two columns, widgets

*/

/****    General  ****/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucide Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 100%;
	vertical-align: top;
	color: #666;
}

img {
	border: 0;
}

#header h1 {
	margin: 0;
	padding:0;
	font-size: 32px;
	font-weight: normal;
	width: 60%;
	border: 0px solid black;
	float: left;
}

#header h1 a, #header h1 a:hover {
	color: #888;
	text-decoration: none;
}

#header #description {
}

#header .contact {
	margin: 0;
	padding: 20px 0 0;
	width: 30%;
	font-size: 14px;
    border: 0px solid yellow;
    vertical-align: baseline;
    text-align: right;
    float: right;
}
#header .contact a {
	color: #666;
	text-decoration: none;
}
#header .contact a:hover  {
    color: #bbb;
    text-decoration: none;
}

h2 a {
	color: #5b5b5b;
}

h2 a:hover {
	text-decoration: none;
	color: #333;
}

a:link {
	text-decoration: none;
	color: #05a0e1;
}

a:visited {
	text-decoration: none;
	color: #0375a6;
}

a:hover {
	text-decoration: underline;
	color: #05a0e1;
}

p {
    padding: 0 0 1em 0;
}

/****    Layout   ****/

#header_wrapper {
	width: 100%;
	border: 0px solid #cccc00;
    margin: 0 auto 16px;
	}

#header {
	margin: 0 auto;
	position: relative;
	width: 750px;
	height: 60px;
	padding: 15px 0 0;
	border: 0px solid blue;
}

#content_container {
	margin: 0 auto;
	width: 750px;
	position: relative;
	border: 0px solid red;
    padding-top: 0;
	}

#maincolumn {
	margin: 0 10px 0 0;
	padding: 0 0 20px;
	width: 560px;
	border: 0px solid green;
	float: left;
}

#maincolumnwide {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 750px;
	border: 0px solid green;
}

/****  Navigation  ****/

.nav {
	margin: 0;
	width: 750px;
	border: 0px solid purple;
    border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    line-height: 20px;
    padding: 0;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline;
    margin: 0;
    padding: 0;
    margin-right: 32px;
    text-transform: lowercase;
    font-size: 16px;
}

.nav a {
    color: #666;
}

.nav a:visited {
    color: #666;
}

.nav li.current_page_item a {
    color: #111;
}

.nav li.current_page_parent a {
    color: #111;
}

.nav a:hover {
    color: #111;
    text-decoration: none;
}

/* For vegan pages */
#subnav {
	list-style-type: none;
	margin: -12px 0 16px;
	padding: 0;
	display: block;
	border: 0px solid purple;
	position: relative;
	}

#subnav li {
	font-size: .9em;
    display: inline;
    margin-right: 15px;
}

.vegan A {text-decoration: none; color: #009900;}.vegan A:visited {color:#006600;}.vegan A:hover { text-decoration: underline; color: #3c3;}.vegan A:active {color:#00ff00;}


/****  Content  ****/

.post {
	padding: 0 0 10px;
	margin: 0;
	border: 0px solid purple;
}

.post h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 12px;
    margin-top: 0;
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
	}

.post h2 a {
	color: #888;
}

.post h2 a:hover {
	color: #666;
}

.post h3 {
    font-size:  1.4em;
    font-weight: normal;
    margin-bottom: 8px;
    color: #333;
    background-color: #eee;
    padding: 4px;
	}

.post .postdate {
	display: inline-block;
    font-size: 70%;
	margin-top: .8em;
    line-height: 100%;
    color: #999;
	border: 0px solid red;
	position: relative;
	float: right;
	}

.entry {
	font-size: 1.2em;
    line-height: 1.4em;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	font-size: 0.7em;
}

p.postmetadata a {
	color: #05a0e1;
}

a.post-edit-link {
    font-size: 10px;
}

.post ul {
    margin-top: 0;
    font-size: .9em;
}

.smallfont {
    font-size: .75em;
	}
	
.halfcol-left {
	margin: 0;
	padding: 0;
    width: 364px;
    float: left;
    border: 0px solid green;
	}

.halfcol-right {
	margin: 0;
	padding: 0;
    width: 364px;
	float: right;
    border: 0px solid blue;

	}



/****      Sidebar  ****/

.sidebar {
	margin: 0 0 0 0;
	padding: 0 0 20px;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border: 0px solid red;
	overflow: hidden;
	float: right;
	/*position: absolute;
	top: 8px;
	left: 573px;*/
	display: inline;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li {
    padding: 0 0 10px;
}

.sidebar h2 {
	font-family: 'Lucide Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1.2em;
	padding-bottom: 0;
}

.sidebar h2 a {
    color: #666;
	}

.sidebar h2 a:hover {
    color: #05a0e1;
    text-decoration: underline;
	}


.sidebar li {
	padding: 0 0 4px 10px;
    line-height: 1.4em;
}

.sidebar li a {
	color: #333;
}

.sidebar li a:hover {
	color: #05a0e1;
}

/* Calendar */
.sidebar ul li#calendar table#wp-calendar a {
	color: #05a0e1;
}
li#calendar {
    padding: 0;
}
#wp-calendar {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#wp-calendar th, #wp-calendar td {
    text-align: left;
    line-height: 17px;
}

#wp-calendar .pad {
    font-size: 10px;
    line-height: 10px;
    padding: 0;
}


/****       Search  ****/

#searchform div {
	padding: 0;
}

#searchform #s {
    width: 125px;
}
#searchsubmit {
	background: url(img/go_button.png) no-repeat;
	width: 25px;
	height: 25px;
	border: 0;
	cursor: pointer;
	vertical-align: top;
}

#s {
	color: #5b5b5b;
	border: 4px solid #ccc;
	background: transparent;
}

.hidden {
	display: none;
}

/****   Comments  ****/

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
	font-size: .8em;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3 {
	font-size: 1.1em;
}

.commentmetadata {
	font-size: 0.7em;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 1em;
}

/****     Footer  ****/

#footer {
	margin: 10px auto 0;
	padding: 0;
	width: 750px;
	height: 100px;
    border-top: 1px solid #e0e0e0;
    clear: both;
}

#footer p {
	padding: 0 0 10px;
	font-size: 10px;
}

#footer a {
	color: #888;
}

#footer .legal {
	float: right;
}

/****     Misc.   ****/

.clear_float {
	clear: both;
}

img.avatar {
	float: left;
	margin-right: 5px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.ngg-galleryoverview {
    margin: 0;
    padding: 0;
	}

#ngg-gallery-1 {
	margin: 0;
	padding: 0;
	}

.ngg-singlepic {
    border: 1px solid #e0e0e0;
    padding: 0 !important;
	}
	
.wp-caption-dd {
	font-size: 0.69em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*** Vegan pages styling ***/

div.vegan {
   font-size: .8em; 
   color: #777;
}


