/*
Theme Name: Storrington Squash Club
Auther URI: http://www.alansitsolutions.com/
Author: Alan's IT Solutions
Template: twentyeleven
*/

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

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

#access {
	background: #2E3694; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#00296d, #0a0a0a);
	background: -o-linear-gradient(#00296d, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00296d), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#00296d, #0a0a0a);
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;	
}
.widget-title {
	color: #eee;
	background-color:#00296d;
	border-style:solid;
	border-radius:10px 10px 0px 0px;
	padding:1px 5px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	list-style-type:none;
	background-color:#eee;
	padding:1px 5px;
	border-style:solid;
	border-radius:0px 0px 10px 10px;
}
.widget ul ul {
	margin-left: 1.5em;
	list-style-type:none;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* =Posts */

.entry-content a {
	color:#f00;
}

/* =Categories */

.category-archive-meta {
	font-weight:bold;
}