/* @override 
	http://localhost:3000/stylesheets/content.css
	http://tinker.alpha.trabian.com/stylesheets/content.css?1225482831
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0.7em 0;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.4em;
  color: #ff6600;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

p {
  margin: 0 0 0.7em 0;
  line-height: 1.4em;
}

a {
  text-decoration: none;
  color: #fc6204;
}

a:active
{
  outline: none;
}

a:visited {
  color: #555;
}

ul, ol {
  margin: 1em 0 1em 1.5em;
}

li {
  line-height: 1.4em;
  margin: 0 0 1em 0;
  padding: 0;
}

li ul {
  font-size: 0.9em;
}

ul li {
  list-style: disc;
  list-style-image: url(/images/bullet.gif);
}

ul.archive {
  margin-left: 0;
}

ul.archive li {
  list-style: none;
  margin: 0 0 1px 0;
}

ol li {
  list-style: decimal;
}

blockquote {
  color: #8f8f8f;
  font-size: 0.85em;
  margin: 1em 1.5em;
}

table.styled {
  width: 93%;
  margin: 1em 3%;
}

table.styled th, table.styled td {
  padding: 5px;
  border: 1px dashed #ccc;
}

table.styled .header th, table.styled .header td {
  background: #eee;
  font-weight: bold;
}

table.styled .alt th, table.styled .alt td {
  background: #fafafa;
}

table.styled th {
  font-weight: bold;
}

.content a {
  font-weight: bold;
}

.google-map {
  text-align: center;
  padding: 10px 10px 20px;
}

.google-map .wrapper {
  border: 3px solid #43b701;
}

img.right {
  float: right;
  margin: 0 5px 15px 15px;
}