/*
Theme Name: Kaman
Theme URI: http://kyleedginton.com
Description: A theme I built to learn the ropes.
Version: 1.0
Author: Kyle Edginton
Author URI: http://kyleedginton.com
Tags: custom color, custom header, round corners, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

*
{
margin: 0;
padding: 0;
}

body 
{
font-size: 62.5%; /* Resets 1em to 10px */
font-family: Verdana, Arial, 'Lucida Grande', Sans-Serif;
background: #ffffff;
text-align: center;
min-width: 800px;
direction: ltr;
}

.container {
width: 800px;
margin: 0 auto;
text-align: center;
}

.bg
{
width: 100%;
text-align: center;
background: white;
}

.header
{
width: 100%;
height: 200px;
background: url(images/header.png) no-repeat;
text-align: center;
}

.title
{
width: 60%;
text-align: center;
margin: 0 auto;
padding-top: 30px;
}

.title a
{
color: white;
text-decoration: no-underline;
-webkit-any-link-text-decoration: no-underline;
}

.title a:visited
{
color: white;
}

.title a:hover
{
color: #D5D6D7;
}

.headerlink
{
text-decoration: no-underline;
}

.blogtitle
{
font-family: "Times New Roman",Georgia,Verdana,San-serif;
font-size: 6em;
font-style: italic;
font-weight: bold;
text-decoration: no-underline;
margin: 0;
padding: 0;
line-height: 1.1em;
}

.blogdesc 
{
font-family: "Times New Roman",Georgia,Verdana,San-serif;
font-size: 2.4em;
font-style: italic;
font-weight: bold;
margin: 0;
padding: 0;
line-height: 1em;
}

.menu
{
position: absolute;
top: 175px;
margin: 0 30px;
}

.menu ul
{
width: 100%;
list-style: none;
list-style-position: inside;
padding: 0;
}

.menu li
{
font-family: "Times New Roman",Georgia,Verdana,San-serif;
font-style: italic;
font-weight: bold;
line-height: 1em;
font-size: 2em;
color: #282C2F;
float: left;
margin-right: 12px;
padding: 5px 10px;
background: white;
border: 1px solid #282C2F;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px #282C2F;
-khtml-box-shadow: 5px 5px 5px #282C2F;
-webkit-box-shadow: 5px 5px 5px #282C2F;
border-box-shadow: 5px 5px 5px #282C2F;
}

.menu li a
{
text-decoration: no-underline;
color: #green;
}

.menu li a:visited
{
text-decoration: no-underline;
color: #green;
}

.menu li a:hover
{
text-decoration: no-underline;
color: #D5D6D7;
}

.wrapper
{
float: left;
width: 100%;
background: url(images/sides.png) repeat-y;
padding: 30px 30px 30px 30px;
}

img 
{
float: left;
border: 1px solid #D5D6D7;
padding: 3px;
margin: 0 15px 15px 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

img.noborder
{
border: none;
}

img.shadow
{
float: left;
margin: 0 15px 15px 0;
border: 1px solid #D5D6D7;
/*border: none;*/
padding: 0;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 5px 5px 5px #282C2F;
-khtml-box-shadow: 5px 5px 5px #282C2F;
-webkit-box-shadow: 5px 5px 5px #282C2F;
border-box-shadow: 5px 5px 5px #282C2F;
}

.stacked
{
border: 1px solid #D5D6D7;
padding: 0;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 5px 5px 5px #282C2F;
-khtml-box-shadow: 5px 5px 5px #282C2F;
-webkit-box-shadow: 5px 5px 5px #282C2F;
border-box-shadow: 5px 5px 5px #282C2F;
}

.stk1
{
position: relative;
left: 0;
top: 0;
z-index: 5;
}

.stk2
{
position: relative;
left: 75px;
top: 75px;
z-index: 4;
}

.stk3
{
position: relative;
left: 150px;
top: 150px;
z-index: 3;
}

.stk4
{
position: relative;
left: 225px;
top: 225px;
z-index: 2;
}

.stk5
{
position: relative;
left: 300px;
top: 300px;
z-index: 1;
}

.post h1
{
font-family: "Times New Roman",Georgia,Verdana,San-serif;
font-style: italic;
font-size: 2em;
font-weight: bold;
color: green;
}

.entry
{
font-size: 1.2em;
}

.content
{
float: left;
width: 505px;
text-align: center;
padding: 0;
margin: 0;
}

.postblock
{
width: 475px;
margin: 0 0 30px 0;
padding: 15px;
background: white;
text-align: left;
border: 1px solid #282C2F;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 5px 5px 5px #282C2F;
-khtml-box-shadow: 5px 5px 5px #282C2F;
-webkit-box-shadow: 5px 5px 5px #282C2F;
border-box-shadow: 5px 5px 5px #282C2F;
}

.datebox
{
text-align: center;
color: white;
width: 50px;
float: left;
background: #282C2F;
border-right: 1px solid #D5D6D7;
border-bottom: 1px solid #D5D6D7;
margin: -20px 15px 15px -20px;
padding-bottom: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px #282C2F;
-khtml-box-shadow: 5px 5px 5px #282C2F;
-webkit-box-shadow: 5px 5px 5px #282C2F;
border-box-shadow: 5px 5px 5px #282C2F;
}

.nodatebox
{
overflow: hidden;
}

.month
{
font-size: 1.75em;
}

.day
{
font-size: 2em;
}

.year
{
font-size: 1.2em;
}

.posttitle
{
width: 405px;
margin-top: 0px;
margin-bottom: 15px;
float: left;
}

.posttitle h1
{
font-family: "Times New Roman",Georgia,Verdana,San-serif;
font-style: italic;
font-size: 2em;
font-weight: bold;
color: green;
}

.posttitle h1 a
{
margin-bottom: 0px;
text-decoration: no-underline;
}

hr
{
margin: 0 0 15px 0;
}

a:visited
{
color: green;
}

a:hover
{
color: #666666;
}

.author
{
font-size: 0.9em;
}

.posttext
{
padding: 0;
font-size: 1.2em;
}

blockquote
{
margin: 2em;
padding: 0 1em;
border-left: 10px solid #ccc;
}

p
{
margin-bottom: 1em;
text-indent: 30px;
}

p.highlight
{
text-indent: 0px;
text-align: center;
font-style: italic;
font-size: 1.2em;
font-weight: bold;
}

.posttext ul
{
list-style-position: inside;
margin-left: 0 0 0 15px;
}

.posttext li
{
padding: 15px;
margin-left: 3em;
margin-top: 1em;
}

/*.commentlink
{
text-align: right;
margin-bottom: 0px;
}*/

.singlecontent
{
width: 700px;
text-align: center;
padding-left: 10px;
margin-left: 30px;
margin-right: 15px;
margin-bottom: 0px;
}

.posttitlesingle
{
width: 640px;
margin-top: 0px;
margin-bottom: 15px;
float: left;
}

.posttitlesingle h1
{
font-family: "Times New Roman",Georgia,Verdana,San-serif;
font-style: italic;
font-size: 2em;
font-weight: bold;
color: green;
}

.pagetitle
{
font-family: "Times New Roman",Georgia,Verdana,San-serif;
font-style: italic;
font-size: 1.8em;
font-weight: bold;
color: green;
width: 500px;
margin-top: 0px;
margin-bottom: 15px;
float: left;
clear: both;
}

h2
{
margin: 1em 0;
}

#content
{
width: 100%;
text-align: left;
margin: 0 0 30px 30px;
padding: 15px 15px 0 10px;
border: 1px solid #000000;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 5px 5px 0 #282C2F;
-khtml-box-shadow: 5px 5px 0 #282C2F;
-webkit-box-shadow: 5px 5px 0 #282C2F;
border-box-shadow: 5px 5px 0 #282C2F;
}

/*.commentlist
{
text-align: left;
margin-bottom: 15px;
list-style-position: inside;
padding: 0 15px;
}

.comment-meta
{

}

.comment-author img
{
float: right;
}

.comment
{
text-align: left;
margin-top: 2em;
border-bottom: 1px dotted #000000;
}*/

#respond
{
width: 300px;
text-align: left;
margin: 30px 30px 0 30px;
padding-bottom: 15px;
}

#commentform textarea
{
font-family: Verdana, Arial, Sans-Serif;
width: 100%;
margin: 5px 0;
padding: 2px;
}

.tags
{
padding-top: 15px;
font-size: 0.9em;
}

.moreposts
{
width: 450px;
height: 30px;
margin: 0 auto;
}
.olderposts
{
float: left;
}

.newerposts
{
float: right;
}

.sidebar
{
float: left;
width: 190px;
margin: 0 0 0 15px;
padding: 15px;
text-align: left;
background: white;
border: 1px solid #282C2F;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 5px 5px 5px #282C2F;
-khtml-box-shadow: 5px 5px 5px #282C2F;
-webkit-box-shadow: 5px 5px 5px #282C2F;
border-box-shadow: 5px 5px 5px #282C2F;
}

.sidebar ul
{
list-style: none;
list-style-position: inside;
margin: 0;
padding: 0;
}

.widgettitle
{
font-family: "Times New Roman",Georgia,Verdana,San-serif;
font-style: italic;
border-bottom: dotted 1px #83909D;
margin: 10px auto;
text-align: left;
}

div.follow
{
overflow: hidden;
height: 32px;
}

div.follow ul
{
margin-left: 15px;
}

div.follow ul li
{
display: inline;
margin-left: 15px;
}

div.follow ul li img
{
margin: 0 10px 0 0;
-moz-box-shadow: 5px 5px 5px #282C2F;
-khtml-box-shadow: 5px 5px 5px #282C2F;
-webkit-box-shadow: 5px 5px 5px #282C2F;
border-box-shadow: 5px 5px 5px #282C2F;
}

.wordpress-hit-counter
{
text-align: center;
}

.wordpress-hit-counter img
{
margin: 0;
padding: 0;
text-align: center;
}

ul.textwidget
{
list-style-type: disc;
margin: 0;
padding: 0;
}

.footer
{
float: left;
width: 800px;
height: 65px;
background: url(images/footer.png);
text-align: center;
}

.meta
{
margin: 0 250px 0 250px;
padding: 2px;
width: 300px;
background: white;
border-top: 4px solid #282C2F;
}
