/*
Theme Name: geekmatic
Theme URI: http://www.geeklife.com
Description: A Thematic child theme.
Author: Nick Comardo
Author URI: http://www.nickcomardo.com
Template: thematic
Version: 1.0
Tags: Thematic

Thematic is Â© Ian Stewart http://themeshaper.com/
*/

@import url(../thematic/style.css);

body {
    background: #CCC;
    font-family: Lucida Grande, Verdana, Arial, sans-serif;
}

body, input, textarea {
    font: 12px/22px Lucida Grande, Verdana, Arial, sans-serif;
}

#access {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #333 url('images/bar.png');
    clear: both;
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
    height: 120px;
}

#access a {
    color: #CCC;
    display: block;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;

}

#primary {
    border: 0px;
    margin-bottom: 22px;
    padding: 18px 0 0;
    padding-top: 0;
}

#main {
    padding: 22px 0;
    background: #FFF;
}

.sf-menu {
    border-right: 0px;
    line-height: 1.05;
}

.sf-menu a {
    padding: 9px 13px;
    text-decoration: none;
    border: none;
}

.sf-menu li {
    background: #333;
    border-right: 1px solid #CCC;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #000;
	outline:		0;
    border-bottom: 0px;
}

.sf-menu ul a {
    background:#000;
	border-bottom: none;
}

.sf-menu ul {
    border-bottom: none;
    border-right: none;
}

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

#content {
    margin: 0 0 0 30px;
}

.aside ul {
    margin-left: 15px;
}

.main-aside ul {
    padding: 0 29px;
}

#footer {
    border-top: 0px;
    margin-top: 0px;
    background: #333;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

h1,h2,h3,h4,h5,h6 { 
	font: Arial,sans-serif;
	font-weight: bold;
	clear: both;
}

a:active,
a:hover {
    color: #3399ff !important;
}

a:visited,
a:link {
    color: #66cc00;
}

.aside {
    color:#000;
}

.aside ul ul {
    list-style: none;
}

.aside a {
    text-decoration:none;
    color: #999;
}

#siteinfo {
    color: #999;
    margin-bottom: 20px;
    padding: 15px 0;
    border-top: 1px solid #CCC;
}

#siteinfo a {
    color: #999;
}

.aside h3 {
    color: #FFF;
}

.main-aside h3 {
    color: #000;
}

#container {
    border-right: 1px solid #CCC;
    margin: 0 0 0 30px;    
}

#branding {
    padding: 10px 0 15px;
    float: left;
    width: 620px;
}

#header-aside {
    float: right;
    padding: 12px 0 0;
    width: 245px;
}

#access {
    clear: both;
}

.aside .current_page_item a {
    color: #66CC00;
}

.aside, .aside input {
    font-size: 12px;
}