@import url("reset.css"); /*Resetting margins, paddings and stuff*/

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #222;
}

input
{
	border: 1px solid #ddd;
}

select
{
	border: 1px solid #ddd;
}

textarea
{
	border: 1px solid #ddd;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

a {
	text-decoration: underline;
	color: #457;
}

a:hover {
	color: #235;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

big
{
	font-size: 125%;
}

small
{
	font-size: 75%;
}


.button
{
	border: 1px solid #ccc;
	background-color: #eee;
}

#wrap
{
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.user_form
{
	margin: 0 auto;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	font-size: 11px;
}

.form_holder
{
	margin-bottom: 5px;
	width: 100%;
	text-align: left;
}

#header {
	color: #aaa;
	background: #689 url('../../../images/header.jpg');
	width: 100%;
	height: 35px;
	padding: 0;
}

#header p
{
	padding-top: 7px;
}

#header a {
	color: #fff;
	text-decoration: none;
	border: 0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#header h1
{
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-left: 15px;
}

#header h2
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #eee;
	padding-left: 5px;
}

#header_right
{
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding-right: 15px;
}

#header_right a {
	color: #fff;
	margin: 0 2px 0 2px;
	text-decoration: none;
	border: 0;
	font-size: 10px;
	font-weight: normal;
}

#header_right a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff;
	text-align:left;
}

/* Content */

.block_title
{
	font-size: 12px;
	color: #555;
	border-bottom: 1px solid #888;
	margin-bottom: 3px;
	padding-bottom: 2px;
	width: 100%;
	text-transform: uppercase;
}

.content
{
	margin-bottom: 1px;
	float: left;
	width: 500px;
}

.content h2
{
	font-size: 15px;
	margin: 0 0 3px 0;
}

.post_date
{
	font-size: 10px;
}

.post_content
{
	overflow: hidden;
	margin-top: 5px;
	line-height: 1.5;
}

.post_image
{
	margin-bottom: 10px;
	text-align: center;
}

.post_control_buttons
{
	text-align:right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post_bottom
{
	font-size: 11px;
	padding: 1px 0 1px 0;
	margin: 4px 0 0 0;
}

.post_bottom_left
{
	float: left;
	text-align: left;
}

.post_bottom_right
{
	float: right;
	text-align: right;
}

.comment
{
	margin: 10px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #eee;
	font-size: 11px;
	line-height: 1.5;
}

.spoiler
{
	cursor: pointer;
	color: #555;
	font-size: 11px;
	margin: 3px 3px 0 0;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 2px;
	text-align: center;
}

.spoiled
{
	margin: 0 3px 3px 0;
	padding: 2px;
	display: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


blockquote
{
	border-left: 1px solid #555;
	background-color: inherit;
	padding-left: 3px;
	font-size: 11px;
	margin: 5px 2px 0px 10px;
}

.qauthor
{
	font-weight: bold;
	margin-bottom: 3px;
}


.code_tag
{
	width: 98%;
	padding: 5px;
	margin: 3px auto 5px;
	background-color: #eee;
	color: #222;
}



ul.textedit_buttons
{
	clear: both;
	list-style-type: none;
	width: 100%; /* for Opera */
	margin: 0;
	padding: 0;
} 

ul.textedit_buttons li
{
	float: left;
	padding-right: 5px;
	margin-bottom: 3px;
}

.textedit_button
{
	border:1px solid #ddd;
	background-color:#fff;
	padding:2px;
	text-align:center;
	vertical-align: bottom;
	cursor: pointer;
}

.pagination
{
	width: 500px;
	margin: 10px auto 10px;
	text-align: center;
}

.pagination a
{
	text-decoration: none;
	color: #666;
	padding: 3px;
	font-size: 10px;
	margin: 1px;
	border: 1px solid #e0e0e0	;
	background-color: #eee;
}

.pagination b
{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	margin: 1px;
	border: 1px solid #a0a0a0;
	background-color: #aaa;
}

/* Sidebars */

#sidebar {
	float: left;
	width: 30%;
	padding: 0 0 0 21px;
	font-size: 11px;
	
}

.sidebar_item {
	margin-bottom: 10px;
}

.num_posts
{
	display: inline;
	color: #374;
	font-size: 10px;
	font-weight: normal;
	vertical-align: super;
	margin-left: 2px;
}

/* Footer */

#footer
{
	width: 100%;
	margin-top: 30px;
	padding: 2px 0 2px 0;
	text-align: center;
	font-size: smaller;
	color: #aaa;
}

#footer img
{
	vertical-align: text-bottom;

}

#footer a {
	color: #999;
}