/*
Theme Name: Adventure! 
Theme URI: http://www.squaremans.com & http://www.lutrahaus.com
Author: Cameron 'for great justice' Leslie
Author URI: http://www.lutrahaus.com
Description: I totally just made this for Matt C.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


body{
height:auto;
border:solid #ffd84f;
border-width: 0 40px 40px 40px;
background:#ccc;
background-image:url('img/squareman.png');
background-repeat:repeat-x;
background-position:top center;
color:#111;
font-size:
font-family:Arial, Helvetica, sans-serif;
}

/*Start awesome pixle castle*/
.X{
width:20px;
height:40px;
background:#ccc;
display:inline-block;
margin-bottom:-2px;
padding:0;
max-height:40px;
max-width:20px;}
.O{
width:20px;
height:40px;
background:none;
display:inline-block;
margin-bottom:-2px;
padding:0;
max-height:40px;
max-width:20px;}
/*dictates canvas of pixle art divs*/
#pixeltime {
font: 4px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
margin: 0 auto 0 auto;
width:400px;
max-width:400px;
background:#ffd84f;
position:relitive;
}
/*Sidebar stuffs*/

.squareman{
margin:10px auto 28px ;
width: 40px;
}

#sidebar li, #sidebar ul{
margin:0;
padding:0:
text-decoration:none;
color:#aaa;
}

#sidebar ul{
list-style-type: none;}

.nav{
margin-bottom:20px;
}

#sidebar li a,#sidebar li a:active,#sidebar li a:visited{
    color: #666666;
    display: block;
    font-size: 15px;
    padding: 2px 0;
    text-decoration: none;
    width: 140px;
    border: none;
background-color: transparent;
}
#sidebar li a:hover{
text-decoration:none;
color:#ffd84f;
background-image:url('img/sword.png');
background-position: right center;
background-repeat:no-repeat;
}

/*Start page Stuffs*/
#page{
margin-top:30px;
}

h1{
font-size:20px}
h2,h2 a, h2 a:visited, h2 a:active, h2 a:focus{font-size:28px;
padding:0;
margin:0;
color:#666;
border: 0px;
text-decoration: none;
}
h3{
font-size:12px;
    margin: 0 0 1px;}

.subtle,h1,h2,h3{
font-family: 'Terminal Dosis Light', sans-serif;
color:#666;
}
.subtle{text-transform:uppercase;}
#footer{color:#666}
p{
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 21px;
    margin: 9px 0 20px;
    padding: 0;
    word-spacing: 1px;
    text-align: justify;}
    
blockquote {
    color: #555;
    font-family: 'Georgia',serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    font-style:italic;
    background-image:url('img/dragon.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding:0 25px 0px 15px;
    border-left: 1px solid #c3c3c3;
}

img.alignleft{
    border: 5px solid #BBBBBB;
    float: left;
    left: -13px;
    margin: 5px 0 3px;

    position: relative;
    background-color:#BBBBBB;}
    
img.alignright{
    border: 5px solid #BBBBBB;
    float: right;
    right: -13px;
    margin: 5px 0 3px;
    position: relative;
    padding:0px;
    background-color:#BBBBBB;
    text-align: center;}
    
.wp-caption{
}
.wp-caption-text{
    color: #444;
    font-family: 'Georgia',serif;
    font-size: 13px;
    letter-spacing: 1px;
    font-style:italic;
    padding:2px;
     text-align: left;
    text-indent: 0;
    word-spacing: 0px;
}
img.aligncenter, img.alignnone{border: 5px solid #BBBBBB;
    margin: 0;
    padding:0px;
    background-color:#BBBBBB;
        text-indent: 0pt;
        position:relative;}

a,a:active,a:visited{
text-decoration:none;
border-bottom:1px #ffd84f solid;
}
a:hover{
background-color:#ffd84f;
border-bottom:none;}
p a,p a:active,p a:visited{
color:#000;}
/*footer stuffs*/
.cup{
height:100px;
background-image:url('img/cup.png');
background-position:center center;
background-repeat:no-repeat;
}

#wpadminbar,#wpstats{
display:none;
}
