/*
Theme Name: Kelly2010
Theme URI: http://frankjreda.com/
Description: Kelly's child of TwentyTen theme
Author: Frank J. Reda
Author URI: http://frankjreda.com/
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");


body {
	color: #dddddd;
	background: #7c9b3e;
	background-image:url('images/pg-background.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	}
#main {
	background: #fff;
	padding: 10px 0 10px 0;
	}

#primary {
	background: #fff;
	}

#wrapper {
	border: 1px solid black;
}

/* =Links
-------------------------------------------------------------- */

#main a {
	color: #494;
	text-decoration: underline;
	}

#main a:visited {
	color: #888;
	text-decoration: underline;
	}
	
#main a:hover {
	color: #fb7600;
	text-decoration: underline;
	}

.entry-content a {
	color: #494;
	text-decoration: underline;
	}

.entry-content a:visited {
	color: #888;
	text-decoration: underline;
	}
	
.entry-content a:hover {
	color: #fb7600;
	text-decoration: underline;
	}
	
	
/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	margin-top: 15px;
	border: 1px solid #000;
	display: block;
	border-bottom: 1px solid #000;
	padding: 0 0 0 0;
}


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

#access {
	background: #409038;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
	border: 1px solid #000;
}
#access .menu-header,
div.menu {
	font-size: 14px;
	margin-left: 0px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	text-align: center;
}
	
#access a {
	display:block;
	text-decoration:none;
	color:#bcd28b;
	padding:0 10px;
	min-width: 61px; 
	line-height: 24px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:24px;
	left:0%;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul li {
	/* min-width: 80px; */
}
#access ul ul ul {
	left:100%;
	top:0px;
}

#access ul ul a {
	background:#409038;
	height:auto;
	line-height: .25em;
	padding:10px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#fb7600;
}
#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: #fff; }
#access ul.submenu { background: #409038; }

* 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:#fff;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
	font-family: Georgia, "Bitstream Charter", serif;
	font-size: 16px;

}
#site-info a {
	color: #000;
	text-decoration: none;
	font-size: 24px;
}
#copyright {
	color: #063;
	font-family: Arial, Helvetica;
	font-size: 10px;
	float: left;
	margin: 0 0 0 20px;
	line-height: 12px;
	}

#copyright a {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #063;
	text-decoration: underline;
	}

#primary .textwidget {
	color: #000;
}

