/*
Theme Name: kg
Description: kg
Version: 1.0
Author: D Givens
Author URI: http://meltedheart.org/
Tags: custom
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li {
	list-style: none;
	list-style-position: inside;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #3A4840;
	padding-top: 15px;
	padding-bottom: 15px;
}
ol ol, ul ul, ol ul, ul ol { margin-left: 0px; margin-bottom: 0; }
img { border: none; }

a{outline:none;}



/* Body
-------------------------------------------------------------------*/
body {
	color: #333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin: 0 auto;
	font-family: “Trebuchet MS”, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

*:first-child+html body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

* html body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: “Trebuchet MS”, Helvetica, sans-serif;
	color: #414d4c;
}
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }
div#date {
float:right;
font-size:10px;
line-height:20px;
margin-bottom:5px;
text-align:left;
width:100%;
}
h1 span { color: #999; }

hr{
	margin-top: 16px;
	margin-bottom: 16px;
}

a { color: #3b5a4a; }
a:hover { color: #3b5a4a; }
a:visited { color: #3b5a4a; }

p { margin-bottom: 10px; }

input, textarea { font: 12px “Trebuchet MS”, Helvetica, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}



/* Header
-------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 258px;
	position: relative;
	background-image: url(images/headBg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header h1 { 
        width: 230px;
        position: absolute;
        top: 80px;
        left: 160px;
	font: 20px Verdana; 
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #fff; 
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header span {
        position: absolute;
        top: 195px;
        left: 150px; 
	padding-left: 10px; 
	font-size: 12px; 
	color: #333; 
}


/* Container
-------------------------------------------------------------------*/
#wrapper {
	width: 960px;
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* CAPT CAPTION COMIN AT YA */
div.caption p{font-size: 12px; color: #101010; font-weight: normal; text-decoration: none;}

/* Content
-------------------------------------------------------------------*/
#content {
	width: 540px;
	padding: 0px;
	float: right;
	position: relative;
	margin-right: 90px;
	margin-top:20px;
}
#content .post {
border-bottom:1px dotted #666666;
margin-bottom:40px;
}#content .post p { margin-bottom: 20px; }
#content .post h3 a {
font-size:18px;
padding-left:0;
text-decoration:none;
}#content .post-list li { list-style: none; }

#content .post .post-info {
	clear: both;
	font-size: 11px;
	color: #777;
	padding: 15px 5px 5px 5px;
	margin-bottom: 20px;
	text-align: right;
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

div#cycle {
margin:0 0 10px 0;
border:10px solid white;
width:520px;
}
div#tagline {
font-family:georgia;
font-style:italic;
font-size:15pt;
z-index:400;
position:absolute;
margin-top:-17px;
text-align:right;
width:100%;
color:#757569;
}


/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	float: left;
	font-size: 16px;
	color: #555;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 152px;
	width: 95px;
	text-align: center;
}

#sidebar a { color: #38463e; text-decoration: none; }
#sidebar a:hover { color: #38463e; }

#sidebar .block {
	overflow: hidden;
	color: #555;
	font-weight: bold;
}
#sidebar .block li {
}
#sidebar .block a:hover { color: #777; }


/* Footer
-------------------------------------------------------------------*/

#footer {
	width: 100%;
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 150px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#footer-inner {
	text-align: center;
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
}
#footer p { 
	font-size: 11px; 
	margin: 0; 
}
