/*
Theme Name: YouBlush
Theme URI: http://youblushblog.com
Description: YouBlush wordpress layout
Version: 2.0
Author: Benjamin Media - Rewritten by Joakim Sigvardt Jozi.dk
Author URI: http://benjamin.dk/ - Http://jozi.dk
*/

/*
	COLORS
		Purple			#421442
*/

/* @group S T R U C T U R E */
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#header
	#header #B-banner {padding: 10px 0 0;}
	#header img {margin: 5px 0 0;}	
	#header a#logoLink {
		position: absolute;
		bottom: 32px;
		left: 50%;
		margin-left: 110px;
		text-indent: -9999px;
		width: 368px;
		height: 31px;
		outline: 0;
		}
#search {
	float: right;
	margin-right: 10px;
	margin-top: 12px;
	border-bottom-width: 5px;
}
		
#menu-1{
	position:relative;
	display:block;
	height:42px;
	font-size:11px;
	font-weight:normal;
	background:transparent url(gfx/blackslate_background.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
}
#menu-1{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:988px;
	/* [disabled]position: absolute; */
	/* [disabled]float: inherit; */
	margin-top: 5px;
}
#menu-1 li{display:block;float:left;margin:0 1px 0 0;}
#menu-1 li a{
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:14px 8px 0 22px;
	height:28px;
	margin-bottom: 10px;
}
#menu-1 li a:hover{
	display:block;
	float:left;
	color:#333;
	text-decoration:none;
	padding:14px 8px 0 22px;
	height:28px;
	margin-bottom: 10px;
}	

#contentWrapper {margin: 0 auto; width: 988px; text-align: left;}
	#content {width: 740px; float: left; display: inline; overflow: hidden; margin: 0 0px;}
	.sidebar {
	width: 200px;
	float: right;
	display: inline;
	overflow: hidden;
	margin: 20 20px;
}
/* @end */

/* @group Global elements */
a {
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FE48E6;
}

.subheading {
	display: marker;
	font: normal 1em/1.4em 'Verdana', Trebuchet, Arial, Verdana, sans-serif;
	text-transform: lowercase;
	letter-spacing: -0.1em;
	/* [disabled]padding: 0; */
	color: #000;
	text-decoration:underline;
	
	}

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 0em;
	padding: 0 0 .5em;
	font-size: 12px;
	line-height: 1.3em;
	/* [disabled]border-bottom: 2px solid #000; */
	color: #000;
	border-top: 2px solid #000;
}
	.widget .subheading {
	font-size: 16px;
	padding: 5px;
	color: #000;
	background: #fff;
	font-weight: bold;
}
		.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;
	margin-left: 5px;
}
		.widget#tag_cloud h3 {
	text-align: left;
	margin-left: 5px;
}
	
.sidebar ul {
	list-style: none;
	margin-left: 5px;
}
/* @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: #000;
	/* [disabled]background: #000; */
	/* [disabled]font: verdana; */
}
	.post h2 a:visited {
	/* [disabled]color: #333; */
}
	.post h2 a:hover {
	text-decoration: none;
	/* [disabled]background: #fff; */
	color: #000;
}

.post-body {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 .75em;
	margin-left: 10px;
}
	.post-body a {text-transform: none;}
	.post-body a:link {color: #FE48E6;}
	.post-body a:visited {color: #FE48E6;}

.post-footer {
	padding: px;
	background: transparent;
}
	.post-footer a {
	color: #000;
	/* [disabled]padding: 1px; */
}
/* @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;
	/* [disabled]background: #999; */
}
				.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;
	color: #333;
}

		#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;}

