/*
Theme Name: ReallyBigCool
Theme URI: http://wordpress.org/
Description: A theme created for ReallyBigCool.
Version: 1.0
Author: Steve Cousins
Tags: 

ReallyBigCool by Steve Cousins || http://reallybigcool.com
Development by Devin Leggett || http://devinleggett.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

p,h1 {
	margin-bottom: 18px;
}

h3 {
	font-size: 11px;
	font-weight: lighter;
}

ul {
	list-style: none;
	margin-top: 0;
}
ul.mail {
	margin-bottom: 25px;
}

hr {
	height: 0;
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}
li {
	border-bottom: 1px solid #33ccff;
}
a:hover {
	color: #000;
	background-color: #33ccff;
}
.current-cat a {
	background-color: #33ccff;
}

#header a:hover {
	background-color: #fff;
}

#container {
	width: 980px;
	margin-left: 15px;
}


#header h1 a {
	width: 169px;
	height: 52px;
	background-image: url(images/identity.gif);
	background-repeat: no-repeat;
	display: block;
	text-indent: -5000px;
	border: none;
}

#sidebar {
	float: left;
	width: 175px;
	margin-right: 20px;
}
/*
#sidebar h2 {
	width: 156px;
	height: 16px;
	text-indent: -5000px;
	background-image: url(images/view-by-client.gif);
	background-repeat: no-repeat;
}*/

h2 {
	font-size: 11px;
	font-weight: normal;
}
#header,#sidebar {
	position: fixed;
}
#sidebar {
	top: 110px;
}

#content {
	width: 785px;
	float: left;
	position: relative;
	left: 205px;
	margin-top: 100px;
}

.post {
	border-bottom: 1px solid #000;
	margin-bottom: 35px;
}

.post p {
	margin-bottom: 10px;
}

strong {
	color: #33ccff;
	font-weight: normal;
}
