/* 
Theme Name: KnoxvillagerWP
Author: Will Bramlett
Based On: Whiteboard by Brian Purkiss
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

/*----------------------------------------------------------------------- 
   Basics
 ------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #489689;
	}
	
p, h1, h2, h5, h3 {
	font-family: Georgia, Times New Roman, Serif;
	}

h1, h2 {
	font-weight: bold;
	color: #489689;
	}

h1 {
	font-size: 32px;
	margin-left: 15px;
	}

h2 {
	font-size: 22px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #888;
	}

h4 {
	font-family: Gill Sans, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #555;
	margin-bottom: 3px;
	}
	
h5 {
	font-size: 10px;
	font-style:italic;
	font-weight: bold;
	color: #555;
	margin-bottom: 3px;
	}
	
p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 9px;
	}
	
p.FNRblurb {
	font-family: Georgia, Gill Sans, Helvetica, Sans Serif;
	font-size: 10px;
	font-weight: bold;
	color: #00375D;
	text-align: center;
	line-height: 7px;
	
	border: 4px double #7198BF;
	margin: 0px 6px;
	padding: 10px 5px;
	}
span.jessica {
	font-size: 14px;
	line-height: 20px;
	font-variant: small-caps;
	color: #AD200B;
	}
	
span.horizon-info {
	line-height: 12px;
	
	}
	
span.title {
	font-size: 8px;
	font-style: italic;

	}
	
a:link, a:visited { 
	color: #C60;
	text-decoration: none;
	}
a.FNRblurblink:link, a.FNRblurblink:visited {
	color: #AD200B;
	line-height: 20px;
	}
a.more-link:link, a.more-link:visited { 
	color: #C60;
	font-size: 12px;	
	text-decoration: none;
	}
	
a.green:link, a.green:visited { 
	color: #489689;
	text-decoration: none;
	}

a.red:link, a.green:red { 
	color: #97441F;
	text-decoration: none;
	}

a.no-border:hover, a.menu:link {
	text-decoration: none;
	border: 0px !important;
	}
	
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active,img.divider {
    display: block;
    margin-left: 28px;
   	padding: 2px 0px;
    }

div#rightcolumn a:hover, a.green:hover { 
	color: #666;
	}
	
ul, ol {
	list-style-type: none;
	}

img {
	border: 0px;
	}

img.imgover, img.rss {
	display: block;
	}
    
img.rss {
	float: right;
	margin: 20px 4px 0px;
	}
    
img.displayed {
	padding: 3px 0px;
	}
    
textarea {
	width: 42px;
	}
	
strong {
	font-weight: bold;
	}
	
/*----------------------------------------------------------------------- 
   Blog Elements
 ------------------------------------------------------------------------*/
	
p.author {
	color: #489689;
	font-weight: bold;
	}
	
p.comments {
	background-image: url('http://www.knoxvillager.com/images/balloon.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	}

.postmeta {
	margin-bottom: 18px;
	border-bottom: 1px dashed #489689;
	}

	
/*----------------------------------------------------------------------- 
   Containers
 ------------------------------------------------------------------------*/
	
#wrapper { 
	margin: auto;
	width: 900px;
	background-color: #FFF7DB;
	}
	
#header {
	width: 900px;
	height: 167px;
	background-image: url('http://www.knoxvillager.com/images/header.gif');
	background-repeat: no-repeat;
	margin-bottom: 2px;
	float: left;
	z-index: 1;
	}
	
#leftcolumn { 
	width: 167px;
	height: auto;
	float: left;
	background-color: #FFF7DB;
	}
	
#rightcolumn { 
	width: 703px;
	float: right;
	padding: 10px;
	}
	
#cloud { 
	width: 703px;
	background-color: ;
	padding-top: 12px;
	margin-top: 18px;
	border-top: 2px solid #D2CBA0;
	letter-spacing: 0.5px;
	}
	
.tag-cloud ul {
	list-style-type: none;
	margin: 5px 10px;
	}

.tag-cloud li {
	display: inline;
	}
	

/*div#cloud a:link {
	color: #C60;
	border-bottom: .025em dotted #C60;
	}

div#cloud a:visited { 
	color: #C60;
	border-bottom: .025em dotted #C60;
	}
	
div#cloud a:hover { 
	color: #666;
	border-bottom: .025em dotted #666;
	}*/
	
/*----------------------------------------------------------------------- 
   Category Menu
 ------------------------------------------------------------------------*/

.page-titling {
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
	}

span.page-title {
	font-size: 32px;
	font-weight: bold;
	color: #489689;
	}
	
.tagline {
	width: 870px;
	text-align: right;
	padding: 148px 15px 5px;
	z-index: 1;
	
	font-family: Verdana, Gill Sans, Helvetica, Sans Serif;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	}

/*----------------------------------------------------------------------- 
   Comments
 ------------------------------------------------------------------------*/

#comments, #comments-reply {
 	width: 703px;
 	float: right;
 	background-color: #FFFADD;
	}

ul {
	list-style-type: none;
	margin-left: 5px;
	font-size: 8px;
	}

input#author, input#email, input#url, textarea#comment {
	width: 380px;
	margin-bottom: 5px;
	}
	
input#submit {
	width: 120px;
	}

.comments_meta {
	font-weight: bold;
	color: #666;
	}
	
.comment_text {
	margin-bottom: 18px;
	}


.comments_navigation{}
.comments_navigation{}
.comments_reply{}


#footer {
	width: 900px;
	clear: both;
	text-align: center;
	padding: 10px 0px;
	}

div#footer p {
	margin: 0;
		}
