/*
Theme Name: schellack.net
Theme URI: http://schellack.net
Description: theme for schellack.net
Author: Jonathan SChellack
Author URI: http://www.schellack.net/jonathan
Template: thematic
Version: 0.1
.
Copyright 2008 Jonathan Schellack.  All rights reserved.
.
*/

@import url('../thematic/style.css');

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Style the meta panel for logged-in users */
@import url('../thematic/library/styles/sitemeta.css');

/* Apply a basic layout 
@import url('2c-r-fixed.css'); */
#wrapper{
	background-color:#181E24;
}
#header {
    position:relative;
}
#branding {
    width:620px;
    margin:0 auto;
	display:none;
}
#access {
    position:relative;
    overflow:hidden;
	background:#181E24 none repeat scroll 0 0;
}
#menu {
    width:620px;
    margin:0 auto;
}
#menu .current_page_item a {
color:#FFFFFF;
}
#menu a{
	background: #808080 none repeat scroll 0 0;
	border-color: #333333;
	color:#FFFFFF;
}
#menu a:hover{
	background: #808080 none repeat scroll 0 0;
	border-color: #404040;
	color:#FFFFFF;
}
#main {
	background-color:#333;
	width:620px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	height:480px;
}
#container {
    width:620px;
    float:left;
}
#content {
	margin:0/* 0 0 10px*/;
	width:620px;
	overflow:hidden;
	color: #CC9966;
}
.main-aside {
    width:0px;
    float:right;
    position:relative;
    right:10px;
	visibility:hidden;
}
.entry-title {
	display:none;
}
.entry-content {
	margin: 9px 0 0;
	overflow:hidden;
	transition-property: all;
	transition-duration: 350ms;
	transition-timing-function: ease-in-out;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:620px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:200px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:620px;
    margin:0 auto;
}



/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');