/*   
Theme Name: Fractal PHX
Theme URI: http://fractalphx.com
Description: Custom Theme for Fractal PHX
Author: Andrew Coppola
Author URI: http://mezzomind.com
Template: thematic
Version: 1.0
.
This theme is the property of FractalPHX and may not be used anywhere else.
.
*/
/* 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/3c-r-fixed-primary.css');

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

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

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

body {
	background: white /*#f0eef3*/;
	color: #403e3f;

	
}
#blog-title {
	height: 100px;
	width: 1000px;
	background:  url(http://fractalphx.com/wp-content/themes/fractal-theme/img/fractal-headerWhite.gif) no-repeat;
	margin-left: -35px;
}
#blog-title span a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
}

#blog-description {	display: none;}

#access {
	
}

#main {
	padding: 0 0 22px;
}

#primary, #secondary {
	border: 0;
	border-left: 1px solid white;
	padding: 0;
	
}
a:link, a:visited {
	color: #666;
}
a:hover,
.aside a:hover {
	color: #169dc9;
}

