  /*  
Theme Name: Second Chair Les

Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress styles */
@import url('styles/wp.css');

/* Basic layout */
@import url('styles/2c-l.css');

body {
	background-color: Black;
	color: white;
	font-family: Verdana;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

a {
	color: White;
}

a:hover
{
	color: #7450e8;
}



/* Fixed width */
#wrapper{
	margin: 0 auto;
	width: 800px;
}

/* Menus */
#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
	left:-9000px;
}
#footer {
	text-align: center;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.menu li {
	display: block;
	padding: 2px;
}
.menu .current_page_item {
	background-image: url('images/pick.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	color: #7450e8;
}
.menu .current_page_item a {
	color: #7450e8;
}
.menu a {
	display: block;
	text-decoration: none;
	margin: 0 0 0 16px;
}
