/*  
Theme Name: Charismatic Dog Theme
Theme URI: http://charismaticdog.com/
Description: Clean version of the Charismatic Dog theme. 
Version: Clean 1.0
Author: Drew
Author URI: http://charismaticdog.com/
*/
body {
	background-color: #fff;
	color: #111;
	font: 16px "Gill Sans", GillSans;
}

a {
	color: #00be26;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: lowercase;
	#padding: .1em;
	font-size: 1.04em;
}

a:hover {
	color: #00be26;
	#background-color: #00be26;
	#padding: .1em;
	text-decoration: underline;
	}

#wrapper {
	width: 100%;
	max-width: 966px;
	min-width: 650px;
	overflow: visible;
	visibility: visible;
	display: block;
	float: none;
	margin-top: 1em;
}

#header {
	width: auto;
	height: 10em;
	clear: both;
	background: url(bandshot.jpg) no-repeat;
	text-align: right;
	overflow: hidden;
	margin-left: 1em;
	margin-right: 1em;
	float: none;
	vertical-align: sub;
	display: block;
}

#header h1 {
	font-size: 4em;
	position: relative;
	bottom: -0.5em;
}

#header h1 a {
	margin: .2em;
	color: #fff;
	font-variant: normal;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Gill Sans", GillSans;
	font-style: normal;
	font-weight: normal;
}

#header h1 a:hover {
	background: none;
}

p.nav a {
	color: #999;
}

/* @group sidebar */

#s {
	margin-left: .5em;
	width:8em;
}

#sidebar {
	width: 8em;
	padding-bottom: 1em;
	display: inline-block;
	float: right;
	margin-top: 1em;
	margin-right: 1em;
}

#sidebar h2 {
	font-size: 1em;
	margin-bottom: .2em;
	color: #555;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0 .5em .5em;
}

#sidebar a {
	color: #999;
}

/* @end */

/* @group contents */

textarea#comment {
	display: compact;
	margin-right: 1em;
	visibility: visible;
	width: 99%;
	border-style: solid;
	border-width: 1px;
	margin-left: .27em;
}

blockquote {
	background-color: #222;
	text-align: justify;
	vertical-align: text-bottom;
	color: #fff;
	font-size: .9em;
	padding: 1em 2em;
}

blockquote a {
	color: #ccc;
	font-size: 1.08em;
}

blockquote a:hover {
	color: #ccc;
	font-size: 1.08em;

}

.postmeta {
	font-size: .8em;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: lowercase;
	font-variant: small-caps;
}

#contentwrap {
	color: #000;
	background-color: #fff;
	width: auto;
	height: auto;
	display: block;
	margin: 1em 11em 1em 1em;
}

#content {
	padding-right: 2em;
	text-align: justify;
	padding-left: 1em;
}

h2.posttitle {
	margin-bottom: .1em;
	text-align: left;
}

h2.posttitle a {
	color: #585858;
	text-decoration: none;
	text-transform: capitalize;
	font-variant: normal;
}

h2.posttitle a:hover {
	text-decoration: underline;
	#background-color: #585858;
	#padding: .1em;
}



/* @end */