/*   
Theme Name: Sofles Renegade
Theme URI: http://www.sofles.com
Description: Theme developed for Sofles by sk from Renegade Empire using the Thematic development thing.
Author: sk
Author URI: http://www.renegade-empire.com/
Template: thematic
Version: 1.0
Tags: sofles, russel fenn, sk, renegade empire
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/* @import url('../thematic/library/styles/default.css'); */

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Apply theme typography set */
@import url('typography.css');

/* Apply theme default set */
@import url('default.css');

div#branding {
	padding: 0px;
	height: 455px;
}

div#access {
	border-bottom: 1px solid #000;
}

div#footer {
	border-top: 1px solid #333;
}

div#container {
	border-right: 1px dotted #000;
}

/* Main Menu */

#main-menu{
	float:left;
	position:relative;
	left:50%;
	text-align:left;
}
#main-menu ul{
	list-style:none; 
	position:relative;
	left:-50%;
}
#main-menu li{
	float:left;
	position:relative;
}/* ie needs position:relative here*/

#main-menu a{
	border: 0;
	padding: 0 15px;
}

#main-menu a:hover{ 
}
