/*
Twistory.net
General stylesheet
By Pixelpanic.be (v 20-04-2008)
*/

/* HTML selectors */
body, p, form, fieldset, input, img, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	background: #5B4028 url(../img/back.png) repeat-x;
	margin-bottom: 20px;
}
p,ul {
	line-height: 20px;
	padding-bottom: 15px;
}
form {
	padding-bottom: 15px;
}
h1,h2,h3 {
	font-weight: normal;
}
h1 {
	font-size: 26px;
	padding-bottom: 15px;
}
h1 span {
	font-size: 18px;
}
h2 {
	font-size: 18px;
	padding: 5px 0 15px 0;
}
ul {
	list-style: none;
}
li {
	padding-left: 20px;
	background: url(../img/arrow.gif) no-repeat 0 5px;
}

/* Position */
.container {
	margin: 0 auto;
	width: 490px;
}
.up {
	background: url(../img/back_container.png) repeat-y;
}
.down {
	background: url(../img/back_footer.png) bottom left;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Main */
#main {
	background: url(../img/back_header.png) no-repeat;
	padding: 225px 30px 0 30px;
}
.avatar {
	background: #fff;
	float: right;
	margin: 0 0 10px 10px;
	padding: 1px;
	border: 4px solid #ECE1D0;
	width: 48px;
	height: 48px;
}
.graph {
	background: url(../img/graph.png) no-repeat;
	padding-bottom: 20px;
}

/* Footer */
#footer {
	background: url(../img/back_footer_top.png) no-repeat;
	font: 11px Arial, Helvetica, sans-serif;
	color: #ffffcc;
	padding: 34px 20px 10px 20px;
}
#footer p {
	line-height: 16px;
	padding: 0;
}

/* Links */
a {
	color: #669900;
}
a:hover, a:active {
	color: #5B4028;
}
#footer a {
	color: #ffffcc;
}
#footer a:hover, #footer a:active {
	color: #fff;
}
ul a {
	font-size: 12px;
}
a.help {
	color: #000;
	text-decoration: dotted;
	font-size: 14px;
}
a:hover.help, a:active.help {
	color: #000;
	text-decoration: underline;
	cursor: help;
}

/* Form */
fieldset {
	border: none;
}
input {
	color: #A29483;
	font: 18px Georgia, "Times New Roman", Times, serif;
	border: solid 1px #BAAA96;
}
#indicator {
	margin-left: 10px;
	width: 14px;
	height: 14px;
}
.error {
	color: #cc0000;
}
.button-subscribe {
	border: none;
	margin-left: 5px;
	vertical-align: bottom;
}