/*
Theme Name:     twentybigpic
Theme URI:      http://www.beachplumspa.com/blog/
Description:    Child theme for the Twenty Ten theme
Author:         Damian Ross
Author URI:     http://www.beachplumspa.com/
Template:       twentyten
Version:        0.1.0
*/

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


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles 798f7d*/
body {
	background:url(http://www.hearthnkettle.com/v2/images/skywide.jpg)
}

#header {
	padding: 0 0 0 0;
}
#branding img {
	border-top: 0px solid #345f80;
	border-bottom: 0px solid #345f80;
	clear: both;
	display: block;
}

#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 0;
}
#content .entry-title {
	color: #345f80;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #345f80;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #8b82b3;
}

/*menu items*/
#access {
	background: #ffffff;
	border-bottom: 2px solid #93b7ca;
	display: block;
	float: right;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	font-weight:bold;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: right;
	position: relative;
}
#access a {
	color: #345f80;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	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);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: right;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #345f80;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #93b7ca;
	color: #fff;
}
#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: #1792cd;
}
* 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;
}
/*hyperlinks on page*/
a:link {
	color: #345f80;
}
a:visited {
	color: #93b7ca;
}
a:active,
a:hover {
	color: #bfdef0;
}

/*footer*/
#colophon {
	border-top: 2px solid #93b7ca;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
	padding-left:20px;
}
#site-info a {
	color: #000;
	text-decoration: none;
}