/*
Theme Name: MAD JAX
Theme URI: http://mad-jax.com/
Description: Theme for MAD JAX
Version: .01
Author: Jackson Whelan
Author URI: http://jacksonwhelan.com
*/
* {
margin:0;
padding:0;
}
a {
text-decoration:none;
color: #663300;
}
body {
font-family: Arial, Hevletica, san-serif;
font-size:12px;
text-align:center;
padding:20px 0;
color: #333333;
background:#56B04D;
}
#wrapper {
width:800px;
margin-left:auto;
margin-right:auto;
text-align:left;
background:#FFFFFF;
border:3px solid #FFFFFF;
}
#header {
width:800px;
height:100px;
background: url(images/header3.gif) no-repeat;
color:#FFFFFF;
}
div.post {
margin-bottom:20px;
}
#header a {
outline:none;
}
#header h1 {
text-indent:-9999px;
width:800px;
height:100px;
}
#header h2 {
color: #56B04D;
padding:0 20px;
font-size:18px;
font-weight:normal;
font-style:italic;
}
#left-col {
width:200px;
float:left;
}
#left-col ul {
list-style:none;
padding:5px;
}
#left-col ul li ul li {
margin-bottom:5px;
}
li#pages ul li {
border:3px solid #FFFFFF;
border-left:none;
border-bottom:none;
background:#56B04D;
color:#FFFFFF;
padding:5px;
}
li#pages ul li a {
color:#FFFFFF;
text-transform:uppercase;
font-weight:bold;
}
h2.widgettitle {
color:#56B04D;
font-size:16px;
text-transform:uppercase;
padding-left:5px;
}
li.ngg_images {
margin-top:10px;
}
#left-col p {
margin:5px;
}
input.subscribe {
color:#56B04D;
border:1px solid #56B04D;
margin:5px;
padding:5px;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background-color:#E0FFDF;
}

#content {
width:580px;
float:right;
margin:10px;
}
#content h2, #content h3, #content strong {
}
#content h2 {
border-bottom:1px solid #56B04D;
}
h3.date {
color:#56B04D;
background-color:#E0FFDF;
text-align:right;
font-size:12px;
font-weight:normal;
margin-bottom:10px;
}
#content p {
margin-bottom:10px;
}
.page, .entry {
padding-right:25px;
}
#footer {
padding-bottom:10px;
}
#footer p {
margin:0 15px;
text-align:right;
}
div.wordtube {
text-align: center;
}
img.aligncenter {
display: block;
margin: 5px auto;
}
.clear {
clear:both;
}