/* @override http://localhost:8000/static/css/default.css */

body {
	margin: 20px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 1em 0;
	line-height: 22px;
	font-size: 11px;
}

label {
	font-style: italic;
}

.feedback {
	border: 3px double #a4bfeb;
	width: 500px;
	line-height: 1.5em;
	font-size: 14px;
	margin-top: 16px;
	padding: 12px;
	display: inline;
	float: left;
	background-color: #c6def7;
}

.login {
	border: 3px double #a4bfeb;
	width: 250px;
	line-height: 1.5em;
	font-size: 14px;
	margin-top: 16px;
	padding: 12px;
	display: inline;
	float: left;
	background-color: #c6def7;
}

.register {
	border: 3px double #a4bfeb;
	width: 250px;
	line-height: 1.5em;
	font-size: 14px;
	margin-top: 16px;
	padding: 12px;
	display: inline;
	float: right;
	background-color: #c6def7;
}

.note {
	line-height: 19px;
	font-size: 12px;
}

#manage {
	font-size: 1em;
	line-height: 2em;
}

a {
	text-decoration: none;
	color: #3a6fac;
}

a:link {
	color: #3a6fac;
}

a:hover, a:active {
	color: #003448;
}

img {
	border: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#header {
	width: 850px;
	height: 35px;
	margin: 0 auto 30px auto;
}

#logo {
	float: left;
}

#logo h1 {
	font-size: 36px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	margin-left: 20px;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(http://s3.amazonaws.com/organizee/images/img02.gif) repeat-x left bottom;
}

#page {
	width: 850px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 575px;
}

.details {
	margin: 0;
	line-height: normal;
	font-size: small;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(http://s3.amazonaws.com/organizee/images/img03.gif) repeat-x left bottom;
}

.post .entry ul {
	font-size: 1em;
	line-height: 2em;
}

#sidebar {
	float: right;
	width: 195px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(http://s3.amazonaws.com/organizee/images/img03.gif) repeat-x left bottom;
	font-size: 16px;
}

.status {
	padding: 20px;
	background: url(http://s3.amazonaws.com/organizee/images/img05.gif) no-repeat;
}

#footer .wrap {
	width: 850px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #375C69;
}

#legal a {
	color: #476B77;
}

.preview
{
	color: red;
	text-align: right;
}

.selected_label
{
	background-color: #fafc2f;
}

table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

th {
	padding: 0 0.5em;
	text-align: left;
	background-color: #e4e4e4;
}

tr.odd td {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #c6def7;
}

td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

#goal_list td:first-child {
	width: 35%;
	text-align: left;
}

#goal_list .goal_target {
	width: 15%;
}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}
th+th {
	border-left: 1px solid #CCC;
	text-align: center;
	}
	
.error {
	color: #ff1c00;
}

.demo {
	border: 3px double #a4bfeb;
	line-height: 1.5em;
	font-size: 26px;
	margin-top: 16px;
	padding: 12px;
	background-color: #46ee45;
	text-align: center;
}

.demo a {
	color: #000;
}

.demo a:hover {
	color: #ff1739;
}