/* @override http://localhost/graham/assets/css/about.css */

/* ++++++++++ Lefthand Content ++++++++++ */

#contentbox_left {
	padding-top: 30px;
}

#contentbox_left .pad {
	padding-right: 30px;
}

#contentbox_left p a {
	color: #87bb21;
}

#content h1 {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0;
	font-size: 26px;
	color: #000;
}

#content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

/* ++++++++++ Lefthand Content ++++++++++ */

#photobox_right {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 320px;
	display: block;
	color: #000;
	width: 300px;
	background-repeat: no-repeat;
	background-position: 0 top;
}

#quotebox {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding-bottom: 22px;
	padding-top: 15px;
	margin-top: 30px;
	text-align: center;
}

#quotebox .quote {
	color: #000;
	font: italic 21px/28px Georgia, "Times New Roman", Times, serif;
}

#quotebox .attribution {
	font-size: 13px;
	color: #5d5d5d;
	padding-left: 10px;
	line-height: 24px;
}

/* ++++++++++ Talkboxes ++++++++++ */

#talks {
}

.talkbox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #84bb00 url(../img/gradient_green_talk.gif) repeat-x;
	padding: 15px;
	margin-bottom: 10px;
}

.talkbox h1 {
	font-size: 21px;
	color: #000;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 21px;
}

.talkbox p {
	color: #fffeff;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.noworkshops {
	color: #000;
	font-size: 18px;
}

#videos h1 {
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0;
	font-size: 26px;
	color: #000;
	margin-top: 40px;
}

#videos p {
	font-size: 18px;
	line-height: 18px;
}

#videos .player {
	margin-top: 0;
	margin-bottom: 0;
}