/*   
Theme Name: WHITheme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author:Zazie
Author URI: http://zazie-tyo.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
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/3c-r-fixed-primary.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('default.css');

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

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

a:link {
color:rgb(252,134,160);
}

a:active, a:hover {
color:rgb(78,78,78);
}

#container{
	width:520px;
	margin: 0;
	padding:20px 20px 0 20px;
	border-left:0px solid rgb(255,255,255);
	background:rgb(255,255,255);
	margin-bottom:20px;
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
}

#primary{
	width:358px;
	margin: 0;
	padding:0 20px;
	border-left:0px solid rgb(255,245,234);
}

#secondary{
	width:358px;
	float:left;
	margin: 0;
	padding:0 20px;
	border-left:1px solid rgb(255,245,234);
}

#secondary .xoxo li{
	width:170px;
}

#secondary .xoxo li.widget_categories{
	float:left;
}

#secondary .xoxo li.widget_archive{
	float:right;
}
