/*
Theme Name: Re:Train
Theme URI: http://wordpress.org/
Description: Re:Train
Version: 1.0
Author: Mars Hill Church
*/

/* red : bf2e1a */

@import "standardize.css";

body{
	background: url(images/bg.jpg) top center no-repeat;
}

h1, h2, h3, #nav_left li a{
/*	font-family: "refrigerator-deluxe-1","refrigerator-deluxe-2", Helvetica, sans-serif;*/
/*	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2",sans-serif;*/
	font-family: "adelle-1","adelle-2", serif;
	font-weight: bold;
/*	text-transform: uppercase;*/
}
#nav_left ul li a, #nav_top li a{
/*	font-family: "tilden-sans-light-1","tilden-sans-light-2", Helvetica, Arial, sans-serif;*/
/*	font-family: "pill-gothic-300mg-1","pill-gothic-300mg-2",sans-serif;*/
	font-family: "ronnia-condensed-1","ronnia-condensed-2";
	font-weight:100;
}

h2,h3{
	margin-top: 20px;
}
h1{
	font-weight: bold;
	font-size: 3em;
}
h1, a{
	color: #bf2e1a;
}
strong{
	color: #000;
}
h2{
	font-size: 2em;
	font-weight: bold;
}
h3{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
p{
	margin: 20px 0;
}
a:hover{
	text-decoration: none;
	color: #000;
}
#apply{
	position: fixed;
	top:0px;
	right:0px;
	width:151px;
	height:151px;
	background: url(images/apply.png) no-repeat;
}
#apply:hover{
	background-image: url(images/apply_ro.png);
}
#container{
	width:1000px;
	margin: 0px auto;
}
#header{
	height: 60px;
	padding: 20px 0px;
}
#logo{
	float: left;
}
#nav_top{
	float: left;
}
#nav_top li{
	float: left;
}
#nav_top li a{
	display: block;
	padding: 20px;
	padding-top: 20px;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.3em;
}
#nav_top li a:hover{
	color: #000;
}
#nav_left{
	background: #000;
	float: left;
	width: 300px;
	margin-bottom: 20px;
}
#nav_left li{
	padding: 20px;
}
#nav_left li li{
	padding: 0px;
}
#nav_left li.current_page_ancestor, #nav_left li.current_page_item{
	background: #222;
}
#nav_left li li.current_page_item{
	background: url(images/arrow.png) no-repeat 0px 3px;
	padding-left: 30px;
	margin-left: -20px;
}
#nav_left li a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.9em;
	color: #bf2e1a;
}
#nav_left li a:hover{
	color: #fff;
}
#nav_left ul li a{
	text-transform: none;
	font-weight: normal;
	color: #fff;
	font-size: 1.5em;
}
#nav_left ul li a:hover{
	color: #ccc;
}
#nav_left ul{
	margin-bottom: 10px;
}
#nav_left a{
	color: #fff;
	text-decoration: none;
}
#content{
	float: left;
	margin-left: 20px;
	background: #fff;
	width:640px;
	padding: 20px;
	min-height:500px;
	margin-bottom: 20px;
	font-size: 1.2em;
}
#content img.header{
	margin: -20px;
	margin-top: -40px;
	margin-bottom: 20px;
}
#content.home{
	float: none;
	margin: 0px;
	width:auto;
	clear: both;
}
#content ul{
	list-style: square;
	padding-left: 30px;
	margin: 30px 0;
}
blockquote{
	font-family: "Georgia","Times", serif;
	font-style: italic;
	padding: 10px 30px;
	background: #eee;
	font-size: 1.2em;
}
blockquote p{
	font-family: "Georgia","Times", serif;
	font-style: italic;
}
#footer{
	clear: both;
	padding: 10px;
	background: #bf2e1a;
	margin-top: 20px;
	color: #fff;
	margin-bottom: 20px;
	font-size: .9em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footer ul{
	float: right;
}
#footer ul li{
	float: left;
	margin-left: 15px;
}
#footer ul li a{
	color: #000;
	text-decoration: none;
}
#footer ul li a:hover{
	color: #fff;
}
img.hero{
	background: #000;
}
#heros{
	margin: 10px 0;
	height:150px;
}
#heros li{
	float: left;
	margin-right: 12px;
}
#heros li:last-child{
	margin-right: 0px;
}
#re_menu_arrow{
	float: left;
	padding: 10px 0px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 75px;
}
#re_menu{
	display: none;
	color: #fff;
	background: #333;
	border: 1px solid #666;
	padding: 20px;
	position: absolute;
	margin-left: 192px;
	margin-top: 50px;
	z-index: 10;
}
#re_menu strong{
	color: #999;
}
#re_menu a{
	text-decoration: none;
	font-size: 1.5em;
}
#re_menu a:hover{
	color: #fff;
}
table{
	width: 100%;
}
td{
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	font-size: .9em;
}
tr:nth-child(even) td{
	background: #eee;
}
tr:hover td{
	background: #ddd;
}
tr.header td{
	font-weight: bold;
	background: #000;
	color: #fff;
}