/* 
divergentmindmedia.com
(c)2008 Divergent Mind Media, LLC

authors:

jay sanders (jay@divergentmindmedia.com)
brad burleson (brad@divergentmindmedia.com)

Colors:

	Main Color: #4d79ae
	Content Box: #588ac7	
	NavBar: #4d79ae
	NavBar Active: #496491
	Text: #fff
	Yellow: faf60f

*/

/* TAGS ============================= */

body {
	color: #fff;
	font-family: trebuchet MS, geneva, arial, sans-serif;
	background-image: url('../images/background.jpg');
}

a {
	text-decoration: underline;
	color: #fff;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

p {
	line-height: 22px;
}

li {
	line-height: 22px;
}

input {
	padding: 3px;
	border: 0;
	border-bottom: groove 1px black;
}

select {
	padding: 3px;
	border: 0;
	border-bottom: groove 1px black;
}

textarea {
	padding: 3px;
	border: groove 1px black;
}

label {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
}

/* MASTER =========================== */

#master {
	width: 892px;
	margin: auto;
}


#header {
	width: 892px;
	height: 205px;
	margin: auto;
}


#navbar {
	width: 892px;
	height: 31px;
	background-image: url('../images/navbar.jpg');
	padding-top: 7px;
}
#navbar a {
	padding: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#navbar a:hover {
	color: #496491;
}
#navbar a.on {
	color: #faf60f;
}

#content {
	width: 892px;
}

#contentTop {
	width: 892px;
	height: 12px;
	background-image: url('../images/boxes/main_box_top.jpg');
	background-repeat: no-repeat;
}

#contentBottom {
	width: 892px;
	height: 12px;
	background-image: url('../images/boxes/main_box_bottom.jpg');
	background-repeat: no-repeat;
}

#contentBox {
	min-height: 500px;
	padding: 0px 10px 0px 10px;
	border: 0;
	background-image: url('../images/boxes/main_box_mid.jpg');
	background-repeat: repeat-y;
}

#content table {}

#content td {
	vertical-align: top;
	font-size: 12px;
}

#content .paddedCell {
	padding: 10px;
}

#content #experience {
	background: #496491;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#content #events ul, #content #events li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#content .content {
	background: #5f88b6;
	border: solid 1px white;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content #partners {
	width: 245px;
	vertical-align: top;
}

#content #partners img {
	margin-bottom: 5px;
}

#content #partners #buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content #partners #byline {
	font-size: 13px;
	text-align: center;
	margin-top:	9px;
}

#content #partners #dmbanner {
	font-size: 11px;
	text-align: center;
	margin-top:	9px;
	}

#content #contactForm .form {

}

#content #contactForm .form label {
	font-size: 14px;
}

#adminLinks {
	font-size: 11px;
}

#content .eventListing {
	border-bottom: solid 1px #fff;
	padding-bottom: 10px;
}

#eventsCalendar {
	text-align: right;
}

.eventTabButton {
	font-size: 12px;
	padding: 2px;
	color: #fff;
	margin: 0;
	width: 100%;
}

.tabBox h1 img, .imageHeader img {
	float: right;
}

.tabBox {
	border-top: solid 1px #fff;
	padding-top: 5px;
	margin-top: 5px;
}

/* Used on the display all news page news::index */
.newsItem {
	margin: 20px;
	padding: 10px;
	border: solid 1px #efefef;
}

.yellowLink {
	text-align: right;
}

.yellowLink a {
	color: #faf60f;
	text-decoration: none;
}

/* Partners::index */
.partner {
	border-bottom: solid 1px white;
	padding: 10px 10px 10px 10px;
	min-height: 220px;
	background: #fff;
	color: #000;
}

.partner h2 {
	text-align: right;
}

.partner img {
	float: left;
	margin: 0px 10px 8px 10px;
}

/* Edit link box on pages::show */
#pageAdminLinks {
	float: right;
	padding: 10px;
}

#credit {
	text-align: center;
}



/* FORMS ============================ */

.form {
	margin-bottom: 20px;
}

.toggleBox {
	color: white;
	width: 400px;
	border: solid 1px black;
	margin: auto;
	padding: 10px;
	padding-bottom: 30px;
}

.toggleButton {
	background: black;
	color: white;
	margin: auto;
}

.submit {
	border: 0;
}
.errors {
	color: #BF2323;
	background: #FEFFBF;
	padding: 5px;
	font-size: 12px;
	min-width: 300px;
}

/* ADMIN ============================ */

#admin {
	margin-top: 10px;
}
#admin table {
	margin: auto;
	font-size: 12px;
}
#admin th {
	padding: 10px;
	border-bottom: solid 1px #dfdfdf;
}
#admin td {
	padding: 10px;
	border-bottom: solid 1px #dfdfdf;
}
#admin ul {
	list-style-type: none;
}

#admin .form {
	margin: auto;
	margin-top: 40px;
}
#admin #tree ul {
	text-align: left;
}

/* SYSTEM =========================== */
/* please keep this style in place for troubleshooting ~jay */

#diagnostics {
	background: white;
	color: black;
	padding:10px;
	margin:10px;
}
