﻿html {
	height: 100%;
}

body {
	font-family: Georgia, Times New Roman;
	font-size: 1em;
	height: 100%;
	background-color: rgb(30,30,30);
	margin: 0;
	padding: 0;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

a {
	color: rgb(30,80,120);
}

table.layout {
	border-collapse: collapse;
	border-width: 0;
}

table.layout td {
	vertical-align: top;
}

/* header */
#header {
	background-color: rgb(255,255,255);
}

#header h1 {
	margin: 0;
	padding: 10px 0;
}

#header h1 a {
	display: block;
	width: 425px;
	height: 48px;
	text-indent: -999999px;
	background: url(Images/logo.gif) no-repeat;
}

#header .inner { position: relative; }

#nav {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgb(185,210,220);
	padding: 4px 8px 6px 8px;
	font-size: 12px;
	color: rgb(140,170,190);
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	font-weight: bold;
}

#nav a {
	color: rgb(70,100,120);
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

/* latest */
#latest {
	background-color: rgb(255,231,183);
	padding: 30px 0 20px 0;
	border-width: 1px 0;
	border-color: rgb(255,190,153);
	border-style: solid;
}

#latest a {
	color: rgb(230,127,31);
}

#latest h3 {
	margin: 0;
	color: rgb(255,170,100);
}

#latest img {
	margin: 0 20px 20px 0;
	border: 1px solid rgb(150,150,150);
}

#latest h2 {
	margin: 0;
}

#latest h2 a {
	color: rgb(38,34,27);
}

#latest .desc {
	font-size: 18px;
	font-weight: bold;
	color: rgb(60,55,40);
}

/* box */
.box {
	padding: 20px;
	background-color: rgb(240,240,240);
	border: 1px solid rgb(220,220,220);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.box h2 {
	margin: 4px 0;
}

.box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.count {
	color: rgb(120,120,120);
	font-size: 12px;
	font-family: Trebuchet MS;
}

/* front-page tags */
.box ul.tags li {
	display: inline;
	padding-right: 8px;
}

/* content */
#content {
	background-color: rgb(255,255,255);
	padding: 20px 0 50px 0;
}

/* footer */
#footer {
	border-top: 5px solid rgb(15,15,15);
	padding: 20px 0;
	text-align: center;
	color: rgb(100,100,100);
	font-size: 80%;
	line-height: 1.6em;
}

#footer a {
	color: rgb(150,150,150);
}

#footer a:hover {
	color: rgb(30,30,30);
	background-color: rgb(120,120,120);
}

#footer h4 {
	font-size: 16px;
	margin: 2px;
}


/* forms */
.field {
	font-family: Trebuchet MS;
	padding: 3px;
	width: 260px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(180,180,180);
}

.field.title {
	font-size: 150%;
	width: 800px;
}

.field.wide {
	width: 800px;
}

.field.code {
	font-family: Consolas, Courier New;
}

.field.invalid {
	background-color: rgb(255,210,210);
	border-color: rgb(200,140,140);
}

label {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: rgb(40,40,40);
}

input.button {
	font-family: Trebuchet MS;
	padding: 5px;
}

.field-validation-error {
	padding-left: 20px;
	margin-left: 10px;
	background: url(Images/validation-error.gif) no-repeat;
	color: rgb(180,0,0);
}

.field-info {
	font-size: 70%;
	color: rgb(100,100,100);
	font-family: Trebuchet MS;
}

/* posts */
.post .desc {
	margin: 20px 0;
	font-style: italic;
}

.post img.thumb {
	clear: both;
	float: left;
	border: 1px solid rgb(200,200,200);
	padding: 5px;
	margin: 0 10px 10px 0;
	background-color: rgb(255,255,255);
}

ul.posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.post {
	clear: both;
	margin: 10px 0;
}

.post a {
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

.post h3, .post h2 {
	margin: 10px 0;
}

.post-overview {
	background-color: rgb(255,250,220);
	padding: 20px;
}

.post-overview .desc {
	font-size: 20px;
	font-weight: bold;
	color: rgb(40,40,40);
}

.date {
	font-size: 12px;
	color: rgb(120,120,120);
}

/* video */
.video {
	text-align: center;
	margin: 20px;
}


/* sorting */
.sorthandle {
	width: 13px;
	height: 13px;
	background-image: url(Images/sort-arrows.png);
	display: inline-block;
	cursor: n-resize;
}

/* comments */
ul.comments {
	list-style-type: none;
	padding: 0;
}

ul.comments li {
	border-width: 1px 0;
	border-style: solid;
	border-color: rgb(220,220,220);
	padding: 10px 0 0 0;
	margin: 20px 0;
	color: rgb(60,60,60);
}

.userinfo {
	float: left;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	margin: 0 10px 10px 0;
	text-align: center;
}

.userinfo .time {
	color: rgb(120,120,120);
}

/* misc */
a.action {
	font-size: 70%;
	color: rgb(120,120,120);
}

a#subscribe {
	padding-left: 22px;
	background-image: url(Images/feed-icon.png);
	background-repeat: no-repeat;
}

/* live training */
#live_train {
	width: 500px;
	margin: 0 auto;
	border: 1px solid rgb(100,200,100);
	background-color: rgb(200,255,200);
	text-align: center;
	border-radius: 5px;
}

#live_train h3 {
	color: rgb(40,100,40);
	margin: 10px 0;
}

#live_train p {
	font-size: 11px;
	font-family: Verdana;
}