/*
Theme Name: Hillbilly Heaven Herbs Theme
Description: WP Theme for Hillbillu Heaven Herbs
Author: <a href="http://design.goofygirl.org/">Goofy Girl Designs</a>
Author Url: http://design.goofygirl.org/

*/



html>body #content {
	height: auto;
	min-height: 520px;
}

body{
	padding: 0px;
	margin: 0px;
	background: #868e6d;
	font: 62.5% "Trebuchet MS", Tahoma, Arial, Georgia, "Times New Roman", Times, Serif; /* Resets 1em to 10px */
}

#wrap {border:2px solid #78815d;
    width: 900px;
    background: #FFF url(images/HillbillyHeavenHerbs-Blog-ContainerBkrd.gif);
    text-align:left;
    margin:0px auto;
}


/************************************************
*	Header, Headings, etc.									*
************************************************/

#head{border-bottom:2px solid #7c6495;
        width: 900px;
        padding: 0px;
        margin: 0px;
}

#head h1 {
        font-size: 4.9em;
        color: #ffffff;
        padding: 10px 0px 0px 50px;
        margin: 0px;
}

#head a {border:0px;
        color: #ffffff;
}
#head img {border:0px;}
#head a:hover {
        color: #cccccc;
}

.description {
        padding-left: 60px;
}

.description h2 {
        color: #ffffff;
        font-size: 3.0em;
        margin: 0px;
        font-style: italic;
}   


/************************************************
*	Links and Headings									*
************************************************/


a img,:link img,:visited img { border:none }    



a, a:link {
	color: #45305c;
	text-decoration: none;
}



h1 {
        font-size: 2.0em;
        line-height: 1.1em;
	font-weight: normal;
        margin: 0px; padding-left: 50px; 
}


h2 {
	font-size: 2.2em;
	color: #45305c;
	font-weight: normal;
}
h2 a {color:#45305c;}

h5 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #4b5843;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #b0a58c;
}

a:hover {
	color: #9c9c9c;
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content									*
************************************************/

#main {
        width: 900px;
}

#content {
        width: 480px;
        float: left;
        padding: 0px;
}

.item {
        padding: 0px 20px 10px 20px;
        margin-bottom: 1.5em;
        color: #333333;  
        border-bottom: 1px dotted #cccccc;
        font-size: 1.3em;
        line-height: 1.4em;	
}


.item p {

}

.item p a{
	text-decoration: underline;
}

.item p a:hover{
	color: #9c9c9c;
}

.item img {
	border: 1px solid #333333;
        padding: 3px;
        margin: 5px;
        background: #ffffff;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
}

.item ol{
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
}

.itemhead{
	padding-top: 5px;
	padding-bottom: 7px;
        margin-bottom: 18px;
}

.itemhead h3{
	display: inline;
}

.date{
	display: inline;
	text-align: right;
	font-size: 1.1em;
        margin-bottom: 20px;
}
.entry-date {
	text-align:right;
	font-size:.9em;
	color:#777;
	
}
input{
	font-size: 100%;
}

.metadata{
	font-size: 90%;
        line-height: 220%;
        margin-top: 20px;
        font-style: italic;
}

.metadata a:link {
	color: #333333;
}

.metadata a:hover, .metadata a:visited{
	color: #9c9c9c;
}

cite{
	font-size: 1.1em;
}

blockquote {
	margin: 10px 15px 10px 15px;
	padding: 10px 15px 10px 15px;
        background-color: #ffffff;
	border: 1px solid #cccccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {margin-top:10px;
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #988180;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}



/************************************************
*	Sidebar									*

************************************************/

#primary{
        width: 200px;
	padding: 0px;
	float: left;
}

#l_sidebar {
	padding: 0px 7px 20px 0px;
        font-size: 1.3em;
	line-height: 1.4em;
	}
	
#l_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
        color: #333333;
	}
	
#l_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#l_sidebar li {
        margin: 0px;
	padding: 0px;
        color: #333333;
        list-style-type: none;
        list-style-position: outside;
}
#l_sidebar ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
        list-style-type: none;
        list-style-position: outside;
}
	
#l_sidebar ul li a {
	color: #333333;
	text-decoration: none;
}

#l_sidebar ul li a:hover {
	color:#9c9c9c; 
}

#l_sidebar ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
        color: #333333;
        list-style-type: disc;
        list-style-position: outside;
        color: #595441;
}

#l_sidebar ul ul li{
	margin: 0px;
}

#l_sidebar ul ul ul{
	margin-top:0; 
        margin-bottom:0;
	padding: 0px 0px 0px 14px;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#l_sidebar ul ul ul li{
	margin: 0px;
}

#secondary{
        width: 200px;
	padding: 0px;
	float: right;
}

#r_sidebar {
	padding: 0px 15px 20px 4px;
        font-size: 1.3em;
	line-height: 1.4em;
	}

#r_sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
        list-style-type: none;
        list-style-position: outside;
        color: #333333;
}

#r_sidebar li {        list-style-type: none;
        margin: 0px;
	padding: 0px;
        color: #333333;
}
#r_sidebar ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
        list-style-type: none;
        list-style-position: outside;
}
#r_sidebar li ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
        list-style-type: none;
        list-style-position: outside;
}

	
#r_sidebar ul li a {
	color: #333333;
	text-decoration: none;
}

#r_sidebar ul li a:hover {
	color:#9c9c9c; 
}
#r_sidebar ul ul li{
	margin: 0px;
	padding: 0px 0px 5px 0px;
        list-style-type: none;
        list-style-position: outside;
}
#r_sidebar ul li ul li{
	margin: 0px;
	padding: 0px 0px 5px 0px;
        list-style-type: none;
        list-style-position: outside;
}
#r_sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	padding: 0px 0px 0px 14px;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#r_sidebar ul ul li{
	margin: 0px;
}

#r_sidebar ul ul ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
        list-style-type: disc;
        list-style-position: outside;
        color: #333333;
}

#r_sidebar ul ul ul li{
	margin: 0px;
}
	
#r_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
        color: #333333;
	}
	

li .categories, li .linkcat, li .pagenav {
	margin: 0px;
	padding: 0px;
}

.sidebarSearch{
	clear: both;
        margin-top: 10px;	
        margin-bottom: 10px;
	margin-left: 5px;
}

.feedarea  {
	height: 30px;
	background-image:url(images/feedicon.png);
        background-repeat: no-repeat;
	padding-left:20px;
}

.feedarea  a {
       color: #333333;
}

/************************************************
*	Comment Area									*
************************************************/

/* comments area */
#comments, #respond {font-size:16px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
#comments li {font-size:14px;} 
#commenttext {font-size:14px;}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #ecd4d8;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 150%;
	color: #dc8291;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #725536;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 100%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {font-size:20px;
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 100%;
}
#commentform input{
	width: 200px;
	background:#f4e7e9;
	border: 1px solid #ead7da;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f4e7e9;
	border: 1px solid #ead7da;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #faf1f3;
}
#commentform #submit{

	font: bold 12px Arial, Helvetica, sans-serif;
	background:#e4cccf;
	border: 1px solid #b4ac7e;
	color: #a88e92;
	float:right; Margin-bottom:20px;
	width: 144px;
	height: 28px;
	cursor: pointer;
}


.navigation {

	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
        font-size: 1.3em;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #333333;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/************************************************
*	Calendar									*
************************************************/


#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar td {
	color: #333333;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	background: ;
	color: #eeeeee;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/************************************************
*	Footer									*
************************************************/


#foot {
        width: 900px;  margin: 0 auto;
        height: 40px;	
        text-align: center;
	padding-top: 20px;
	color: #333333;
        font-size: 1.1em;
        font-style: italic;
}

#foot a:link, #foot a:visited{
	color: #333333;
        text-decoration: none;
}

#foot a:hover {
        color: #9c9c9c;
}

/* footer area */
#footer {
	clear: both;
	color: #eabac7;
	font-size: 115%;
	line-height: 130%;
	padding-bottom: 10px;
}
#footer a, #footer a:visited {
	color: #f8e1e7;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #453b25;
	margin: 10px 0px 5px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
/* credits */
#credits { 
	margin: 0px auto;
	width: 780px;
	color: #e8dff1;
	font-size: 100%;
	line-height: 120%;margin-top:10px;
}
#credits a, #credit a:visited {
	color: #e0d7e9;
}
#credits a:hover {color:#c2a9da;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}


/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
ul.widget-links li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}

/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recentcomments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
ul.widget_recentcomments ul{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

li.recent-comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
