/* Reset-RESET */

strong {
	font-weight: bold
}

em {
	font-style: italic
}

ol, ul, li {
	list-style: none
}

* a {
	position: relative
}

/* Gets links displaying over a PNG background */

a {
	outline: none
}

/* Gets rid of Firefox's dotted borders */

a img {
	border: none
}

/* Gets rid of IE's blue borders */

/* END Reset-RESET */

/* Global */

body {
	font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5f5f5f;
	background-color: #eaeaea;
	border-bottom-color: #5f5f5f;
	border-bottom-width: 1px;
}

H1, H2, H3, H4 {
	font-family: Gotham-Medium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

H1 {
	font-size: 2.6em;
	letter-spacing: 1px;
}

H2 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	letter-spacing: 1px;
}

H3 {
	font-size: 1.6em;
	padding-bottom: 0.5em;
}

li {
	list-style-type: circle;
	list-style-position: inside;
}

a {
	color: #5f5f5f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Structure */

#wrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px 20px 10px;

}

#header {
	margin-bottom: 20px;
	height: 70px;
}

#branding {
	float: left;
}

#info {
	float: right;
}

#main {
	float: right;
	width: 700px;
}

#secondary {
	float: left;
	width: 210px;

}

.con_full {
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 10px;
}

.con_left {
	width: 310px;
	float: left;
	padding-right: 10px;
	padding-left: 15px;
}

.con_right {
	width: 310px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.con_clear {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
}


#footer {
	clear: both;
	width: 700px;
	padding-top: 20px;
	margin-left: 210px;
	padding-bottom: 6px;
}

/* Header */
#info ul {
	margin-bottom: 0;
}

#info li {
	list-style-type: none;
}

#info li a {
	display: block;
	padding-right: 25px;
	text-align: right;
	font: 12px/25px Gotham-Medium, Helvetica-Neue, Helvetica, Arial, sans-serif;
	height: 24px;
}

a.ideas:hover {
	text-decoration: none;
	color: #F58426;
}

a.coaching:hover {
	text-decoration: none;
	color: #E31937;
}

a.projects:hover {
	text-decoration: none;
	color: #00BCE4;
}

#callus {
	background: url(../images/phone-mono.png) no-repeat right center;
}

#callus:hover {
	background: url(../images/phone.png) no-repeat right center;
}

#emailus {
	background: url(../images/email-mono.png) no-repeat right;
}

#emailus:hover {
	background: url(../images/email.png) no-repeat right;
}

#details {
	background: url(../images/info-mono.png) no-repeat right;
}

#details:hover {
	background: url(../images/info.png) no-repeat right;
}

/* Main */

.subhead {
	font-size: 0.9em;
}

#main p, ul {
	margin-bottom: 0.8em;
	line-height: 1.6em;
	font-size: 1.35em;
}

#main ul {
	margin-left: 1.1em;
	margin-bottom: 1em;
}

#main ul li {
	list-style-position: outside;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#title_ideas {
	background-image: url(../images/banner-ideas.jpg);
	height: 150px;
	margin-bottom: 20px;
}

#title_coaching {
	background-image: url(../images/banner-coaching.jpg);
	height: 150px;
	margin-bottom: 20px;
}

#title_projects {
	background-image: url(../images/banner-projects.jpg);
	height: 150px;
	margin-bottom: 20px;
}

h1.title  {
	padding-left: 10px;
	color: #fff;
	font-size: 3em;
	padding-top: 105px;
}

.logo {
	margin-bottom: 12px;
	margin-top: 10px;
}

.con_left p{
	text-align: justify;
}

.con_right p {
	text-align: justify;
}

/* Navigation */

#navigation {
	margin-top: 6px;
}

#navigation ul {
	font-size: 1.4em;
}

#navigation li {
	list-style-type: none;
}

#navigation li a {
	display: block;
	padding-left: 38px;
	font-family: Gotham-Medium, "Helvetica Neue", Helvetica, Arial;
	color: #6b6b6b;
	height: 26px;
}

#navigation li a:hover {
	text-decoration: none;
}

#navigation li.projects {
	background: url(../images/nav-icon-ap.jpg) no-repeat 0 top;
}

#navigation li.coaching {
	background: url(../images/nav-icon-ac.jpg) no-repeat 0 top;
	margin-top: 20px;

}

#navigation li.ideas {
	background: url(../images/nav-icon-ai.jpg) no-repeat 0 top;
	margin-top: 20px;
}




#navigation li.home {
	font-size: 14px;
}

#navigation li.ideas_sub, li.coaching_sub, li.projects_sub {
	margin-top: -4px;
	margin-left: 4px;
}

#navigation li.ideas a:hover {
	text-decoration: none;
	color: #F58426;
}

#navigation li.ideas_sub a:hover {
	text-decoration: none;
	color: #F58426;
}

#navigation li.coaching a:hover {
	text-decoration: none;
	color: #E31937;
}

#navigation li.coaching_sub a:hover {
	text-decoration: none;
	color: #E31937;
}

#navigation li.projects a:hover {
	text-decoration: none;
	color: #00BCE4;
}

#navigation li.projects_sub a:hover {
	text-decoration: none;
	color: #00BCE4;
}

#navigation li.home a:hover {
	text-decoration: none;
	color: #F58426;
}

/* Footer */

#footer p {
	text-align: center;
	font-size: 1.1em;
}

#footer a {
	padding-bottom: 2px;
}

#footer a:hover {
	text-decoration: none;
	border-bottom: 1px solid #5f5f5f;
}
