/*
Theme Name: Twenty Ten Child for Corporate Foresight
Theme URI: http://futureorientation.net/?wptheme=twentytenChild
Description: Child Theme for Twenty Ten
Author: euroCF
Author URI: http://futureorientation.net
Template: twentyten
Version: 0.1
*/

@import url("../twentyten/style.css");


#editorial-information{
	float:right;
	font-size: 12px;
	text-align:right;
	color: #000000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
a.editorial-information:link{
color:#000000;
text-decoration: none}
a.editorial-information:visited{
color:#000000;
text-decoration: none}
a.editorial-information:hover{color:#000000;
text-decoration: none}
a.editorial-information:active{color:#000000;
text-decoration: none}

#page-navigation-first{
	margin: 0px, 5px, 0px, 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#page-navigation-second{
	margin: 0px, 5px, 0px, 20px;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 10px 0 0 0;
}


/* This is the custom header image */
#branding img {
	border-top: 4px solid #8C3056;
	border-bottom: 1px solid #8C3056;
	clear: both;
	display: block;
}

.breadcrumb
{
	color: #000;
	margin: 20px 0 -20px 20px;
	position: relative;
	float: left;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	border-bottom: 1px solid #8C3056;
	width: 900px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}

#colophon {
	border-top: 4px solid #8C3056;
	margin-top: -4px;
	overflow: hidden;
	padding: 10px 0;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #8C3056;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 18px;
	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: left;
	position: relative;
}
#access a {
	color: #FFFFFF;
	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: left;
	font-size: 14px;
	width: 240px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 240px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #C6648D;
	line-height: 1em;
	padding: 10px;
	width: 220px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #5B102F;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a {
	background: #5B102F;
	color: #fff;
}
#access ul li.current-menu-ancestor > a {
	background: #5B102F;
	color: #fff;
}
#access ul li.current-menu-item > a {
	background: #5B102F;
	color: #fff;
}
#access ul li.current-menu-parent > a {
	background: #5B102F;
	color: #fff;
}
* 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;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 20px;
}

#content p {
	margin: 0 0 14px 0;
}