﻿/*  
Theme Name: KaraLee
Theme URI: http://www.karaleelong.com/wptheme
Description: Theme for KaraLeeLong.com WP site
Version: 1.0
Author: WPB
Author URI: http://www.novelwebsitedesign.com
*/

/************************************************
*	Body									*

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}
************************************************/

body{
	background: black url(images/stripe.jpg) no-repeat;
	color: #CCCCCC;
	margin: 0px;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	background-position: top center;
}

/************************************************
*	Wrapper									*
************************************************/
#wrapper{
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;
	background: black;
}

/************************************************
*	Top Bar									*
************************************************/
#topbar {
	clear:both;
	background: black url(images/header.jpg) no-repeat;
	width: 990px;
	height: 400px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

/************************************************
*	Header									*
************************************************/
#header{
	float: left;
	width: 990px;
}

/************************************************
*	SiteContainer									*
************************************************/
#sitecontainer{
	float: left;
	width: 990px;
	background-color: #EFD672;
}

/************************************************
*	Container									*
************************************************/
#container{
	float: left;
	width: 753px;
	background-color: black;
	background: black;
}


/************************************************
*	Sidebar									*
************************************************/
.sidebar{
	float: left;
	width: 237px;
	background-color: #EFD672;
	min-height: 100%;
	display: inline;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
color: black;
font-family: Arial;
font-size: 15px;
font-weight:lighter;
}

.sidebar ul li h3{
color: black;
font-family: Arial;
font-size: 12px;
font-weight:lighter;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

.sidebar p{
	color: black;
}

.sidebar ul li a{
	color: black;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial;
	padding: 10px 0 10px 10px;
	line-height: 25px;
}

.sidebar ul li a:hover {
	color: #8B0111;
} 

/************************************************
*	Posts									*
************************************************/
h1{
	font-family: Arial;
	font-size: 18px;
	margin: 5px;
}

h2{
	font-family: Arial;
	font-size: 25px;
	margin: 5px;
	color: #EFD672;
}

h3{
	font-family: Arial;
	font-size: 12px;
	margin: 5px;
	color: #CCCCCC;
}

h4{
	font-family: Arial;
	font-size: 9px;
	margin: 5px;
	color: #CCCCCC;
}


b{
	color: #CCCCCC;
}

strong{
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
}

a img {
	border: 0;
}


p{
	padding: 10px 0 0 0;
	color: #CCCCCC;
	margin: 10px;
}


.entry a{
	color: #EFD672;

}

.post{
	padding: 10px;
	font-family: Arial;
	font-size:10pt;
}

.entry{
	margin: 5px;
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 10px 10px 10px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px;
}
/************************************************
*	Comments									*
************************************************/
.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
	font-family: Arial;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial;
	font-size: 12px;
}

/************************************************
*	Footer									*
************************************************/
#footer{
	background-color: black;
	clear: both;
	float: left;
	width: 990px;
	height: 17px;
}

/************************************************
*	Copyright									*
************************************************/

#copyright p{
	font-size: x-small;
	color: #CCCCCC;
	text-align:center;
}

#copyright a:link{
	color: #CCCCCC;
	text-decoration: none;
}

#copyright a:visited{
	color: #CCCCCC;
	text-decoration: none;
}


#copyright a:hover{
	text-decoration: underline;
}

#copyright a img {border: none !important;}