/*   
Theme Name: Seattle Hakomi
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ross Cowman
Author URI: http://themeshaper.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-fixed.css');
/*3c-r-fixed-primary.css
	3c-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');


/*  custom css */ /** Find and Replace  these values
= (change me) 
=> (changed)
font family =Georgia, Serif; 
Header Background => #f0de98; 
navbar background => #fb0c6;
Primary Background => #f8f1d7; 
Container Background => #f9f6ec;
Banner color, Page Description color = #ffffff
Body Color => #000000
Headings Color => #8b3102;

**/

/*body { background-color: #dbd6d3; 
	}
*/
body, input, textarea {
    font: 15px;
     font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:22px;
	
	
}

a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}


/*#container {
	background-color:#FAFAD2;
}*/
#primary {
background-color:#FAFAD2;
}

.entry-content {
padding:15px;
}



#secondary {
background-color:#FAFAD2;
}

#content {
background-color:#FAFAD2;
}

#main {
padding:0 0 22px;
margin-top:18px;

}

/*HEADER*/
#header { 
	color: #8b3102;
	font-family: "Palento Linotype", Georgia, Serif;
	margin-left:20px; 
	min-width:900px; 
	max-width:1100px;
	width:90%; 
	height:86px; 
	background-color: #FFFFFF;
	display: block;
	border-bottom:1px solid #000000;
	}
	
	#branding {
padding:13px 7px 0;
}
	
	#blog-description {
color:#000000;
font-size:20px;
font-style:italic;
padding-top:3px;
}
	/*MAIN*/
	
#main {
clear:both;
padding:35px 0 22px;
}
	
.main-aside {
float:right;
position:relative;
right:10px;
width:275px;
}

/*faculty page table */

 td  {
vertical-align: middle;
}

/* contact form fix */
.aside p {
margin-bottom:2px;
}

.aside {
color:#000000;
}
.aside ul ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin:0 0 20px 0;
}

.aside ul ul li {
padding:5px 0;
}

/* strip blog meta / author elements  */


#access {
	display:none !important;
	}


#blog-title {
	display:none !important;
	}


.entry-meta {
	display:none
	}

*/







