/*  
Theme Name: Hannah Banana
Description: Hannah Banana Theme
Author: The Path Web Design
Author URI: http://www.thepathwebdesign.com

/* HTML Elements */

* {margin:0; padding:0; }
body{
	font: normal 10px/200% 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #333333;
	background:#ED94BE url(images/bg.gif) repeat-y center;
}
#container{
	width:925px;
	margin:0 auto;
}
#header {background: url(images/header.gif) no-repeat center;  height:100px; }
#content{
	float:left;
	background:#fff;
	width:658px;
	padding: 0 0 10px 0;
}
#content ul li {
	list-style-image:url(images/bullet2.jpg);
}
#content ul li ul li {
	list-style-image:url(images/bullet2.jpg);
}

#bottombg{width:815px; background:#000; height: 20px; margin: 0 auto;}
#sidebar{
	float:right;
	color:#000;
	padding: 0;
	width:250px;
	margin:0;
}
#footer{
	clear:both;
	background:#EB85B6;
	color:#FFF;
	width:931px;
	padding:5px 0px 5px 10px;
	margin:0px auto;
	color:#000000;
}
.description {
	background-color:#999999;
	text-align: right;
	padding:3px;
}
.description h4 {
	color:#000000;
}
p {	margin: 5px 0;}
hr {display: block;height:1px;background:#333;border:0;}
small {
	font-size: 0.95em;
	background:#F8D6E6;
	padding:3px 3px;
	display:block;
	clear: both;
}
img {
	background:#fff;
	padding: 5px;
}
img, a:link img, a:visited img { text-decoration:none;}
code {	font: 1.1em 'Courier New', Courier, Fixed;	}
acronym, abbr{font-size: 0.9em;	letter-spacing: .07em;	}
pre { line-height: 1.5; width:460px;  overflow:auto;  line-height:2.0em;
margin-bottom: 1.5em;}
fieldset {border:1px solid #f1f1f1; padding:10px;}
table {border:1px solid #f1f1f1;}
td,th {	line-height: 1.0em;	padding:8px; margin:1px;}
th {
	background-color: #FFFFFF;
	color:#000000;
}
td {
	color:#000000;
}
#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt; 	}
#wp-calendar a {text-decoration: none;	}
#wp-calendar caption {	font: bold 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;}
#wp-calendar th {font-style: normal;	text-transform: capitalize;}
.left { float: left; }
.right {float:right;}
.clearfloat:after {display:block;visibility:hidden;clear:both;height:0;content:"."; }
.clearfloat {display:inline-block}
.clearfloat {display:block }
blockquote {  margin:1em;  padding:1em;  font-style:italic;    background-color:#F8FAF2;	border-left:#475922 3px solid;}
pre { overflow:auto; margin:0 0 18px 0; padding:4px;}
pre, code, kbr {font-family:Courier, Monaco, monospace;}
code, kbr {padding:2px; color:#009193;}
abbr, acronym { font-size:0.9em; letter-spacing:1px; }
.clear { clear:both; }

/******** Wordpress Styles ********/

.aligncenter, div.aligncenter {    display: block;  margin-left: auto;  margin-right: auto; }
.alignleft {   float: left; }
.alignright {  float: right }
.wp-caption {  border: 1px solid #ddd;  text-align: center;  background-color: #f3f3f3;  padding-top: 4px;  margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {   margin: 0;   padding: 0;  border: 0 none;}
.wp-caption p.wp-caption-text {  font-size: 11px;  line-height: 17px;  padding: 0 4px 5px;   margin: 0; }
img.centered {	display: block;	margin-left: auto; 	margin-right: auto;	}
img.alignright {	padding: 4px;	margin: 0 0 2px 7px;	display: inline;	}
img.alignleft {	padding: 4px;	margin: 0 7px 2px 0;	display: inline;	}
.smallattachment {	text-align: center;	float: left;	width: 128px;	margin: 5px 5px 5px 0px;}
.attachment {	text-align: center;	margin: 5px 0px;}


/* Heads */

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family:Georgia, Tahoma, Verdana, Arial, Serif; font-weight:normal; color: #333;}
h1 { font-size: 3.5em; font-weight: normal; line-height:36px; }
h2{font-size: 2em; color: #000; letter-spacing:2pt; line-height:20px; }
h3{ font-size: 1.6em; color: #000; letter-spacing:2pt;  line-height:16px; }
h4{ font-size: 1.2em; color: #000; letter-spacing:2pt; line-height:20px; }
h5{ font-size: 1.0em; color: #000; letter-spacing:2pt; line-height:20px; }
h6{ font-size: 0.8em; color: #000; letter-spacing:2pt; line-height:20px; }
h2.pagetitle {
	background: url(images/info.png) no-repeat left;
	padding-left:18px;
	font-size: 1.5em;
	color: #333333;
	letter-spacing:2pt;
	margin: 10px 0px 10px 10px;
	line-height:15px;
}
#header h1 {
	margin:0;
	padding-left:10px;
	padding-top:20px;
	
}
#header h1 a{
	color: #333333;
}
/* Post Elements */

.post a {
	color: #ED94BE;
	text-decoration:underline;
}
.post a:hover{
	color: #93f90f;
	text-decoration: underline;
}
.post h2 {
	margin-bottom: 10px;
	color: #333333;
}
.post h2 a{
	color: #333333;
	text-decoration:none;
	border: none;
}
.post h2 a:hover{
	color:#ED94BE;
	text-decoration:underline;
	border:none;
}
.post {
	padding: 10px 10px 0px 10px;
	font-size: 12px;
}
.post div.topContent {
	font-size: 12px;
	color: #000000;
	margin: 12px 0;
  }
.post input[type=submit], input[type=reset] {
	font-size: 1em;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	background-color: #EB85B6;
	cursor: pointer;
}
.post hr { display: block;}
.post blockquote { background: #fff url(images/blockquote.png) no-repeat left top; color:#666; padding:0px 0px 0px 30px; border:none; margin:20px 0px 20px 0px;}
.post blockquote p { margin: 0px 0px 0px 0px; padding: 0 0px 10px 0px;}
.navigation { padding:10px; margin:20px 0px 20px 0px;}
a.more-link{
	color: #93f90f;
	padding-right:10px;
	background:url(images/more.gif) center right no-repeat;
	text-decoration:none;
	border:none;
	line-height:10px;
	padding-bottom:1px;
}
a:hover.more-link {
	color: #93f90f;
	padding-right:10px;
	background:url(images/more.gif) center right no-repeat;
	text-decoration:underline;
	border:none;
}
.postmetadata {
	font-size: 0.95em;
	border-bottom:1px solid #cccccc;
	margin:15px 0px;
	padding:3px 3px;
	display:block;
	background-color: #FBEAF2;
}
span.author-meta { background: url(images/author-mini.png) no-repeat left; padding-left: 12px; margin-right: 5px;}
span.date-meta { background: url(images/date.png) no-repeat left; padding-left: 12px; margin-right: 5px;}
span.category-meta { background: url(images/category.png) no-repeat left; padding-left: 12px; margin-right: 5px;}
span.comments-meta{ background: url(images/comment.png) no-repeat left; padding-left: 12px; margin-right: 5px;}
span.tags-meta{ background: url(images/tags.png) no-repeat left; padding-left: 10px;}

a.posts-rss { background: url(images/mini-rss.png) no-repeat left; padding-left: 15px; }
a.comments-rss { background: url(images/mini-rss.png) no-repeat left; padding-left: 15px; }
a.subscribe-feed { background: url(images/feedburner.png) no-repeat left; padding-left: 15px; }



/* Sidebar Elements */
#sidebar img{padding:0;}
#sidebar a {
	color: #EB85B6;
	font-size: 12px;
	text-decoration: none;
}
#sidebar a:hover{
	color: #93f90f;
	text-decoration: none;
}
#sidebar h2{
	font-size: 2em;
	color: #CCCCCC;
	letter-spacing:2pt;
	margin: 10px 0px 10px 0px;
	padding-bottom:3px;
	border-bottom:1px solid #CCCCCC;
}

/*List Styles */

#sidebar ul li { list-style-type: none; margin: 0px; padding:0px 5px 0px 0px;}
#sidebar ul li ul { list-style-type: none; margin: 5px 0px 5px 0px; letter-spacing: 1pt;}
#sidebar ul li ul li { list-style-type: none;}
ul {
	list-style-type: none;
} 
ul li {
	list-style-type: none;
	margin: 3px 0 3px 30px;
}
ul ul li {
	margin: 3px 0 3px 30px;
}
ul ul { margin: 0 0 15px 0;}
ol { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } 
ol li { margin: 0 0 0 30px;}
li.tags {line-height:24px;}
/* Comments List*/
ol#commentlist {
	list-style: none;
	margin: 10px 0;
	clear: both;
  }

#comment {
	padding: 10px;
	list-style: none;
	margin-bottom: 10px;
  	padding: 10px 15px;
}
#commentlist{
	padding: 0;
	text-align: left;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style: none;
}
#commentlist ul {list-style: none;}
#commentlist li {
	margin: 0 0 15px 0;
	padding: 10px;
	clear: both;
	min-height: 100px;
}
#commentform input, #commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
#commentlist .avatar{
  float: right;
  margin: 0 10px 0 0;
}
#commentlist .commentbody {
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	width: 500px;
  }
#commentlist .commentbody p a {
  text-decoration: underline;
  }

#commentlist cite{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
#commentlist p {	font-weight: normal;	line-height: 1.5em;	margin: 10px 5px 10px 0;	}
small.commentmetadata { background:none;	font-weight: normal;	}
#commentform p { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; margin: 5px 0; }
.nocomments {	text-align: center;	margin: 0;	padding: 0;	}
.commentmetadata {margin: 0; display: block;}
#commentlist .alt {
	border-bottom:1px solid #93f90f;
	border-top:1px solid #93f90f;
	margin:10px 0px 10px 0px;
	padding: 10px;
	background-color: #F8D6E6;
}
.count { line-height:30px; float:left; font-size:36px; color:#ccc; padding-top:10px 0px -5px 10px; margin-right:5px; }
#commentlist .trackback{
	background:#FBEAF2;
	margin-bottom: 5px;
	margin-top: 5px;
}
#commentlist .trackback cite{  background:url(images/pingtrackback.gif) no-repeat left;  padding-left: 15px; font-weight: bold; font-style: normal; font-size: 1.1em;}
#commentlist .pingback{
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #FBEAF2;
}
#commentlist .pingback cite{background:url(images/pingtrackback.gif) no-repeat left; padding-left: 15px;	font-weight: bold;font-style: normal; 	font-size: 1.1em;	}

/* form */
	
#commentform {
	background-color:#F8D6E6;
}
#commentform form {padding:6px 0;}
#commentform {
	margin-bottom:18px;
}
#commentform fieldset {border:0 solid;} /* Opera */
#commentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}
#commentform em { margin-left:5px; font-size:0.9em; font-style:normal;}
#commentform input, #commentform textarea { padding:3px; border:1px solid; font-family:Verdana,Arial,Helvetica,sans-serif; font-size:1em;}
#commentform  textarea {overflow:auto;}
#commentform input {width:200px;}
#commentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:465px;}
* html #commentform textarea {width:320px;} /* IE WIN*/
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN*/
#commentform label {  display:block;  float:left;  width:60px; }
#commentform .button { width:90px !important; border-bottom:1px solid; font-weight:bold; }
#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}
#commentform .hiddenfield {display:none;}
#commentform .info {padding-left:90px;}
#commentform p {  padding:6px 0; border-bottom:1px solid #fff; }
#commentform label { color:#545454;}
#commentform em {color:#C8C8B4;}
#commentform input {color:#414141;}
#commentform input, #commentform textarea {
	border: solid #cccccc 1px;
}
#commentform input:focus, #commentform textarea:focus {
	border-color:#666666;
}
#commentform .button {
	color: white;
	background-color:#ED94BE;
	border: solid #000 1px;
}

#footer a {
	color:#333333;
}

