/*
Theme Name: Lisles New
Theme URI: http://lisles.net/themes/lisles/
Description: Child 2010 theme for WordPress 3.0
Author: Ron Lisle
Author URI: http://lisles.net
Template: twentyten
Version: 1.1
Tags: white, blue, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

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

body {
	background: #3a4f82 url(images/bg.jpg) top center no-repeat;
}

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
}
#access {
	position: relative;
	top: 280px;
	background: transparent;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

/* Header */
#header {
	padding: 0;
	height: 320px;
}
/*#site-title {
	margin: 0;
}
#site-description {
	margin: 0;
}
#branding img {
	border: 0;
}*/

/* Content */
#main {
	padding: 16px 0 0 0;
}
#content {
	color: #eee;
}
#content input,
#content textarea {
	color: black;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: white;
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content .entry-title {
	color: white;
}
.entry-title a:link,
.entry-title a:visited {
	color: white;
}
.page-title span {
	color: #cccccc;
}
.entry-meta a:link, 
.entry-meta a:visited, 
.entry-meta a:active {
	color: #cccccc;
}
.entry-meta a:hover {
	color: #00cccc;
}
#respond label {
	color: #ccc;
}
#respond .form-allowed-tags {
	color: #ccc;
}

/* Sidebar */
.widget-area ul ul.menu {
	list-style:none;
}
.widget-area ul ul li:hover > a,
.widget-area ul ul :hover > a {
	color: white;
	/*background: #666688;*/
	text-decoration: none;
}
.widget-area ul ul li:hover > ul {
	display:block;
}
a:active, a:visited, a:link {
	color: white;
}
a:hover {
	color: cyan;
}

/* Footer */
#colophon {
	width: 868px;
	border-top: 0;
	margin-top: 0;
	padding: 18px 16px;
}
#site-info {
	width: 664px;
}
#site-generator {
	width: 204px;
}
#site-info a {
	color: cyan;
}
#site-generator a {
	color: cyan;
}

/* Menu */
#access {
	width: 100%;
}
#access.shortnav {
}
#access div.menu {
	width: auto;
	position: relative;
	right: -1px;
}
#access a {
	display:block;
	text-decoration:none;
	color: #00cccc;
	padding:0 10px;
	line-height:38px;
}
#access ul ul a {
	color: #00cccc;
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: black;
	background: #00dddd;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: white;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: white;
}

