body {
  margin: 0;

  text-align: center;
  font-family: arial, sans-serif;
  background: url(images/background.png);
  color: #4a311e;
}
a {
  color: #4a311e;
}
h1, h2, h3, h4 {
  margin-top: 0px;
  color: #826650;
}
h3, h4 {
  margin-bottom: 0.3em;
}
hr {
  border: 1px dashed #73b129;
}
img {
  border: none;
}

ul {
  margin: 0.5em 0;
  list-style-image: url(images/bullet-minus.png);
}

#container {
  width: 900px;
  
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  text-align: left;
}

#header {
  height: 60px;

  margin-top: 40px;
  margin-bottom: 20px;
}
#header-right {
  float: right;
}

.content-wrapper {
  float: left;
  width: 700px;

  border: 2px dashed #beac95;
}
.content {
  position: relative;
  left: -2px;
  top: -2px;

  min-height: 450px;

  padding: 25px;

  background: url(images/corner_left.png) no-repeat top left;
}
/* Fix height in IE6 */
* html .content {
  height: 450px;
}

#sidebar {
  float: right;
  width: 185px;
  margin-left: 10px;
}

.sidebar-item-top-wrapper {
  width: 205px;
  margin-bottom: 10px;
  border: 2px dashed #beac95;
}
.sidebar-item-top {
  position: relative;
  left: 2px;
  top: -2px;

  width: 185px;
  padding: 10px;

  background: url(images/corner_right.png) no-repeat top right;
}
.sidebar-item {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 2px dashed #beac95;
}
.ad {
  text-align: center;
}

#menu ul {
  margin: 0;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
#menu li, #menu li a {
  color: #73b129;
  font-size: 110%;
  text-decoration: none;
  font-weight: bold;
}
#menu li a:hover {
  color: #416f0b;
}
#menu li {
  margin-bottom: 0.5em;
}

#menu-username {
  font-size: 90%;
  margin-top: 1em;
}

#menu-actions a {
  text-decoration: none;
  font-weight: bold;
}

#feedback-link {
  font-size: 110%;
  font-weight: bold;
}
#feedback-link,
#feedback-success
{
  display: none;
}
#feedback-form textarea {
  width: 100%;
}
#feedback-success {
  margin-top: 1em;
}

#message {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;

  border: 1px dashed #73b129;
}

#footer {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.big-button {
  float: left;
  margin: 5px;
  padding: 5px;
  text-align: center;
  border: 2px solid #ccc;
  background-color: #eee;
}
.big-button a {
  color: black;
  text-decoration: none;
}

ul.errorlist {
  margin-top: 0;
}
ul.errorlist li {
  color: #f00;
  font-size: 14px;
  font-weight: normal;
}

.small {
  font-size: 80%;
  color: #888;
}

.prog-border {
  height: 15px;
  width: 100%;
  background: #fff;
  border: 1px solid silver;
  margin: 5px 0px;
  padding: 0;
}
.prog-bar {
  height: 11px;
  margin: 2px;
  padding: 0;
  background: #73b129;
}

a.ajax-button {
  outline: none;
}

.ajax-load {
  float: right;
  width: 32px;
  height: 32px;

  background: url(images/load-big-static.gif);
}
.ajax-load-enabled {
  background: url(images/load-big.gif);
}

#front-quote {
  float: right;
  width: 300px;
}
#front-desc {
  clear: both;
  margin: 2em 0;
}
table#walkthrough {
  width: 100%;
}
table#walkthrough td {
  text-align: center;
  vertical-align: top;
}
table#walkthrough img {
  border: 2px solid #beac95;
}

.tagcloud {
  line-height: 2em;
  color: #73b129;
}
.tagcloud .tag {
  margin: 0 8px;
}
.tagcloud a:hover {
  background-color: #eeddc7;
}
.tagcloud .goal {
  font-size: 110%;
}
.tagcloud .author {
  font-size: 90%;
}

.profile-actions {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.profile-actions a {
  margin-right: 1em;
}

table.profile-goals td.incomplete {
  background: url(images/bullet-minus.png) no-repeat 0px 5px;
  width: 12px;
}
table.profile-goals td.completed {
  background: url(images/bullet-minus-green.png) no-repeat 0px 5px;
  width: 12px;
}


.feed {
  float: right;
  width: 40%;
  font-size: 80%;
}
.feed .row-0 {
  background-color: #ebe3ce;
}
.feed .row-1 {
  background-color: #fff9ea;
}
.feed .event-goal,
.feed .event-milestone,
.feed .event-step,
.feed .event-user
{
  padding: 2px 2px 2px 35px;
  overflow: hidden;
  border-bottom: 1px solid #ada798;

  background-repeat: no-repeat;
  background-position: 8px 8px;
}
.feed .event-goal {
  background-image: url(images/icon_goal.png);
}
.feed .event-milestone {
  background-image: url(images/icon_milestone.png);
}
.feed .event-step {
  background-image: url(images/icon_step.png);
}
.feed .event-user {
  background-image: url(images/icon_user.png);
}




/* --------------- Goal page --------------- */

#goal .goal-author {
  color: #888;
  font-size: 90%;
}
#goal .goal-author a {
  color: #444;
}

#goal #goal-title-area,
#group-title-area
{
  color: #826650;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

#goal .goal-attribs {
  margin: 5em 0 1em 0;

  padding: 5px;
  border: 1px solid #ccc;
}
#goal .goal-attrib {
  display: inline;
  margin: 2px 16px 2px 2px;
  padding: 2px;

  border: 1px solid #ccc;
  background-color: #fff;
}
#goal .goal-groups {
  margin: 1em 0;
  padding: 2px;
  border: 1px solid #ccc;
  background-color: #fff;
}
#goal .goal-groups .group-links {
  display: inline;
}
#goal #share-goal,
#goal #share-goal-form
{
  margin-top: 1em;
}

#goal .milestone {
  margin-bottom: 1em;
  padding: 5px;
  border: 1px solid #ccc;
}

#goal .milestone .title-area {
  font-size: 110%;
  font-weight: bold;
}

#goal .add-step,
#goal .add-step-form
{
  margin-top: 0.5em;
}


#goal #add-milestone,
#goal #add-milestone-form
{
  margin-top: 2em;
}

#goal .actions,
#group-title-area .actions
{
  display: none;
  margin-left: 0.5em;
  font-weight: normal;
  font-size: 80%;
}
#goal-title-area .actions a,
#group-title-area .actions a,
{
  color: #6e5643;
}

#goal .enabled {
  background-color: #c7e4a5;
}

#goal #share-goal-form,
#goal #add-milestone-form,
#goal .add-step-form,
#goal .edit-milestone-form,
#goal .edit-step-form,
#goal #edit-goal-form,
#edit-group-form
{
  display: none;
}

#goal #edit-goal-form,
#edit-group-form
{
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

#goal ul.errorlist {
  display: none;
}

#goal .step .description-completed {
  color: #826650;
}


#goal .help {
  display: none;

  float: right;
  width: 60%;
  padding: 5px;

  font-size: 80%;
  border: 3px solid #ccc;
  background-color: #fff;
}
#goal .help .point {
  position: relative;
  left: -19px;
  top: -7px;
  width: 14px;
  height: 25px;
  margin-bottom: -25px;

  background: url(images/help-point.gif);
}

/* --------------- Group page --------------- */

#group-title-area .group-title {
  color: #73b129;
}
