/* Colours:
Brown:  #5E2900;
Tan:    #A45001;
Beige:  #F2BB68;
Rust:   #F22900; */

* {
	padding: 0;
	margin: 0;
	color: #5E2900;/*brown*/ 
}

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1em;
	padding-bottom: 1em;
}

h1, h2, h3, h4 {
  color: #A45001;/*tan*/
  font-weight: normal;
}

h1 strong {
  color: #5E2900;/*brown*/  
}

h2, h3, h4 {
  margin-bottom: 0.25em;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

a img {
  border: none;
}

a {
  color: #A45001;/*tan*/ 
}

p {
  line-height: 1.5;
  padding-bottom: 0.5em;
}

.selected {
  font-weight: bold;
}

#header {
  padding-left: 2.25em;
  padding-right: 2.25em;
}

#login-options {
  float: right;
}

ul {
  list-style-type: none;
  list-style-position: inside;
}

ol li {
  margin-left: 2.5em;
  padding-left: 0.25em;
}

.link-list li {
  display: inline;
}

.link-list li a {
  font-weight: normal;
}

#main-area {
  clear: both;
  padding-top: 1em;
}

#content {
  padding-left: 11.5em;
  padding-right: 3em;
  margin-right: 120px;
}

.manage-list ul {
  padding-bottom: 0.5em;
}

.manage-list li {
  padding-bottom: 0.5em;
}

*.delete a {
  color: #F2BB68;/*beige*/
  background-color: white;
  text-decoration: none;
}

*.delete a:hover {
  color: #5E2900;/*brown*/
}

.flash {
  padding-bottom: 0.5em;
}

.flash.notice {
  color: #A45001;/*tan*/
}

.flash.error {
  color: #F22900;/*rust*/
}

form.small-form {
  padding: 0.75em 0 0.25em 0;
}

form.small-form li {
  position: relative;
}

form.small-form li {
  margin-bottom: 0.5em;
}

form.small-form li input {
  position: absolute;
  left: 11em;
}

form.small-form li textarea {
	position: relative;
	left: 8.5em;
}

form.small-form li label {
	vertical-align: top;
}

form.small-form li input.commit, input#commit {
  position: relative;
  margin-top: 0.5em;
  padding: 0.25em;
  background-color: #F2BB68;/*beige*/
  color: #5E2900;/*brown*/
  border-color: #A45001;/*tan*/
}

div.fieldWithErrors {
  display: inline;
}

div.fieldWithErrors * {
  border: 1px solid #F22900;/*rust*/
}

div.errorExplanation h2, div.errorExplanation p {
  display: none;
}

div.errorExplanation ul {
  list-style-type: square;
}

div.errorExplanation li {
  color: #A45001;/*tan*/  
}

#spinner {
  position: fixed;
  right: 2px;
  top: 2px;
  z-index: 100;
}

#terms {
  font-size: smaller;
  text-align: justify;
}

#terms p {
  line-height: 1.2;
}

#terms ol {
 padding-bottom: 0.5em;
}

#terms h4 {
  padding-top: 0.25em;
}

#accept-terms-of-use input {
  margin-top: 0.25em;
}

#i-accept {
  margin-left:12.5em;
}

div.manage-options {
  margin-top: -0.25em;
  padding-bottom: 0.25em;
}

.manage-options a {
  font-size: small;
}

table#admin {
  margin-left: 0;
}

table#admin th {
  font-weight: bold;
}

table#admin th, table#admin td {
  text-align: left;
  vertical-align: top;
  padding-bottom: 0.5em;
}

table#admin td + td, table#admin th + th {
  font-size: small;
  padding-left: 2em;
  text-align: right;
}

table#admin td + td + td, table#admin th + th + th {
  text-align: left;
}

table#admin div.manage-options {
  font-size: small;
}

table#admin li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 1em;
}

.article-content ul, .article-content ol {
	padding-bottom: 0.5em;
}

.article-content ul {
	list-style-type: square;
}

.article-content ol {
	list-style-position: inside;
}

.article-content ol li {
  margin-left: 0;
  padding-left: 0;
}

.navbar {
  position: relative;
  clear: both;
  padding-top: 1em;
  background-color: #A45001;/*tan*/
  height: 1.6em;
}

.navbar .tabs {
  position: absolute;
  bottom: 0.25em;
  background-color: #A45001;/*tan*/
  color: #5E2900;/*brown*/
}

.navbar a {
  font-weight: normal;
  text-decoration: none;
  color: #5E2900;/*brown*/
}

.navbar a:hover {
  text-decoration: underline;
}

.navbar .tabs .tab {
  position: relative;
  display: inline;
  padding-top: 6px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #F2BB68;/*biege*/
}

.navbar div.left.tabs {
  left: 2em;
}

.navbar div.right.tabs {
  right: 2em;
}

.navbar .round {
  position: relative;
  display: inline;
  background-color: #F2BB68;/*biege*/
  padding-left: 1px;
  padding-right: 1px;
}

.navbar .round.selected, .navbar .round.selected *, .navbar .round.selected * * {
  background-color: white;  
}

.navbar .round.one {
  padding-top: 4px;
  padding-bottom: 0.25em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.navbar .round.two {
  padding-top: 5px;
}

#sidebar {
  position: relative;
  float: left;
  background-color: #A45001;/*tan*/
  width: 7.5em;
  padding-top: 0.5em;
  padding-left: 2.25em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

#sidebar li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  color: white;
}

#sidebar ul li ul {
  padding-left: 1em;
  font-size: 90%;
}

#sidebar li a {
  color: white;
}

#sidebar li.selected {
  list-style-type: square;
}

#sidebar .round-right {
  position: absolute;
  width: 1px;
  background-color: #A45001;/*tan*/
}

#sidebar .round-right.one {
  right: -1px;
  top: 1px;
  bottom: 1px; 
}

#sidebar .round-right.two {
  right: -2px;
  top: 2px;
  bottom: 2px; 
}

h4#sheet-title {
  color: #5E2900;/*brown*/
  font-size: small;
}

form ul {
  list-style-type: none;
}

form input {
  font-size: medium;
}

form h2 input {
  font-size: x-large;
  width: 15em;
  color: #A45001;/*tan*/
}

table {
  border-collapse: collapse;
  margin-left: -1.3ex;
}

table th {
  font-weight: normal;
  font-size: small;
}

table th, table td {
  padding-right: 0.5em;
}

table td {
  padding-bottom: 0.25em;
}

table td.delete {
  padding-right: 0.25ex;
}

table th.name, table td.name * {
  width: 100%;
  text-align: left;
}

table th.unit_price, table td.unit_price * {
  width: 6em;
  text-align: right;
}

table th.quantity, table td.quantity * {
  width: 4em;
  text-align: right;
}

table th.amount, table td.amount {
  text-align: right;
}

div#add-new-row {
  float:left;
  padding-top: 0.5em;
}

div#total-cost {
  float:right;
  padding-top: 0.5em;
  padding-right:0.5em;
}

ul.for-sheet {
  float: right;
  padding-right: 0.5em;
}

ul.for-sheet li {
  font-size: small;
}

#google-ads {
  width: 120px;
  height: 240px;
  float: right;
  margin-right: 2.25em;
}

#google-ads * {
  font-size: small;
}

#about-the-team {
  padding-top: 0.25em;
}

#about-the-team .blurb {
  margin-left: 111px;
  padding-bottom: 0.25em;
}

#about-the-team .images {
  float: left;
}

#about-the-team .images img {
  padding-bottom: 0.25em;
  display: block;
}

hr.clearer {
  clear: left;
  visibility: hidden;
}