/*
Theme Name: Five Mountain Buddhist Seminary
Theme URI: http://five-mountian.org/
Description: Master CSS file.
Version: 2.0
Author: James Foster
*/

/* Global Reset */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

html, body {
    height: 100%; 
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	line-height: 1.5em;
	color: #565656;
	background-image: url(../images/bg-main.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fbf5e9;
}

#wrapper {
	width: 893px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/bg-content.png);
	background-repeat: repeat-y;
    min-height: 90%;
}


#header {
	height: 122px;
	background-image: url(../images/bg-header.png);
	background-position: top;
	background-repeat: no-repeat;
}

#header h1 span {
	display:none;
}

#banner {
	height: 202px;
	background-image: url(../images/bg-banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#banner h2 span {
	display:none;
}

#SecondBanner {
	height: 104px;
	background-position:top;
	background-repeat:no-repeat;
}

#SecondBanner h2 span {
	display:none;
}

#topNav {
	height: 36px;
	background-image: url(../images/bg-nav.png);
	background-position: top;
	background-repeat: no-repeat;
}

#topNav ul {
	width: 838px;
	padding-top: 7px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#topNav li {
	display: inline;
	list-style-type: none;
}

#topNav ul li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding-right: 40px;
}

#topNav ul li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}


#topNav ul li a:hover {
	text-decoration:none;
	color:#252d30;
}

ul#navigation li#youarehere a { 
	color:#252d30;
	font-weight:bold;
}

ul#navigation li#last a { 
	padding-right:0px;
}


#content {
	width: 838px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#Lcolumn {
	float:left;
	width: 295px;
}

.lBox {
	float:left;
	width: 292px;
	background-image:url(../images/bg-lBox.png);
	background-repeat: repeat-y;
}

.lBoxTop {
	background-image:url(../images/bg-lBox-top.png);
	background-repeat: no-repeat;
	height: 71px;
}

.lBoxTop h3 {
	color:#59140d;
	font-size:18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
	padding-top: 24px;
}


.lBox p {
	font-size: 16px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
}

.lBox p .news {
	color:#59140d;
	font-weight: bold;
	margin: 0px;
}

.lBox p .date {
	font-style: italic;
	color: #000000;
}


.lBox ul {
	list-style: none;
	margin-left: 20px;
	padding-left: 1em;
	text-indent: -1em;
}

.lBox a {
	text-decoration:none;
	font-size:18px;
	color: #6a9338;
}

.lBox a:hover {
	color: #252d30;
}

.lBot {
	background-image:url(../images/bg-lBox-bot.png);
	background-position:bottom;
	background-repeat: no-repeat;
	height: 20px;
}


#Rcolumn {
	float:right;
	width: 528px;
}

#Rcolumn h3 {
	font-size: 24px;
	margin-bottom: 10px;
	text-transform:uppercase;
	color:#fdac25;
}

#Rcolumn p {
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#Rcolumn blockquote {
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
}

.featureBox {
	width: 527px;
	background-image:url(../images/bg-featureBoxMid.png);
	background-repeat: repeat-y;
}

.featureBoxTop {
	background-image:url(../images/bg-featureBoxTop.png);
	background-repeat: no-repeat;
	height: 39px;
}

.featureBoxTop h4 {
	font-size: 18px;
	text-transform:uppercase;
	padding: 20px;
}

.featureBox p {
	margin: 20px;
}

.featureBox a{
	margin: 10px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

.featureBox a:visited{
	color:#666666;
}

.featureBox a:hover{
	text-decoration:underline;
}


.featureBoxBot {
	background-image:url(../images/bg-featureBoxBot.png);
	background-position:bottom;
	background-repeat: no-repeat;
	height: 13px;
}

.clear {
	clear:both;
}

#footer {
	bottom: 0;
	width: 100%;
	height:83px;
	background-color:#252d30;
}

#bottom { 
	width: 893px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/bg-footer.png);
	background-repeat:no-repeat;
}

#bottom p {
	padding-top: 20px;
	font-size:14px;
	text-align:right;
	margin-right: 5px;
}

#bottom p a {
	text-decoration:none;
	color:#565656;
}

#bottom p a:visited {
	text-decoration:none;
	color:#565656;
}

#bottom p a:hover {
	text-decoration:underline;
}
