
/* -- GLOBAL -- */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,700);

body {
	margin: 0px;
	background: #0870a8 url(/images/_v3/bg.png) repeat top center;
	font: normal 12px 'Ubuntu', arial, verdana, sans-serif;
	line-height: 20px;
	color: #7E7E7E;
}

a { color: #266fa8; padding-bottom: 1px; border-bottom: dotted 1px #266fa8; text-decoration:none; }
a:hover { color: #1f6296; padding-bottom: 1px; border-bottom: solid 1px #1f6296; text-decoration:none; }
a:focus { outline: none; }
img { border: 0px; }
.clr { clear: both; line-height: 0px; height: 0px; font-size: 0px; }
.hide { display: none; }
hr {
	border: none 0;
	border-top: 1px dotted #ccc;
	width: 95%;
	height: 1px;
} 

.highlight { 
	background: #266fa8; 
	color: #fff; 
	padding: 2px 3px; 
	border-radius: 4px;
}

.notice {
	background: #ECEEAF; 
	color: #878865;
	padding: 8px 10px; 
	border-radius: 4px;
	margin: 10px 0;
	text-align: center;
}

sup { font-size: 9px }

.note {
	padding: 10px 15px;
	margin: 10px 0 20px 0;
	background: #f9f9f9;
	border: dotted 1px #cccccc;
}
.note h1, h1 {
	padding: 0; margin: 0;
	padding-bottom: 4px;
	margin-bottom: 7px;
	font-size: 18px;
	border-bottom: solid 1px #eaeaea;
	color: #266fa8;
}

ul.list li { padding-bottom: 7px; } 

.error { 
	background: #E46360;
	padding: 10px 15px;
	color: #ffffff;
	margin: 10px 0 20px 0;
	border: solid 1px #C74A48;
}

.success {
	background: #9AC160;
	padding: 10px 15px;
	color: #ffffff;
	margin: 10px 0 20px 0;
	border: solid 1px #8DB354;
}
.success a { color: #fff; font-weight: bold; }

.letters {
	padding: 10px;
	margin: 20px 0 20px 0;
	background: #f9f9f9;
	border: dotted 1px #cccccc;
	text-align: center;
}
.letters a {
	font-size: 16px;
	border-bottom: 0;
	padding: 3px 10px;
}
.letters a.on { background: #fff; border: solid 1px #ccc; }


/* -- PAGINATION -- */
.pagination {
	text-align: center;
	margin: 35px 0px 15px 0; 
}
.pagination a {
	text-decoration: none !important;
	padding: 5px;
	color: #d1d1d1 !important;
	border: 0px;
	font-size: 14px;
}
.pagination a:hover, .co a:hover {
	color: #1f6296 !important;
}
.co a {
	color: #ffffff !important;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none !important;
	background: #d1d1d1 !important;
}
.co a:hover { 
	color: #ffffff !important;
	background: #d1d1d1 !important;
}


/* -- BREADCRUMBS -- */
.breadcrumbs { font-size: 11px; }



/* -- MAIN WRAP -- */

#main_wrap {
	width: 775px;
	margin: 0 auto;
	margin-bottom: 70px;
}

/* -- HEADER -- */

#header {
	height: 85px;
	position: relative;
}

#header .logo {
	width: 285px;
	position: absolute;
	top: 15px; left: 5px;
	color: #fff;
}
#header .logo a { 
	border-bottom: 0; 
	color: #fff;
	font-weight: bold;
	font-size: 38px;
	letter-spacing: -2px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
}
#header .logo a small { font-size: 18px; }
#main_nav .subnav {
	position: absolute;
	top: 24px; right: 30px; 
	font-size: 11px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}

.filter {
	padding: 2px 4px;
	background: #fff;
	text-align: right;
    float: right;
    -moz-border-radius: 5px; 
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px rgba(0,0,0,0.15);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.filter a { padding: 2px 5px; border: 0;  }
.filter a.selected { background: #266fa8; color: #fff !important; border-radius: 5px; }
.filter a:hover { border: 0; background: #ccc; color: #fff !important; border-radius: 5px; }


/* -- MAIN NAV -- */

#main_nav {
	width: 775px;
	height: 72px;
	background: #efefef;
	position: relative;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e8e8e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

	
}

#main_nav .links {
	width: 400px;
	position: absolute;
	top: 7px; left: 18px;;
}


#main_nav .links a {
	text-indent: -9999px;
	display:block;
	outline:medium none;
	border: 0px;
	float: left;
	background: transparent url(/images/_v3/main_nav.png) no-repeat top left;
}

#main_nav .links .video { 
	width: 98px;
	height: 47px;
	background-position: -1px 2px;
	margin-right: 3px;
}
#main_nav .links a.video:hover { background-position: -1px -47px; }
#main_nav .links a.video.on { background-position: -1px -95px; }

#main_nav .links .audio {
	width: 101px;
	height: 47px;
	background-position: -102px 2px;
	margin-right: 1px;
}
#main_nav .links a.audio:hover { background-position: -102px -47px; }
#main_nav .links a.audio.on { background-position: -102px -95px; }

#main_nav .links .text {
	width: 91px;
	height: 47px;
	background-position: -204px 2px;
}
#main_nav .links a.text:hover { background-position: -204px -47px; }
#main_nav .links a.text.on { background-position: -204px -95px; }

/* -- HOME -- */

.home a { border: 0; }
.home .about { margin-top: 25px; }
.home .top_bar {
	padding: 0;
	margin: 5px 0;
	background: #f9f9f9;
	font-size: 14px;
}

.home .top_bar .now_playing {
	width: 560px;
	float: left;
	padding: 3px 10px;
}
.home .top_bar .now_playing span {  }

.home .top_bar .up_next {
	width: 60px;
	float: right;
	text-align: center;
	padding: 3px 10px;
	font-size: 12px;
	border-left: solid 1px #eceaea;
}
.home .video_player {
	width: 605px;
	height: 454px;
	background: #ededed;
	float: left;
}

.home .queue {
	width: 70px;
	height: 447px;
	overflow: hidden;
	float: left;
	margin-left: 6px;
	margin-top: 5px;
}
.home .queue a {
	display: block;
	height: 50px;
	width: 66px;
	margin-bottom: 5px;
}
.home .queue img {
	display: block;
	height: 50px;
	width: 66px;
	border: solid 1px #ccc;
	padding: 1px;
}
.home .queue img:hover { border: solid 1px #266fa8; }

.home .bio { padding: 15px; }
.home .bio b:first-child { font-size: 16px; font-weight: bold; }

h2.stats_heading { margin: 0; padding: 0; text-align: center; margin-bottom: 7px; font-size: 14px; color: #999; }

.home .stats { margin-top: 25px; }
.stats .column { 
	float: left;
	padding: 10px 20px;
	border-right: 5px solid #fff;
	background: #f1f1f1;
}
.stats .column.text { 
	border: 0; 
	border-top-right-radius: 7px; 
	-moz-border-radius-topright: 7px; 
	-webkit-border-top-right-radius: 7px;
	border-bottom-right-radius: 7px; 
	-moz-border-radius-bottomright: 7px; 
	-webkit-border-bottom-right-radius: 7px;
}
.stats .column.video { 
	border-top-left-radius: 7px; 
	-moz-border-radius-topleft: 7px; 
	-webkit-border-top-left-radius: 7px;
	border-bottom-left-radius: 7px; 
	-moz-border-radius-bottomleft: 7px; 
	-webkit-border-bottom-left-radius: 7px;
}

.stats .column .number { 
	float: left;
	font-size: 38px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #528db9;
	margin-right: 6px;
	line-height: 40px;
}

.stats .column .info { float: left; }
.stats .column .info .type { font-weight: bold; font-size: 16px; border-bottom: solid 1px #777777; }
.stats .column .info .amount { color: #b1b1b1; font-size: 11px; }



/* -- VIDEO SERIES LIST -- */
.videos_series_list .column {
	width: 120px;
	float: left;
	text-align: center;
	margin: 7px;
	margin-bottom: 25px;
}
.videos_series_list .column .image { }
.videos_series_list .column .image a { border-bottom: 0; }
.videos_series_list .column .image img { padding: 3px; border: solid 1px #E4E4E4; }
.videos_series_list .column .title { padding: 5px; font-size: 12px; }
.videos_series_list .column .title a { border: 0; }
.videos_series_list .column .title .by { font-size: 11px; }

/* -- VIDEO SERIES LIST -- */
.videos_series { width: 660px; margin: 0 auto; padding-left: 25px; }
.videos_series .column {
	width: 300px;
	float: left;
	text-align: left;
	margin: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}
.videos_series .column p { padding: 5px 20px 5px 5px; margin: 0; }
.videos_series .column .image a { border-bottom: 0; }
.videos_series .column img,
.videos_series_more .column img { padding: 3px; border: solid 1px #E4E4E4; }

/* -- VIDEO SERIES MORE -- */
.videos_series_more { width: 660px; margin: 0 auto; padding-top: 20px; margin-top:20px; border-top: solid 4px #efefef; }
.videos_series_more .column {
	width: 300px;
	float: left;
	text-align: center;
	margin: 10px;
	margin-bottom: 20px;
}

/* -- VIDEO SERIES LIST -- */
.videos_series_french .column {
	width: 300px;
	float: left;
	text-align: left;
	margin: 10px;
	margin-bottom: 20px;
	font-size: 11px;
}
.videos_series_french .column p { padding: 5px 20px 5px 5px; margin: 0; }
.videos_series_french .column .image a { border-bottom: 0; }
.videos_series_french .column .img { width: 100px; float: left; }
.videos_series_french .column .desc { width: 200px; float: left; }
.videos_series_french .column img { padding: 3px; border: solid 1px #E4E4E4; float: left; }


.video_series_title { margin: 25px 0; }

.video #video_player {
	width: 320px; 
	height: 240px;
	margin: 20px auto;
	padding: 5px; 
	border: solid 1px #ccc;
	background: #f5f5f5;
}

.video h1 {
	padding: 0; margin: 0;
	padding-bottom: 4px;
	margin-bottom: 7px;
	margin-top: 25px;
	font-size: 18px;
	border-bottom: solid 1px #eaeaea;
	color: #266fa8;
}
.video .desc {
	width: 425px;
}
.video .buttons {
	font-size: 11px;
	width: 250px; 
	float: right;
	text-align: right;
	margin-top: 7px;
	margin-right: 2px;
}

.video .title h1 { 
	padding: 0; margin: 0;
	padding-bottom: 4px;
	margin-bottom: 7px;
	margin-top: 25px;
	font-size: 18px;
	border-bottom: solid 1px #eaeaea;
	color: #266fa8;
}

.video .jump { position: relative; height: 75px; margin-top: 25px; }
.video .jump a { border: 0; }
.video .jump .image img { width: 50px; padding: 3px; border: solid 1px #E4E4E4; }

.video .jump .left { width: 100px; position: absolute; top: 0; left: 0; text-align: center; }
.video .jump .left .image img { }

.video .jump .right { width: 100px; position: absolute; top: 0; right: 0; text-align: center; }
.video .jump .right .image img { }

.video_page_current_series {
	margin: 50px auto 5px auto;
	border: solid 1px #efefef; 
	border-radius: 5px;
	padding: 20px 34px;
}

.series_box {
	width: 100px;
	height: 75px;
	position: relative;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	opacity: 0.5;
	cursor: hand;
	cursor: pointer;
	display: block;
}

.series_box .link { 
	z-index: 100; 
	position: absolute;
	top: 0px; left: 0px;
	width: 100px; height: 75px;
}

.series_box .number { 
	z-index: 10; 
	position: absolute;
	bottom: 3px; right: 3px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	font-style: italic;
	letter-spacing: -1px;
}
.series_box .image { 
	z-index: 1; 
	position: absolute;
	left: 0px; top: 0px;
}

a.series_box { border: none; text-decoration: none; }

.series_box.selected { 
	opacity: 1;
}
.series_box:hover {
	opacity: 0.7;
}


/* -- AUDIO -- */
.audio_letters a { font-size: 14px; padding: 3px; }

.audio_sermons .column {
	width: 300px;
	float: left;
	margin: 15px;
	margin-bottom: 20px;
}
.audio_sermons .column .sermon {
	margin-bottom: 7px;
}
.audio_sermons .column .sermon .time {
	font-size: 10px;
	font-style: italic;
}
.audio_series .column a { font-size: 14px; line-height: 14px; }
.audio_series .by { font-size: 11px; margin-bottom: 4px; }

.audio h1 {
	padding: 0; margin: 0;
	padding-bottom: 4px;
	margin-bottom: 7px;
	margin-top: 25px;
	font-size: 18px;
	border-bottom: solid 1px #eaeaea;
	color: #266fa8;
}

.audio .buttons {
	font-size: 11px;
	float: right;
	text-align: right;
	margin-top: 7px;
	margin-right: 2px;
}
.audio .description {
	width: 425px;
}

#audio_holder,
.audio_holder {
	width: 97%; 
	height: 30px; 
	margin: 25px auto; 
	padding: 5px; 
	border: solid 1px #ccc;
}

.audio_series a { border: 0; }
.audio_series .more_series { padding-top: 23px; }
.audio_series .more_series a { padding: 3px 5px; background: #777; color: #fff !important; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; }
.audio_series .more_series a:hover { border: 0; background: #266fa8; color: #fff !important; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; }

.audio_series_cta { margin-bottom: 25px;  }

/* AUDIO LIST */
.audio_list_wrap { 
	border: solid 1px #efefef; 
	border-radius: 5px; 
	}

.audio_list_row { 
	padding: 10px;  
	border-bottom: solid 1px #efefef;
	font-size: 12px;
	-webkit-transition: all .1 ease-in-out;
}
.audio_list_row a { border: none; }
.audio_list_row:last-child { border-bottom: none; }
.audio_list_row .title { 
	float: left;
	width: 385px;
	font-size: 14px;
	margin-right: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.audio_list_row .title a { padding: 0;}
.audio_list_row .time { padding-right: 7px; }
.audio_list_row .actions { font-size: 11px; width: 215px; float: left; text-align: right;}

.audio_list_row .numplay { 
	width: 40px;
	float: left;
	font-size: 16px; 
	color: #ccc;
	margin-right: 10px;
	text-align: center;
	position: relative;
}
.audio_list_row .numplay a { display: none; }
.audio_list_row:hover { background: #efefef; }
.audio_list_row.playing { background: #e9f2f7; }
.audio_list_row:hover .numplay span { display: none; }
.audio_list_row:hover .numplay a { display: block; position: absolute; left: 5px; }

a.pill {
	font-size: 10px;
	color: #5a5a5a;
	padding: 5px 7px;
	margin: 0 2px; 
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 99%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e4e4e4 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	border-radius: 7px;
	border: solid 1px #bfbfbf !important;
}

a.pill:hover { 
	color: #3c3c3c;
	background: #f2f2f2;
}
.audio_holder { background: #fff; }

.audio_series .column {
	width: 105px;
	float: left;
	text-align: center;
	margin: 15px;
	margin-bottom: 20px;
}
.audio_series_page .series .audio_holder {
	width: 97%; 
	height: 30px; 
	padding: 5px; 
	border: solid 1px #ccc;
	margin: 0px;
	background: #fff;
}
.audio_series_page .series .audio_holder audio {
	width: 97%; 
	height: 150px; 
}

.cd_case {
	position: relative;
	width: 62px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
}

.cd_case .case {
	width: 62px;
	height: 70px;
	background: transparent url(/images/_v3/cd_case.png) no-repeat top left;
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
}

.cd_case .case a {
	width: 62px;
	height: 70px;
	display: block;
	text-decoration: none;
}

.cd_case .image {
	width: 62px;
	height: 70px;
	position: absolute;
	top: 1px; left: 2px;
	z-index: 95;
}
.cd_case .image img { width: 55px; height: 55px; }

/* CD CASE LARGE */
.cd_case.large, 
.cd_case.large .case,
.cd_case.large .case a,
.cd_case.large .image { width: 130px; height: 122px; }
.cd_case.large .image { left: 8px; top: 3px; }
.cd_case.large .image img { width: 100px; height: 100px; }
.cd_case.large .case { background: transparent url(/images/_v3/cd_case_large.png) no-repeat top left; }


.audio_series_page .cd_case.large { width: 150px; float: left; }
.audio_series_page .info { padding: 25px 50px; }
.audio_series_page .info .title { width: 425px; float: left; margin-top: 5px; }


/* -- ERROR -- */
.error_404 h1 {
	padding: 0; margin: 0;
	padding-bottom: 4px;
	margin-bottom: 7px;
	margin-top: 25px;
	font-size: 18px;
	border-bottom: solid 1px #eaeaea;
	color: #266fa8;
}


/* -- SEARCH -- */
#header .search {
	width: 250px;
	position: absolute;
	top: 22px;
	right: 5px;
}
#header .search form { padding: 0; margin: 0; }

#header .search .input_wrap {
	background: #fff;
	border: solid 1px #fff;
	padding: 5; margin: 0;
	border-radius: 5px;
}

#header .search .input_relative {
	width: 250px;
	height: 30px;
	position: relative;
	padding: 0; margin: 0;
	margin: 1px;
}

.input_relative .inpt {
	border: solid 1px #fff;
	width: 210px;
	font-size: 12px;
	color: #b0afaf;
	position: absolute;
	top: 0px; left: 3px;
	outline-style: none;
	padding: 7px; margin: 0;
	-webkit-appearance: none; 
}

.input_relative .submit {
	width: 30px; height: 30px;
	background: transparent;
	display: block;
	position: absolute;
	top: 0px; right: 4px;
	font-size: 1px;
	color: #3e7eb0;
}


/* -- SEARCH RESULTS -- */
.search_results h1 {
	padding: 3px 7px;
	margin-bottom: 7px;
	margin-top: 25px;
	font-size: 14px;
	border-bottom: solid 1px #eaeaea;
	color: #266fa8;
}

.search_results .buttons {
	font-size: 11px;
	width: 250px;
	float: right;
	text-align: right;
}
.search_results .buttons a {
	padding: 0 7px; 
	border-bottom: 0;
}

.search_results .text .column { 
	width: 200px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}
.search_results .text .column ul { padding: 0; margin: 0; list-style: none; }
.search_results .text .column ul li { padding: 7px 0px; }

/* -- CONTENT -- */
#content {
	background: #fff;
	border: solid 1px #c6c6c6;
	border-left: 0; border-right: 0px;
}
.content_padding {
	padding: 25px 45px;
}


/* -- PODCASTS -- */
.podcast {
	width: 190px;
	float: left;
	text-align: center;
	margin: 15px;
	margin-bottom: 20px;
}
.podcast .image a { border: 0; }
.podcast .image { width: 90px;  margin: 0 auto;}
.podcast .info { text-align: center; }
.podcast .info a { border: 0; line-height: 16px; }


/* -- TEXT -- */
.text_list .text { padding: 13px; border-bottom: solid 1px #ccc; }
.text_list .text:last-child { border: none; }
.text_list .text a { border: 0px; }
.text_list .text .title { font-size: 20px; }
.text_list .text .by { font-size: 11px; }
.text_list .text .desc { font-size: 14px; margin-bottom: 5px; margin-top: 5px; }


.text_list .text .text_type { width: 100px; float: right; text-align: right; }
.text_list .text .text_type span { font-size: 11px; background: #f9f9f9; padding: 3px 7px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

.text .buttons {
	font-size: 11px;
	width: 250px; 
	float: right;
	text-align: right;
	margin-top: 7px;
	margin-right: 2px;
	margin-bottom: 15px;
}

.text .title h1 { 
	padding: 0; margin: 0;
	margin-bottom: 2px;
	margin-top: 20px;
	font-size: 24px;
	color: #266fa8;
	font-weight: normal;
	border-bottom: none;
}
.text .body { margin-top: 10px; font-size: 14px; font-weight: normal; line-height: 24px; }

.text .tag-links { margin: 25px 0 15px 0; padding: 5px 13px; font-size: 11px; background: #efefef; }
.text .tag-links a { font-size: 11px; padding-left: 4px; border: none; }

blockquote {
	background: #efefef;
	margin: 10px 0 20px;
	padding: 15px 25px;
}

.text_splash .column { 
	width: 326px; 
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 20px;
}
.text_splash .column:last-child { margin-right: 0px; }
.text_splash .column h2 { margin-bottom: 0px; padding-bottom: 0;}
.text_splash .column a { border: none; }
.text_splash .column img { padding: 2px; border: solid 1px #eee;}
.text_splash .column p { font-size: 14px; margin-top: 3px; padding-bottom: 10px; margin-bottom: 0px; border-bottom: solid 1px #ccc; margin-bottom: 25px;}

.text_splash .view_all { text-align: center; margin-top: 35px; margin-bottom: 35px;}
.text_splash .view_all a { font-size: 12px; padding: 7px 12px; border-radius: 4px; background: #efefef; border: solid 1px #ccc; text-transform: uppercase; font-weight: bold; }
.text_splash .view_all a:hover { padding: 7px 12px; border-radius: 4px; background: #ccc; border: solid 1px #bbb; }


.text_splash .text_list .text .title { font-size: 14px; }
.text_splash .text_list .text .desc { font-size: 12px; }
.text_splash .text_list .text {
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
	padding: 7px 2px;
}
.read-all {
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
}


.alpha_filter {
	background: #efefef;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
	padding: 3px 7px;
	border-radius: 5px;
	text-align: center;
	float: right;
	margin-top: -5px;
	margin-right: -15px;
}
.alpha_filter a { font-size: 11px; border: none; padding: 3px; }
.alpha_filter a:hover,
.alpha_filter a.selected { 
	background: #fff; 
	border-radius: 3px; 
	box-shadow: 0 0 3px rgba(0,0,0,0.3); 
}


/* -- TEACHERS -- */
div.teacher {
	margin-bottom: 10px;
	margin-top: 25px;
}
div.teacher .image img { padding: 3px; border: solid 1px #ccc; }
div.teacher .image a { border: 0px; }

.teacher .image { width: 125px; float: left; margin-top: 5px; margin-left: 15px; }
.teacher .image img { padding: 3px; border: solid 1px #ccc; }
.teacher .bio { width: 505px; float: left; font-size: 11px; }
.teacher .bio p { margin: 0; margin-bottom: 10px; padding: 0; }
.teacher .bio b:first-child { font-size: 14px; font-weight: bold; }


/* -- CONTACT FORM -- */
.contact_form { padding: 0 25px; }
.contact_form label { display: block; }

.contact_form .inpt { 
	border: solid 1px #ccc; 
	padding: 3px; 
	margin-bottom: 7px; 
	width: 205px;
}

.contact_form .txtarea { 
	border: solid 1px #ccc; 
	padding: 3px; 
	margin-bottom: 7px; 
	width: 405px;
	height: 205px;
}

.contact_form .sbmit { 
	border: solid 1px #ccc; 
	padding: 4px 10px; 
	margin-bottom: 7px; 
	background: #e5e5e5;
	color: #555555;
	cursor: hand; cursor: pointer;
}
.contact_form input.sbmit:hover { 
	background: #555555;
	color: #fff;
}



/* -- FOOTER -- */

#footer {
	width: 775px;
	height: 72px;
	
	background: #e8e8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #ffffff 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(98%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ffffff 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 0%,#ffffff 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#ffffff 98%); /* IE10+ */
	background: linear-gradient(top,  #e8e8e8 0%,#ffffff 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	color: #959393;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

.footer_padding {
	padding: 13px 25px;
}

#footer .site_info {
	width: 300px;
	float: left;
	padding-top: 10px;
}

#footer .links {
	padding-top: 13px;
	width: 420px;
	float: left;
	text-align: right;
}

#footer .site_info .title {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	line-height: 14px;
}

#footer .site_info .subtitle { font-size: 12px; font-weight: normal; padding-top: 4px; }
#footer .site_info .byline { font-size: 11px; font-weight: normal; }
#footer .site_info .byline a { padding: 0 2px; }

#footer .links a {
	color: #959393;
	text-decoration: none;
	padding: 0 4px;
	border-bottom: 0;
}
#footer .links a:hover, 
#footer .links a.on {
	color: #246da7;
}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

