/*   
Theme Name: Naked Speaker Theme
Theme URI: http://nakedspeaker.com/
Description: The theme for http://nakedspeaker.com.
Author: Ian Stewart
Author URI: http://nakedspeaker.com/
Template: thematic
Version: 0.1
Tags: Thematic
*/

/* 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('2c-r-fixed.css');

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

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

body {
	background: rgb(238, 238, 238);
}

#wrapper {
	padding-top:20px;
	width:780px;
	background: #fff;
	border-left: 1px solid rgb(221, 221, 221);
	border-right: 1px solid rgb(221, 221, 221);
	margin-left: auto ;
	margin-right: auto ;
}

#header {
	height:100px;
	background-color: rgb(51, 51, 51);
}

#branding {
	padding:30px 0 0 20px;
	margin:0 0 0 6px;
	border-left: 1px solid rgb(85, 85, 85);
	height:70px;
}

#branding, #blog-title, #blog-title h1 {
	width: 300px;
}

#access, #access .menu, #access .sf-menu {
	width:400;
}

#blog-title a {
	background:url(images/title_logo1.gif) no-repeat top center;
	display:block;
	text-indent:-9000px;
	width: 293px;
	height: 34px;
}

/*Remove Thematic menu styling*/
#access, .sf-menu, .sf-menu a, .sf-menu li {
	padding:0px;
	border:0px;
	margin:0px;
	background-color: rgb(51, 51, 51);
}

#access {
	height:100px;
}

.menu {
	height:100px;
	padding-right:15px;
}

.sf-menu {
	float:right;
	height:100px;
}

.sf-menu li {
	
}

.sf-menu li:hover {
	background-color: rgb(51, 51, 51);
}

.sf-menu a {
	margin-top:55px;
	padding:16px;
	background-color: rgb(65, 65, 65);
}

.sf-menu a:hover {
	background-color: rgb(150, 150, 150);
}

.sf-menu .current_page_item a {
	background-color: rgb(255, 255, 255);
}

.sf-menu .current_page_item a:hover {
	background-color: rgb(255, 255, 255);
}

#main  {
	padding-top:40px;
}

#content p
{
	text-align: justify; 
}

#footer {
	background-color: rgb(51, 51, 51);
}

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


