/*
Theme Name: WackyandZany
Theme URI: http://www.wackyandzany.com/
Description: WackyandZany theme
Version: 3.0
Author: Yan
Author URI: http://www.creativepaws.net/yan/
Tags: wackyandzany
*/

body {
    min-width: 960px;
    background: #666;
    color: #000;
    font: 10pt "trebuchet ms", helvetica, sans-serif;
}

a {
    color: #f70;
}

img {
    border: none;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#title {
    position: relative;
    width: 960px;
    height: 120px;
    background: #777;
}

#nav {
    position: relative;
    width: 960px;
    height: 30px;
}

#nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 960px;
    height: 30px;
    background: #600;
}

#nav li {
    float: left;
    width: 190px;
    border: none;
}

#nav li a {
    float: left;
    display: block;
    width: 190px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 125%;
    color: #fff;
}

#nav li a:hover, #nav li.current_page_item, #nav li.current-cat {
    background: #900;
}

#content {
    width: 720px;
    background: #eee;
    padding: 10px 20px;
    float: left;
    min-height: 580px;
}

#content h2 {
    font-size: 150%;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background: #ddd;
    padding: 4px 10px;
    margin: 4px -10px;
}

#content h4 {
    font-size: 90%;
    font-style: oblique;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#sidebar {
    width: 200px;
    height: 600px;
    background: #000;
    float: right;
}

#footer {
    width: 920px;
    background: #300;
    color: #fff;
    padding: 4px 20px;
    font-size: 80%;
    clear: both;
}