/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }


/* Basics */
body {
  font-size: 62.5%;
  background: #fff;
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}

a {
  font-weight: bold;
  color: #002357;
  outline: none;
}

a:hover {
  border-bottom: 1px solid #bbb;
  color: #666;
}

a:active {
  color: #333;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

#wrapper {
  width: 761px;
  margin: 0 auto;
}

#main {
  width: 565px;
  padding: 0 20px 0 0;
  float: left;
}

/* simple pages */
body#page #main {
  font-size: 14px;
}

#sidebar {
  width: 176px;
  float: left;
  color: #000;
}

h1 {
  text-indent: -9999px;
  overflow: hidden;
  margin: 30px 0 20px 0;
  padding: 0;
  border: 0;
}

h1 a, h1 a:hover {
  display: block;	
  width: 237px;
  height: 37px;
  background: transparent url(/img/head.gif) top left no-repeat;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

h3 {
  font-size: 1.3em;
  margin: 20px 0;
  font-weight: bold;
  color: #999;
}

p {
  margin: 0 0 8px 0;
}


/* postbox link */

.postlink {
  margin: 0 0 30px 0;
}

.postlink a:hover {
  border: none;
}


/* postbox */

#postbox {
  width: 565px;
  font-size: 12px;
  margin: 37px 0 60px 0;
}

#postbox form {
  padding: 0;
}

#postbox fieldset {
  margin: 0 0 30px 0;
}

#postbox textarea#posttext {
  width: 542px;
  height: 120px;
  border: 1px solid #ccc;
  padding: 0;
  margin-bottom: 2px;
  font: 2em/1.2em Georgia, serif;
}
	
#postbox label {
  color: #000;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: bold;
}

#postbox label span {
  font-weight: normal;
  color: #444;
}

#postbox input#submit {
  margin: 10px 0 0 0;
}

#postbox select#category {
  font-size: 20px;
}

/* image tag */

ul.tagchoose {
  list-style: none;
}

ul.tagchoose li {
  float: left;
  margin: 0 3px 3px 0;
}

ul.tagchoose li a {
  border: none;
}

ul.tagchoose li a img {
  padding: 3px;
  border: 1px solid #ddd;
  width: 25px;
  height: 25px;
}




/* Captcha */

#postbox #captcha {}


/* Terms */

.terms {
  margin: 0 0 12px 0; 
  font-size: 12px;
  line-height: 16px;
  padding: .5em .5em .5em 2.7em; 
  color: #000; 
  background: #ffc url(img/icon_alert.gif) no-repeat .7em .5em; 
}

.terms p {
  margin: 0; 
  padding: 0
}

.note {
  margin: 0 0 20px 0; 
  font-size: 12px;
  padding: .5em .5em .5em 2.7em; 
  color: #000; 
  background: #ffc url(img/icon_heart.gif) no-repeat .7em 50%; 
}

.note p {
  margin: 0; 
  padding: 0
}

.postwarning {
  margin: 4px 0;
  padding: 0;
  font-size: 11px;
  color: #777;
}

/* Failed captcha */

p.nothuman {
  font-size: 21px;
  margin: 0 0 20px 0;
}

/* Posts */

ul#posts {
  list-style: none;
  margin: 12px 0 30px 0;
}

ul#posts li {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  color: #000;
  font-size: 1.3em;
  line-height: 1.4em;
  border-bottom: 1px solid #ddd;
}

ul#posts li span {
  font-weight: bold;
  font-size: 16px;
}

ul#posts li.photo .imagepost {
  padding: 2px;
  border: 1px solid #999;
  float: left;
  margin: 0 10px 0 0;
}

ul#posts li.photo .imagepost a:hover {
  border: none !important;
}

ul#posts li.photo br.photoclear {
  clear: left;
  height: 1px;
}

ul#posts li .postfooter {
  margin: 7px 0 0 0;
  font-size: 0.9em;
}

ul#posts li .postfooter div.l {
  float: left;
}

ul#posts li .postfooter div.r {
  float: right;
  width: 24px;
}

ul#posts li div.meta a {
  font-weight: normal;
}

ul#posts li div.right img.reblog {
  width: 16px;
  height: 16px;	
}




/* news post */

ul#posts li.news {
  padding: 5px;
  background: #000;
  color: #fff;
  font-size: 1em;
  border: none;
}

ul#posts li.news a {
  color: #fff;
  border-bottom: 1px solid #999;
}

ul#posts li.news div.meta {
  display: none;
}


/* Navigation */

div.navigation {
  margin: 0 0 22px 0;
}
	    
div.navigation a {
  color: #fff;
  padding: 4px;
  background: #555;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  border: none;
}

div.navigation a:hover {
  background: #000;
  border: none;
}

div.navigation .next {
  float: right;
}

div.navigation .prev {
  float: left;
}

/* Sidebar */

#sidebar a:hover {
  border-bottom: none;
}

#sidebar ul {
  list-style: none;
  font-size: 1.3em;
  color: #333;
}

#sidebar ul li {
  clear: both;
  padding: 0;
  margin: 0 0 10px 0;
}

#sidebar ul li p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}

/* about */

ol.steps {
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}

ol.steps li {
  border: none !important;
}

/* Feed */

a.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url(/img/feed-icon-14x14.png) no-repeat 0 50%;
  font-weight: normal;
}

a.random {
  font-weight: normal;
}

a.about {
  font-weight: normal;
}

/* Boxes */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }


/* Secret key */

div.secretkey {
  background: #b60000;
  color: #fff;
  padding: 6px;
  font-size: 20px;
}

/* footer */
#footer {
  margin: 20px 0 0 0;
  padding: 12px; 
  background: #000;
  font-size: 12px;
}

#footer p {
  color: #fff;
  margin: 0;
}

#footer p a, #footer p a:hover {
  color: #fff;
  text-decoration: underline;
  border: none;
}