/* 
Theme Name: robots!
Author: jspad
Author URI: http://12frogs.com
once upon a time, this theme was James Wigger's Blue Basic http://playstuff.net; but it is very, VERY different now
*/

body {
background: #000;
color:#000;
font-family:'Lucida Grande', Lucida, Verdana, Arial, sans-serif;
font-size: .85em;
}

#header {
height:231px;
background:#000 url(images/robot_trans.png);
width:100%;
border-bottom:#c5c5c5 1px solid;
}

#header h1 {
margin:0;
padding:120px 0 0 5px;
font-size: 2em;
}

#main {
background-color: #eee;
width:600px;
margin:0 auto;
position: relative;
min-height: 100%;
}


#content {
line-height: 140%;
padding:40px 20px 0px 20px; 
}

#post {
padding:0 5px 0 5px;
margin:10px 0 20px 0;
}

#post h2{
margin:0;
}

#footer {
background-color: #b61b2d;
padding: 5px;
text-align: right;
font-size: .75em;
}

a.credit:link, a.credit:hover, a.credit:visited {color: #000; text-decoration: underline; !important;}

/* NAV */


#nav {
  list-style-type: none;
}
#nav li {
  display: inline;
  font-size: .85em;
}
#nav li.current_page_item a{
  background: #b61b2d;
  color: #fff;
}
#nav li a{
  color: #000099;
  padding: 4px 10px;
  text-decoration: none;
}
#nav li a:hover{
  background: #b61b2d;
  color: #fff;
}


/* LINKS */

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

a:visited {
color:#666;
text-decoration:none;
}

a:hover {
color:#000099;
text-decoration: underline;
}

#header h1 a {
text-decoration:none;
color:#bd0b1e;
}

#header h1 a:hover {
color:#fff;
}


.rfloat {
   float: right;
   padding: 0 10px;
}

.lfloat {
   float: left;
   padding: 0 10px 10px 0;
}

h3 {
margin-top: 25px;
padding-top: 5px;
border-top: 1px solid #999;
}
