
/*
Theme Name: tkg.
Theme URI: kilbygroup.com/blog/wp-content/themes/tkg
Description: A brief description.
Version: 1.0
Author: You
Author URI: Your website address.
*/

/* resets
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	//vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

tbody {
	vertical-align: top;
}

body{
margin:0;
padding:0;
line-height: 1.5em;
background-image:url("images/BG_Grey3.png");
background-position: center;
background-attachment: fixed;
font-family: Calibri, sans-serif;
}

h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:34px;
	color:#375B73;
	margin: 10px 0 30px;
	font-weight: bold;
}

h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:28px;
	color:#375B73;
	margin: 10px 0 15px;
	font-weight: bold;
}

li {
background: url(images/bullet.png) no-repeat left center;
padding-left: 30px;
margin-left: 15px;
line-height: 1.5;
}

hr {
border: 2px #F1E8CB solid;
}

.container{
	width: 860px;
	margin: 0 auto;
}

.emphasis{
	font-style: italic;
	font-weight: bold;
	color: #8BA4B1;
}

.clear{clear: both;}

.inset {
background: #96A5B1 url(images/globe-bg.png) no-repeat left center;
color: #000;
padding: 10px 10px 10px 125px;
margin: 35px 0;
-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
min-height: 50px;
}

.services .inset {
margin: 35px 0 10px;
}

.inset p{
	font-style: italic;
}

.inset h2 {
margin: 0;
}

#topheader{
clear: left;
width: 100%;
background-image: url(images/navbg.png);
text-align: right;
border-bottom: 12px #375B73 solid;
}

#content .container{
	background: #66724d;
}

#topsection{
height: 300px; /*Height of top section*/
margin: 20px 0;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#maincontent{
	font-size: 20px;
	float: left;
	width: 645px;
	border-top: 20px #8BA4B1 solid;
	background: #fff;
	padding:10px 10px 50px 15px;
	min-height: 517px;
}

#words {
float: left;
width: 435px;
}

#bottom-nav {
display: table;
margin: 0 auto;
text-align: center;
}

#pages dt {
float: left;
border-right: 2px #F1E8CB solid;
padding: 3px 5px 3px 0;
width: 150px;
margin-top: 10px;
margin-right: 5px;
text-align: right;
font-family: 'Open Sans Condensed', sans-serif;
}

#pages dt a{
	color: #96A5B1;
}

#pages dd {
margin-top: 10px;
float: left;
padding: 3px 10px 3px 0;
}

.images {
float: right;
width: 175px
}

.sidebar{
	float: left;
	width: 160px;
	background: #66724d;
	padding: 0 15px;
}

#footer .container{
background-image: url(images/navbg.png);
padding: 10px 0;
margin-bottom:20px; 
}

#footer a{
color: #FFFF80;
}

#copyright{
	margin-left: 10px;
	color: #fff;
	float: left;
	line-height: 41px;
}

#akd{
	float: right;
	margin-right: 10px;
}

#akd img{
	float: left;
}

#akd p {
float: left;
color: #fff;
margin: 17px 0 0;
}

nav {
display: table;
margin: 0 auto;
padding: 10px 0;
}

nav a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:30px;
	padding: 0px 15px;
}


a:link    {color:#F1E8CB;}
a:visited {color:#F1E8CB;}

nav a:hover {
	color: #000000;
	background-color: rgba(102,114,77,0.75);
	background-color: rgb(102,114,77);
	padding: 0px 15px 5px 15px;
}

a:active  {color:#F1E8CB;}
a{text-decoration:none;}


.phpimgs{
	width: 160px;
	height: 120px;
	box-shadow: 3px 3px 12px 1px #a0a0a0;
	margin: 30px 0;
}

.phpimgs img{
	width:160px;
	//height:120px;
	border: 1px #000 solid;
}

