html, body {
	height: 100%;
}

body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3787DE;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

blockquote {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #3787DE;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

img {
	border: none;
}

/* Header */

#header {
	height: 80px;
}

#header h1 {
	float: left;
	letter-spacing: -3px;
	font-size: 3.4em;
}

#header h2 {
	float: left;
	letter-spacing: -1px;
	font-size: 1.6em;
}

#header h3 {
	float: right;
	letter-spacing: -1px;
	font-size: 0.8em;
}


#header h1 a {
	text-decoration: none;
	color: #333333;
}

#header h2 a {
	text-decoration: none;
	color: #999999;
}

#header h3 a {
	text-decoration: none;
	color: #999999;
}


/* Content */

#content {
}

/* Posts */

#posts {
	width: 85%;
	height: 450px;
	padding: 1em;
	background: url(/media/sys_net_ru.gif) no-repeat;
}

.post {
}

.post .title {
	letter-spacing: -1px;
	font-size: 2em;
}

.post .posted {
	margin-bottom: 20px;
	font-size: .8em;
}

.post .story {
}

.post .meta {
	height: 50px;
	padding: 8px 0 0 50px;
	font-size: .8em;
}

/* Archives */

#archives {
}

/* Search */

.form {
	margin: 0 0 6px 0;
	padding: 0;
}


.form .textfield1 {
	width: 105px;
	border: 1px solid #666666;
	color: #333333;
}

.form .textfield2 {
	width: 200px;
	border: 1px solid #666666;
	color: #333333;
}

.form .button {
	margin-top: 6px;
	text-align: center;
	border: 1px solid #666666;
	height: 20px;
}

.form .error {
	font-size: .8em;
	color: red;
}

#form {
}

#form form {
	margin: 0 0 6px 0;
	padding: 0;
}

#form #textfield1 {
	width: 105px;
	border: 1px solid #666666;
	color: #333333;
}

#form #textfield2 {
	width: 200px;
	border: 1px solid #666666;
	color: #333333;
}

#form #areafield1 {
	width: 50%;
	height: 120px;
	border: 1px solid #666666;
	color: #333333;
}


#form #submit1 {
	margin-top: 6px;
	text-align: center;
	border: 1px solid #666666;
	height: 20px;
}

#form #label {
	font-size: .8em;
}

/* Pages */

#pages {
}

/* Categories */

#categories {
}

/* Orange Box */

.obox {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 1em;
	background: url(/media/sys_net_ru.gif) no-repeat;
}

.obox .heading {
	height: 27px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #FF6500;
}

.obox .content {
	padding: 10px;
}

.obox ul {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	list-style: none;
}

.obox li {
	padding-left: 15px;
}

.obox a {
	color: #FF6500;
}

#active {
	font-weight: bold;
}


/* Green Box */

.gbox {
	width: 100%;
	margin: 0 0 1em 0;
	padding: 1em;
	background: url(/media/sys_net_ru.gif) no-repeat;
}

.gbox .heading {
	height: 27px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #09881C;
}

.gbox .content {
	padding: 10px;
}

.gbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gbox li {
	padding-left: 15px;
}

.gbox a {
	color: #09881C;
}

/* Footer */

#footer {
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: x-small;
	text-align: center;
}




/* Forum */

#djangoForumBody {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

#djangoForumList,
#djangoForumThreadList,
#djangoForumThreadPosts {
	border-collapse: collapse;
	width: 100%;
}

#djangoForumList td,
#djangoForumThreadList td,
#djangoForumThreadPosts td {
	border: solid #777 1px;
	padding: 6px;
}

#djangoForumList .djangoForumListDetails {
	width: 70%;
}

#djangoForumList .djangoForumListDetails strong {
	font-size: 120%;
}

#djangoForumList .djangoForumListDetails .djangoForumStats {
	font-size: 80%;
}

.djangoForumListLastPost,
.djangoForumThreadLastPost {
	background-color: #F1F1F1;
	border-bottom: solid #777 1px;
}

#djangoForumList th,
#djangoForumThreadList th,
#djangoForumThreadPosts th {
	background-color: #3a3;
	border: solid #777 1px;
	color: #fff;
	text-align: left;
	padding: 4px;
}

#djangoForumThreadPosts th {
	width: 20%;
}

#djangoForumBreadcrumbs {
	padding: 20px;
}

#djangoForumBody label {
	font-size: 110%;
	font-weight: bold;
	display: block;
	padding: 4px;
}

#djangoForumThreadPostDetail {
	width: 20%;
}
.djangoForumPagination {
	display: inline;
}
