body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	background: #EEEEEE;
	color: #30373D;
	font-weight: bold;
}

* {
	line-height: 1.1em;
}

.spacer {
	clear:both;
	float:none;
	overflow: hidden;
	height: 1px;
}

a {
	color:#F20061;
	text-decoration: underline;
}

#header {
	background-color: #fff;
	padding-bottom: 5px;
}

.wrapper {
	width:982px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.box {
	background-color: #454F40;
	padding:10px;
	width:210px;
	margin:5px;
	min-height:230px;
	float: left;
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

iframe {
	-moz-border-radius: 20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

#subscribe_form .input {
	width:193px;
	height:16px;
	line-height:16px;
	background: url(../img/input.png);
	border: none;
	padding:5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.button {
	width:203px;
	margin-bottom: 5px;
	font-weight: bold;
}





.box h3 {
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: normal;
	padding-left: 5px;
}

.box .box {
	width:190px;
	padding:10px;
	background: #fff;
	margin: 0px;
	height: auto;
	min-height: 10px;
	max-height: 175px;
	overflow: hidden;
}



#navbar {
	height:44px;
	padding:10px;
	background: #fff url(../img/navbar.png) repeat-x;	
	color:#fff;
}

#logo {
	float: left;
	margin-right: 10px;
	padding-left: 10px;

}

#navbar img {
	float: left;
	margin-right: 20px;
}

#navbar ul {
	list-style: none;
}

#navbar ul li {
	padding-top: 5px;
	display: block;
	float: left;
}

#navbar ul li a {
	display:block;
	float: left;
	width:137px;
	height:27px;
	margin-right:20px;
	line-height: 27px;
	text-align: center;
	color: #30373D;
	text-shadow: 0px 1px 0px #ccc;
	text-transform: uppercase;
	text-decoration: none;
}

#navbar ul li a:hover, #navbar ul li.active a {
	background: url(../img/nav-selected.png);
	text-shadow: none;
}

p {
	margin-bottom: 25px;
}

#right {
	float:right;
	padding:10px 0px;
	width:230px;
	margin-left:20px;
}

#right .box {
	margin-right: 0px;
	margin-left: 0px;
}

h3 img {
	vertical-align: middle;
}

.thumb {
	width:40px;
	height:40px;
	padding: 1px;
	background-color: #fff;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	float: left;
	margin:5px;
}

.thumb div {
	width:40px;
	height:40px;
	background-color: #fff;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

#content {
	padding:30px;
}

#content h1 {
	color:#454F40;
	font-size:3em;
	margin-bottom: 30px;
}

#content h2 {
	color:#80B800;
	font-size: 2em;
	margin-bottom: 25px;
}

#content h3 {
	color:#8FCF16;
	font-size:1.5em;
	margin-bottom: 20px;
}

#content p {
	font-size:1.2em;
}

#twitter li {
	list-style: none;
	color:#fff;
	font-size:0.8em;
	margin-bottom:15px;
	overflow:hidden;
	text-overflow: ellipsis;
}

#twitter li a {
	color:#8FCF16;
	text-decoration: none;
}

#twitter .tweet_avatar {
	display: block;
	float:left;
	margin:0px 5px 0px 0px;
}

#gravatars img {
	padding:3px;
	width:24px;
	height:24px;
}

#comment_form label {
	display: block;
	padding:10px 0px;
	float: left;
	width:100px;
}

#comment_form input {
	width:250px;
	padding:5px;
	font-size: 1.5em;
	margin-bottom: 10px;
}

#comment_form textarea {
	width:600px;
	height:150px;
	font-size:1.5em;
	margin-bottom: 10px;
}

#comment_form .submit {
	width:auto;
	font-size:2em;
}

#body {
background-color: #EEEEEE;
}