/*
Theme Name: Edenskills
Theme URI: http://edenskills.co.uk/
Description: Custom theme for Edenskills
Version: 0.1
Tags: edenskills

*/
/*
setting baseline styles using YUI css framework.
this normalises styles across all the browsers,
to minimise nasty surprises
*/
@import url(reset-min.css);
@import url(fonts-min.css);
@import url(base-min.css);

html {
background:#314D6B;	
}

body {
	
}

/*this div exists to stop talkets screwing around with the background colours*/
div#talkets_backup{
background: #314D6B;
}

div#wrapper{
width: 700px;
margin: 0 auto;
background: #314D6B url(images/img01.jpg) no-repeat -60px 0px;
}

a {
	color: #008800;
}

a:hover {
	color: #FF0000;
}

/*
these two are used to make the containing content div
expand to the size of elements inside it
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Header */

#header {
	height: 160px;
	background: #314D6B url(images/img01.jpg) no-repeat center top;
}

#header h1 {
	margin: 0px;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	width: 700px;
	height: 130px;
}

#header h2 {
	text-indent: -9999px;
	position: absolute;
	margin: 0px;
}

/* Content */

#content {
	width: 660px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 14px;
	background-color: #A5C3CB;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C6D1D5;
	border-right-color: #C6D1D5;
	border-bottom-color: #C6D1D5;
	border-left-color: #C6D1D5;
}







/* Content > Main */

/* hiding Google News Bullets*/


#main {
	float: right;
	width: 400px;
	background-color: #A5C3CB;
	margin-right: 20px;
	font-size: 93%;
}

#main .title {
	padding: 5px 20px 5px 20px;
	margin: 0 0 10px 0;
	background-color: #69959E;
}

#main p, #main ul,li {
	line-height: 160%;
}

#main ul, #main li {
	margin-left: 12px;
	list-style: disc;
}

/* Content > Main > Contact Form */

/*post 19 is the internal name for the page with*/
#post-19 ul, #post-19 li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#post-19 li h4 {
	margin-bottom: 9px;
}

/* Content > Main > Boxed style */

.boxed {
	border: 1px dotted #000000;
	background-color: #78A0A9;
	color: #000000;
}

.boxed p {
	padding: 0 10px 0 10px;
}

.boxed li {
	margin-top: 6px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 200px;
	background-color: #A5C3CB;
	color: #000000;
}

.title {
	margin: 0;
	padding: 3px;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

#sidebar .title {
	background-color: #95A3C6;
	margin: 0px;
}

#sidebar li.title h3 {
	margin: 0px;
}

/* Content > Sidebar > Menu */

ul#menu {
	margin: 0;
	padding: 20px 0 10px 0 ;
	list-style: none;
}

ul#menu li {
	display: inline;
	list-style-type: none;
}

ul#menu li.page_item{
	list-style-type: none;
}

ul#menu a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #666;
}

#menu a:hover, #menu li.current_page_item ul li.page_item a:hover {
	color: #000000;
	background-color: #DF4916;
}

#menu li.current_page_item a {
	color: #000000;
	background-color: #007700;
}

#menu li.current_page_ancestor a {
	background: #76C975;
}

#menu li.current_page_item ul li.page_item a {
	background-color: transparent;
}

#menu li.current_page_ancestor ul li {
	display: block;
}

#menu .page-item-3 a {
	border: none;
	position: relative;
	top: auto;
}

ul#menu li ul {
	display: none;
}

ul#menu li.current_page_item ul, .blog ul#menu li#blog-archive ul, .archive ul#menu li#blog-archive ul, .single ul#menu li#blog-archive ul {
	display: block;
}

#menu li.current_page_ancestor ul {
	display: block;
}

#menu li.current_page_ancestor li a {
	background-color: transparent;
}

#menu li.current_page_ancestor ul {
	display: block;
}

#menu li.current_page_ancestor ul li.current_page_item a {
	background-color: #469940;
}



/*Talklets widget*/
img#talkletslaunchbutton {
	border: 0px;
	margin-left: 579px;
	margin-bottom: 0px;
}

/* Links Box */
#useful-links {
	background-color: #98C9B0;
	margin: 0px;
}

#useful-links li {
	list-style: none;
	padding: 4px 10px 4px 10px;
	margin: 0px 6px 0px 6px;
}

/* Footer */

#footer ul {
	float: right;
	margin-right: 30px;
}

#footer li {
	text-align: right;
	font-size: 72%;
	color: #999999;
	background-color: #314D6B;
	list-style: none;
	/* display:inline;*/
}

#footer li a {
	color: #999999;
}

