﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img001.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	
}
html, 
body,form { 
margin:0; 
padding:0; 
height:100%; /* 100 % height */ 
} 

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3ebcdb;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(img05.gif) repeat-y;
}

a {
	color: #3ebcdb;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 78px;
	margin: 0 auto;
	background: url(img02.jpg);
	
}


#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 30px 0 0 20px;
	font-size: 22px;
}

#header h2 {
	float: right;
	padding: 32px 20px 0 0;
	font-size: 18px;
}

/* Menu */

#menu {
	width: 760px;
	height: 16px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 20px 0 20px;
	background: url(img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0px auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(img04.jpg) repeat-x left bottom;
}
#contentFull {
	
	
	height:100%
	
}
/*html>body #content {padding:6em 1em;} /* 6em = height of #header and #footer + 1em, 1em = give the content some breathing space*/


/* Posts */

#posts {
	float: left;
	width: 480px;
}
#postsFull {
	float: left;
	width: 480px;
	height:100%;
}

/* Links */

#links {
	float:none;
	width: 120px;
	padding-left: 0px;
	background: url(img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 0px 0 15px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* links_left */

#links_left {
	float: none;
	width: 120px;
	padding-left: 0px;
	background: url(img05.gif) repeat-y;
}

#links_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links_left li ul {
	padding: 0px 0 15px 0;
}

#links_left li li {
	padding: 7px 10px;
	background: url(img06.gif) repeat-x left bottom;
}

#links_left li a {
	text-decoration: none;
}

#links_left li a:hover {
	text-decoration: underline;
}

#links_left li i {
	font-style: normal;
	font-size: 9px;
}

#links_left li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	
	background: #2D2D2D url(img07.gif) repeat-x;
	width:100%;
}
html>body #footer {
	
	position:fixed;
	bottom:0;
	z-index:10; /* Prevent certain problems with form controls */
}

#footer p {
	text-align: center;
	color: #999999;
}
/* MISC */
.message
{
	color: #3ebcdb;
}