@CHARSET "UTF-8";

HTML{
	background-color: #6A6A6A;
	height: 100%;
}
BODY{
	margin-left: auto;
	margin-right: auto;	
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1000px;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2{
	margin-top: 5px;
}
h3{
	margin-top: 5px;
}

A{
	color: #00B2DB;
	text-decoration: none;
	outline: none;
}

A:hover {
	color: #0287C0;
	text-decoration: underline;
	cursor: auto;
}
A.button{
	font-weight: bold;
	font-size: 11px;
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}
H2.title{
	color: #00B2DB;
	margin-bottom: 5px;
	width: 85%;
}
DIV.post_stats{
	font-size: 10px;
}
DIV.post_body{
	margin-top: 5px;
}

DIV.header{
	height: 100px;
	position: relative;
}

DIV.header DIV.title{
	margin-top: 5px;
	margin-left: 15px;
	float: left;
	font-size: 50px;
	font-weight: bold;
	width: 600px;
}
DIV.header DIV.subtitle{
	float: right;
	color: grey;
	margin-right: 20px;
	margin-top: 3px;
	font-size: 12px;
	width: 300px;
}
DIV.header DIV.fb-like{
	padding-top: 10px;
}

DIV.header DIV.rss{
	position: absolute; 
	bottom: 0px; 
	right: 5px; 
	color: #999;
}

DIV.post DIV.fb-like{
	position: absolute;
	right: 10px;
	top: 10px;
}

DIV.footer{
	background: #F3F3F3;
	border: solid 1px #E9E9EB;
	text-align: right;
	margin: 10px 20px;
	padding: 10px 20px;
	font-size: 11px;
	clear: both;
}

DIV.error {
	color: red;
	font-weight: bold;
}

/* Navigation style */
UL.top-navigation {
	list-style-type:none;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0287C0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
UL.top-navigation LI {
	display:inline;
	padding-right: 10px;
}

UL.top-navigation LI.right {
	float: right;
	padding-right: 10px;
}

UL.top-navigation LI A {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

UL.sub-navigation {
	list-style-type:none;
	padding-left: 20px;
	background-color: #9E9EAE;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

UL.sub-navigation LI {
	display:inline;
	padding-right: 13px;
}

UL.sub-navigation LI A {
	color: white;
	text-decoration: none;
}

/* End Navigation style */

/* Pagination style*/

DIV.pagination{
	text-align: center;
}
DIV.pagination UL LI{
	display: inline;
	padding-right: 13px;
}

/* End Pagination style*/

/* Form Input style */
DIV.formbox_small {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
DIV.formbox_large{
	margin-left: 20px;
	margin-right: 20px;
}
FIELDSET {
	margin-bottom: 12px;
}
FIELDSET DIV {
	padding: 7px;
}
FIELDSET LABEL {
 	display: block;
 	float: left;
	width: 130px;
	text-align: right;
	padding-right: 5px;
}
FIELDSET LABEL SPAN {
	padding-right: 5px;
}
FIELDSET SMALL {
	margin-left: 135px;
	display: block;
}

/* End Form Input style */

div.container {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
div.content{
	width: 600px;
	margin-top: 20px;
	float: left;
}
div.post{
	padding: 0px 5px;
	border: 1px solid #E9E9E9;
	margin-bottom: 10px;
	position: relative;
}
div.postimage{
	text-align: center;
}
div.sidebar {
	margin: 20px 10px;
	width: 336px;
	float: right;
}
div.sidebar-box{
	padding-left: 5px;
	border: 1px solid #E9E9E9;
	margin-bottom: 10px;
}
div.sidebar-box-next{
	text-align: center;
	padding-left: 5px;
	border: 1px solid #E9E9E9;
	margin-bottom: 10px;
}
div.right {
	position: absolute;
	top: 10px;
	right: 10px;
}