/*
Theme Name: Jesse Kenney
Theme URI: http://madhatterdesign.net/
Description: Theme designed for My wordpress intalation.
Version: 1.6
Author: Jesse Kenney
Author URI: http://madhatterdesign.net/jesse/
Tags: blue, custom header, fixed width, three columns, widgets

	JesseKenneyV0.1
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




/* Begin */

*{
	border: 0;
	margin: 0;
	padding: 0
}

body {
	font: 12px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	background:url(images/bg.jpg) repeat-y center #39abfd;
}

/* Setup */

a{
	color: #39abfd;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 3px
}
select{
	padding: 0
}
li{
	list-style: none
}
h1, h2, h3{
	font-weight: normal;
	letter-spacing: -1px
}


/* Layout
________________________________________________________________________*/


#page {
	margin: 0 auto;
	width: 1100px;
}

/* Header 
___________________________________ */
#header {
	width: 100%;
	height: 200px;
}

/* RSS 
____________________________________*/
#rss{
	position:absolute; 
	left: 1082px; 
	top: 0px; 
	z-index:2;
	text-align: center;
	width: 100px
}

/* Twitter
_____________________________________*/
#twitter {
	float: right;
	width:420px;
	height: 100px;
	margin: 95px 12px 0 0;
}

#twitter .tweet {
	margin: 18px 0 0 65px;
	width:320px
}

/*menu
______________________________________*/
#menu {
	width:100%;
	height:75px;
	}


/* Columns 
_______________________________________*/
#columns {
	min-height: 1100px;
	height: auto;
	background-color: #421e0d;
}

#columns p{
	line-height: 18px;
	padding: 0 0 12px
}

.col2 {
	padding: 25px;
}

.col1{
	float: left;
	width: 570px;
}
.col2{
	float:right;
	width:450px;
	
}

.col2 a {
	color: #c69c6d;
}

.col2 {
	color: #39abfd;
}

.col2 li {
	border-bottom: 1px dotted #663300;
}

/* Side Bars 
__________________________________*/
#sidebar1 {
	width: 300px;
	float: left;
}

#skyscraper  {
	float: right;
	width: 120px;
}

#subcol_wrap {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.subcol1{
	float: left;
	height: auto !important;
	min-height: 220px;
	width: 205px;
	}

.subcol2{
	float: right;
	height: auto !important;
	min-height: 220px;
	width: 205px;
}

/* Footer */
#footer {
	margin-bottom: 0px;
	clear:both;
	width:100%;
		
	}
	
#bottom {
	width: auto;

}


/* Everything else .. Colors, Typeography, menus, h1, h2, h3, h4
____________________________________________________________________*/


#header {
	background: url(images/header.jpg) no-repeat left;
	background-color: #421e0d;
}

#twitter {
	color: #fff;
	background: url(images/twitter.jpg) no-repeat;
}

#footer {
	
background: #313131;
	}
	
#one {
	padding: 10px;
	width: auto;
	color: #cccccc;
}
#bottom {
padding:10px;
	}

#bottom img {
	width: 100px;
	}

#bottom li {
	display: inline;
	}

/*- Search -*/
#search{
	background: url('images/search-bgr.gif') #421e0d;
	float: left;
	height: 36px;
	margin: 0 0 10px;
	width: 100%;
	
}
#search input{
	border: 0;
	float: left;
	margin: 5px 14px 0 15px;
	width: 70%;
	background: transparent;
	font-size: 16px;
	color: #421e0d;
}
#search .btn{
	margin: 6px 0 0;
	padding: 0;
	width: auto;
	float: right;
}

/* menu */

#menu {
	background: url(images/navbar-bg.jpg) repeat-x;
}

#menu a {
	text-transform: uppercase;
	color: #fff;
}

#menu a:hover {
	color: #421e0d;
}



/* headings */

.col2 h2{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #39abfd;
	border-top: 1px solid #c69c6d;
	border-bottom: 1px solid #c69c6d;
	padding: 0 0 4px;
	margin: 0 0 5px;
	letter-spacing: .5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Post 
_____________________________________________________________*/

.post {
	padding: 20px;
	margin: 10px 0 10px 10px;
}

.post a {
	color: #39abfd;
}

.post h2 a {
	color: #39abfd;
	font-size: 24px;
	line-height: 1em;
}

.post p {
	color: #c69c6d;
}

.post #postdetail p {
	font-size: 10px;
	margin: 1px 0 0 0;
}

.post p a {
	color: #fff;
	font-weight: bold;
}

.post img {
	margin-right:10px;
	border: solid .5px #c69c6d;
	padding:10px;
}

.post #photo #photoinfo {
	margin-left: 5px;
	font-size: 9px;
	color: #c69c6d;
}

.post #photo {
	margin-top:0px;
}
/* ARCHIVE
__________________________________________________________________________*/

h2.pagetitle {
	padding: 10px;
	color: #c69c6d;
}


/* SINGLE PAGE
___________________________________________________________________________*/

.single img  {
	margin-right:10px;
	border: solid .5px #c69c6d;
	padding:5px;
}

.entry {

}

.entry blockquote {
	width:270px;
	margin-left:40px;
	padding:10px 0 0 0;
}

.entry p a {
	color: #39abfd;
}

.entry h4 {
        
	border-bottom: 1px solid #c69c6d;
	padding: 5px;
	width: 100%;
	font-size: 1.5em;
	color: #c69c6d;
margin-bottom: 20px;
}

.entry h3 {
	margin-top: 20px;
	color: #c69c6d;
	font-size: 1.3em;
}


/* COMMENTS
______________________________________________________________*/

h3#comments {
	padding: 20px;
	font: 14px;
	font-weight: bold;

}

#commenttext {
	clear: left;
	padding: 5px;
}

#avatar {
	float: left;
}

a#datetime {
	color: #000000;
}

span#commenter {
	font-size: 16px;
	
}

#commentdetails {
	color: #000000;
	font-size: 14px;
	margin: 5px 0 0 10px;
	float: left;
	
}

#detail_wrap {
	height: 35px;
	padding: 5px;
	border-bottom: 1px solid #665138;
}

li.comment {
background: #803a1a;
	margin-top: 10px;
	border: 1px solid #665138;
}

#comment {
	color: #c69c6d;
	padding: 25px;
}

.authorcomment {
background: #313131;
color: #fff;
}
.tbcomment {
padding: 5px;
background: url(images/tb.png) no-repeat;
}
.pbcomment {
padding: 5px;
background: url(images/pb.png) no-repeat;
} 

.count {
float:right;
font-size:26px;
color:#ffffff;
} 

#commentsingle {
	
}

.alt {
	background: #662e14;
}

/* FORM */

#formdiv {
	margin-top: 10px;
}

label {
	
}

input#author {
	width: 200px;
	color: #421e0d;
}

input#url {
	width: 200px;
	color: #421e0d;
}

input#email {
	width:200px;
	color: #421e0d;
}

h3#respond {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid;
	margin: 10px 0 15px 0;
}

textarea#comment {
	width: 100%;
	padding: 1px;
	font: 14px/1.6em Verdana, Helvetica, Arial, Geneva, Helvetica, sans-serif;
	color: #421e0d;
}

