/*  
Theme Name: LM 2008 Theme
Theme URI: http://wordpress.org/
Description: Leadership Macon 2008 theme.
Version: 1.0
Author: Matt Farmer
Author URI: http://wordpress.opg/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*Page Wide Styles */
body {
	margin: 0;
	background-color: #989898;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-image: url('images/bodybg.gif');
	background-repeat: repeat-y;
}

#container-master {
	width: 900px;
}

/* Left Bar Styles */
#left-bar {
	color: #FFFFFF;
	width: 250px;
	margin-right: 2px;
	padding-top: 200px;
	float: left;
	background-image: url('images/leftbar-top.gif');
	background-repeat: no-repeat;
}

#left-bar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#left-bar li {
	padding-bottom: 10px;
	padding-left: 5px;
	color: #FFFFFF;
}

#left-bar a:link, #left-bar a:visited {
	color: #FFFFFF;
	//padding-left: 5px;
	text-decoration: none;
}

#left-bar a:hover {
	color: #FFCC00;
}

#left-bar .textwidget {
	padding: 6px;
}

/*Content-wide styles */
#content-bar {
	width: 646px;
	padding-top: 190px;
	padding-right: 2px;
	float: left;
	background-color: white;
	background-image: url('images/contentbar-top.gif');
	background-repeat: no-repeat;
}

#content-bar h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}

#content-bar h2 {
	font-size: 18px;
	font-weight: bold;
}

#content-bar h3 {
	font-size: 16px;
	font-weight: bold;
}

#content-bar a {
	color: black;
}

/*Page Content styles */
#content-bar #pagetitle-default {
	height: 20px;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	width:100%;
	font-weight: bold;
	background-color: #FFCC00;
}

#content-bar #pagetitle-default a {
	text-decoration: none;
}

/*Home Page Styles*/
#content-bar .homepage-left {
	width: 317px;
	padding-right: 5px;
	float:left;
	border-right: 1px dashed black;
}

#content-bar .homepage-left h1 {
	background-color: #FFCC00;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}

#content-bar .homepage-right {
	width: 321px;
	padding-left: 2px;
	float: left;
}

#content-bar .homepage-right h1 {
	background-color: #FFAA00;
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}

#home-news-container a {
	color: black;
}

#home-news-container p {
	margin: 0px;
	padding: 0px;
}

#home-news-container .attribution {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 10px;
	margin-bottom: 10px;
}

/* Alumni Table Props */
#alumnitable {
	width: 100%;
	margin-top: 10px;
}

#alumnitable td.classyear {
	background-color: #FFCC00;
}

/* Person Table Props */
.persontable {
	width: 100%;
	font-size: 12px;
	color: #999999;
}

.persontable tr {
	vertical-align: top;
}

.persontable tr td:first-line {
	color: #000000;
}

div.mmf {
	margin: 0;
	padding: 0;
	position: relative;
}

div.mmf-response-output {
	margin: 2em 0.5em 5em;
	padding: 0.2em 1em;
	position: absolute;
	top: 0px;
}

div.mmf-mail-sent-ok {
	border: 1px dashed #AFAFA4;
}

div.mmf-mail-sent-ng {
	border: 1px dashed #FF7800;
}

div.mmf-spam-blocked {
	border: 1px dashed #FF7800;
}

div.mmf-validation-errors {
	border: 1px dashed #FF7800;
}

span.mmf-form-control-wrap {
	position: relative;
}

span.mmf-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #FF7800;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.mmf-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.mmf-list-item {
	margin-left: 0.5em;
}
