/*
Twiddict
v 10-06-2008, Tijs
*/

/* HTML selectors */
body {
	font: 12px "Trebuchet MS", Verdana, sans-serif;
	background: #789710 url(../images/back.png) repeat-x;
}
body, ul, p, form, fieldset, input, img, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
h1 {
	display: none;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	float: left;
	width: 360px;
	margin-bottom: 10px;
}

/* Positie */
#container {
	margin: 0 auto;
	width: 760px;
	background: url(../images/middle.png) repeat-y;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Links */
#header a {
	color: #000;
}
#header a:hover, #header a:active {
	color: #58737E;
}
#footer a {
	color: #C8D59E;
}
#footer a:hover, #footer a:active {
	color: #fff;
}
#sidebar a {
	color: #fff;
}
#sidebar a:hover, #sidebar a:active {
	color: #485B0A;
}
#tweets li a {
	color: #000;
    text-decoration: underline;
}
#tweets li a:hover, #tweets li a:active {
	color: #B00C0B;
    text-decoration: underline;
}
#tweets li span.reply a {
	color: #666;
    text-decoration: none;
}
#tweets li span.reply a:hover, #tweets li span.reply a:active {
	color: #000;
    text-decoration: underline;
}

/* Header */
#header {
	height: 20px;
	background: #DCEAF0;
	text-align: right;
	padding: 30px 0 0 0;
}
#header span {
	background: #CBE0E9;
	padding: 6px 10px;
}

/* Middle */
#middle {
	background: url(../images/header.png) no-repeat;
}
#main {
	float: left;
	width: 440px;
	padding: 190px 30px 0 30px;
}
#main p {
	line-height: 18px;
	padding-bottom: 15px;
}
#togo {
	float: right;
	width: 70px;
	text-align: right;
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #999;
}
#save {
	width: 100px;
	float: left;
	padding-top: 3px;
}
#whatsnext {
	width: 340px;
	float: right;
	color: #666;
	font-size: 11px;
	line-height: 14px;
}
#whatsnext.inactive {
	color: #999;
}
#tweets {
	padding-bottom: 6px;
}
#tweets li {
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
}
#tweets li span.info {
	font-size: 12px;
	line-height: 18px;
	color: #B00C0B;
}
#tweets li span.reply {
	color: #666;
}
.queue {
	color: #666;
}
#sidebar {
	float: right;
	width: 220px;
	padding: 335px 0 0 35px;
	color: #fff;
	line-height: 22px;
}
#sidebar p {
	background: url(../images/linedivider.gif);
}
#main .health {
	background: url(../images/boxbottom.png) no-repeat bottom left;
	margin: 5px 0 10px 0;
}
#main .health p {
	margin: 0;
	padding: 10px 10px 10px 48px;
	line-height: 16px;
}
#main .health p.good {
	background: url(../images/boxgood.png) no-repeat;
}
#main .health p.bad {
	background: url(../images/boxbad.png) no-repeat;
}
#main .health p.problem {
	background: url(../images/boxproblem.png) no-repeat;
}

/* Footer */
#footer {
	color: #C8D59E;
	background: #789710 url(../images/footer.png) no-repeat;
	padding: 25px 270px 15px 10px;
	font-size: 11px;
	line-height: 14px;
}

/* Form */
textarea {
	font: 16px "Trebuchet MS", Verdana, sans-serif;
	width: 440px;
	height: 60px;
	border: solid 1px #ccc;
	background: #fff;
	margin-bottom: 5px;
}
fieldset {
	border: none;
    margin-bottom: 15px;
}
input.field {
	font: 14px "Trebuchet MS", Verdana, sans-serif;
	background: #fff;
	width: 70px;
	border: none;
	margin: 0 10px 0 2px;
}
input.signin {
	vertical-align: bottom;
}