/*
Theme Name: critical rationalism
Description: Child theme for the Twenty Ten theme 
Author: Matt Dioguardi
Template: twentyten
*/

@import url("../twentyten/style.css");





#content {
	background: #fff;
	
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 2em;
	margin-left: 0em;
	
}



#wrapper {
	margin-top: 20px;
	
	background:#efefff;
	padding: 0 10px;  
	margin-top: 10px;
	padding-top: 0px;
}

#access {
	background:#001031;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}


#access a {
	color: #aaaaff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}

#access ul ul a {
	background: #6b7da3;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #6b7da3;
	color: #fff;
}


#branding img {
	border-top: 4px solid #001031;
	border-bottom: 1px solid #02194f;
	clear: both;
	display: block;
}

