/* Main Site Style */
body {
  margin-top:0;
  width:950px;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:   12px;
  line-height: 15px;
  margin:0 auto;
}
#container {
  width:800px;
  margin:15px auto;
}
#inner-container {
  float:left;
  clear:both;
  padding:15px;
}
#header,
#header a {
  float:left;
  clear:both;
  color:#000;
  width:800px;
  height:100px;
  font-size:50px;
  text-align:center;
  margin-bottom:15px;
}
#header a {
  display:block; 
}
#header-text {
  margin-top:25px;
}
#header-text span {
  padding:0;
  margin:0;
}
#main-content {
  float:left;
  clear:both;
  border-top:3px double #F07830;
}
#content {
  float:right;
  clear:right;
  width:575px;
  padding-left:20px;
  border-left:3px double #F07830;
}
#sidebar {
  float:left;
  clear:left;
  width:200px;
}
#sidebar ul li {
  list-style-type:none;
}
#sidebar ul {
  padding-left:10px;
}
h3 {
  font-size:16px;
}
#flickr .flickrsquare img {
  float:left;
  border:1px solid #aaa;
  margin:3px;
}
h2 > a {
  font-size:22px;
}
.post {
  font-size:14px;
}
.post > .auth {
  font-size:10px;
  font-weight:bold;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
a { 
  color:#781800;
  text-decoration:none;
  padding-bottom:5px;
  font-size:13px;
  font-family:verdanda;
}
a:hover { 
  color: #F07830; 
}
img {
  border:0;
  background-color:transparent;
}
.code {
  background-color:#000;
  color:#0f0;
  padding:5px;    
  font-family:"lucida console", courier, impact;
  font-weight:bold;
  font-size:12px;
  height:auto;
  max-height:100px;
  overflow:scroll;
}
.list li {
  list-style-type:circle;
}
/* End Main Site Style */

/* Error Messages Style */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
/* End Error Messages Style */
