/* 
Theme Name: Discipleship Media
Theme URI: http://www.discipleshipmedia.com/
Description: WordPress Master Theme for Discipleship Media, LLC. The media provider for the SoldOut Discipling Movement <a href="http://www.discipleshipmedia.com/">Discipleship Media</a>.
Version: 1.0
Author: Rob Onekea
Author URI: http://www.discipleshipmedia.com/

Wordpress Master Template for Discipleship MEdia
Site Design by Rob Onekea for Discipleship Media
For support & questions, please contact rob@usd21.org

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
/* 

 Discipleship Media CSS
 Developed by Rob Onekea
 
*/


/* Main Elements */

* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(img/background.jpg);
	background-color: fbfbfa;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 1099px;
}

#header {
	background-image: url(img/header.jpg);
	height: 166px;
	width: 1090px;
}

#mainsection {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

#footer {
	background-image: url(img/footer.jpg);
	height: 65px;
}

#legal {
	padding-left: 20px;
	font-size: 11px;
	color: #ADA7A9;
	text-transform: uppercase;
}

/* Navigation ------------------------------------------ */

#nav {
	font-family: "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
	padding-top: 46px;
	padding-left: 400px;
height: 120px;
}


#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#nav a {
	display: block;
	width: 125px;
	height: 24px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 20px;
	text-transform: uppercase;
	background-color: #c5d579;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#nav a:hover {
	background-color: #8da033;
	background-position: right bottom;
	color: #EFEFE4;
}

#nav .selected a {
	background-color: #8da033;
	background-position: right bottom;
	color: #EFEFE4;
}

#nav .first a {
  height: 26px;
  line-height: 26px;
}


/* Left column */

#leftcolumn {
	float: left;
	width: 330px;
	font-size: 12px;
	line-height: 18px;
	padding-right: 30px;
	color: #585858;
}

/* Right column ------------------------------------------------ */

#rightcolumn {
	margin: 0 0 0 360px;
	padding-right: 75px;
}

#rightcolumn p {
	font-size: 12px;
	color: #636363;
	padding-bottom: 15px;
	line-height: 20px;
}

#rightcolumn h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	padding-top: 10px;
}

#rightcolumn h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 10px;
	letter-spacing: -1px;
}
#rightcolumn h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #8DA033;
	padding-bottom: 10px;
	letter-spacing: 0px;
}

#rightcolumn a {
	color: #929D59;
	text-decoration: none;
}

#rightcolumn a:hover {
	text-decoration: underline;
}

#rightcolumn ul {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	list-style-type: disc;
}

#rightcolumn li {
	list-style-image: url(img/dm_bullet.gif);
	color: #8DA033;
}

.clear {
clear:both;
}


/* Image Styles */

.imgright {

float:right;
}

.imgleft {
float:left;
}

.icon {
	margin-left: -70px;
	float: left;
}
.order {
	font-size: 14px;
	color: #D8191F;
	font-weight: normal;
}
.button {
	padding-top: 5px;
	alignment-ve
}

hr {
	border: none;
	background-color: #B4CBDF;
	color: #EFEFE4;
	height: 1px;
	margin-bottom: 5px;
}
