/*
Theme Name: TwentyEleven - STT
Theme URI: http://www.ippsn.org
Author: CW
Description: child theme of TwentyEleven
Template: twentyeleven
*/

@import url('../twentyeleven/style.css');

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #23348b; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#23348b, #101840);
	background: -o-linear-gradient(#23348b, #101840);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#23348b), to(#101840)); /* older webkit syntax */
	background: -webkit-linear-gradient(#23348b, #101840);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
