/*
	Stylesheet for theremedyband.be
	
	Media:      screen
	Copyright:  theremedyband.be <http://www.theremedyband.be>
	author:     Tom Bevers <tom.bevers@clearfix.be>
*/

/*
	Reset
	@see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
	Typography
*/

body {
	font-size: 14px;
	line-height: 1.2857142857142858em;
	color: #d4d4d4;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

h1, h2, h3, h4 {
	font-weight: normal;
}


h1 {
	font-size: 1.5714285714285714em;
	line-height: 0.8181818181818182em;
	margin-bottom: 0.8181818181818182em;
}

h2 {
	font-size: 1.4285714285714286em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}

h3 {
	font-size: 1.2857142857142858em;
	line-height: 1em;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.1428571428571428em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}

p, ul, blockquote, pre, td, th, label {
	font-size: 1em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
}

p.small {
	font-size: 0.8571428571428571em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

table {
	margin-bottom: 1.2857142857142858em;
}

a { text-decoration: none; border-width: 0 0 1px; border-style: solid; }
a:link { border-color: #d79eff; color: #b980ff; }

a:visited { border-color: #9b62e1; color: #7d44c3; }

a:hover, a:active { border-color: #b980ff; color: #9b62e1; }

a:focus {
	border-color: #5d417e;
	color: #855db3;
	outline-color:#000000;
	outline-style:dotted;
	outline-width:1px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*
	Basic layout
*/

body {
	background: #222;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url('../img/bgWrapper.png') repeat;
}

#header {
	height: 83px;
	border-bottom: 10px solid #222;
}

h1#logo {
	padding: 20px 0 0 20px;
	display: block;
	height: 43px;
	width: 173px;
	float: left;
}

	h1#logo a {
		display: block;
		text-indent: -9999px;
		height: 43px;
		width: 173px;
		background: url('../img/logo.png') no-repeat;
		border: 0;
	}

ul#navigation {
	float: right;
	margin: 28px 20px 0 0;
	height: 30px;
	line-height: 30px;
}

ul#navigation li {
	display: inline;
	padding: 0 20px 0 0;
}

ul#navigation li a, ul#navigation li a:link {
	color: #a2a2a2;
	border: none;
	font-size: 1.1em;
	padding: 8px 12px;
}

ul#navigation li.last {
	padding: 0;
}

ul#navigation li a:hover, ul#navigation li.current_page_item a, ul#navigation li.current_page_item a:link {
	color: #fff;
	background: rgba(26,26,26,0.5);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

ul#navigation li.current_page_item a, ul#navigation li.current_page_item a:link {
	color: #b980ff;
}

ul#navigation li.current_page_item a:hover {
	color: #fff;
}

#main {

}

#content {
	float: left;
	width: 720px;
}

/*
	Page Defaults
*/

#page {
	padding: 30px 0 0;
}

#page h2 {
	height: 46px;
	line-height: 46px;
	text-indent: 16px;
	margin-bottom: 20px;
	padding-left: 116px;
	color: #b980ff;
	font-size: 1.6em;
	background: rgba(26, 26, 26, 0.5);
	font-weight: bold;
}

#page #page-content {
	padding-left: 116px;
}

#page-content ul, .post-content ul {
	list-style: disc;
	margin-left: 35px;
}

#page-content ol, .post-content ol {
	list-style: decimal;
	margin-left: 35px;
}

/*
	Post defaults
*/

.post-content {
	padding: 30px 0 0 116px;
	position: relative;
}

.post-content h2 {
	height: 46px;
	line-height: 46px;
	text-indent: 16px;
	margin-bottom: 20px;
	color: #b980ff;
	font-size: 1.6em;
	background: rgba(26, 26, 26, 0.5);
	position: relative;
	font-weight: bold;
}

.post-content h2 a:link {
	border: none;
	color: #b980ff;
}

.post-content h2 a:visited {
	border: none;
	color: #b980ff;
}

.post-content h2 a:hover {
	border: none;
	color: #fff;
}

.postDate {
	position: absolute;
	left: 0;
	background: rgba(26, 26, 26, 0.5);
	height: 46px;
	line-height: 46px;
	width: 88px;
	text-align: right;
	padding: 0 12px 0 0;
}

.postDate span {
	color: #86898a;
	font-size: 0.95em;
}

.post-info {
	border-style: solid;
	border-color: #3a3a3a;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 8px;
	background: rgba(80, 80, 80, 0.1);
	display: block;
	color: #5d5d5d;
	margin: 30px 0 0;
	font-size: 0.8em;
}

.post-info p {
	margin-bottom: 0;
}

.post-info a, .post-info a:link {
	color: #8c8c8c;
	border-color: #adadad;
}

.post-info a:visited {
	color: #8e8e8e;
	border-color: #acacac;
}

.post-info a:active, .post-info a:hover {
	color: #adadad;
	border-color: #cbcbcb;
}

/*
	Comments section
*/

#comments {
	background: rgba(80, 80, 80, 0.1);
	margin: 30px 0 0 116px;
	padding: 13px;
}

#comments a, #comments a:link {
	color: #8c8c8c;
	border-color: #adadad;
}

#comments a:visited {
	color: #8e8e8e;
	border-color: #acacac;
}

#comments a:active, #comments a:hover {
	color: #adadad;
	border-color: #cbcbcb;
}

#comments h3 {
	color: #b980ff;
}

#comments-top {
	margin-bottom: 1em;
}

#comments-top h3 {
	float: left;
	margin: 0;
}

#comments-top a {
	float: right;
	font-size: 0.85em;
}

.comment {
	background: rgba(60, 60, 60, 0.4);
	border: 1px solid #3a3a3a;
	padding: 10px;
	margin: 0 0 1em;
}

	.comment img {
		float: left;
		margin-right: 20px;
	}

.commentContent {
	float: right;
	width: 486px;
}

	.commentContent p, .commentContentNoComments p {
		font-size: 0.9em;
	}
	
	.commentContent p:last-child, .commentContentNoComments p:last-child {
		margin-bottom: 0;
	}
	
.infoComment {
	color: #8c8c8c;
	font-size: 0.85em;
	margin: 0 0 10px;
}	
	
	.infoComment span.author {
		float: left;
	}
	
	.infoComment span.date {
		float: right;
	}

/*
	Commentform
*/

#comment-form {
	background: rgba(60, 60, 60, 0.4);
	border: 1px solid #3a3a3a;
	padding: 10px;
}

#comment-form dt {
	font-size: 0.9em;
	line-height: 1.2857142857142858em;
	margin-bottom: 0.2em;
}

#comment-form dd {
	font-size: 0.9em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.1em;
}

#comment-form dt:last-child, #comment-form dd:last-child {
	margin-bottom: 0;
}

.logedIn {
	font-size: 0.9em;
	margin-bottom: 0.8em;
}

/*
	Blog navigation
*/

#blogNavigation {
	padding: 30px 0 10px 116px;
	font-size: 0.95em;
}

#blogNavigation #alignleft {
	float: left;
}
	
#blogNavigation #alignright {
	float: right;
}

#blogNavigation a, #blogNavigation a:link {
	color: #8c8c8c;
	border-color: #adadad;
}

#blogNavigation a:visited {
	color: #8e8e8e;
	border-color: #acacac;
}

#blogNavigation a:active, #blogNavigation a:hover {
	color: #adadad;
	border-color: #cbcbcb;
}

/*
	Sidebar
*/

#sideBar {
	float: right;
	padding: 30px 20px 0 0;
	width: 160px;
}

#sideBar h3 {
	margin: 20px 0;
	color: #fff;
}

#flickr {
	width: 160px;
}

#flickr a { border: none; }

#flickr .flickr-photo { float: left; padding-left: 10px; }
#flickr .flickr-photo:first-child { padding-left: 0px; }

#sideBar ul li a, #sideBar ul li a:link {
	background: rgba(26, 26, 26, 0.5);
	display: block;
	border: none;
	color: #8c8c8c;
	font-size: 0.9em;
	padding: 0 10px;
	margin-bottom: 3px;
	height: 30px;
	line-height: 30px;
}

#sideBar ul li a:hover {
	background: rgba(26, 26, 26, 0.9);
	color: #c4c4c4;
}

#sideBar ul#social-media li a, #sideBar ul#social-media li a:link {
	background: none;
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	padding-left: 35px;
	margin-bottom: 8px;
	margin-left: 10px;
}

#sideBar ul#social-media li.facebook a {
	background-position: 0 0;
}

#sideBar ul#social-media li.facebook a:hover {
	background-position: 0 -24px;
}

#sideBar ul#social-media li.myspace a {
	background-position: 0 -48px;
}

#sideBar ul#social-media li.myspace a:hover {
	background-position: 0 -72px;
}

#sideBar ul#social-media li.flickr a {
	background-position: 0 -96px;	
}

#sideBar ul#social-media li.flickr a:hover {
	background-position: 0 -120px;
}

#sideBar ul#social-media li.youtube a {
	background-position: 0 -143px;	
}

#sideBar ul#social-media li.youtube a:hover {
	background-position: 0 -168px;
}

#sideBar ul#social-media li.vibe a {
	background: none;
}

/*
	wplc_event_list
*/

ul.wplc_event_list li div {
	margin: 1.1em 0;
}

/*
	Contact form
*/

div#comments.contact {
	margin: 0 0 20px;
}

/* 
	Others
*/

hr {
	border: none;
	border-top: 1px solid #ddd;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

	div.hr hr {
		display: none;
	}

/*
	Clearfix
	@see  http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix 				{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix	{ zoom: 1; } /* IE7 */
