/*
Theme Name: RoqueClub
Theme URI: http://roqueclub.com/
Description: Custom theme for roqueclub.com
Version: 1.0
Author: Mikael Simonsson
Author URI: http://mikaelsimonsson.com/
Tags: roqueclub

RoqueClub v1.0
*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
input, select, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
a:link {color: #bb2b34; text-decoration: underline;}
a:visited {color: #bb2b34; text-decoration: underline;}
a:active,
a:hover {text-decoration: none;}
.clear {clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0;}

hr {display: none;}

#wrap {margin: 0 auto; text-align: left; width: 1000px;}
#header {padding-bottom: 16px;}
#content {float: left; padding-left: 10px; width: 640px;}
#sidebar {float: right; padding-right: 10px; width: 270px;}
#sidebar p {margin-bottom: 25px;}
#sidebar h2 {margin: 14px 0 2px;}
#sidebar ul li ul li {margin: 6px 0 5px;}
#searchform {margin-bottom: 25px;}
#s {background-color: #000; border: 2px solid #333; color: #fff; font-size: 12px; padding: 2px; width: 120px;}
#footer {clear: both; font-size: 12px; padding: 40px 0 10px; text-align: center;}

div.navigation {margin-bottom: 10px;}
h2.pagetitle {margin-bottom: 10px;}

.post {margin-bottom: 30px;}
.post h2 {font-size: 26px; letter-spacing: -2px; margin-bottom: 5px;}
.post h2 a {text-decoration: none;}
.post small {color: #666; font-size: 12px;}
.post .entry {line-height: 1.4; margin: 4px 0 6px;}
.post .entry p {margin-bottom: 1em;}
.post .postmetadata {font-size: 13px; margin-top: 8px;}
.post .postmetadata small {font-size: 12px;}

.commentlist {font-size: 13px;}
.comment {margin: 1px 0 12px;}
.comment-author, .comment-meta {margin-bottom: 2px;}
#respond h3 {margin-bottom: 2px;}
#commentform p {margin-bottom: 2px;}


