body {
	margin: 0;
	padding: 0;
	background:  #F2F2F2 url(../images/bg01.jpg) repeat-x top left;
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #7ACE11;
}

a:hover {
	text-decoration: none;
	color: #7ACE11;
}

.destructive {
	float: right;
}

.delete {
	color: red;
}

.delete:hover{
	color: red;
}

/* Form Layouts */

#form_layout{
	border: 1px solid #DDD;
	background-color: #F2F2F2;
	padding-left: 20px;
	padding-right: 15px;
}

#signup_form {
	border: 1px solid #DDD;
	background-color: #F2F2F2;
	padding-left: 20px;
	padding-right: 15px;
	width: 400px;
}

#signup_form hr {
	width: 390px;
}

#signup_form p {
	text-align: right;
	display: block;
}

#signup_form strong {
	color: black;
}

#signup_form input	{
	font-size: 16px;
}

/* Header */

#header {
	width: 890px;
	height: 150px;
	margin-left: 75px;
	padding-right: 15px;
	cursor: default;
}

/* Logo */

#logo {
	float: left;
	padding: 40px 0 0 0;
}

#logo h1 {
	margin: 0;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 3.6em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -5px 0 0 0;
	text-transform: uppercase;
	font-size: 1.22em;
	letter-spacing: -1px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 93px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}


/* Page */

#middle {
	width: 100%;
	padding-top: 10px;
	margin-bottom: 15px;
	background-color: white;
	overflow: hidden;
}

#page {
	width: 890px;
	margin-left: 70px;
}

/* Content */

.announcement {
	background-color: rgb(255,255,204);
	border: 1px solid rgb(255,153,0);
	padding: 5px;
	margin-bottom: 10px;
	color: black;
}

.announcement h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.announcement p {
	line-height: 1.4em;
}

.announcement h1 span {
	float: right;
}

.right_link {
	font-size: 13px;
	font-weight: normal;
	color: red;
}

.right_link:hover {
	color: red;
} 

.announcement p a {
	color: navy;
}

.note {
	font-size: 13px;
	letter-spacing: 0px;
}

#content {
	margin-top: 10px;
	float: left;
	width: 590px;
}

#content h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

.instruction {
 	background-color:yellow;
	color:black;
	padding:3px
}

#content p {
	margin-top: 0px;
}

#notice {
	margin-bottom: 10px;
	height: 15px;
}

.title_box {
	font-size: 18px;
	width: 75%;
}

#content textarea {
	font-size: 16px;
	border: 1px solid #999;
	width: 75%;
}

.post {
	margin-bottom: 25px;
	padding: 20px 20px;
	background: url(../images/bg04.jpg) no-repeat top left;
}

.title {
	margin: 0 0 3px 0;
	border-bottom: 2px solid #484848;
	color: #484848;
}

.byline {
	margin: 0;
	font-size: 11px;
	color: #D79B00;
	display: inline;
}

#button {
	display: inline;
}

#button a img {
	border: 0;
	vertical-align: top;
}

.meta {
	text-align: left;
	color: #646464;
	margin-top: 20px;
}

.meta .more {
	padding-left: 5px;
}

.meta img {
	vertical-align: bottom;
}

.meta .basecamp {
	padding-left: 20px;
	background: url(../images/Basecamp_logo.png) no-repeat left center;
	float:right;
}

.meta .comment {
	padding-left: 18px;
	margin-left: 10px;
	background: url(../images/comment.png) no-repeat left center;
	float:right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-top: 15px;
}

#sidebar #help {
	margin-left: 15px;
	font-size: 11px;
}

#sidebar #help a {
	color: gray;
	text-decoration: underline;
}

#sidebar ul {
	margin: 0;
	padding: 4px 0px 0px 0px;   /* stupid ie hacks */
	list-style: none;
}

#sidebar li {
}

#sidebar li h3 {
	margin-top: 25px;
}

#sidebar li ul {
	margin-top: -15px;
}

#sidebar li li {
  margin-left: 15px;
	border-bottom: 1px dotted #7B9418;
}

#sidebar li li:hover {
  background-color: #F2F2F2;
  cursor: pointer;
}

#sidebar li .highlighted {
  background-color: #FAFAFA;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 20px;
}

#sidebar h3 {
	padding: 5px 0 0 15px;
}

#sidebar h2 a {
	background: url(../images/button.gif) no-repeat left center;
	height: 48px;
	padding-top: 8px;
	padding-bottom: 11px;
	padding-right: 25px;
	padding-left: 33px;
	color: #000000;
}

#sidebar h2 a:hover {
	text-decoration: none;
}

#sidebar a {
	text-decoration: none;
}

/* burndown details */
.chart-details {
  margin-left: 100px;
	list-style: none;
}

.chart-details li {
  margin-left: 15px;
	border-bottom: 1px dotted #7B9418;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	width: 100%;
	height: 80px;
	background: #F2F2F2 url(../images/bg02.jpg) repeat-x left top;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #717171;
}

#sync_details {
	color: rgb(215, 155, 0);
	padding-left: 10px;
	font-size: 11px;
	list-style: none;
}

.command-bar {
	background-color: #F2F2F2;
	padding: 5px;
}

.command-bar a {
	font-size: 14px;
	color: navy;
}

.user {
	float: left;
	display: inline;
	overflow: auto;
	margin-right: 20px;
}

.user .data {
	overflow: auto;
	margin-bottom: 5px;
}

.user .meta {
	margin-top: 0;
}

.gravatar {
	float: left;
	display: inline;
}

.user .data .gravatar {
	margin-top: 5px;
}

.user .data ul {
	margin: 0;
	float: left;
	display: inline;
	list-style: none;
}

.mail_link, .mail_link:hover {
	color:  navy;
}

.small_text {
	padding-left: 3px;
	text-align: center;
	font-size: smaller;
	color: #717171;
}

.comment {
	overflow: hidden;
	margin-bottom: 10px;
}

.comment .header {
	margin-left:	90px;
	background-color: rgb(255, 255, 204);
}

.comment h3 {
	display: inline;
}

.comment p {
	margin-left:	90px;
}

#post-comment {
	margin-top: 5px;
	border-top: 1px solid #999;
}

#post-comment .gravatar {
	margin-top: 20px;
}

#post-comment textarea {
	width: 400px;
}

#basecamp-credentials{
  border: 1px solid #999;
  padding: 10px 0px 0px 10px;
  margin-bottom: 4px;
  width: 225px;
}

/*-------------------------------------------------
ACCOUNT CHART
This account chart css was done by 37signals
-------------------------------------------------*/
 
table.account_chart {
	width: 80%;
	margin-bottom: 25px;
	color: #000;
}
 
table.account_chart tr.promotion td {
	padding-bottom: 10px;
	line-height: 1.4em;
}
 
table.account_chart td, table.account_chart th {
	padding: 7px 6px;
}
 
table.account_chart td {
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
}
 
table.account_chart td, table.account_chart th {
	border-bottom: 1px solid #000;
}
 
table.account_chart tr.your_plan td, table.account_chart tr.your_plan th {
	background-color: #ffc; 
}
 
table.account_chart th {
	font-size: 14px;
}
 
table.account_chart tr.header th {
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	background-color: #000;
	color: #fff;
}
 
table.account_chart th.side {
	text-align: right;
	background-color: #ffc;
	font-size: 16px;
	color: white;
	background-color: #222;
	border-bottom: 1px solid #999;
}
 
table.account_chart td.action {
	background-color: #222;
	border-bottom: 1px solid #999;
}
 
table.account_chart td.action span {
	font-size: 11px;
	color: white;
}
 
table.account_chart tr.your_plan td.action span {
	font-size: 11px;
	color: #000;
}
 
table.account_chart tr.your_plan th.side {
	color: #000;
}
 
table.account_chart td.action a {
	color: #7ACE11;
}
 
table.account_chart td.big {
	font-size: 14px;
	font-weight: bold;
}
 
table.account_chart th.side span {
	text-transform: uppercase;
	font-size: 10px;
	color: orange;
	float: left;
	padding-top: 3px;
	padding-left: 10px;
}

table.account_chart th.side input {
	float: left;
}
 
table.account_chart td.details {
	font-size: 11px;
	color: #444;
	background-color: #fefee5;
}
 
table.account_chart td.action strong {
	color: red;
	text-transform: uppercase;
}
 
table.account_chart td.details strong {
	color: #000;
}
 
table.account_chart tr.header th span {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
