/*
Theme Name: Nonsense
Theme URI: http://nonsense-wars.com
Version: 1.0
Description: Based on <i>Capricorn</i>, by Shaibanii
Author: Nonsense Wars
Tags: 
*/

h1{
color:#202020;
margin:0;
padding:5px 0 5px 0;
}

body{
background-color:#c0c0c0;
color:#800000;
font:12px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
margin:0;
}

a{
color:#404040;
font-weight: bold;
text-decoration:none;
}

a:hover{
color:#606060;
text-decoration:none;
}

blockquote {
padding:0 0 0 20px;
color:#000;
}

blockquote a{
color:#999;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#000;
}

ul{
list-style:square;
}

#headtxt {
background:#808080;
text-align:center;
width:800px;
}

#headnav{
background:#eeeeee;
text-align:center;
width:800px;
}

/* The entire nav block */

ul.nav{
list-style:none;
margin:0;
padding:5px 0 5px 0;
}

ul.nav li {
display:inline;  
}

/* Individual nav links */

ul.nav li a {
color:#800000; 
display:inline;
font-family:Helvetica;
font-size:12px;
padding:0 5px 0 5px;
text-transform:lowercase;
text-decoration:none;
}

ul.nav li a:hover {
color:#202020; 
text-decoration:none;
}

#main{
background:#eeeeee;
padding:5px;
width:790px;
}

.post{
padding:1px;
text-align:justify
}

.main{
padding:0;
text-align:left;
}

.main p{
line-height:18px;
margin:0 0 15px 0;
}

.main ol{
line-height:18px;
margin:0 0 15px 30px;
}

.main ul{
line-height:18px;
margin:0 0 15px 30px;
}

.main li{
margin:0;
}

/* Image max width; width expression for ie6 */

.main img{
display: block;
height:auto;
margin-left: auto; 
margin-right: auto;
max-width: 790px;
width: expression(this.width > 790 ? 790: true) ;
}

/*
.main img:active{
}
*/

img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}

.meta{
font-size:10px;
line-height:25px;
display:inline;
color:#202020;
}

#botnav{
background:#808080;
font-size:14px;
font-weight:bold;
height:16px;
padding:5px;
width:790px;
}

.gravatar{
float:left;
padding:2px;
border:1px solid #999;
margin:5px;
}

.gravatar:hover{
padding:2px;
border:1px solid #444;
}

.alt{
color:#777;
}

#support{
background:#eeeeee;
padding:5px;
text-align:center;
width:790px;
}

ol#comments{
text-align:justify;
}

.gravatar{
float:right;
border:1px solid #222;
}

/* Forms */

input, textarea, select, button{
background:#fafafa;
border:1px solid #efefef;
color:#666;
padding:2px;
margin:3px 0 5px 0;
font:10px "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

input:focus{
border:1px solid #555;
}

/* Others */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}