/*
Theme Name: JenK
*/

/*BACKGROUND IMAGE************/
body {
	background: #ffffff url(images/seamless-tinyflowers.png) repeat fixed; 
	font: 14px 'Times New Roman', Times, serif; /*ENTRY FONTS*/
	color:#948671; /*OVERALL TEXT COLOR*/
        line-height: 22px;
}


/*LINK STYLES****************/
a {
	font-weight:bold;
	color:#948671;
}
a:hover {text-decoration:none;	color:#a8dacd;}


/*LOGO IMAGE*****************/
#logo {
        display:none;
	width:960px;
        height: 50px;	
        margin: 0;
}


/*MENU COLORS****************/
#menu {
        font-family: 'Times New Roman', Times, serif;
}
#menu li, #menu li a, fieldset label {
	font: 13px 'Times New Roman', Times, serif; /*MENU FONT STYLES*/
        font-weight:bold;
        letter-spacing: 1px;
        text-transform: uppercase;
	color:#948671;	/*MENU FONT COLOR*/
}

#menu li ul li a {
	font: 12px 'Times New Roman', Times, serif; /*MENU FONT STYLES*/
        letter-spacing: 1px;
        text-transform: lowercase;
	color:#6c635a;	/*MENU FONT COLOR*/
}

#menu li:hover, #menu li a:hover {
	color:#ffffff; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner {
height: 240px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
margin:0px 15px 0px 15px;
top:0px;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#e9e6dd;
}
.holder .text strong {
	display:block;
	font-size:14px;
	color:#2c2c2c;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:14px;
	color:#2c2c2c;
	line-height:17px;
	margin:0 0 5px;
}

/*POSTS*******************/
.title {
	margin: 20px 0 40px;
        padding:2px 0 20px;
        height: 60px;
        background: transparent url(images/title-wrap.gif) top center no-repeat;
        width: 870px;
        text-transform: none;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2, .title h2 a {
	margin:-25px auto 25px;
	font-size:30px;
	font-family: 'Times New Roman', Times, serif;
	font-weight:normal;
	line-height:36px;
        height: 36px;
	color:#ffffff;
        text-align: center;
        text-transform: none;
        width: 360px;
        vertical-align: middle;
}
.title h2 {}
h2, h2 a {
	margin:20px;
	font-size:24px;
	font-family: Georgia, Times, serif;
	font-weight:normal;
	line-height:30px;
	color:#6c635a;	
        text-transform: none;
        text-decoration:none;
}

h3 {
	margin:0;
	font-size:20px;
	font-family: 'Times New Roman', Times, serif;
	font-weight:normal;
	line-height:20px;
	color:#756153;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title .postmetadata a, .title .postmetadata {
        clear:both;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
        text-transform:none;
}
.title .postmetadata, .title .postmetadata a {text-align:center;clear:both; font-style: italic; font-family: Georgia, serif;font-size: 12px; font-weight: bold;}

/* NEXT / PREVIOUS PAGE navigation*/
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: 'Times New Roman', Times, serif;
	width: 100%;
	padding: 10px 0px;
	height: 15px;
}
.navigation a {text-decoration:none;}
.navigation a:hover {text-decoration:underline;color: #a8dacd;}

.navbg {background: #fff;}

/*FOOTER LINKS*/
#footer {
	padding:8px 0 10px;
        margin-left: 20px;
	width:900px;
	font:12px/25px 'Times New Roman', Times, serif;
	color:#b2b2b2;
	text-align:center;
        clear:both;
}
#footer p {margin:0; clear:both;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #a8dacd;
}


.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}




body {
	margin:0;		
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;

}
input#s {width: 90px;}
form,fieldset{
	margin:8px 5px 0;
	padding:0;
	border-style:none;
        height: 30px;
        width: 160px;
        display:inline;
        vertical-align: top;
}
fieldset label {margin:3px 0 0; padding:0}

/*main container*/
#wrapper {width: 980px;
        margin: 0 auto;
        background: transparent url(images/950whiteshadow.png) repeat-y top center;}
#main {
	margin:0 auto;
	width: 980px;
	padding:0px 0 0px;
}
/*header*/
#header {width: 980px;
        top: 0;
        margin: 0 auto 0;
        height: 100%;}
#header img {display:block;}
#menu {
	list-style:none;
	margin:0px 15px 0px 15px;
	padding:0px 0 12px 10px;	
	height:28px;
        clear:both;
        background: #c4e5dc;
        width: 940px;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
        margin: 12px 0 0 0;
	padding:0px 18px 0px 18px;
	float:left;
        height: 22px;
}
#menu li.first {border:none;margin-left: 0px;padding-left: 20px;}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:5px 10px 6px 5px;
	margin:0;
	list-style:none;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;

}
#menu ul li {
	padding:5px 10px 8px 17px;
        margin: 0;
	width:140px;
        border:none;
        height: 100%;
	background:#e9e6dd;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#000;}
.holder {
	padding:20px 30px 20px;
	width:940px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:420px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#6c635a;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#wrapper2 {
       margin: 0px auto;
       }

#content {
	width:870px;
	padding:0px 40px 0px 40px;
        margin: 0px auto 0;
}
.entry {	
	overflow:hidden;
        margin-top: 20px;
        clear: both;
}
.entry p {
	line-height:25px;
	margin:0 0 22px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.postmetadata {
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
}
.postmetadata a {
	color:#48671;
	text-decoration:none;
	outline:none;
}
.postmetadata a:hover {text-decoration:underline; color: a8dacd;}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

div.stamp {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-x-system-font:none;
background:transparent url() repeat-y scroll 100% 0;
color:#5a5748;
font-family:'Times New Roman', Times, serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:16px;
padding-left:0px;
padding-right:16px;
margin-top: 0;
margin-bottom: 0px;
margin-left: 0px;
height: 18px;
text-transform: lowercase;
}	

div.stamp span {
-x-system-font:none;
display:block;
font-size: 20px;
line-height:normal;
margin:0px;
text-transform:none;
}
.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist {width: 830px;}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}
.breaker {height: 20px; width: 100%;}
.galleryslideshow {
        width: 1000px;
        height: 600px;
        padding-top: 20px;
        padding-bottom: 30px;
        margin: 0px auto 0;
        background: transparent url(images/gallery_wrap.gif) no-repeat top center;
}
.galleryslideshow p {margin:0px 0 0 ;padding:0;}
.gallery_home {float: left; padding-left: 60px; margin-top: 0px; padding-top: 0px;}
.gallery_close {float: right;padding-right: 70px;margin: 0 0 0 810px; top: 120px;position: absolute;align:right}
.gallery_home a, .gallery_close a, .gallery_close a:visited{
        text-decoration: none; padding:3px 6px 0px 7px;margin:0;line-height:24px}
.gallery_home a:hover, .galleryslideshow .gallery_close a:hover{color: #000;margin:0;line-height:24px;}

.post_bottom {
        background: url(images/post-bottom.gif) no-repeat center top;
        height: 155px;
        width: 830px;
        margin: 20px auto 20px;
        padding: 30px 0 0px 40px;
        z-index: 100;
        position: relative;
        clear: both;
        display: block;
        }
.post_bottom .links {float:left;display:inline;width: 180px; font-family: Georgia,serif; font-size: 16px; font-style: italic;padding-top:20px;height:100px;}
.post_bottom .links a {font-weight:normal; color: #6c635a; text-decoration: none;margin:0px 0 10px;padding:0;clear:both;float:left;}


ol.commentbox {

padding-left: 30px;
padding-right: 20px;
margin-top: 0px;
margin-bottom: 40px;
max-height: 110px;
max-height: 110px;
padding-bottom: 0px;
border: 0px solid #C2D2CF;
padding-top: 0px;
padding-bottom: 7px;
overflow-y: auto;
font-size: 12px;
overflow: -moz-scrollbars-vertical;
overflow-x: hidden;
list-style-type:none;
}
span.commentbar {padding-top: 2px;}
.awpcomments {width: 640px;display:inline;float:left;}

#loading {
 	width: 200px;
 	height: 80px;
 	background-color: #ffffff;
 	position: absolute;
 	left: 50%;
 	top: 50%;
 	margin-top: -50px;
 	margin-left: -100px;
 	text-align: center;
}
.footer_bottom {width: 1000px;margin: 20px 0 0 30px;}

.about {
width:910px;
clear:both;
margin:5px 0 10px 0px;
padding-bottom: 20px;
border-bottom: 0px dotted #C2D2CF;
font-size: 16px;

}
h2.gallery {height: 50px;margin:0; position: absolute; top: 60px; text-align: center; display: inline; width: 500px;}

#sidebar {
    width: 960px;
    margin-left: 20px;
    background: #d1dddb;
    clear:both;
    display:block;
    height:100%;
    }

#sidebar ul {
    list-style-type:none;
    padding:30px;
    display:block;
    clear:both;
    float: left;
    background: #d1dddb;
    width: 900px;
    }

#sidebar ul ul{background:none;padding:0px;width:150px;padding-left:55px;}

#sidebar ul li
{float: left; display:inline;margin-right: 10px; width:200px; margin-left: -10px;text-transform:uppercase;}
#sidebar ul li a:hover {color: #fff;}

#sidebar ul li ul li {clear:both; }

#sidebar h2.widgettitle 
    {font-size: 20px;}

#sidebar a {text-decoration:none}
.postseparator {width:900px;
    margin-left: -15px;
    height: 70px;
    background: url(images/post-separator.gif) no-repeat center center;}

.tweet {float:left; display:inline; width: 700px;margin: 30px 15px 20px -25px; font-size: 12px;height: 80px;
        background: url(images/about-separator.gif) right bottom no-repeat;}

.abouttext {width: 640px; margin-left: 220px; height: 100%; font-size: 12px;}
