/*
Theme Name: Kelly Chandler
Theme URI: 
Description: for Kelly Chandler's blog
Version: 1.0
Author: Robert Meador
Author URI: http://www.cultivatedesign.com/
*/
/************************/
/*     Global Design    */
/************************/
* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #701a20;
}

a:visited {

}

a:hover {
	color: #9C212B;
}

a:active {
}

body {
	background: #352f2d url(images/pageBg.gif) top left repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 68%;
}

.clear {
	clear: both;
}

/************************/
/*     Layout Design    */
/************************/
#container {
	width: 985px;
	margin: 0 auto 30px;
	background-color: #C4B7A7;
	color: #352f2d;
	position: relative;
}

#header {
	background: transparent url(images/headerBg.jpg) top left no-repeat;
	height: 275px;
}

#content {
	margin: 50px 90px 20px;
}

#sidebar {
	background-color: #988675;
	padding: 16px 45px 20px;
	color: #efecdf;
}

#sidebar a {
	color: #efecdf;
}

#sidebar h2 {
	text-decoration: none;
	display: block;
	padding-top: 20px; 
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 21px; /* CSS hack - Windows IE */
}

#sidebar h2#archives
{
	background-image: url(images/sbArchivesTitle.gif);
	width: 82px;
	float: left;
}

#sidebar h2#categories
{
	background-image: url(images/sbCategoriesTitle.gif);
	width: 100px;
	float: left;
}

#sidebar h2#rss
{
	background-image: url(images/sbRss.gif);
	width: 93px;
	float: right;
	
	padding-top: 0;
	height: 21px !important;
}

#sidebar h2 a {
	text-decoration: none;
	display: block;
	padding-top: 20px; 
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 21px; /* CSS hack - Windows IE */
}

p#archivesList {
	float: left;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 30px;
	width: 400px;
}

ul#categoriesList {
	float: left;
	list-style-type: none;
	margin-top: 4px;
	margin-left: 10px;
}

ul#categoriesList li {
	margin-bottom: .1em;
}

#footer {
	background-color: #706254;
	color: #A89C8D;
	padding: 4px;
	text-align: center;
}

#footer a {
	color: #A89C8D;
}

.ads {
	margin: 5px auto;
	width: 100%;
}
/************************/
/*     Header Design    */
/************************/
#sitename {
	position: absolute;
	left: 507px;
	top: 217px;
	z-index: 2;
}

#sitename h1 {
	width: 374px;
	
}

#sitename h1 a {
	text-decoration: none;
	display: block;
	padding-top: 86px; 
	background: #fff url(images/logo.jpg) top left no-repeat;
	overflow: hidden;
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 87px; /* CSS hack - Windows IE */
}

#header #searchbar {
	position: absolute;
	right: 1em;
	bottom: 1em;
}

#header #searchbar #s {
	padding: 1px;
}

#header #searchbar #searchsubmit {
	border: 1px solid #555;
	background-color: #E9E8E2;
}

#header #searchbar #searchsubmit:hover {
	background-color: #A6A492;
}

#navigation {
	height: 35px;
	background-color: #988675;
	padding-top: 6px;
	padding-left: 27px;
	position: relative;
	z-index: 1;
}


#navigation ul {
	list-style-type: none;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	padding: 28px 0 0 0;
	text-decoration: none;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 1px !important; /* this kills the header in windows ie 5 IF the following hack appears in a separate rule declaration - that's why it's directly below*/
	height /**/: 29px; /* CSS hack - Windows IE */
}

#navigation li.navHome a {
	background: url(images/navHome.gif);
	width: 79px;
}

#navigation li.navAbout a {
	background: url(images/navAbout.gif);
	width: 74px;
}

#navigation li.navCategories a {
	background: url(images/navCategories.gif);
	width: 104px;
}

#navigation li.navKelly a {
	background: url(images/navKellyChandler.gif);
	width: 185px;
}

#navigation li.navHome a:hover,
#navigation li.navAbout a:hover, 
#navigation li.navCategories a:hover, 
#navigation li.navKelly a:hover {
	background-position: 0 -29px;
}

.navsub {
	background-color: #b7dfd7;
	display: none;
	position: absolute;
	left: 195px;
	top: 41px;
	font-family: Georgia, Palatino, Times, serif;
}

#navigation ul.navsub li {
	float: none;
}

.navsuboff {
	font-size: 13px;
	color: #D4C8BA;
	background-color: #988675;
	padding: 4px 10px;
	text-transform: lowercase;
}
.navsubon {
	font-size: 13px;
	color: #736558;
	background-color: #CFC0AE;
	cursor: pointer;
	cursor: hand;
	padding: 4px 10px;
	text-transform: lowercase;
}
	
/*#navigation li a {
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 9px;
	color: #555;
}
	
#navigation li a:hover {
	color: #FFF;
	background: #A6A492;
}*/
/************************/
/*    Sidebar Design    */
/************************/

/************************/
/*    Content Global    */
/************************/

.post {
	margin-bottom: 3em;
}

.post div.entry a {
	color: #701a20;
	text-decoration: none;
}

#more-1 {
	background: none;
}

.post div.entry a:hover {
	color: #efe9e1;
}

.post blockquote {
	margin: 10px;
	padding: 5px;
	font-size: 10px;
	border-top: 1px solid #A6A492;
	border-bottom: 1px solid #A6A492;
	background-color: #FFF;
	color: #000;
	font-style: italic;
}

.post h2 {
	color: #74665c;
	font-family: Georgia, Palatino, Times, serif;
	font-size: 2.6em;
	font-weight: normal;
	margin-bottom: .2em;
}

.post ol {
	padding-left: 25px;
	margin-bottom: 5px;
}

.post ul {
	padding-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
}

.post p {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4;
}

p.small {
	font-size: 1.1em;
	font-weight: bold;
	color: #efe9e1;
}

p.small a {
	color: #efe9e1;
}

.subPost {
	text-align: center;
	margin-top: 1.5em;
}

p.date {
	text-transform: uppercase;
	margin-bottom: .2em;
}

/************************/
/*    Content Design    */
/************************/
.post span.cats {
	font-weight: bold;
}


.postmetadata {
	margin: 10px 0;
	font-size: 110%;
}
/************************/
/*    Comment Design    */
/************************/

ol#comments {
	list-style-type: none;
}

ol#comments li {
	margin-bottom: 10px;
}

ol#comments cite {
	font-style: normal;
	font-weight: bold;
	font-size: 130%;
	font-family: Georgia, Palatino, Times, serif;
	color: #364F45;
}

ol#comments blockquote {
    margin: 4px;
    font-style: italic;
}


ol#comments em {
	display: block;
	font-size: 120%;
	font-weight: bold;
}

ol#comments p {
	font-size: 120%;
}

ol#comments ol {
    padding-left: 25px;
}

ol#comments ul {
    padding-left: 20px;
}

ol#comments ul li, ol#comments ol li {
    margin-bottom: 3px;
}

small.commentmetadata {
	font-size: 90%;
	font-weight: bold;
}

h3#respond {
	font-size: 110%;
}

#commentform p {
    margin-bottom: 3px;
}

#commentform input {
	border: 1px solid #988675;
	background-color: #E8E4DF;
}

#commentform input#submit {
	margin-top: 2px;
	font-size: 1em;
	padding: 2px;
}

#commentform textarea#comment {
	width: 98%;
	border: 1px solid #988675;
	background-color: #E8E4DF;
}
/************************/
/*  Navigation Design   */
/************************/
.navigation {
	display: block;
	font-size: 130%;
	margin: 5px 0;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/************************/
/*     Footer Design    */
/************************/
