/* @override http://www.bunnynico.com/wp-content/themes/bunnynico/style.css */

/*   
Theme Name: BunnyLlama
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Andri
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background: url(images/bg.png) repeat-x;
	padding: 0 !important;
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
	color: #613d22;
}

#content h1.entrytitle {
	font-size: 3em;
}

#header {
}

#s {
	width: 224px;
	padding: 0;
	margin: 0;
}

a {
	color: #0d9dcc;
	text-decoration: none;
}

#access {
	display: none;
}

#branding h1 {
	display: none;
}

#branding {
	height: 216px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url(images/header.jpg) repeat-x;
}

#branding a {
	height: 36px;
	margin-top: 24px;
	width: 160px;
	display: block;
	text-indent: -99em;
}

#main {
	padding-top: 24px;
	background: url(images/llama.png) no-repeat bottom right;
}

.main-aside {
	border-top: 4px solid #af9c8a;
	padding-top: 12px !important;
}

.widgetcontainer {
	border-bottom: 4px solid #af9c8a;
	margin-bottom: 12px;
}

.widgetcontainer a {
	color: #0d9dcc;
}

.widget_pages h3 {
}

.widget_text {
	display: none;
}

.widget_tag_cloud div {
	padding-bottom: 12px;
}

.meta-prep, .meta-sep, .vcard, .entry-utility .edit, #siteinfo {
	display: none;
}

.entry-content img {
	max-width: 468px;
}

#content .post .entry-utility {
	border: 0;
	padding: 0;
}

.single #content .post .entry-utility {
	margin-bottom: 1em;
}

.single .entry-title {
	border-top:  4px solid #AF9C8A;
	padding-top: 24px;
}

.not-singular #content {
	border-top:  4px solid #AF9C8A;
	padding-top: 24px;

}

/* Comments */

#comments, #respond {
	padding-top: 0;
}

#comments .comments ol, #comments .comment {
	border: none;
}

#comments .comments {
	padding: 0;
}

#comments .comments ol {
	border-top: 1px solid #AF9C8A;
}

#comments .comment {
	padding: 1em 0 0 0;
	border-bottom: 1px solid #AF9C8A;
}

#comments .comment .vcard {
	display: block;
	padding: 0;
}

#comments .comment .vcard .avatar {
	display: none;
}

#comments .comment-meta {
	padding: 0;
	margin-bottom: 1em;
}

#comments .comment-meta {
	font-size: 12px;
}

#comments .comment-meta a {
	display: none;
}

#comments .bypostauthor {
	background: none !important;
}

#comments h3 {
	font-size: 18px;
}

/* Sidebar */

.aside .widget_archive {
	padding-bottom: 12px;
}

#footer {
	display: none;
}