/*
Theme Name: YouBlush
Theme URI: http://youblush.blogspot.com
Description: YouBlush wordpress layout
Version: 1.0
Author: Benjamin Media
Author URI: http://benjamin.dk/
*/

/*
	COLORS
		Purple			#421442
*/

/* @group S T R U C T U R E */
* {margin: 0; padding: 0;}
body {background: #fff; color: #333; font: normal 62.5% Georgia, 'Times New Roman', Times, serif; text-align: center;}

#header {position: relative; background: url(gfx/youblush_brushbg.jpg) no-repeat center top; border-top: 2px solid #421442;}
	#header #B-banner {padding: 10px 0 0;}
	#header img {margin: 10px 0 0;}	
	#header a#logoLink {
		position: absolute;
		bottom: 32px;
		left: 50%;
		margin-left: 110px;
		text-indent: -9999px;
		width: 368px;
		height: 31px;
		outline: 0;
		}

#contentWrapper {margin: 0 auto; width: 960px; text-align: left;}
	#content {width: 410px; float: left; display: inline; overflow: hidden; margin: 0 40px;}
	.sidebar {width: 220px; float: left; display: inline; overflow: hidden;}
/* @end */

/* @group Global elements */
a {color: #9c7dae;}
a:hover {text-decoration: none; color: #333;}

.subheading {
	display: block;
	font: normal 1.1em/1.4em 'Trebuchet MS', Trebuchet, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	}

img {border: 0;}

.pagetitle {font-size: 1.6em; margin: 0 0 2em;}

.fs_powered_by {display: none !important;}
/* @end */

/* @group Sidebar + widgets */
.widget {margin: 0 0 2em; padding: 0 0 .5em; font-size: 1.3em; line-height: 1.3em; border-bottom: 1px dotted #000;}
	.widget .subheading {font-size: 1em;}
		.widget .subheading a {color: #333; text-decoration: none;}
		.widget .subheading a:hover {text-decoration: underline;}
	
	.widget#tag_cloud {line-height: 1.8em; text-align: center;}
		.widget#tag_cloud h3 {text-align: left;}
	
.sidebar ul {list-style: none;}
/* @end */

/* @group Posts */
.post-date {margin: 1.5em 0 .5em;}
.post h2 {line-height: 1.4em; margin: .25em 0 0; padding: 0 0 4px; font-size: 1.8em;}
	.post h2 a {text-decoration: none; color: #333;}
	.post h2 a:visited {color: #333;}
	.post h2 a:hover {text-decoration: underline;}

.post-body {font-size: 1.3em; line-height: 1.6em; margin: 0 0 .75em;}
	.post-body a {text-transform: none;}
	.post-body a:link {color: #cd8fac;}
	.post-body a:visited {color: #9c7dae;}

.post-footer {padding: 5px; background: #f8eff1;}
	.post-footer a {color: #400058;}
/* @end */

/* @group Comments */
	#comment-area {margin: 2em 0 0;}

		ul.commentlist {list-style: none; margin: 1em 0 2em;}
			.commentlist li {padding: 0 0 0 42px; margin: 0 0 1.5em; min-height: 32px; height: auto !important; height: 32px;}
				.commentlist .comment-awaiting {display: block; color: #f00;}
				.commentlist li img.avatar {float: left; display: inline; margin: 0 0 0 -42px;}
				.commentlist li p {font-size: 1.3em;}

		#commentform label {margin: 0 0 .5em; display: block;}
		#commentform input {margin: 0 0 1em; padding: .2em;}
		#commentform textarea {margin: 1em 0; display: block; width: 400px;}
/* @end */

