/*
Theme Name: 	Youth Mentoring
Theme URI: 		http://ymc.org
Description: 	Youth Mentoring Connection theme
Version: 		1.0
Author: 		Michelle Brady Ð built on starkers
Author URI: 	http://dolor-sit-amet.com
Tags: 			ymc
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

html				{ height:100%; }
div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#999999; height:100%; }
::-moz-selection 	{ background:#889900; color:#000; }
::selection 		{ background:#889900; color:#000; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1,  
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ 
					  font-family:'ostrich_sansblack',Arial,sans-serif;
					}


.displace {
	position: absolute;
	left: -5000px;
	}



/* ----- COLORS ----- 

DARK GREEN:		#305310

LIGHT GREEN: 	#889900

BROWN:			#302000

YELLOW: 		#FFDF50

...ORANGE: 		#CE7320

---------------------*/


/*------- TEXT ------*/


@font-face {
    font-family: 'open_sanslight';
    src: url('/font/OpenSans-Light-webfont.eot');
    src: url('/font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/OpenSans-Light-webfont.woff') format('woff'),
         url('/font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/font/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('/font/OpenSans-LightItalic-webfont.eot');
    src: url('/font/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('/font/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('/font/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('/font/OpenSans-Regular-webfont.eot');
    src: url('/font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/OpenSans-Regular-webfont.woff') format('woff'),
         url('/font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('/font/OpenSans-Italic-webfont.eot');
    src: url('/font/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/OpenSans-Italic-webfont.woff') format('woff'),
         url('/font/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('/font/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'antoniobold';
    src: url('/font/antonio-bold-webfont.eot');
    src: url('/font/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/antonio-bold-webfont.woff') format('woff'),
         url('/font/antonio-bold-webfont.ttf') format('truetype'),
         url('/font/antonio-bold-webfont.svg#antoniobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


a {
	text-decoration:none;
	color:inherit;
}

h1 {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:42px;
	line-height:40px;
	margin: 15px 0;
	text-transform:uppercase;
}

h1.img {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:42px;
	line-height:40px;
	margin: -75px 0 40px;
	text-transform:uppercase;
}

h1.white {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:42px;
	line-height:40px;
	margin: 0 0 40px;
	color:#fff;
	position:absolute;
	top:240px;
	z-index:300;
	text-transform:uppercase;
}

h1.slider_text {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:50px;
	line-height:50px;
	color:#fff;
	position:absolute;
	top:40px;
	right:60px;
	width:300px;
	text-align:right;
	text-shadow: 0px 0px 7px #000;
	text-transform:uppercase;
}

h1.header {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:42px;
	line-height:40px;
	margin: 15px 0;
	text-transform:uppercase;
	color:#fff;
}

h2, h2 a:link {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:30px;
	margin: 20px 0 10px;
	color:#305010;
	text-decoration:none;
	text-transform:uppercase;
}
h2 a:focus, h2 a:hover {
	color:#559900;
	text-decoration:none;
	text-transform:uppercase;
}

h2.anchor, h2.anchor a:link, h2.anchor a:focus, h2.anchor a:hover {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:30px;
	margin: -15px 0 10px;;
	color:#305010;
	text-decoration:none;
	cursor:default;
	text-transform:uppercase;
}
 

h2.first {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:30px;
	margin: 0 0 20px;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

h3, h3 a:link {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:22px;
	margin: 25px 0 10px;
	color:#000;
	text-decoration:none;
}
h3 a:focus, h3 a:hover {
	color:#889900;
	text-decoration:none;
}

h3.white, h3.white a:link {
	font-family:'antoniobold',Arial,sans-serif;
	font-size:22px;
	margin: 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
	position:relative;
	left:2px;
}
h3.white a:focus, h3 a:hover {
	color:#305010;
	text-decoration:none;
}

h4 {
	font-family:'open_sansregular',Arial,sans-serif;
	color:#000;
	margin:10px 0;
	font-size:20px;
}

p {
	font-family:'open_sanslight',Arial,sans-serif;
	color:#000;
	margin-bottom:10px;
	font-size:16px;
}

p a:link {
	font-family:'open_sansregular',Arial,sans-serif;
	color:#889900;
	text-decoration:none;
}

p a:hover, p a:focus, p a:visited {
	font-family:'open_sansregular',Arial,sans-serif;
	color:#305010;
	text-decoration:none;
}

b {
	font-family:'open_sansregular',Arial,sans-serif;
}
i {
	font-family:'open_sanslight_italic',Arial,sans-serif;
}

ol {
	font-family:'open_sanslight',Arial,sans-serif;
	color:#000;
	margin-bottom:10px;
	font-size:16px;
	margin:10px 20px;
}

li {
	list-style:decimal outside none;
	font-family:'open_sanslight',Arial,sans-serif;
	color:#000;
	margin-bottom:10px;
	font-size:16px;
	margin:10px 0;
}

table {
	border-collapse:collapse;
	width:100%;
}
table,th, td {
	border: 1px solid #305000;
}
td {
	vertical-align:middle;
	padding:5px 15px;
	font-family:'open_sanslight',Arial,sans-serif;
	color:#000;
	font-size:16px;
}

td.header {
	background-color:#FFDF50;
	font-family:'open_sansregular',Arial,sans-serif;
}


table.home {
	border-collapse:collapse;
	width:100%;
	border:0 none;
	padding:0;
	margin:0;
	position:relative;
	top:-30px;
	left:10px;
}
table.home,th.home, td.home {
	border: 0 none;
}
td.home {
	width:22%;
	margin:-5px -7px 0;
	height:auto;
	display:inline-block;
	position:relative;
	top:27px;
}


.quote {
	background:#C4C4C4;
	padding:20px 30px;
	margin:20px 0;
	font-family:'open_sanslight_italic',Arial,sans-serif;
	color:#000;
	font-size:16px;
}
.byline {
	font-family:'open_sanslight',Arial,sans-serif;
	text-align:right;
	margin-top:10px;
}

p.links {
	font-family:'open_sanslight',Arial,sans-serif;
	color:#000;
	margin-bottom:13px;
	font-size:16px;
	word-break:break-all;
}



/*-----FRAMEWORK-----*/

#container {
	background:#fff;
	margin:-20px auto;
	width:940px; height:auto;
	
}

#header {
	width:100%; height:125px;
	background:#302000 url('/image/logo_green.png') no-repeat 60px 20px;
	margin:0 auto;
	overflow: visible;
	border-bottom: 5px solid #889900;
}

#nav {
	height: 25px; width: auto;
	position:absolute; top:83px; left:255px;
}
#small_nav {
	margin:26px 45px;
	float:right;
}
#name {
	position:relative;
	top:30px; left:260px;
	width:510px;
	color:#fff;
}

.top_nav {
	font-family:'antoniobold',Arial,sans-serif;
	color:#fff;
	text-decoration:none;
	font-size:10pt;
}
.top_nav:hover, top_nav:focus {
	color:#ffdf50;
	text-decoration:none;
}

.search_bar {
	position: absolute;
	top:86px;
	left: 710px;
	z-index:100;
	width:200px;
}

.header_img {
	position:relative;
	top:0;
	width:660px;
	overflow:hidden;
	left:-20px;
	display:block;
}

#main {
	width:820px; 
	height:auto;
	margin:20px 60px 0;
	display:inline-block;
}

#textbox {
	width:940px;
	height:100%;
}

#sub {
	width:620px; height:auto;
	margin:20px 40px 50px;
	display:inline-block;
	padding-left:240px;
}

#footer {
	width:auto; height:100%;
	clear:both;
	background-color:#302000;
	padding:20px 60px;
	position:relative;
	z-index:200;
	border-top: 2px solid #889900;
}

.img_left {
	float:left;
	width:300px;
	padding:5px 10px 10px 0;
}

.img_right {
	float:right;
	width:300px;
	padding:5px 0 10px 10px;
}

/*-----HOME PAGE-----*/


.home_image {
	width: 400px;
	outline: 1pt solid 	#000;
	float:left;
	display: block;
	margin-bottom:15px
}

#left {
	width: 400px;
	float:left;
	display:inline;
	padding-right:20px;
}

#right {
	width: 400px;
	float:left;
	display:inline;
}

.yellow_link{
	font-family:'antoniobold',Arial,sans-serif;
	font-size:16px;
	color:#000;
	text-decoration:none;
	float:right;
	margin:2px;
	padding:3px 4px 1px 5px;
}
.yellow_link:hover, .yellow_link:focus {
	color:#000;
	text-decoration:none;
	border-radius: 3px;
	background:#FDB913;
}

.slider {
	background:url("/image/slider_bg.gif") repeat;
	position:absolute;
	top:0px;
	width:140px;
	height:500px;
	left:60px;
	z-index:-10;
}

.slider_copy {
	position:absolute;
	top:0px;
	width:600px;
	height:auto;
	left:60px;
}

#green_nav {
	width:820px; height:145px;
	margin:0 0 20px;
	padding:20px 0;
	background-color:#889900;
	display:inline-block;
	left:-1px;
	border:2px solid #305010;
}
.nav_col {
	width:180px;
	margin-left:19px;
	float:left;
	height:auto;
	display:inline-block;
	line-height:1em;
}

.nav_img, .nav_img a:link {
	border:2px solid #fff;
}

.nav_img:hover, .nav_img a:visited {
	border:2px solid #305010;
}


/*----GATEWAY----*/
#gateway_l {
	width: 48%;
	float:left;
	display:inline;
	padding-right:4%;
}

#gateway_r {
	width: 48%;
	float:left;
	display:inline;
}

/*-----SEARCH-----*/
#searchsubmit {
	background:#305010;
	border:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family:'antoniobold',Arial,sans-serif;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	float:right;
	padding:1px 4px 1px 5px;
	font-size:10pt;
	height:21px;
	text-transform:uppercase;
	position:absolute;
	top:0; left:142px;
}

#s {
	background:#fff;
	border:1px solid #305010;
	width:136px; height:18px;
	font-family:'open_sanslight',Arial,sans-serif;
	font-size:12px;
	color:#000;
	margin-right:4px;
}

.screen-reader-text {
	display:none;
}

/*-----SIDEBAR-----*/
#sidebar {
	background:#305010;
	font-family:'antoniobold',Arial,sans-serif;
	font-size:16px;
	line-height:18px;
	text-align:left;
	width:140px; height:100%;
	position:absolute;
	z-index:100;
	margin:0 60px;
	padding:20px 20px 60px;
	float:left;
	display:inline-block;
}

.sidebar_text, .sidebar_text:link, .sidebar_text:visited{
	font-family:'antoniobold',Arial,sans-serif;
	font-size:16px;
	line-height:18px;
	text-align:left;
	color:#fff;
	display:block;
	float:left;
	margin:10px 0 5px;
	padding:6px 5px 4px 6px;
}

.sidebar_text:hover {
	background:#FFDF50;
	border:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family:'antoniobold',Arial,sans-serif;
	font-size:16px;
	line-height:18px;
	color:#302000;
	text-decoration:none;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	display:block;
	float:left;
	margin:10px 0 5px;
	padding:6px 5px 4px 6px;
}

.indicate, .indicate:link, .indicate:hover, .indicate:focus, .indicate:visited {
	color:#305010;
	border:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:default;
	font-family:'antoniobold',Arial,sans-serif;
	font-size:16px;
	line-height:15px;
	background-color:#fff;
	text-decoration:none;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	display:block;
	float:left;
	margin:10px 0 5px;
	padding:6px 5px 4px 6px;
}

/*-----FOOTER-----*/
#footer_column {
	width:auto;
	display:inline-block;
	margin-right:35px;
}
#footer_column_last {
	width:auto;
	display:inline-block;
	margin-right:0;
}
.footer_green{
	font-family:'antoniobold',Arial,sans-serif;
	font-size:16px;
	color:#889900;
	text-align:left;
}

.footer_text, .footer_white, footer_text:link {
	font-family:'open_sansregular',Arial, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:left;
	text-decoration:none;
}

.footer_text:hover, .footer_text:focus {
	color:#ffdf50;
	text-decoration:none;
}

#legal {
	font-family:'open_sansregular',Arial, sans-serif;
	font-size:12px;
	color:#fff;
	margin-top:20px;
}


/*-----BUTTONS-----*/
.btn_header {
	font-family:'antoniobold',Arial,sans-serif;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	float:left;
	margin:2px;
	padding:3px 4px 1px 5px;
	font-size:13px;
	letter-spacing:1px;
}

.btn_header:hover, .btn_header:focus {
	background:#FFDF50;
	border:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family:'antoniobold',Arial,sans-serif;
	color:#302000;
	text-decoration:none;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	display:inline-block;
	float:left;
	margin:2px;
	padding:3px 4px 1px 5px;
	font-size:13px;
	letter-spacing:1px;
	cursor:default;
}

.btn_header_indicate {
	background:#fff;
	border:0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family:'antoniobold',Arial,sans-serif;
	color:#305010;
	text-decoration:none;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	display:inline-block;
	float:left;
	margin:2px;
	padding:3px 4px 1px 5px;
	font-size:13px;
	letter-spacing:1px;
	cursor:default;
}


/* IE 9 FIXES */

.ie.v9 .home {
	vertical-align:middle;
	padding:5px 0px;
	font-family:'open_sanslight',Arial,sans-serif;
	color:#000;
	font-size:16px;
}

