/*
Theme Name: Debbie
Theme URI: http://barkleystudios.com
Description: 
Version: 1.0
Author: R Heath
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/



html>body #content {
	height: auto;
	min-height: 580px;
	padding: 0px;
	margin: 0px;
}

body{
	padding: 0px;
	margin: 0px;
        background: #fff;
	font: 62.5% Georgia, "Times New Roman", Times, Serif; /* Resets 1em to 10px */
        height: 100%; 
            

}
#wrapTop{
clear:both;
margin:0;
padding:0;
width:100%;
background:url('images/contentTop.jpg') no-repeat top center;

}
#wrap2{
clear:both;
background:url('images/footerBg.jpg') repeat-x bottom center;
width:100%;
}

#wrap {
    width: 960px;
    margin:0 auto;
    background:url('images/footerContent.jpg') no-repeat bottom center;
    padding-bottom:200px;
}


/************************************************
*	Header, Headings, etc.									*
************************************************/

#head{
	text-align: left;
	border-bottom:7px solid #333;
        width: 100%;
        padding: 0;
        margin:0 auto;
        height:166px;
          
}

#headleft {
       
		width: 960px;
		margin:0 auto ;
        
}

#headleft h4 a {
  		background:url('images/headerContent.jpg') no-repeat center top;
		width: 960px;
		color: #333;
        padding: 0;
        margin: 0;
        text-indent:-10001px;
        height:166px;
        color: #333;
        display:block;

}

#desc {
        text-indent:-10001px;
        height:0;
        margin:0;
        padding:0;
}


/*- Main Menu in Header */

#menu_header{
width: 960px;
margin: 0 auto ;
padding-bottom:30px;
}
ul.menu {
	
	margin:0 0 30px;
	padding: 0;
        font:bold 13px Arial;
        color:#333;
        list-style: none;
        list-style-position:inside;
        float:left;
	
	}

ul.menu li {
	float:left;
	        text-align: center;
	background:url('images/GreenMenu.gif') no-repeat;
	width:89px;
	height:25px;
	padding-top:7px;
	margin:0 1px;
	}
ul.menu li.feed_menu {
	display: inline-block;
	        text-align: center;
	background:url('images/OrangeMenu.gif') no-repeat;
	width:89px;
	height:25px;
	padding-top:7px;
	margin:0 1px;
	}


ul.menu li a {
font-size:12px;
        	color:#fff;
text-transform:uppercase;
	margin:0px;
       	}

ul.menu li a:hover {
	color: #000!important;
	text-decoration: none;
       	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #595441!important;
	text-decoration: none;
     	}

/************************************************
*	Links and Headings									*
************************************************/


a img,:link img,:visited img {
	border:none 
}    



a, a:link {
	color: #5d9218;
	text-decoration: none;
}

a:hover {
	color: #595441;
	text-decoration: none;
}

h1 {
        font:normal 27px Georgia;
	color: #4A8797;
        margin: 0px;
        padding-bottom: 0px;
}

h1 a:link, h3 a:hover, h3 a:visited{
	color: #5d9218;
}

h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	color: #4A8797;
	font-weight: normal;
}


h5 {
	color: #333;
        margin: 15px 0px 10px 0px;
	padding: 0px;
        font:bold 14px/1em Helvetic, arial, verdana;
        text-transform:uppercase;
	
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/************************************************
*	Main Content									*
************************************************/


#content {
        width: 515px;
        float: left;
}

.item {
    padding: 0px 0px 10px 0px;
    margin-bottom: 1.5em;
    color: #595441;  
    border-bottom: 1px dotted #000;
}


.item p {
        font-size: 1.5em;
        line-height: 1.3em;	
}

.item p a{
	text-decoration: underline;
}

.item p a:hover{
	color: #4A8797;
}

.item img {
	border: 1px solid #bfe8fd;
        padding: 5px;
        margin: 5px 10px 5px 0;
        background: #ffffff;
}

.item ul {
	list-style-type: disc;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;	
}

.item ol{
	list-style-type: decimal;
	padding-left: 10px;
	margin: 10px 0px 10px 15px;
	font-size: 1.4em;	
}

.itemhead{
padding:0 10px 0 0;
}

.itemhead h3{
	display: inline;
}

.date{
	display: inline;
	text-align: right;
	font-size: 1.1em;
        margin-bottom: 20px;
        font:bold 100% arial;
        color:#999;
        text-transform:uppercase;
}

input{
	font-size: 130%;
	border:1px solid #333;
}

.metadata{
	 font:bold 100% arial;
        color:#999;
        text-transform:uppercase;
        line-height: 220%;
        margin-top: 20px;
}

.metadata a:link, .metadata a:hover, .metadata a:visited{
	color: #4A8797;
}

cite{
	font-size: 1.1em;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ccc;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

/************************************************
*	Search Area									*
************************************************/

#searchform {
width:420px;
float:right;
background:#bfe8fd;
padding:10px;
border:1px solid #333;
border-width:0;
margin-top:10px;
}
#searchform #s{
width:275px;
font-size:16px;
float:left;
padding:5px;
vertical-align:middle;
margin:0;
background:#fff;
height:23px;
border:1px solid #333;
border-color:#333 #999 #999;

color:#000;
text-transform:none;

}

#searchform input{
float:left;
margin: -12px 10px 0;
padding:0;
background:url('images/orangeSearch.jpg') no-repeat;
height:33px;
width:83px;
border:none;
color:#fff;
text-transform:uppercase;
font:bold 12px arial;

}

/************************************************
*	Sidebar									*
************************************************/

#secondary {
        width: 440px;
	
	float: right;
	border:1px dotted #333;
	border-width:0px 1px;
}
#secondary img{

	border: 1px solid #bfe8fd;
        padding: 5px;
        margin: 5px ;
        background: #ffffff;
}

#top_sidebar{
        width: 440px;
       
}
#top_sidebarwidgeted{
        margin:0;
        padding:0;
}
#top_sidebarwidgeted h5{
        margin:0;
        margin-left:120px;
        padding:0 10px;
}
#top_sidebarwidgeted .textwidget{

        font-size: 13px;
        color:#666;

        
        padding:10px;
        
}
#top_sidebarwidgeted .cd_buy{
width:100px;
height:100px;
margin:-25px 0 0 0;
float:left;
}
#top_sidebarwidgeted p{
float:right;
width:299px;
margin:0;
}
#l_sidebar {
	float: left;
	width: 200px;
	padding: 0px 5px 20px 10px;
	}
	
#l_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	line-height: 17px;
        font-size: 1.1em;
        color: #595441;
	}
	
#l_sidebar ul , #r_sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
        font-size: 13px;
        list-style-type: none;
        color: #595441;
}

#l_sidebar li, #r_sidebar li  {
        margin: 0px;
	padding: 0px;
        color: #595441;
}
#l_sidebar ul li , #r_sidebar ul li {
	margin: 0px;
	padding: 5px 0;
	border-bottom:1px solid #ccc;
}
	
#l_sidebar ul li a, #r_sidebar ul li a {
	color: #595441;
	text-decoration: none;
}

#l_sidebar ul li a:hover, #r_sidebar ul li a:hover  {
	color:#4A8797; 
}

#l_sidebar ul ul, #r_sidebar ul ul {
	margin: 0px 0px 20px 0px;
	padding: 0px;
        font-size: 13px;
        color: #595441;
        list-style-type: none;
        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;
        font-size: 13px;
        color: #595441;
        list-style-type: none;
}

#l_sidebar ul ul ul li{
	margin: 0px;
}


#r_sidebar {
	float: right;
	width: 205px;
	padding: 0px 10px 20px 5px;

	}


#r_sidebar ul ul li{
	margin: 0px;
}

#r_sidebar ul ul ul{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
        font-size: 13px;
        color: #4A8797;
        list-style-type: disc;
        list-style-position: outside;
        color: #595441;
}

#r_sidebar ul ul ul li{
	margin: 0px;
}
	
#r_sidebar p{
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	line-height: 17px;
        font-size: 1.1em;
        color: #595441;
	}
	

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: #595441;
}

/************************************************
*	Comment Area									*
************************************************/


#comment {
	width: 510px;
	background: #bfe8fd;
	color: #333333;
	float: left;
	padding: 0px;
	margin: 0px 0px 10px 0px;
        font-size: 1.3em;
}
	
#comment {
    color: #515441;  
}
#comment input{
margin:10px 0;
background:url('images/orangeSubmit.jpg') no-repeat;
border:none;
height:33px;
width:153px;
color:#fff;
text-transform:uppercase;
font:bold 12px arial;

}
#comment #s1, #comment #s2, #comment #s3{
width:275px;
font-size:16px;
padding:5px;
vertical-align:middle;
margin:0;
background:#fff;
height:23px;
border:1px solid #333;
border-color:#333 #999 #999;

color:#000;
text-transform:none;
} 
#comment  a{
	text-decoration: underline;
}
#comment h5{
padding:0 10px;
}
#comment .entry{
padding:0 10px;
}
#comment a:hover{
	color: #E88337;
}

ol#commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
        font-weight: bold;
}
	
.commentdate {
	font-size: 1.2em;
	padding-left: 0px;
        font-weight: bold;
}
	
.commentlist p {
	clear: both;
	font-size: 1.2em;
}

#commentlist li p{
	margin-bottom: 8px;
	line-height: 18px;
	padding: 5px;
        font-weight: normal;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 0px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 10px;
	width: 475px;
	}

.commenttext-admin {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	width: 450px;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0 10px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 10px 0 0;
	}

#commentsform form textarea{
	width: 100%;
}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentmetadata {
	font-size: 1.1em;
	float: right;
}

.commentlist li {
	padding: 2px;
	border-top: 1px solid #cccccc;
}

.navigation {

	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #515441;
        font-size: 1.3em;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #4A8797;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
.standard{
background:#cfedfc;
border:1px solid #fff;
border-width:2px 0;

}
.alt, .standard{
padding:10px;
}

/************************************************
*	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: #515441;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar #today {
	background: ;
	color: #4A8797;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/************************************************
*	Footer									*
************************************************/


#foot {
	background:#82b33f;
        width: 100%; 
        height: 40px;	
        text-align: left;
	color: #595441;
        font-size: 1.1em;
}
#footer_content {
text-align:center;
width:960px;
margin:0 auto;
color:#fff;
}

#foot a:link, #foot a:hover, #foot a:visited{
color:#fff;
text-decoration: underline;
}