/*GLOBAL OPTIONS*/

html {
	font-size: 100.1%;
	height: 100%;
}
body {
	font: 64% Arial, Helvetica, sans-serif;
	margin: 0;
	background: #ffffff;
	height: 100%;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #069;
}
h1 a {color: #45bbeb;}

a:hover {text-decoration: underline;}
a:focus {outline: none;}
img {
	border: none;
	display: block;
}
h1, h2, .archives h2, h3, h4, h5, h6, ul, p, fieldset {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 220%;
	color: #45bbeb;
}
h2, .archives h2 {
	font-size: 200%;
	color: #45bbeb;
}
h3 {
	font-size: 170%;
}
h4 {
	font-size: 140%;
}
.content h4, .content h3, .content h2, .archives h2 {
	margin-bottom: 14px;
}
p, .archives {
	font-size: 140%;
	line-height: 18px;
	margin-bottom: 14px;
	color: #000;
}

.pagetitle {
	color: black;
}
.underline-title {
	border-bottom: 1px solid #45bbeb;
	margin-bottom: 5px;
}
/*text to image replacment*/
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
/*main-top-bg*/
.main-top-bg {
	height: 0px;
	margin-top: 0px;
}
#main {
	margin: 0 auto;
	width: 961px;
	min-height: 100%;
	overflow: hidden;
}
.main-container {
	background: #fff;
	border-width: 0 5px;
	position: relative;
	padding-top: 316px;
}
/*HEADER*/
#header {
	height: 146px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 0;
	left: 195px;
	background: url(../images/freak-revolution-header.jpg) no-repeat;
	width: 550px;
	height: 315px;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*normal people won't change the world*/
#header p {
	font-size: 20px;
	line-height: 18px;
	color: #000;
	position: absolute;
	left: 50px;
	top: 285px;
	letter-spacing: -0.5px;
	text-align: center;
	width: 842px;
}
#header span {color: #a8a8a8;}
/*CONTAINER*/
#container {
	overflow: hidden;
	padding: 20px 20px 25px 36px;
}
/*post-description*/
.post-desc, .comments-box p {
	font-size: 120%;
	line-height: 16px;
}
.comments-box p {margin-bottom: 15px;}
.post-desc span, .comments-box p span {color: #6c6c6c;}
.post-desc a, .comments-box a {font-weight: normal;color: #45bbeb;}

/*content*/
.content {
	float: left;
	width: 526px;
 	padding-left: 21px;
 	padding-right: 21px;
}
.navigation .alignleft{
	float:left;
}
.navigation .alignright{
	display:inline;
	float:right;
}
/*left sidebar*/
.leftsidebar {
	float: left;
	width: 146px;
	padding-top: 10px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
.leftsidebar h2 {font-size: 195%;}
/*right sidebar*/
.rightsidebar {
	float: right;
	width: 167px;
	padding-top: 10px;
	padding-left: 20px;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
.rightsidebar h2 {font-size: 195%;}
/*post-box*/
.post-box {margin-bottom: 29px;}
.post-box pre {
	font-size: 150%;
	color: #333;
}
.post-box center {font-size: 150%;margin-bottom: 14px;}
ol {
	font-size: 140%;
	margin-left: 0;
}
ol li {
	list-style: decimal;
	margin-bottom: 10px;
	margin-left: 0;
}

ul {
	font-size: 140%;
	margin-left: 0;
}
ul li {
	list-style: disc;
	margin-bottom: 10px;
	margin-left: 35px;
}
ul.yarppul {
	font-size: 140%;
	margin: 0;

}
li.yarppli {
	list-style: none;
	margin: 0;
}

/*post-menu*/
.post-menu {text-align: right;margin-top:-5px;}
.post-menu li {
	display: inline;
	padding-left: 10px;
}
.post-menu li:first-child {
	padding-left: 0;
	background: none;
}
.post-menu a {
	font-size: 120%;
	font-weight: bold;
	color: #45bbeb;
}
/*comments-box*/
.comments-box {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 5px;
}
/*comment-form*/
.comment-form {
	padding-top: 10px;
	width: auto;
	border: 0;
}
/*form-row*/
.form-row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.i-text {
	width: 166px;
	height: 16px;
	padding: 0;
	border: 1px solid #45bbeb;
	font: 12px Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 10px;
}
.comment-form label {
	float: left;
	color: #45bbeb;
	font-size: 120%;
	line-height: 18px;
	font-weight: bold;
}
.comment-form textarea {
	width: 492px;
	height: 109px;
	border: 1px solid #45bbeb;
	overflow: auto;
	padding: 5px;
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
/*i-chek*/
.i-chek {
	float: left;
	width: 14px;
	height: 14px;
	padding: 0;
	float: left;
	margin: 2px 10px 0 0;
}
/*btn-submit*/
.btn-submit {
	float: left;
	padding: 0 10px;
	border: 1px solid #1999cd;
	line-height: 19px;
	font-size: 120%;
	color: #fff;
	background: #45bbeb;
	font-weight: bold;
	text-decoration: none !important;
}
/*sub-nav*/
.sub-nav {margin-bottom: 15px;}
.sub-nav li {
	font-size: 152%;
	line-height: 20px;
}
.sub-nav a {color: #000;}
.xoxo {margin-bottom: 15px;}
.xoxo li {
	font-size: 150%;
	line-height: 20px;
}
.xoxo a {color: #000;}
/*FOOTER*/
#footer {
	padding: 0 0 13px;
	margin: 0 0 0 48px;
}
#footer p {
	font-size: 110%;
	line-height: 15px;
	padding: 0 10px;
}
/*footer-logo*/
.footer-logo {
	display:none;
	width: 85px;
	height: 68px;
	background: url() no-repeat;
	margin: 0 auto;
}
.footer-img1 {margin: 0 0 -35px;}

table {
	margin-bottom: 15px;
}
table tr td {
	font-size: 130%;
	padding: 0 7px 7px 7px;
}

