
/*
Design by Samuel J. Thurston (circul8tion)
http://circul8tion.com/
derived from Free Css Templates
Released for free under a Creative Commons Attribution 2.5 License
*/

/* reset */
* { outline: 0; }
html, body { min-height: 100%;  }
body, ul, ol, dl { margin: 0; }
img { border: 0; }
article, aside, audio, footer, header, nav, section, video { display: block }
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { border : 0px; }
input[type="search"] { -webkit-appearance: textfield; }
input[type="submit"] { -webkit-appearance:none; }
img.right { float: right; margin-left: 2em; clear: right; }
img.left { float: left; margin-right: 2em; clear: left; }
table { border-collapse: collapse; }
th { background: #000; color: #fff; }
td { padding: 1em; border: 1px solid black; }


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	margin: 0px;
	padding: 0;
	background: #b9b99d url(../img/knitbg.jpg) repeat left top;
	background-attachment:fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #008080;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #008080; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
	width: 100%;
	background: #973 url(../img/woodpanel.jpg) center top no-repeat;
	height: 200px;
	-webkit-box-shadow: 0px 5px 10px 10px rgba(3, 3, 3, .3);
	-moz-box-shadow: 0px 5px 10px 10px rgba(3, 3, 3, .3);
	box-shadow: 0px 5px 10px 10px rgba(3, 3, 3, .3);
	position: relative;
	z-index: 2;
}

#header {
	width: 980px;
	height: 190px;
	margin: 0 auto;
	padding: 0px;
	
}

.header-edge{background: transparent url(../img/edge.png) left bottom repeat-x; height: 10px; width: 100%;}

/** LOGO */

#logo {
	width: 680px;
	height: 140px;
	margin: 0 0 0 10px;
	background: transparent url(../img/tkslogo.png) top left no-repeat;
	text-indent: -9000px;
	overflow:hidden;
	
	float: left;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	margin-top: -4px;
	/*text-transform: lowercase;*/
	font-size: 13px;
	color: #F6F9FB;
}

#logo h1 {
	font-size: 48px;
}

#logo a {
	display: block; 
	position: relative;
	width: 600px;
	height: 140px;
	cursor: pointer;
	text-decoration: none;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 960px;
	height: 60px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: block;
	float: left;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 12px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #f60;
}

#menu li:hover{background-color: #fff;}
#menu a:hover { 
	text-decoration: none; 
	position: relative;
	top: -2px;
	left: -2px;
	text-shadow: 2px 2px 2px #9d9d9d;
	filter: dropshadow(color=#9d9d9d, offx=2, offy=2);
}

#menu .current_page_item a {
}

#menu .first {
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
}
#menu .last {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
}
/* Search */

#search {
	float: right;
	width: 240px;
	padding: 10px 20px 0px 0px;
}

#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Baskerville, Georgia, "Times New Roman", Times, serif;
}

#search-text {
	width: 180px;
	height: 32px;
	padding: 3px 0 0 5px;
	border: none;
	color: #078;
	background: #eed;
	background: rgba(255,255,255,.7);
	
	-webkit-box-shadow: inset 3px 3px 2px 2px rgba(3, 3, 3, .3);
	-moz-box-shadow: inset 3px 3px 2px 2px rgba(3, 3, 3, .3);
	box-shadow: inset 3px 3px 2px 2px rgba(3, 3, 3, .3);
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	}

#search input#search-submit {
	height: 36px;
	width: 32px;
	padding: 0px 5px;
	background: #007f80;
	border: none;
	color: #fff;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	
	background: #a9d3d3; /* Old browsers */
	background: -moz-linear-gradient(top, #a9d3d3 0%, #007f80 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d3d3), color-stop(100%,#007f80)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a9d3d3 0%,#007f80 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9d3d3 0%,#007f80 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a9d3d3 0%,#007f80 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d3d3', endColorstr='#007f80',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a9d3d3 0%,#007f80 100%); /* W3C */
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	position:relative;
	z-index: 1;
	background-color: rgba(232,217,149,.85);
	-webkit-box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 15px 15px rgba(0, 0, 0, .5);
}

#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 580px;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);
}

#content h2 {
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Post */

.post {
	width: 620px;
	margin-bottom: 20px;
	padding: 20px 0px;
	background: #FFFFFF;
}

.post .title {
	height: 44px;
	padding: 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post .title a {
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 30px;
	color: #238EC6;
}

.post .date {
}

.post .meta {
	height: 32px;
	margin-top: -10px;
	margin-left: 2px;
	padding: 4px 30px 6px 20px;
	background: url(../img/img04.jpg) no-repeat left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 20px;
}

.post .links {
	background: #90BF35;
	border: 1px solid #5F817E;
}

.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px 0px 4px 0px; 
	padding: 3px 0px 0px 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: #90BF35;
	border: 1px solid #5F817E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	font-size: 12px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	border: none;
	
}

#sidebar ul ul {
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);
}

#sidebar  li {
	margin-bottom: 20px;
	padding: 10px 0px 10px 0px;
	
	
}

#sidebar li ul {
	margin: 0px 0px;
	border: none;
}

#sidebar li li {
	margin: 0;
	padding: 10px 0px;
	border: none;
	background: url(../img/img06.jpg) repeat-x left bottom;
}

#sidebar li li a {
	padding: 0px 0px 0px 30px;
	font-weight: normal;
	border: none;
	background: url(../img/img07.jpg) no-repeat 15px 4px;
}

#sidebar li li a:hover {
	color: #666666;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar .widget h2, #sidebar .widget h3 {
	height: 32px;
	margin: 0 0 10px 0px;
	padding: 8px 0 10px 20px;
	background: url(../img/thread.png) no-repeat left bottom;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
	color: #008080;
}

#sidebar div.widget > div{
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .5);
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

/* Login Box */
ul#login {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#login li,
ul#small-login li {
	margin: 0;
	padding: 5px 0px 5px 20px;
	border: none;
	background-image: none;
}

ul#login li {
	padding: 5px 0px;
}

ul#login li a,
ul#small-login li a {
	padding: 0px;
	font-weight: normal;
	border: none;
	background: none;
}

ul#login li label,
ul#small-login li label {
	display: inline-block;
	width: 60px;
}

ul#login li#remember-me label,
ul#small-login li#remember-me label {
	width: auto;
}

ul#login li#remember-me input,
ul#small-login li#remember-me input {
	width: auto;
	margin-left: 60px;
}

ul#login li input,
ul#small-login li input {
	width: 170px;
}

ul#login li.form-buttons input,
ul#login li#remember-me input,
ul#small-login li.form-buttons input,
ul#small-login li#remember-me input {
	width: auto;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 100%;
	background: url(../img/woodpanel.jpg) no-repeat center top;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0px -5px 10px 10px rgba(3, 3, 3, .3);
	-moz-box-shadow: 0px -5px 10px 10px rgba(3, 3, 3, .3);
	box-shadow: 0px -5px 10px 10px rgba(3, 3, 3, .3);
}

#footer a{color: #fff; font-size: 16px; font-weight: 500;}

#footer-bgcontent {

}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: 48px;
	font-size: 10px;
	color: #008080;
}

.brand{
position: relative;
top: 22px;
}

input.btnLogin{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: #a9d3d3; /* Old browsers */
	background: -moz-linear-gradient(top, #a9d3d3 0%, #007f80 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d3d3), color-stop(100%,#007f80)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a9d3d3 0%,#007f80 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a9d3d3 0%,#007f80 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a9d3d3 0%,#007f80 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d3d3', endColorstr='#007f80',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a9d3d3 0%,#007f80 100%); /* W3C */
}

.form-buttons .btnLogin{margin-left: 100px;}


/* contact form */
#message{width: 575px;}
label{display: inline-block; width: 100px; text-align: right; }
input, select{}

.pyro-image{margin: 10px;}

.widget{}

.widget div{}

