/*
Design 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
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
}

h1, h2, h3 {
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
	display:none;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 13px;
}

p, ul, ol {
	margin-bottom: 2em;
}

code
{
    font-family: Consolas, Arial, Helvetica, sans-serif;
}
pre {
    overflow:auto;
    background-color: #F0F0F0;
    border-style: groove;
    border-width: thin;
}
p {
}

ul {
}

ol {
}

td
{
 padding:3px;
 }

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    padding: 0 0 0 26px;
    border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo */

#logo {
    height: 147px;
    margin: 0 auto;
    width: 100%;
}

#logo img 
{
    float:left;
    padding: 0px;
}
#logo h1 
{
    display: none;
	float: left;
	padding: 0px 0px 0 0;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
}

#logo h2 {
    float: right;
    padding: 98px 0 0 0;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 60px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 20px 0 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: #EC0000 url(images/img03.gif) repeat-x left bottom;
}

/* Page */

#bg {
    background: no-repeat center
top;
}

#page 
{
    clear:both;
	width: 100%;
	margin: 0 auto;
}

/* Content */

.main 
{
    padding: 0 24px 0 24px;
    min-width: 600px;
   
}

.main h1
{
    display: none;
}

.main .content {
	padding-left: 32px;
	
}

/* Posts */

.post 
{
    padding-left:24px;
    padding-right:24px;
    min-width:600px;
}
.post h1.title 
{
	margin: 45px 0 0 0;
}

.post h2.title 
{
		margin: 45px 0 0 0;

}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post .entry {
	padding-left: 32px;
}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

/* Sidebar */

.sidebar
{
    width: 214px;
    padding: 0 1px 0 10px;
    float:right;
}

.sidebar a
{
    color: #4A5157;
}

.sidebar img 
{
    padding: 0 0 0 0px;
}
.title {
	height: 27px;
	padding: 0px 0 0 5px;
	background: #C80000;
	font-size: 17px;
	color: #FFFFFF;
}

.comment li
{
    border-style: solid none none none;
    margin-bottom: 10px;
    list-style: none;
    min-height: 50px;
    border-top-color: #999999;
    border-top-width: thin;
    background-color: #F0F0F0;
}
.response li
{
    background-position: repeat-x;
    border-style: solid none none none;
    margin-bottom: 10px;
    background: repeat-x;
    list-style: none;
    min-height: 50px;
    border-top-color: #66CCFF;
    border-top-width: thin;
    background-color: #CCFFFF;
}
   
.box {
}

.box .title {
	height: 27px;
	padding: 0px 0 0 5px;
	background: #C80000;
	font-size: 17px;
	color: #FFFFFF;
}

.box .content
{
    background-position: url(images/img06.gif) repeat-x;
    padding: 26px 10px 10px 10px;
    background: url(images/img06.gif) repeat-x;
}

.box .meta
{
	text-align: right;
	font-size: small;
	color: #808080;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

.meta
{
	text-align: right;
	font-size: small;
	color: #808080;
}

/* Footer */

#footer {
	padding: 35px 0;
	background: url(images/img08.gif) no-repeat center top;
	font-size: 12px;
}

#footer p {
	text-align: center;
}

.inputForm label, input
{
	float:left; width:200px; margin-bottom:3px;
}

.inputForm label
{
	text-align:right; width:100px; margin-right:3px;
}
	
.inputForm br
{
	clear:left;
}