body{
	background: #111 url(../i/clouds.png) no-repeat top center;
    font: 62.5%/1.3 Helvetica, Arial, sans-serif;
    text-transform: lowercase;
}
#body{
	margin: 0 auto;
	border-color: #000;
	border-style: solid;
	border-width: 0 3px;
	width: 960px;
	background: #fff;
    font-size: 1.4em;
    line-height: 1.6;
}

#sidebar{
    float: left;
    width: 320px;
}
#logo{
	margin-left: 30px;
	padding-top: 15px;
	position: relative;
	z-index: 3;
}	
#teaser{    
	margin-top: -30px;
	margin-left: 20px;
	position: relative;
	z-index: 2;	
}
#teaser a{
	opacity: 0.9;
}
#teaser a:hover{
	opacity: 1;
}
.makerbox{
   background: #e6e6e6;
   margin: 10px 10px 10px 30px;
   padding: 1em;
}
.makerbox h2{
    background: url(../i/accept.jpg) no-repeat left center;
    padding-left: 30px;
    font-size: 1.2em;
}
.makerbox p{
    margin: 5px 0 0 30px;
}
.makerbox a{
    font-weight: bold;
    color: #de003c;
}
.makerbox a:hover{
    color: #ff336f;
}

#main{
    float: right;
    width: 570px;
    margin-right: 25px;
}

#header{
}

#nav{
    margin: 28px -5px 20px;
    height: 40px;    
    /*background: #e6e6e6;*/
}
#nav li{
    float: left;
    border-right: 1px solid #fff;    
}
#nav li a{
    display: block;
    height: 53px;
    line-height: 40px;
    color: #de0039;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}
#nav li a span{
    display: block;
    background: #e6e6e6;
    padding: 0 37px;
    height: 40px;
}
#nav li a:hover span{
    /*background: #ef114a;*/
    background: #d0d0d0;
    color: #000;
}
#nav li a.active{
    background: url(../i/hook.png) no-repeat 25px 40px;
}
#nav li a.active span{
    background: #de0039;
    color: #fff;
}

#content p, #content h2, #content ul{
    margin: 1em 0;
}
#content h1{
    font-size: 1.5em;
    margin-botom: 1em;
}
#content h2{
    font-size: 1.3em;
}
#content li{
    list-style-type: disc;
    margin-left: 20px;
}
#content a{
    color: #de003c;
}
#content a:hover{
    color: #ff336f;
}

#content .makerbox h2{
    margin-top: 0;
}
#content .makerbox p{
    margin-left: 30px;
}
#content .makerbox{
    margin-left: 15px;
    float: left;
    width: 210px;
}

#footer{    
	position: relative;
	margin-top: -70px;
	width: 100%;
	height: 248px;
	background: transparent url(../i/bottom8.png) no-repeat top center;
}
#main,#sidebar{
    padding-bottom: 60px;
}


#body .cb{
    clear: both;
    height: 1px;
}
img.fr{
    float: right;
    margin-left: 15px;
}


/* features */

table#features{margin-top:1em}
 table#features th, table#features td{border:1px solid #fff;padding:5px 8px;vertical-align:top;text-align:left}
 table#features thead th{padding:5px 15px;background:#ccc;text-align:center}
 table#features th{background:#ddd;font-size:1.1em}
 table#features td{background:#eee}
 table#features td p{position:relative;margin:0;text-align:center;font-size:0.9em}
  table#features td img{display:block;margin:0 auto}
  table#features td span.yes,td span.no{position:absolute;left:50%;top:2px;margin-left:-8px;width:16px;height:16px}
  table#features td span.yes{background:url("../i/accept.png") no-repeat}
  table#features td span.no{background:url("../i/delete.png") no-repeat}

/* formtastic */
#content form li{
    list-style-type: none;
    margin: 0;
}
#content form label{
    display: block;
}
#content form input{
    width: 200px;
}
#content form input.submit{
    margin-top: 10px;
    width: auto;
}

.error, .notice{
    margin: 10px 20px 10px 0;
    background: #eee;
    padding: 5px 10px;
    font-weight: bold;
    color: #c00;
}
h1{
}

/* various / misc */
#content #admopts{
    margin: 0 10px 10px;
    float: right;
    font-style: italic;
}

.small{
    font-size: 0.9em;
}