@import url("reset.css"); /*Resetting margins, paddings and stuff*/

body {
	background: #689 url('/images/winter_bg.jpg');
	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: none;
	color: #457;
}

a:hover {
	text-decoration: underline;
}

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;
}

.odd
{
	background-color: #fafafa;
}

.even
{	
	background-color: #f5f5f5;
}

.icon
{
	width:16px; 
	height: 16px;
	vertical-align: text-bottom;
}

#wrap
{
	width: 945px;
	padding: 0 15px 0 15px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	border-left: 1px solid #578;
	border-right: 1px solid #578;
}

.user_form
{
	margin: 10px auto;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #ddd;
	font-size: 11px;
}

.form_holder
{
	margin-bottom: 5px;
	width: 100%;
	text-align: left;
}

#float_panel {
  position:fixed;
  top:10px;
  margin-left: -90px;
  width:60px;
  z-index:1;
}


#header {
	background-color: #fff;
	width: 100%;
	padding: 0;
}


#header_left
{
	float:left; 
	width: 400px;
	margin-top: 15px;
}

#header_left h1 a, #header_left h2 a
{
	font-size: 60px;
	font-weight: bold;
	color: #689;
}

#header_left p
{
	font-size: 11px;
	padding-left: 3px;
	color: #689;
}

#header_right
{
	float:right; 
	width: 486px;
	height: 60px;
	border: 1px solid #aaa;
	margin-top: 15px;
}

#menu {
	color: #aaa;
	background: #689 url('/images/menu.png');
	width: 100%;
	height: 20px;
	padding: 5px 0 0 0px;
	margin-top: 10px;
}

#menu ul {
	width: 100%;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	margin: 0px 10px 0 0px;
	color: #fff;
}


#menu a {
	color: #fff;
	text-decoration: none;
	border: 0;
	font-size: 12px;
	text-decoration: none;
}


#menu li a:hover
{
    text-decoration: underline;
}

#submenu {
	color: #222;
	background-color: #eee;
	border-left: 1px solid #ddd; 
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 943px;
	height: 18px;
	padding: 4px 0 0 0px;
	
}

#submenu ul {
	width: 100%;
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#submenu li {
	display: inline;
	margin: 0px 10px 0 0px;
		color: #222;

	font-size: 11px;
}


#submenu a {
	color: #444;
	text-decoration: underline;
	border: 0;
	font-size: 11px;
}


#submenu li a:hover
{
    text-decoration: underline;
}

/* Content */

.block_title
{
	padding: 3px 0 3px 0;
	margin-bottom: 4px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #689 url('/images/menu.png');
}

.block_title a
{
	color: #fff;

}

.content
{
	margin: 10px 0 1px 0;
	float: left;
	width: 600px;
	background-color: #fff;
}

.content p
{
	margin-bottom: 3px;
}

.content h1
{
	font-size: 17px;
	
	color: #000;
	margin: 0 0 8px 0;
	
}

.content h2
{
	
	font-size: 15px;
	font-weight: bold;

	margin: 10px 0 3px 0;
}

.content h2 a
{
	font-weight: normal;
}

.content h3
{
	
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 3px 0;
}

h2.header
{
	font-size: 17px;
	margin: 0px 0 8px 0;
}

.post_date
{
	font-size: 10px;
}

.post_content
{
	overflow: hidden;
	margin-top: 5px;
	color: #333;
	text-align: justify;
	line-height: 1.5;
}

.post_content p
{
	margin-bottom: 10px;
}

.post_content a
{
	text-decoration: underline;
}

.post_content .block
{
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	padding: 7px 0 7px 0;
	margin: 10px 0 10px 0;
	text-align: center
}

.post_content .avatar
{
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	border: 0;
}


.post_content ul {

	margin: 5px 0 10px 15px;
	padding: 0;
	list-style: disc;
}

.post_content ol {

	margin: 5px 0 10px 20px;
	padding: 0;
	list-style: decimal;
}

.post_content li {
	margin-bottom: 3px;;
}

.post_content table
{
  border-collapse:collapse;
  width:99%;
  border:0;
  margin:0 0 1em 1px;
}

.post_content td
{
  border:1px solid #DCDCDB;
  padding:4px;
  text-align: center;
  vertical-align: middle;
}

.bold_td
{
border:1px solid #DCDCDB;
  background:#EEE;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding: 4px;
}

.post_content th
{
border:1px solid #DCDCDB;
  background:#EEE;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding: 4px;
}

.post_content img
{
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
}

.post_control_buttons
{
	text-align:right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.post_control_buttons  img
{
	border: 0;

}

a.more
{
	display: block;
	width: 120px;
	margin-top: 10px;
	padding: 2px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #689 url('/images/menu.png');
	text-decoration: none;
}

.post_bottom
{
	font-size: 11px;
	padding: 5px 0 1px 0;
	margin: 4px 0 0 0;
	
	border-top: 1px solid #f0f0f0;
}

.post_bottom a
{
	text-decoration: underline;
}

.post_bottom_left
{
	float: left;
	text-align: left;
	width: 510px;
}

.post_bottom_left td
{
	border: 0;
	padding: 0;
}

.post_bottom_right
{
	float: right;
	text-align: right;
	width: 60px;
}

.post_bottom  img
{
	border: 0;
}


.comment
{
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #eee;
	font-size: 11px;
	line-height: 1.5;
}


blockquote
{
	border-left: 1px solid #888;
	background-color: inherit;
	padding-left: 5px;
	font-size: 11px;
	margin: 10px 2px 10px 3px;
	
}

.qauthor
{
	font-weight: bold;
	margin-bottom: 3px;
}

.column
{
	float: left;
	width: 175px;
	margin-right: 10px;
}

.column p
{
	margin-bottom: 3px;
}

.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;
}

.test
{
	display: none;
}

table.rating
{
	width: 100%;
	border-spacing:0px;

	border-bottom: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	margin: 0 auto;
}

table.rating th
{
	vertical-align: middle;
	background: #689 url('/images/menu.png');
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	padding: 3px;
}

table.rating td
{
	overflow: hidden;
	border-top: solid 1px #eee;
	padding: 5px;
	vertical-align: middle;
	text-align: left;
	color: #555;
}

.table_account_avatar
{
	width: 25px;
	height: 25px;
	border: 1px solid #eee;
}

.account_descr
{
	font-size: 10px;
	margin-top: 4px;
	color: #555;
}

#add_account_message_box
{
	font-size: 10px;
	text-align: center;
}

.name_field
{
	background:url('/images/email_sign.jpg') #fff no-repeat left center;
	padding-left:17px;
}

.sidebar_rate_delta
{
	float: right;
	font-size: 13px;
	color: #666;
	border: 1px #ddd solid;
	padding: 3px;
}

/* Sidebars */

#sidebar {
	float: right;
	width: 300px;
	margin-top: 10px;
	padding: 0;
	font-size: 11px;
	background-color: #fff;
}

#sidebar h3
{
	padding: 3px 0 3px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #689 url('/images/menu.png');
}

#sidebar .avatar
{
	float:left;
	width: 50px;
	border: 1px solid #f0f0f0;
	margin-right: 3px;
	vertical-align: text-top
}

.sidebar_item {
	padding: 5px;
	font-size: 12px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.sidebar_item_avatar
{
	float: left;
	margin-right: 5px;
	border: 1px solid #eee;
}

.sidebar_item_description
{
	font-size: 10px;
	color: #668;
	margin-top: 2px;
}

.num_posts
{
	display: inline;
	color: #374;
	font-size: 10px;
	font-weight: normal;
	vertical-align: super;
	margin-left: 2px;
}

.red
{
	color: #c00;
}

/* Footer */

#footer
{
	width: 100%;
	margin: 30px 0 5px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #eee;
	font-size: 10px;
	background: #689 url('/images/menu.png');
}

#footer img
{
	vertical-align: text-bottom;

}

#footer a {
	color: #fff;
}