/*
Theme Name: Hearts and Butterlies
Theme URI: http://tntbase.com
Description: Beautiful colored theme
Version: 1.0
Author: TNT Base
Author URI: http://tntbase.com
Tags: empty, clean, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* -- just some ugly styling to make it easier to get started, can safely be removed */
#entry-meta-single {border-top:1px dotted #999; border-bottom:1px dotted #999; margin:10px auto 10px auto; padding:5px 0 5px 0;}
.entry-meta{border-top:1px dotted #999; border-bottom:1px dotted #999; margin:10px auto 10px auto; padding:5px 0 5px 0;}
#respond {padding:5px;}
#footer{background:#fff; overflow:hidden;}
li.depth-1 {border: 1px dotted #FF1C27; padding:3px;}
.navigation {border-top:1px dotted black; border-bottom:1px dotted black; margin-bottom:10px; overflow:hidden;}

/* - BASIC STUFF - */
body {
	font:9pt/11pt Verdana, Geneva, sans-serif;
	color:#555;
	margin:0 auto;
	padding:0 20px;
	background-color: #FF1C27;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
        background-position:left -80px;
}
a {text-decoration:none; color:#FF1C27; font-weight:bold;}
a:visited{text-decoration:none; color:#FF1C27; font-weight:bold;}
a:hover {text-decoration:none; color:#0F0;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}
img {margin:5px;}

/* -- LISTS -- */
ul {margin:0;padding:0 0 5px 0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0 0 7px 0; font-weight:bold;}
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:950px;}
#header {
	height:170px;
	margin:0 auto;
	text-align:center;
	padding: 0;
}
h1.titlublog {
	width:inherit;
	font-size:24px;
	padding-top:80px;
	padding-bottom:10px;
}
h2.subtitlublog{font-size:14px; font-weight:bold; padding: 5px 0 0 0;}
#adzonetop{
	width:728px;
	height:90px;
	margin:0 auto 20px auto;
	background-color:#FFF;
	}
#adzonepost{width:468px; height:60px; padding:0; margin:5px auto 5px auto;}
#adzonelinksus{width:950px; height:15px; float:left; margin:2px auto 10px 0; clear:right;}
.adzonelinkpost{margin:10px auto 10px auto; padding:1px 0 1px 0;} 
#footer {height:50px;overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0;}

/* -- POSTS -- */
.post{padding:5px;}
.post-index {
	margin:0 auto 30px auto;
	background-image:url(images/bkgpost.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#post-single {margin:0 0 20px;	background-image:url(images/bkgpost.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;}
.posts-wrap {float:none; clear:none;margin:0 auto;width:590px; background:#fff;}

/* -- SIDEBARS --*/
.sidebar {width:160px;clear:none}
.block-1 {float:right;}
.block-2 {float:left;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0; padding:5px;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 5px 5px;}
img.alignleft {float:left;clear:none;margin:0 5px 5px 0}
img.aligncenter {display: block; margin:5px auto; text-align:center}
img.alignnone {margin:0;}

/* -- NAVIGATION --*/
div.navigation {width:580px; display:block; height:auto;padding: 10px 5px 10px 5px; margin:5px auto 5px auto;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

