/* CSS */

* { margin: 0; padding: 0; font-size: 1em; }

body {
	background-image: url(images/woodBkc.jpg) /* url(images/Retrowallpaper_green2.gif) */;
	background-repeat:repeat;
	margin: 20px;
	padding: 0px;
	}
	
#wrapper1 {
	position: relative;
	width: 990px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	padding: 15px;
	background-color: #000;
	z-index: 20;
	}
	
#wrapper2 {
	position: relative;
	width: 940px;
	height: 100%;
	padding: 385px 25px 30px 25px;
	background: #f4f6f1 url(images/vine_tile_lightGreen.png);
	z-index: 21;
	}

.header {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 0;
	width: 990px;
	height: 185px;
	background-color: #222;
	z-index: 100;
	}
		
.under-photo {
	clear: both;
	}

p {
	font-size: .9em;
	line-height: 1.6em;
	font-weight: 100;
	margin: 1em 0 .5em 0;
	font-family: Constantia, "Palatino", "Garamond", "Bookman Old Style", Georgia,  serif;
/*	font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma; */
	color: #444;
	}

h1 {
	position: absolute;
	text-indent: -9999px;
	}
	
h2 {
	font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-size: 2em;
	line-height: .98em;
	color:#333;
	margin: 0 0 -.25em 0;
	font-weight: bold;
	letter-spacing: -0.5px;
	word-spacing: -0.5px;
	}
	
h3 {
	font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-size: 1.5em;
	line-height: .98em;
	color:#333;
	margin: 0 0 -.25em 0;
	letter-spacing: -0.5px;
	word-spacing: -0.5px;
	font-weight: 900;
	}
	
h4 {
	font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-size: 1.2em;
	line-height: .98em;
	color:#CC6600;
	margin: 1em 0 -.25em 0;
	letter-spacing: -0.5px;
	word-spacing: -0.5px;
	font-weight: 500;
	}
	
h5 {
	font-family: Georgia, Palatino, Times, serif;
	font-size: 1.2em;
	line-height: .98em;
	color: #CC6600;
	margin: .5em 0 -.25em 0;
	font-weight: 500;
	word-spacing: -0.5px;
	letter-spacing: -1px;
	}
	
h6 {
	font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-size: 100%;
	color: #CC6600;
	margin: 0px 0px 0px 10px;
	font-weight: 900;
	word-spacing: -0.5px;
	letter-spacing: -1px;
	line-height: 90%;
	margin-bottom: .5em;
	}
	
ul {
	margin: -.5em 1.5em 0 1.5em;
	list-style: circle;
	}

ol {
	margin: -.5em 1.5em 0 1.5em;
	list-style: decimal;
	}

li {
	font-family: Constantia, "Palatino", "Garamond", "Bookman Old Style", Georgia,  serif;
/*	font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma; */
	font-size: .9em;
	color: #444;
	margin: 0;
	line-height: 1.6em;
	}
	
blockquote {
	font-family: Constantia, "Palatino", "Garamond", "Bookman Old Style", Georgia,  serif;
	background: url(images/quote-1.png) no-repeat 0 0;
	padding: 0;
	}
blockquote p {
	font-family: Constantia, "Palatino", "Garamond", "Bookman Old Style", Georgia,  serif;
	background: url(images/quote-3.png) no-repeat 100% 100%;
	font-size: 1em;
	font-style: italic;
	line-height: 1.5em;
	padding: .5em 2em .25em 2.5em;
	}

hr { 
	color: #888; 
	background: #888;
	border: none;
	width: 85%;
	height: 1px;
	margin: 16px 0;
	}

input { -moz-border-radius:10px; -webkit-border-radius:10px; }

.caption {
	
	}

.page-break { page-break-before:always; }

.pic-right, .alignright {
	float: right;
	margin: 5px 0 2px 10px;
	}
	
.pic-left, .alignleft {
	float: left;
	margin: 5px 10px 2px 0;
	}

.postThumb {
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 10px 4px 0;
	border: #cdcdb8 5px solid;
	}




/* Anchors */

a	{
	text-decoration: none;
	color: #5a7213;
	font-weight: bolder;	
	}
a:visited	{
	border: none;
	color: #9a702a;
	}
a:hover	{
	color: #80ad40; 
	text-decoration: underline;	
	}
a:active {
	color: #80ad40;
	}

a:link img, a:visited img, a:hover img, a:active img { border: 0; text-decoration: none; }

h3 a:link, h3 a:visited { color: #333; text-decoration: none; border: 0; font-weight: bold; }
h3 a:hover, h3 a:active { color: #80ad40; text-decoration: none; border: 0; font-weight: bold; }


/* Misc Text Styles */

.huge {
	font-size:1.167em;
	line-height: 1.286em;	
	font-weight: 900;
	color: #5a7213;
	}
.small { font-size: 0.917em; color: #666666; }
	
.style1 {color: #333333}
.style2 {color: #cd9a0f}
.style3 {
	font-style: italic;
	color: #666666;
	margin: .5em 4em 1em .5em;
	padding-left: 3em;
	line-height: 1.429em;
	font-size: 100%;
	}
.orange-1 { color: #fe9915 }
.orange-2 { color: #CC6600; }
.green-dk { color: #5a7213; }


/* Top Navigation */

ul#nav {
	position: absolute;
	top: 315px;
	left: 15px;
	width: 990px;
	height: 30px;
	list-style: none;
	background-color:#000000;
	border-top: solid #000000 15px;
	border-bottom: solid #000000 15px;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-size: 1.1em;
	/* IE Additions*/
	_font-size: 110%;
	background-image:url(images/vine-tile-grey.gif);
	background-repeat:repeat-x;
	overflow: hidden;
	margin: 0;
	z-index: 22;
	}
	
ul#nav li {
	margin: 1px 0 0 30px;
	width: auto;
	height: 24px;
	float: left;
	overflow: hidden;
	display: inline-block;
	/* IE Additions*/
	background-color:#333333
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-size: medium;
	}
	
#navNew { 
	position: absolute;
	right: 30px;
	color: #CC6600;
	}

.navtext {
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-weight: bold;	
	}
	
.navtext-here {
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-weight: bold;	
	}

.navtext-new {
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-weight: bold;	
	color: #fff;
	}

a.navtext:link { 
	color:#CCCCCC;
	text-decoration: none;
	}
a.navtext:visited {	
	color: #999999;
	text-decoration: none;
	}
a.navtext:hover, a.navtext-new:hover {	
	color: #e89a05;
	text-decoration: none;
	}
a.navtext:active, a.navtext-new:active { 
	color:#b7cc75;
	text-decoration: none;
	}
	
a.navtext-here:link { 
	color:#cce483;
	text-decoration: none;
	}
a.navtext-here:visited {	
	color: #cce483;
	text-decoration: none;
	}
	
	
/* Containers */

.main {
	margin-top: 0;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	float: left;
	width: 620px;
	overflow: hidden;
	}
/*	
.container_01, .container_02 {
	position: relative;
	float: left;
	width: 270px;
	padding: 13px 15px 20px 15px;
	margin: 0 0 20px 0;
	background: url(images/containerShadow1.png) no-repeat #fff;
	}
	
.container_02 { float: right; }
*/

.container_01, .container_02, .container_03 {
	position: relative;
	float: left;
	clear: both;
	width: 578px;
	padding: 20px 20px 20px 20px;
	margin: 0 0 28px 0;
	background: #fff url(images/break-curve.png) no-repeat 50% 0 ;
	border-right: #e2e8db 1px solid;
	border-left: #e2e8db 1px solid;
	border-bottom: #bfc6b7 1px solid;
	}
	
.container_01 { background-color: #5f574f /* #bed7ad */; padding-top: 20px; }

.container_01 h2, .container_01 h3, .container_01 h4 { 
	color: #fff;
	letter-spacing: +.5px;
	word-spacing: 0;
	}
.container_01 p { color: #fff; }
.container_01 h3, .container_01 h4 { margin: 1em 0 0 0; line-height: 1.1em; }
.container_01 a { color: #fe9915 }




/* Post Navigation */

#navigation-2 {
	position: relative;
	clear: both;
	width: 588px;
	padding: 2.5em 10px 1em 10px;
	text-align: center;
	font-family: "Frutiger", "Univers", "Helvetica Neue", "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	font-size: .85em;
	line-height: 1em;
	color: #666666;
	margin: 0 0 0 -30px; 
	}
#navigation-2 a:link, #navigation-2 a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted;
	text-decoration: none; 
	}
#navigation-2 a:hover, #navigation-2 a:active {
	color: #555555;
	text-decoration: none;
	border-bottom: 1px solid;
	text-decoration: none; 
	}

#navigation-2 { list-style: none; list-style-type: none; margin: 0; }
#navigation-2 li { list-style: none; list-style-type: none; margin: 0; }

#previous {
	position: absolute;
	top: 2.5em;
	left: 0;
	width: 24em;
	text-align: left;
	}
#homeLink {
	position: absolute;
	top: 2.5em;
	left: 45%;
	width: 14em;
	text-align: left;
	}
#next {
	position: absolute;
	top: 2.5em;
	right: 0;
	width: 24em;
	text-align: right;
	padding-right: 30px;
	}


/* Special Instances */

#donate-button {
	width: 122px;
	margin: 1.5em auto;
	padding: 0;
	}

ul h6 {
	font-size: 16px;
	color: #333333;
	margin-left: 0;
 	letter-spacing: -.25px;
	}
	
ul p {
	font-size: 100%;
	margin-left: 0;
	}

ol#givingList { font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma; }

ol h6 {
	font-size: 14px;
	color: #333333;
	margin-left: 0;
	margin-top: 1em;
 	letter-spacing: -.25px;
	}
	
ol p {
	font-size: 100%;
	margin-left: 0;
	}

.list-2 {
	margin-top: -.5em;
	}	

.list-3 {
	margin-bottom: 1em;
	}	



/* Comments */

#commentBox {
	position: relative;
	float: left;
	clear: both;
	width: 588px;
	padding: 20px 15px 20px 15px;
	margin: 0 0 28px 0;
	background: #fff url(images/break-curve.png) center 0 no-repeat;
	border-right: #e2e8db 1px solid;
	border-left: #e2e8db 1px solid;
	border-bottom: #bfc6b7 1px solid;
	}

#commentBox-inner, #commentBox-innerNo { padding: 0 0 1em 0; }

ol#commentList {
	list-style-type: none;
	}

.alt { background-color: #f4f6f1; }

#commentAdd {
	position: relative;
	padding: 1.5em 0 0 0;
	border-top: #e2e8db 1px solid;
	}

#commentform {
	position: relative;
	clear: both;
	width: 100%;
	padding: 0 2px;
	margin: 0 0 28px 0;
	}

#comment {
	width: 97%;
	}

.commentHead h3, noComment h3, .commentHead h3 a { 
	position: relative;
	margin: 0 0 1em 0; 
	}

/* from RTS */

ol#commentList li {
	padding: 0 10px 16px 10px;
	margin: 0 10px 0 0;
	}
	
ol#commentList p { margin: .5em 10px 0 0; }
		
.avatar, .avatar-32 { 
	float: left; 
	padding: 10px 10px 0 0; 
	margin-top: 12px;
	}

.noComment { color: #d7d5d0; }

.author {
	font-size: .85em;
	font-variant: small-caps;
	text-align: right;
	line-height: 2em;
	padding: .5em 10px; 
	}

.QuoteAuthor, .QuoteAuthor p {
	font-size: .8em;
	font-variant: small-caps;
	font-style: normal;
	text-align: right;
	line-height: 1.5em;
	margin: 0;
	padding: 0 10px .5em 20px; 
	}
	
.ruleAbove {
	border-top: #999999 1px dotted;
	padding: .5em 0 0 0;
	}
	
#commentList p a:link, #commentList p a:visited {
	color: #777777;
	border-bottom: 1px dotted;
	text-decoration: none; 
	}
#commentList p a:hover, #commentList p a:active {
	border-bottom: 1px solid;
	}





/* Sidebar */

#sidebar {
	width: 268px;
	float: right;
	padding: 15px 15px 30px 15px;
	overflow: hidden;
	font-family: Myriad, "Myriad Pro" "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	background: #fff;
	border-right: #e2e8db 1px solid;
	border-left: #e2e8db 1px solid;
	border-bottom: #bfc6b7 1px solid;
	}

#sidebar ul { list-style: none; }

#dateField { font-weight: bold; color:#CC6600; }
	
.link1 { padding: 0 5px 5px 0; }
	
.link2 { padding: 5px 5px 10px 0; }
	
.link3 { padding: 15px 0 15px 10px; }
		
ul#sideLinks { 
	position: relative;
	list-style: none; 
	margin: 0; 
	padding: 0; 
	}

ul#sideLinks li a {
	position: relative;
	display: block;
	clear: both;
	height: 24px;
	line-height: 1.2em;
	margin: 0; 
	padding: 16px 0 8px 50px; 
	}

ul#sideLinks li a:link, ul#sideLinks li a:visited {
	text-decoration: none;
	background: #fff;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
	}

ul#sideLinks li a:hover, ul#sideLinks li a:active {
	color: #222;
	text-decoration: none;
	background: #f4f6f1;
	border-right: #e2e8db 1px solid;
	border-left: #e2e8db 1px solid;
	border-bottom: #bfc6b7 1px solid;
	}

.icon-left {
	position: absolute;
	top: 8px;
	left: 8px;
	}
	

.sidebarHead2 { margin-top: .5em; margin-bottom: .0em; }

#searchform { width: 258px; margin-top: .5em; }
#s { width: 100%; margin: .5em 0; }
#searchsubmit, #submit { font-size: 80%; }

#newsletterForm {
	position: relative;
	padding: .5em 0 1em 0;
	}
#name, #dhkhld-dhkhld { width: 255px; margin: .25em 0 .5em 0; }

div#nameField, div#emailField {
	position: relative;
	padding: 2px 0;
	margin-right: 3px;
	}
div#submit { clear: both; }
label.overlabel {
	font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	position: absolute;
	top: 11px;
	left: 6px;
	z-index: 1;
	color: #888;
	font-size: .85em;
	}
label.overlabel {
	font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
   color: #888;
    }
label.overlabel-apply {
	font-family: "Frutiger", Myriad, "Myriad Pro", "Univers", "Helvetica Neue", Helvetica, Arial, "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	position: absolute;
	top: 11px;
	left: 6px;
	z-index: 1;
	color: #888;
	font-size: .85em;
	}
	

/* Footer */

#admin {
	width: 940px;
	height: 24px;
	clear: both;
	padding-top: 30px;
	margin: 0 0 5px 0;
	}
	
.admin-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 11px;
	font-variant: small-caps;
	margin-bottom: 2px;
	}

/*
#footer { 
	text-align: center; 
	color: #888; 
	padding: 25px 0 0 0; 
	font-size: .8em; 
	}
*/	
	
#footer {
	position: relative;
	width: 990px;
	height: auto;
	margin: 30px auto;
	text-align: center;
	padding: 15px;
	background-color: #000;
	}
	
#footer2 {
	position: relative;
	width: 940px;
	height: auto;
	padding: 25px 25px 28px 25px;
	background: /* #5f574f url(images/vine-tile-grey.gif) */ #f4f6f1 url(images/vine_tile_lightGreen.png);
	}

#footerOne, #footerTwo, #footerThree {
	position: relative;
	width: 268px;
	height: 100%;
	float: left;
	padding: 15px 15px 5px 15px;
	margin: 0 20px 0 0;
	overflow: hidden;
	font-family: Myriad, "Myriad Pro" "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	text-align: left;
	list-style: none;
	background: #5f574f;
	border-right: #e2e8db 1px solid;
	border-left: #e2e8db 1px solid;
	border-bottom: #bfc6b7 1px solid;
	z-index: 50;	
	}
	
#footerThree { 
	float: right; 
	margin: 0;
	text-align: center;
	}
	
#footerOne li, #footerTwo li, #footerThree li, #footerOne li a, #footerTwo li a, #footerThree li a, #footerOne p, #footerTwo p, #footerThree p, #footerOne h2, #footerTwo h2, #footerThree h2 {
	text-align: left;
	color: #fff;
	}
	
.footerSub { margin-top: 1em; }

#footerOne ul, #footerTwo ul, #footerThree ul { margin: .9em 0 0 1em; }

#footerOne li ul, #footerTwo li ul, #footerThree li ul { margin: 1.1em 0 0 1em; font-weight: 100; }

#footerOne li ul li, #footerTwo li ul li, #footerThree li ul li { font-size: 100%; line-height: 1.6em; margin: 0 0 0 .5em; }

#footerOne a, #footerTwo a, #footerThree a {
	color: #fe9915
	} 

ul#footerAdmin { 
	list-style: none; 
	clear: both; 
	font-size: 80%;
	padding: 20px 0 0 0;
	}

#footerAdmin li { color: #888; display: inline; }
#footerAdmin li a { display: inline; }

.bumper { width: 100%; height: 5px; text-indent: -3000px; clear: both; }

#ktdBranding {
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px 0 0 0;
	clear: both;
	}
	
#ktd-branding a:link, #ktd-branding a:visited, #ktd-branding a:hover, #ktd-branding a:active {
	position: absolute;
	bottom: 9px;
	right: 15px;
	width: 30px;
	height: 30px;
	display: block;
	background: url(images/kevintracydesign-logo.png) no-repeat;
	text-indent: -3000px;
	}
	
.footer-text {
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Verdana, Tahoma;
	color: #CCCCCC;
	font-size: 9px;
	font-variant: small-caps;
	line-
	text-align: center;
	letter-spacing: 1px;
	line-height: 2.5em;
	text-align: center;
	}

.footergreen {
	color: #5a7213;
	}
	
a.footer-text:link { 
	color:#ff9615;
	text-decoration: none;
	}
a.footer-text:visited {	
	color: #ff9615;
	text-decoration: none;
	}
a.footer-text:hover {	
	color: #ffc148;
	text-decoration: none;
	}
a.footer-text:active { 
	color:#ffc148;
	text-decoration: none;
	}
	
/* 	 Colors (orange 80ad40) (light green b7cc75) (orange d48c01)  /
.footergreen { color: #5a7213; }
