*, *:active, *:focus{
  outline:0;
  outline-style:none;
  outline-width:0px;
}

body {
  font:normal 14px 'Lucida Grande', Helvetica, Arial, sans-serif;
  line-height:1.4;
  color:#444;
  margin-bottom:20px;
  padding:0px 20px;
  background-color: #969593;

}
#container{
  margin:auto;
  width:690px;
  z-index:1;
}
#header{
  position:relative;
  z-index:80;
  height:40px;
}
#header h1 a {
  position:absolute;
  left:20px;
  font-family: Georgia, Times, serif;
  padding-bottom:10px;
  text-decoration:none;
  display:inline;
}
#nav{
  position:absolute;
  right:20px;
  font-size:11px;
  color:#395B7C;
}
#nav a{
  margin-left:20px;
  text-decoration:none;
  color:#395B7C;
}
#nav a:hover{
  color:#c0d1e0;
}
#footer{
  text-align:center;
  font-size:11px;
  color:#395B7C;
}
#footer a{
  margin-left:15px;
  color:#395B7C;
  white-space:nowrap;
}
#footer a:hover{
  color:#c0d1e0;
}

#content{
  background-color:#969593;
  padding:20px;
}
.post
{
border: 2px solid #444;
margin-bottom:15px;
position: relative;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
background-color: #fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.post div.labels
{
position: absolute;
right: 646px;
text-align: right;
margin-top:0px;
font-size:18px;
width: 20px;
border-top: 2px solid #444;
border-bottom: 2px solid #444;
border-left: 2px solid #444;
border-right: 2px solid #fff;
background-color: #ffffff;
}
.post div.labels a
{
text-decoration:none;
}
.post div.title h2
{
margin:0px 10px 0px 0px;
display: inline;
}
.post_ad
{
border: 2px solid #444;
margin-bottom:15px;
position: relative;
padding-top: 20px;
padding-right: 3px;
padding-bottom: 20px;
padding-left: 3px;
background-color: #fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.comment blockquote
{
font-size:13px;
margin-bottom:15px;
}

.post_controls
{
margin-top:-20px;
float: right;
color: #aaa;
}
.post_controls a
{
text-decoration: none;
margin-left:10px;
color: #aaa;
}
.post_controls a:hover
{
color: #444;
}
.post_info{
margin-top:-20px;
margin-bottom:15px;
font-weight: bold;
}
.post_info a.permalink
{
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #aaaaaa;
margin-left: 3px;
}


.clear{
  clear:both;
  height:1px;
}

.flash {
  width: 99%;
  padding: 0.4em;
  color: white;
  cursor: pointer;
}

.flash.notice {
  background: #0af;
}

.flash.error {
  background: #FF1100;
}

.wide{
  width:100%;min-width:100%;max-width:100%;
}

fieldset{
 padding-top: 25px;
}

fieldset h2{
 padding-left: 25px;
 padding-bottom: 20px;
}


#exp {
    font-size:9px;
    border: 1px #444 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

#exp th {
    border: #444 solid;
    padding: 2px;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    text-align: center;
}
#exp td {
    padding: 2px;
    border: 1px #444 solid;
    border-width: 0 0 1px 1px;
}

input.err { background-color: orange; }

blockquote{
padding-top: 10px;
}


.validation-advice{
color: #FF0000;
display: inline;
}




a img{
  border-width:0px;
}

a{
  color:#444;
}
p{
  margin-top:0px;
  margin-bottom:15px;
}
ul, blockquote{
  margin-top:0px;
  margin-bottom:0px;
}

ul ul, ul ol, ol ul, ol ol{
  margin:5px 0px;
}

form{
  margin:0px;
  padding:0px;

}

fieldset{
  line-height:1px;
}

legend{
  font-weight:bold;
  font-size:18px;
}



h1{
  font-family:'Lucida Grande';
  margin:0px 0px 30px 0px;
  padding:0px;
  font-weight:bold;
  font-size:40px;
  line-height:28px;
  letter-spacing:-1px;
}
h2{
  font-size:22px;
  padding:0px;
  margin:0px 0px 15px 0px;
}
h3{
  font-size:15px;
  padding:0px;
  margin:0px 0px 25px 0px;
}


ol li{
  margin:15px 0px 15px 0px;
  padding:0px;
}

.even{
  background: #eee;
}

.odd{
  background: #fff;
}

.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;
}




.author{
text-decoration: none;
font-weight: bold;
color: #555;
}
a.author{
text-decoration:none;
font-weight:bold;
color:#555;
}

.link, .title
{
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
line-height: 22px;
}





.info {
  text-align: right;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  color: #999;
  margin-left: 3px;
}

.info a {
  text-align: right;
  white-space: nowrap;
  font-weight: bold;
  font-size: 11px;
  color: #999;
  margin-left: 3px;
}
.answer
{
font-weight:bold;
font-size:22px;
}
.answer a
{
padding-left: 10px;
}