/*
Skin name: Coffee and Cream Brown
Version: 2.2
Author: K Allyn
Author uri: http://www.mediazeal.com
Description: Coffee and Cream Brown
*/

/*
#
# DO NOT EDIT THIS FILE
# ---------------------
# The Semiologic theme features a custom.css feature. This allows to edit the skin
# without editing its css files. That way, you won't need to worry about losing
# your changes when you upgrade your site.
#
# You'll find detailed sample files in the custom-samples folder
#
*/
body
{
	background: #894009 url(images/bg.jpg) repeat-x;
	color: black;
	padding: 0px;
	margin-top: 0px;
}

#ext_main { text-align: left; background-image: url(images/page.jpg); background-repeat: repeat-y; background-position: center 50%; margin: 0 auto 0; padding: 0; width: 770px; }

#navbar
{
	background-image: url(images/nav.jpg);
}
#wp-calendar thead
{
	background-color: #8b4513;
}
#footer
{
	background-color: #333;
	padding-left: 6px;
	padding-right: 6px;
}
#wp-calendar
{
	background-color: white;
}

#sitename
{
	text-align: center;
}

.header h1
{
	font-variant: small-caps;
}
a {
	color: #8b4513;
	text-decoration: none;
}
a:hover {
	color: #673301;
	text-decoration: underline;
}

.navbar a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.navbar a:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

h1,
h1 a,
h2,
h2 a
{
	color: black;
}

.header h1,
.header h1 a
{
	color: #ffffff;
	text-decoration: none;
}

.header h1 a:hover
{
	color: #ffffff;
}

.header h2
{
	color: black;
}


#footer
{
	border: solid 1px ##ccc;
}

#footer a
{
	color: #ffffff;
	font-size: 95%;
}

#wp-calendar
{
	border: solid 1px #cd853f;
}

#wp-calendar thead th
{
	border-bottom: solid 1px #cd853f;
}

#wp-calendar tfoot td
{
	border-top: solid 1px #cd853f;
}

.main h2
{
	border-bottom: solid 1px #cd853f;
	padding-bottom: 1px;
}

.entry_header h2
{
	border-bottom: solid 1px #cd853f;
}
#sidebar sidebar a {color: #fff; font-weight: bold;}
#pages a {color: #fff; font-weight: bold;}
#sidebar sidebar h2  { color: #fff; font-family: "Lucida Grande", Verdana, Sans-Serif; font-size: 11px; background-image: url(images/sidebar_h2.jpg); height: 22px; margin: 0 0 0; padding: 3px 0 0 15px; }
#pages h2 { color: #fff; font-family: "Lucida Grande", Verdana, Sans-Serif; font-size: 11px; background-image: url(images/sidebar_h2.jpg); height: 22px; margin: 0 0 0; padding: 3px 0 0 15px; }
#simple-tagging-tag-cloud h2 { color: #fff; font-family: "Lucida Grande", Verdana, Sans-Serif; font-size: 11px; background-image: url(images/sidebar_h2.jpg); height: 22px; margin: 0px; padding: 3px 0 0 15px;}

#better-blogroll h2 { color: #fff; font-family: "Lucida Grande", Verdana, Sans-Serif; font-size: 11px; background-image: url(images/sidebar_h2.jpg); height: 22px; margin: 0 0 0; padding: 3px 0 0 15px; }
#better-blogroll a {color: #fff; font-weight: bold;font-size: 80%;}
#better-blogroll small {color: #fff; font-weight: normal;font-size: 70%;}
#archives h2 { color: #fff; font-family: "Lucida Grande", Verdana, Sans-Serif; font-size: 11px; background-image: url(images/sidebar_h2.jpg); height: 22px; margin: 0 0 0; padding: 3px 0 0 15px; }
#archives a {color: #fff; font-weight: normal;font-size: 80%;}
/*
.sidebar h2
{
	border-bottom: solid 1px #cd853f;
	padding-bottom: 1px;
}
*/
#sidebar div.pad
{
	padding: 0px  0px  0px  6px;
	margin: 0px;
}
.main table thead th
{
	border-bottom: solid 1px gainsboro;
}

.entry_actions,
.comment_actions
{
	border-top: solid 1px gainsboro;
	padding-top: 1px;
	font-variant: small-caps;
}
#copyright_notice {
	color: #fff;
	font-size: 90%;
}
#credits.credits {
	text-align: center;
	font-size: 90%;
	color: #cd853f;
}

#credits.credits a {
	font-size: 90%;
	color: #cd853f;
}
/*  Entry Lists */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li { color: white; list-style-type: none; list-style-image: none; margin-bottom: 15px; }

#sidebar ul p, #sidebar ul select {
	margin: 0 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 12px;
	padding: 0;
	}
/* End Entry Lists */
