**
 * Mediavangelist
 *
 * @section		screen
 * @author		Jay Benfield
 * @version		1.0
 * @date		9/1/2009
 * @copyright	(c) 2009 Church on the Rock
 * @media		screen
 * @link        http://cotrva.org/
 *
*/

/** 
 * Reset Styles
 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, em, font, img, small, 
strike, strong, sub, ol, ul, li,fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/** 
 * Layout
 */

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif, Helvetica, Arial, Verdana;
	font-size: 13px;
	color: #fff;
	background-color: #000;
	line-height: 1.2em;
	background: #000 url("/img/blueblackfade_bumpy.jpg");
	background-repeat: repeat-x;
	background-position: fixed;
}

#header {
	width: 917px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	height: 40px;
}

#page {
	width: 917px;
	height: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #517488;
	background: url("/img/boxbackmountain_cropped.jpg");
	background-repeat: no-repeat;
	background-position: bottom fixed;
}

#page_left {
	float: left;
	width: 250px;
	padding-left: 55px;
	padding-top: 32px;
}

#page_right {
	float: right;
	width: 500px;
	margin-right: 35px;
	padding-top: 28px;
}

#bottom_middle {
	padding-top: 480px;
	text-align: center;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 47px;
}


#topnav {
	width: 917px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-top: 0;
	background-color: #000;
	height: 33px;
	overflow: hidden;
	padding-bottom: 5px;
}

img.thumb {
	float: left;
	border: 3px solid #fff;
	margin-right: 10px;
}

img.large {
	border: 3px solid #fff;
}

img.land {
	float: left;
	border: 3px solid #fff;
	margin-right: 10px;
}

img.topper {
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

a img.thumb:hover, a img.land:hover {
	border: 3px solid #517488;
}

img.thumb.last {
}

img.logo {
	float: left;
}

iframe {
	float: right;
	border: none;
	margin-right: 15px;
	margin-top: 35px;
}

p {
	color: #fff;
	font-family: sans-serif;
	padding-bottom: 10px;
	line-height: 1.3em;
	line-height: 1.4em;
	padding-top: 0;
	font-size: 1.1em;
}

#page_left p {
	font-size: 1em;
	margin-bottom: 10px;
}

#page_left p.last {
	padding-top: 7px;
}
#page_right p {
}

#nav ul {
	float: right;
	padding-right: 35px;
}

#nav ul li {
	list-style: none;
	display: inline;
	padding-right: 25px;
	color: #ddd;
	font-size: 1em;
	font-weight: normal;
}

#nav ul li a {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	font-family: sans-serif;
	color: #eee;
}

#nav ul li a:hover {
	color: #517488;
	text-decoration: underline;
	font-family: sans-serif;
}

#nav ul li a.active {
	color: #517488;
}

#topnav ul {
	float: right;
	padding-right: 35px;
}

#topnav ul li {
	list-style: none;
	display: inline;
	padding-right: 25px;
	color: #ddd;
	font-size: 1em;
	font-weight: normal;
}

#topnav ul li a {
	font-size: 1.2em;
	text-decoration: none;
	font-family: sans-serif;
	color: #eee;
}

#topnav ul li a:hover {
	color: #517488;
	text-decoration: underline;
	font-family: sans-serif;
}

#topnav ul li a.active {
	color: #517488;
}


#page_left ul.events {
	display: block;
	padding: 0;
	margin: 0;
	width: 250;
}

#page_left ul.events li {
	width: 250px;
	text-align: left;
	list-style: none;
	padding: 0;
	padding-bottom: 10px;
	line-height: 1.4em;
}

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

a:hover {
	color: #517488;
	text-decoration: none;
}

h1 { 
	font-size: 2em;
	color: #fff;
	font-family: sans-serif;
}

h2 {
	font-size: 1.5em;
	color: #6699cc;
	font-family: sans-serif;
}

h3 {
	font-size: 1.2em;
	color: #6699cc;
	font-family: sans-serif;
	padding-top: 5px;
}

h2.nopad {
	padding: 0;
}

small {
	color: #517488;
	font-size: .8em;
}

small a {
	color: #517488;	
}
