/*
Theme Name: Ktech Theme
Theme URI: http://www.thinklabs.ca
Description: Ktech Custom Theme
Version: 1.0
Author: Thinklabs
Author URI: http://www.thnklabs.ca/
*/


 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #FFF; 
	text-align: center;	
}

#inflashcon1	{
width: 500px;
text-align:justify;
}


#fl_header{
width: 760px;
height: 270px;

}


/* links */
a, a:visited {	
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 2em;
	color: #88ac0b;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 7px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
#nav {
 overflow: hidden;
 
}
#nav ul {
	margin: 15px 0 15px 0;
	padding: 0;
	overflow: hidden;
	background: #002d62 url(images/nav-bg.gif) repeat-x;
	border-radius: 4px;
	border: 1px #fff solid;
}
#nav ul li {
	display: inline;
	float: left;
	border-right: 1px #416896 solid;
}
#nav ul li a {
	padding: 8px 12px;
	display: block;
	color: #fff;
	font-size: 1.4em;
	background: transparent;
	border-radius: 4px;
	text-transform: capitalize;
	text-shadow: 0px -1px #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
	
}
#nav ul li:last-child {
	border-right: none;
}
#nav ul li.last {
	border-right: none;
}
#nav ul li a:hover {
	background: #214876;
}

#top_nav					{ position: absolute; top: 10px; right: 10px;}

#top_nav ul					{ list-style: none; font-size: 11px;}
#top_nav ul li 				{ display: inline; color:#CCC; margin: 0px; padding: 0px;}
		
#top_nav ul li a,
#top_nav ul li a:visited { 
	text-decoration: none; 
	color: #FFF;
	padding: 4px 6px; 
	font-size: 1.1em;
	border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#top_nav ul li a:hover {
	background: #003399;
	}


code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #deedae; 
	background: #F0FFD2; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #DFF4B5; 
	background: #F0FFD2 url(images/quote.gif) no-repeat 7px 10px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;	
}	
/* end - table */

/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #D8E99E; 
	background: #deedae; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin: 0;
	padding: 2px 3px; 
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}

input.button a, input.button a:visited{ 

	color: #fff;
	background: #657a9a;
	
}

input.button a:hover{ 

	color: #fff;
	background: #122d5f;
	
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 760px;
	 
	margin: 12px auto;
	text-align: left;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 760px;	
	padding: 25px 0; 	
	 	
}
#header {
	position: relative;
	width: 760px;
	overflow: hidden;
	color: #fff;	
	padding: 0;	
	margin: 0;
}
#header img {
	border: none;
	padding: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #fff;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 58px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #D6EBAB;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 122px; left: 135px;		
}

/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(images/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/* Navigation */
/*
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 760px;
	height: 50px;
	background: #0e609e url(images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 40px;			
	height: 50px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	color: #fff;
	font: bold 16px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #edf8c7;	
}
#nav ul li.current_page_item a {	
	background: #0c4e80 url(images/pointer.gif) no-repeat center bottom;	
	color: #93DAFF;
}
*/

/* Main Column */
#main {
	float: left;
	width: 450px;
	padding: 0; margin: 0 0 0 10px;
	display: inline;	
}
#main h2 {
	font: normal 1em Arial, 'Helvetica Neue', Sans-serif,;
	 	
	color: #115280; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
 
 
}
#main h2 a {
	color: #00479C;
		line-height: 25px;
	text-decoration: none;	
	font-size: 24px;
	font-weight: bold;
	font-family: Helvetica;	
}

		#main h2 a:hover {color: #FFF000;}

#main ul li {
	list-style-image: url(images/bullet.gif);
}

#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 15px 0 0;
	display: inline;	
	
}

 

#sidebar h3 {
	color: #00479C; 
	font: bold 1.6em Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
}

/* sidebar menu */
#sidebar ul {
	margin: 5px 10px 8px 7px; padding: 0;
	text-decoration: none;		
	border: 2px #888 solid;
	background: #00479C;
	-webkit-border-radius: 8px;
}
#sidebar ul li  {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 			
	border-bottom: 1px #888 solid;
 	line-height: 16px;
}
 	

* html body #sidebar ul li {
	height: 1%; 
}
#sidebar ul li a {
	text-decoration: none;	
	color: #FFF111;	

}
#sidebar ul li a span {
	color: #A98D76;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#sidebar ul li a:hover {	
	color: #FFF;	
	background: none;	
}

#sidebar ul li:hover {	
	background: #001c50; cursor: pointer;	
 
}

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

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 14px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 20px;
	padding: 2px 4px;
	vertical-align: top;
}

		#sidebar .searchform input.button:hover { 
 
			background: #FFF000;
		}

/* footer */
#footer-wrap {
	clear: both;
	width: 760px;
 
	padding: 0;	margin: 0;
 		
}
#footer-content {
	width: 760px;
 
 
}

#fl_footer2{
width: 760px;
height: 71px;
display: inline;
float: left;
 background:url(http://www.ktechmanufacturing.com/site/footer_img.jpg);
background-repeat:no-repeat;
}


ul#foot_nav {
position:relative;
top:31px; 
left: 10px;
height:20px;
width: 550px;
font-size:9px;
margin:0;
padding:0;

}

ul#foot_nav li {
display: inline;
 }

ul#foot_nav li a {
margin-right: 3px;
padding-right: 3px;
color: #FFFFFF; }

ul#foot_nav li a:hover {
color: #0066CC;
text-decoration:underline; }


 
/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 760px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #deedae; 
	background: #F0FFD2;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #FFF000; }
.post-info a, .post-info a:visited { color: #CCC; }

/* alignment classes */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

.post-meta {list-style-type: none;}
.post-meta-key {display: none;}

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

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


/* POST STYLES ============================== */

.post {padding: 10px 0 10px 0; border-bottom: 1px #333 solid; display:block; position: relative;}

 	 
	.post:last-child{border-bottom: none;}

	.odd{background: none;}
	.even{background: #111;}
	
	
 .datebox { 	width: 40px; 
			float: left; 
 			padding: 5px 5px 5px 5px; 
			background: #001c50; 
			color: white; 
			text-align: center;
			margin: 10px 10px 0px 10px; 
			border: 1px #333 solid;}

.day	 { font-size: 26px; font-weight: bold; margin: 0px; padding: 0px; font-family: Arial, sans-serif; color: #FFF; }
.month	 { font-size: 14px; font-weight: bold; text-transform: uppercase; margin-top: 3px; padding: 0px; color: #FFF; }
.year	 { font-size: 11px; font-weight: bold; margin: 0px; padding: 0px; color: #FFF; }

 

.ind_datebox { 	width: 90px; 
			position: absolute;
			float: left;
			top: 21px;
			left: -100px;
 			padding: 0px; 
	 		font-size: 12px; font-style: italic; margin: 0px; padding: 0px; font-family: Arial, sans-serif; color: #FFF;
	  
			text-align: right;
			clear: right;}

 
 
 
 #news{ width: 250px; margin: 0 auto;}
 
 #news h3 {color: #FFF;}
 
#news #articles{background:#002b60; }
 
 
 
