/*
Design inspired by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/


#menu
{
  background: none;
  border: 0px;
}

#menu a
{
  background: none;
  border: 0;
}

#menu a:hover
{
  background: none;
  border: 0;
}

.topbannerframe
{
  position: absolute;
  width: 720px;
  height: 90px;
  left: 50%;
  margin-top: 15px;
  margin-left: -350px;
}

.bodymain
{
  border: 0px;
  background: none;
  margin-top: 0;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

#languages
{
  text-align: right;
  width: 50%;
  left: 45%;
  position: absolute;
  top: 0;
}

#outro
{
  margin-top: 0;
}

.leftpaneltitle
{
 border: 0;
 font-weight: normal;
 color: #4F6977;
 font-weight: bold;
 border: 0;
}

.leftpanel
{
  margin-bottom: 0;
  width: 850px;
}

input,textarea,select
{
  background-color: white;
  border: 1px solid black;
}

input[type="submit"]:hover,input[type="reset"]:hover
{
 background-color: white;
 border: 1px solid black;
}

.forumtopichover
{
  background-color: #9ae3fe;
  border: 0px;
}

.forumtopichover a
{
  color: black;
}

.forumtopic
{
  border: 0px;
}

/* Original layout below */
body {
	margin: 0;
	padding: 0;
	background: #F4FBFF url(../images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405A67;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F6977;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	text-align: justify;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #38B5F1;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#topbanner {
	width: 954px;
	height: 183px;
	margin: 0 auto;
	background: url(../images/img02.jpg);
	border: 0;
}

/* Logo */

#logo {
	float: left;
}

.topbannertitle
{
	float: left;
	color: #FFFFFF;
	padding: 115px 0 0 50px;
	font-weight: bold;
	font-size: 40px;
}

#logo h2 {
	padding: 143px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	position: absolute;
	height: 50px;
	width: 550px;
	left: 50%;
	margin-left: -100px;
	text-align: right;
	top: 140px;
}

#menu a {
	display: inline;
	padding: 0 28px 0 0;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 954px;
	margin: 0 auto;
	background: #FFFFFF url(../images/img03.jpg) repeat-y;
}

#bg {
	background: url(../images/img06.jpg) no-repeat left bottom;
}

/* Content */

#main {
	width: 924px;
	background: #FFF url(../images/img04.jpg) no-repeat;
	padding-left: 30px;
	padding-top: 20px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
        min-height: 300px;
        _width: 954px;
}

/* Posts */

.post {
	width: 606px;
	padding: 30px 0 0 48px;
}

.post .title {
	padding: 0 0 0 12px;
}

.post .title a {
	color: #4F6977;
}

.post .date {
	margin: -26px 25px 15px 0;
	text-align: right;
	color: #79AFCD;
}

.post .entry {
	padding: 25px 20px 0 12px;
	background: url(../images/img07.jpg) no-repeat;
}

.post .meta {
	padding: 15px 12px;
	background: url(../images/img08.jpg) no-repeat left bottom;
}

.post .meta b {
	display: none;
}

.post .more, .post .comments {
	padding: 0 30px 0 20px;
}

.post .more {
	background: url(../images/img09.gif) no-repeat left center;
}

.post .comments {
	background: url(../images/img10.gif) no-repeat left center;
}

/* About Box */

#about-box {
	width: 185px;
	height: 162px;
	padding: 70px 37px 0 35px;
	background: url(../images/img11.jpg) no-repeat left bottom;
}

#about-box h2 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}

#about-box p {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 274px;
	background: url(../images/img05.jpg) no-repeat;
}

#sidebar ul {
	width: 206px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	width: auto;
	padding: 0 15px 0 10px;
}

#sidebar li li {
	padding: 5px 0 5px 0;
	background: url(../images/img13.gif) repeat-x;
}

#sidebar li li.first {
	padding-top: 0;
	background: none;
}

#sidebar li h2 {
	font-size: 18px;
	padding: 30px 0 40px 10px;
	background: url(../images/img12.jpg) no-repeat left bottom;
}

/* Footer */

#outro {
	padding: 0;
	margin: 0;
	padding-top: 60px;
	background: url(../images/img15.jpg) no-repeat top left;
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}

#outro p {
	text-align: center;
	font-size: 12px;
	color: #83B3CE;
}

#outro a {
	color: #83B3CE;
}