/*
   style.css
   Peacebuilding Global Consulting
   
   Created by Matt Yoder on 2009-02-13.
   Copyright 2009 Peacebuilding Global Consulting. All rights reserved.
*/

body {
	background-color: #B3B3B3;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

.page-home .feature a,
.page-home #content a,
#footer a {
	color: #ffa680;
}

.page-home .feature a:hover,
.page-home #content a:hover,
#footer a:hover {
	color: #F9722E;
}

a {
	font-weight: bold;
	text-decoration: none;
}

#content a {
	border-bottom: 2px dotted #999999;
	color: #999999;
}

#content a:hover {
	color: #261F27;
}

.page-consulting #content a:hover {
	background-color: #DDE991;
}

.page-teaching #content a:hover {
	background-color: #FFEE9E;
}

.page-employment #content a:hover {
	background-color: #FFA680;
}

.page-writing #content a:hover {
	background-color: #EA7E8C;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	margin: 0;
}

#container {
	background-color: white;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
}

#header {
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	height: 108px;
}

.business-title {
	color: #999999;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 2px;
	padding: 1px 0 1px 10px;
	text-transform: uppercase;
}

.site-title {
	background-color: #261F27;
	color: white;
	font-size: 20px;
	padding: 9px 0 12px 10px;
	width: 310px;
}

.site-title a {
	background: transparent url(../images/logo.png) no-repeat scroll top left;
	color: white;
	display: block;
	height: 53px;
	padding: 0 0 0 50px;
}

.gray {
	color: #999999;
}

.site-subtitle {
	margin: -38px 0 38px 80px;
}

.site-subtitle a {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}

.site-nav {
	height: 80px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 480px;
	z-index: 10;
}

.site-nav li {
	float: left;
	height: 80px;
	margin: 0;
	padding: 0;
	width: 96px;
}

.site-nav li a {
	border-top: 18px solid #999999;
	color: #261F27;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 42px;
	line-height: 1.25em;
	margin: 0;
	padding: 20px 10px 0;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	width: 76px;
}

.site-nav li a .colon {
	display: none;
}

.site-nav .blog a,
.nav-description.blog {
	background-color: #C3D9FF;
	border-color: #e0ebfe;
}

.site-nav .consulting a,
.nav-description.consulting {
	background-color: #CDD452;
	border-color: #dde991;
}

.site-nav .teaching a,
.nav-description.teaching {
	background-color: #FEE169;
	border-color: #ffee9e;
}

.site-nav .teaching a,
.site-nav .employment a {
	height: 52px;
	padding-top: 10px;
}

.site-nav .employment a,
.nav-description.employment {
	background-color: #F9722E;
	border-color: #ffa680;
}

.site-nav .writing a,
.nav-description.writing {
	background-color: #C9313D;
	border-color: #ea7e8c;
}

.nav-description {
	background-color: #261F27;
	display: none;
	height: 21px;
	left: 0;
	margin-left: -320px;
	overflow: hidden;
	padding: 7px 10px 0 60px;
	position: absolute;
	text-align: left;
	text-transform: none;
	top: 80px;
	width: 730px;
	z-index: 10;
}

.nav-description.home {
	display: block;
	z-index: 5;
}

.site-nav a:hover .nav-description,
.site-nav a.hover .nav-description {
	display: block;
	z-index: 20;
}

.page-blog .blog .nav-description,
.page-consulting .consulting .nav-description,
.page-teaching .teaching .nav-description,
.page-employment .employment .nav-description,
.page-writing .writing .nav-description {
	display: block;
	z-index: 15;
}

.nav-description.home {
	margin-left: 0;
}

.contact-info {
	color: white;
	font-size: 13px;
	padding: 10px 10px 20px 60px;
	width: 240px;
}

.contact-info h3 {
	color: #dde991;
	font-size: 14px;
}

.contact-info h4 {
	border-bottom: 2px solid #999999;
	font-size: 12px;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.contact-info p {
	margin: 0;
}

#content,
#calendar {
	font-size: 13px;
	padding: 20px 30px 10px 60px;
}

.page-home #content {
	padding-bottom: 50px;
}

#content h2,
#calendar h2 {
	font-size: 19px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.page-home #content h2 {
	margin-bottom: 10px;
}

#content h4 {
	color: #999999;
}

.headshot {
	float: left;
}

.biography {
	margin: 0 0 0 260px;
}

#content li {
	margin-bottom: 15px;
}

#content ul ul {
	padding-left: 18px;
	padding-top: 3px;
}

#content li li {
	margin-bottom: 3px;
}

.page-consulting #content ul {
	list-style-image: url(../images/bullet-green.png);
}

.page-teaching #content ul {
	list-style-image: url(../images/bullet-yellow.png);
}

.page-employment #content ul {
	list-style-image: url(../images/bullet-orange.png);
}

.page-writing #content ul {
	list-style-image: url(../images/bullet-red.png);
}

#footer {
	background: #261F27 url(../images/footer-bar.png) scroll no-repeat top left;
	height: 100px;
	padding-top: 15px;
	position: relative;
}

#footer .contact-info {
	color: #999999;
	padding: 0;
}

#footer .contact-info .top {
	position: absolute;
	left: 330px;
	top: 15px;
}

#footer .contact-info .bottom {
	position: absolute;
	left: 570px;
	top: 15px;
}

#footer h3,
#footer h4,
#footer .contact-info {
	border-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.copyright {
	color: #666666;
	font-size: 12px;
	margin-left: 15px;
}

.home-link {
	font-weight: bold;
	font-size: .8em;
	margin: 0 0 15px 60px;
	text-transform: uppercase;
}

.home-link a {
	color: #999999;
}

.home-link a:hover {
	color: #261F27;
}

.home-link .arrow {
	font-size: 3em;
	font-family: Georgia, serif;
	position: relative;
	top: -4px;
	vertical-align: middle;
}

.blog-link {
    float: right;
    margin: 0 60px 15px 0;
}

/* Feature styles */
.feature {
	background-color: #413b41;
	border-top: 2px solid white;
	color: #CCCCCC;
	position: relative;
}

.feature-list {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	width: 320px;
}

.feature-list li {
	border-right: 2px solid white;
}

.feature-list .label {
	border-bottom: 2px solid white;
	cursor: pointer;
	padding: 3px 3px 3px 60px;
}

.feature-list .active {
	background-color: #807c81;
}

.feature-list h3 {
	color: white;
	font-size: 15px;
	font-weight: normal;
}

.feature-list p {
	font-size: 11px;
	margin: 3px 0 5px;
	padding: 0;
}

.feature-list img {
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	position: absolute;
	right: 0;
	top: 0;
}

.feature-list .caption {
	background-color: #413b41;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 365px;
	width: 460px;
}

/* Calendar styles */
#calendar {
	background-color: #C3D9FF;
	padding-bottom: 20px;
}

#calendar iframe {
	margin: -45px 0 0 252px;

}

#calendar #view-calendar {
	background: transparent url(../images/burst.png) no-repeat scroll top left;
	color: #413B41;
	display: block;
	font-size: 0.78em;
	font-weight: normal;
	height: 62px;
	left: -41px;
	line-height: 1.05;
	padding: 23px 15px 0 15px;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 52px;
	z-index: 100;
}

/* Blog styles */
.blog-entry {
    margin-bottom: 15px;
}

#content .blog-entry h2 {
    margin-bottom: 10px;
}

.blog-entry .blog-date {
    color: #999999;
    font-style: italic;
    
}
