/******************
	General
*******************/

body {
	background: #000;
	color: #E1DFDD;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
}

h1, h2, h3, h4 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}

p {
	margin: 5px 0 10px 0;
	line-height: 140%;
}

a {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	text-decoration: none;
}

#main-container {
	background: #000 url('img/main-back.png') no-repeat top right;
	margin: 25px auto;
	width: 990px;
	padding-top: 10px;
}

#header {
	padding: 0px 0 10px 15px;
}

#header h1 {
	font-weight: bold;
	font-size: 26px;
	padding: 0;
	color: #E1DFDD;
}

#sidebar{
	padding-top: 10px;
	float: right;
	width: 210px;
}

#sidebar .icons{
	margin-bottom: 2px;
}

#sidebar .icons a {
	padding-right: 10px;
}

#sidebar .feed-item {
	margin-bottom: 10px;
}

#sidebar .feed-date {
	margin-bottom: 2px;
	font-weight: bold;
}

/*************
	NAVI
*************/

#navi {
	margin: 0;
	padding: 0 0 0 25px;
	width: 750px;
	height: 25px;
}

#navi a {
	padding-right: 25px;
}

#content-container {
	background: #42443D url('img/content-back.png') top left;
	padding-top: 15px;
	width: 750px;
}

#content-container2 {
	background: #42443D url('img/content-back.png') bottom left;
	padding-bottom: 15px;
}

#content {
	overflow: auto;
	background: #42443D;
	margin: 0;
	padding: 0 15px;
}

#footer {
	width: 750px;
	margin-top: 15px;
	clear: both;
	color: #666;
	font-size: 10px;
	text-align: center;
}

/******************
	Form errors 
*******************/

div.errors {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background-color: #fff0f0;
	color: #f00;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

p.error {
	padding: 0;
	margin: 0px 0 10px 0;
}

input.error, textarea.error {
	background: #ffe0e0;
}

label.error {
	color: #f00;
}

/*
 * tips
 */
.tip-container {
	background: #000;
	color: #eee;
	line-height: 150%;
	width: 167px;
	font-size: 11px;
}

.tip-container .tip-title {
	background: #000 url('img/tip-back.png') no-repeat top left;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
.tip-container .tip-text {
	padding: 5px 10px 10px 10px;
	background: #000 url('img/tip-back.png') no-repeat bottom right;
}
