/*
Theme Name: Milestones
Version: 1.0
Author: Think Agency
Author URI: http://www.thethinkagency.com
*/

@import "css/bootstrap.min.css";
@import "css/font-awesome.min.css";

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

.aligncenter { display:block; margin: 0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } 
hr.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0; border: 0 none; }

body, html { height: 100%; }

body { background: #e8e8e8 url(images/body_bg.jpg) repeat-x; }

#wrapper { width: 100%; min-height: 100%; background: url(images/wrapper_bg.jpg) no-repeat center top; }

#wrapper-home { width: 100%; min-height: 100%; background: url(images/wrapper_bg-home.jpg) no-repeat center top; }

#main { padding-bottom:40px; }

#content { padding: 20px; overflow: hidden; min-height: 400px; background: white; }

#page-left {  }
#page-right {  }

.bucket { padding: 15px; 
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
box-shadow: 0px 3px 3px #bbb; -moz-box-shadow: 0px 3px 3px #bbb; -webkit-box-shadow: 0px 3px 3px #bbb; }

.p10 { padding: 10px; }
.p20 { padding: 20px; }

.bucket-third { width: 310px; margin: 0 15px 0 0; float: left; }
.bucket-third.last { margin: 0; }

.valign-parent:before { display: inline-block; height: 100%; content: ""; vertical-align: middle; }
.valign-child { display: inline-block; vertical-align: middle; }

.aligncenter { display:block; margin:0 auto }
.alignleft, .left { float:left } .alignright, .right { float:right }
.wp-caption { text-align:center; background:#f9f9f9; padding:10px; margin:10px }

.row:after, .cf:after { clear: both; content: ""; display: block; }

.p5{padding:5px;}.p10{padding:10px;}.p15{padding:15px;}.p20{padding:20px;}.p25{padding:25px;}.p30{padding:30px;}.p35{padding:30px;}.p40{padding:30px;}
.pr5{padding-right:5px;}.pr10{padding-right:10px;}.pr15{padding-right:15px;}.pr15{padding-right:15px;}.pr20{padding-right:20px;}.pr25{padding-right:25px;}.pr30{padding-right:30px;}.pr35{padding-right:35px;}.pr40{padding-right:40px;}
.pl5{padding-left:5px;}.pl10{padding-left:10px;}.pl15{padding-left:15px;}.pl20{padding-left:20px;}.pl25{padding-left:25px;}.pl30{padding-left:30px;}.pl35{padding-left:35px;}.pl40{padding-left:40px;}

.img-fill { position: relative; overflow: hidden; display: block; }
.img-fill img { position: relative; width: 100%; height: auto; display: block; }

.img-fit img { position: relative; width: 100%; height: auto; display: block; }

main video { max-width: 100%; height: auto; }
main iframe, main embed, main object { max-width: 100%; }

@media (max-width: 979px) {
	#wrapper, #wrapper-home { background: #eee; }
}

@media (max-width: 767px) {
	
	#main {  }
	
	#content table.break, #content table.break th, #content table.break tbody, #content table.break tr, #content table.break td { display: block; width: 100% !important; }
	
	#content table.break td { margin-bottom: 15px; }
	
	#content .row > div { margin-bottom: 30px; }
	
	#content img { max-width: 100%; height: auto; }
	
}

/*------------- TYPE ------------------*/

body { font-family: Trebuchet, Tahoma, Arial, sans-serif; font-size: 13px; }

h1, h2, h2 a, h3, h3 a, h4, h5 { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: normal; }

h1 { font-size: 30px; color: #6d5b49; margin: 0 0 15px 0; }
h2 { font-size: 24px; margin: 0 0 10px 0; color: #6d5b49;  }
h2 a { font-size: 24px; }
h3 { font-size: 20px; margin: 0 0 10px 0; color: #BC5E08; }
h4 { font-size: 16px; margin: 0 0 5px 0; }
h5 { font-size: 14px; font-weight: bold; }

.title { margin-bottom: 30px; border-bottom: 2px solid #eee; }

a { color: #e57625; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }

input[type="text"], input[type="email"], textarea { background: #fff; border: 0 none; border: 1px solid #7D6A55; padding: 5px 5px;  }
input[type="text"]:focus, input[type="email"]:focus, textarea:focus { background: white; border: 0 none; border: 1px solid #cccccc; }

input.search { width: 158px; border: 1px solid #717174; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }

a.btn, input[type="submit"] { background: #ffa300; color: white; text-decoration: none; padding: 7px 15px; border: 0 none;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; font-weight: bold; }
a.btn:hover, input[type="submit"]:hover { background: #ea8944; }
a.btn.block { display: block; text-align: center; padding: 10px; font-size: 16px; }

p { margin: 0 0 2em 0; line-height: 1.5em; }

#page-right ul li, #page-full ul li { margin: 0 0 5px 0; line-height: 16px; list-style-type: disc; }
#page-right ul, #page-right ol, #page-full ul, #page-full ol { padding: 0 0 0 30px; margin: 0 0 12px 0; }
#page-right ol li, #page-full ol li { margin: 0 0 5px 0; line-height: 16px; list-style-type: decimal; }

img.alignleft { margin: 0 15px 5px 0; padding: 2px; background: #ccc; }
img.alignright { margin: 0 0 5px 15px; padding: 2px; background: #ccc; }
img.aligncenter { margin: 0 auto 3px auto; }

table { margin: 0 0 12px 0; }
td { padding: 3px 5px; vertical-align: top; }

blockquote { padding: 10px; border: 2px solid #dedede; margin: 0 0 5px 0;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
blockquote em { font-size: 12px; color: gray; }

hr { border: 0 none; margin: 30px 0; border-bottom: 1px solid #ddd; }

.wpcf7-list-item { display: block; }

.brown { color: #7d664f; }
.big { font-size: 24px; display: block; }

/*------------- HEADER ------------------*/

#header { height: 200px; margin: 0 10px; position: relative; }

#header-logo { display: block; position: absolute; top: 15px; left: 20px; }

#header-temple { display: block; position: absolute; left: 50%; bottom: 40px;
	-ms-transform: translate(-50%, 0); /* IE 9 */
	-webkit-transform: translate(-50%, 0); /* Safari */
	transform: translate(-50%, 0); }

.menu-main-nav-container { position: absolute; left: 0px; bottom: 0px; background: #ff9933 url(images/nav_bg.jpg) repeat-x left top; width: 100%; z-index: 999;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
#main-menu-home ul#menu-main-nav { padding:  0 0 0 50px; }
#main-menu-home ul#menu-main-nav > li > a { border-left: 1px solid #e98a2a; border-right: 0 none; }
ul#menu-main-nav { }
ul#menu-main-nav > li { display: block; float: left; position: relative; }
ul#menu-main-nav > li > a { display: block; float: left; color: white; text-decoration: none; height: 40px; line-height: 40px; padding: 0 20px; font-size: 15px; border-right: 1px solid #e98a2a; }
ul#menu-main-nav > li > a:hover { }
ul#menu-main-nav > li.current_page_item > a, ul#menu-main-nav > li.current_page_ancestor > a  { background: url(images/nav_curbtnbg.jpg) no-repeat center top; }

/*------ DROPDOWNS------*/
ul#menu-main-nav > li > ul { display: none; position: absolute; left: 0px; top: 40px; background: #e5792a; width: 250px; box-shadow: 0px 3px 3px rgba(0,0,0,0.5); -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.5); }
ul#menu-main-nav > li:hover { background: #e5792a; }
ul#menu-main-nav > li:hover > ul { display: block; }
ul#menu-main-nav > li > ul > li { display: block; position: relative; padding: 1px 2px; }
ul#menu-main-nav li > ul > li > a { display: block; height: auto; line-height: normal; padding: 5px 10px; margin: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; color: white; text-decoration: none; }
ul#menu-main-nav li > ul > li a:hover { background: #ed975a; }

ul#menu-main-nav > li > ul > li > ul { position: absolute; left: -9999px; top: 0px; background: #e5792a; width: 200px; }
ul#menu-main-nav > li > ul > li:hover ul { left: 100%; }
ul#menu-main-nav > li > ul > li > ul a { padding: 5px 10px; }

#top-nav { position: absolute; right: 10px; bottom: 50px; }
#top-nav a { display: inline-block; margin: 0 10px 0 0; font-size: 18px;  }

#header-right { position: absolute; right: 10px; top: 10px; width: 170px; }

#header-social { position: absolute; right: 200px; top: 10px; }

#header-blurb { position: absolute; left: 300px; top: 75px; }

#header-contact { position: absolute; right: 10px; top: 130px; }
#header-contact, #header-contact a { color: #717174; }
#header-contact p { margin: 0; }

span.orange { color: #E36F1E; }

a#header-home-icon { display: block; width: 26; height: 25px; position: absolute; left: 20px; bottom: 7px; z-index: 10000; }

#hdr-mobile-menu { display: none; }

@media (max-width: 979px) {
	
	#header { background: white; margin: 0; }
	
	#header-temple { width: 200px; height: auto; }
	
	#header-home-icon { display: none !important; }
	#main-menu-home ul#menu-main-nav { padding: 0 !important; }
	
	ul#menu-main-nav > li > a { padding: 0 7px; font-size: 14px; }

}

@media (max-width: 767px) {
	
	#header { height: auto; padding-bottom: 20px; padding: 20px; }
	
	#header-temple { display: none; }
	
	#header-logo { width: 45%; max-width: 200px; position: relative; left: auto; top: auto; float: left; margin-bottom: 30px; }
	#header-logo img { width: 100%; height: auto; }
	
	#header-social { display: none; }
	
	#header-right { width: 45%; }
	#header-right input.search { width: 100%; }
	
	#header-right a.btn-block { font-size: 16px; height: auto; padding: 5px; line-height: normal; }
	
	#header-contact { display: none; }
	
	ul#menu-main-nav > li > a { padding: 0 10px; }
	
	#hdr-mobile-menu { display: block;  text-align: center; background: #e5792a; padding: 10px; color: white; clear: both;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; }
	#hdr-mobile-menu:hover { cursor: pointer; background: #999;
	-moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -khtml-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0; }
	
	.menu-main-nav-container { display: none; width: 100%; background: #e5792a; position: relative; left: auto; bottom: auto; }
	.menu-main-nav-container.active { display: block; }
	
	ul#menu-main-nav { text-align: left; }
	ul#menu-main-nav > li { float: none; width: auto; display: block; }
	ul#menu-main-nav > li > a { display: block; float: none; height: auto; line-height: normal; padding: 10px; font-size: 18px; }
	ul#menu-main-nav > li > ul, ul#menu-main-nav > li > ul > li > ul { position: relative; left: auto; top: auto; width: auto; background: #f8893b;
	box-shadow: none; margin: 0 4px; }
	ul#menu-main-nav > li > ul > li > a { display: block; height: auto; padding: 10px 15px; }
	
	ul#menu-main-nav > li.current_page_item a, ul#menu-main-nav > li.current_page_ancestor a { background: #f8893b; }
	
	ul#menu-main-nav > li > ul > li > ul { background:#ff994f; margin-bottom: 4px; }
	ul#menu-main-nav > li > ul > li:hover > ul { left: auto; }
	
}

/*------------- FOOTER ------------------*/

#footer { font-size: 10px; color: #666; overflow: hidden; padding-top: 40px; }

#footer a {  }
#footer a:hover { color: black;}
#footer ul { margin: 0; padding: 0; }
#footer h2, #footer h2 a { font-size: 20px; }

#footer a.btn:hover { color: white; }

a#footer-title {text-decoration: none; font-size: 12px; display: block; margin: 0 0 10px 0; }

.menu-footer-nav-container { margin: 10px 0; }
ul#menu-footer-nav { }
ul#menu-footer-nav li { display: inline; }
ul#menu-footer-nav li:first-child { border: 0 none; }
ul#menu-footer-nav li a { text-decoration: none; margin: 0 15px 0 0; }
ul#menu-footer-nav li a:hover { text-decoration: underline; }

a.btn-block { display: block; padding: 0 10px; height: 35px; line-height: 37px; background: #EC822A;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; text-align: center; color: white; font-size: 14px; text-transform: uppercase; margin: 0 0 5px 0; font-family: 'Open Sans', "Century Gothic", "Apple Gothic", sans-serif;  font-weight: 700; }
a.btn-block:hover { color: #fff; background: #ffa200; box-shadow: 0px 1px 3px rgba(0,0,0,0.5); -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5); color: white; text-decoration: none; }

.tan { background: #717174 !important; }
.red { background: #717174 !important; }
.req { color: red; }
a.btn-block.pink { background: #ef4f91 !important; font-size: 22px; }

p#footer-sponsorship { font-size: 11.5px !important; margin: 0 0 20px 0; }

/*------------- POSTS ------------------*/

.post { padding: 10px 0; border-bottom: 1px solid #dedede; }
.post.search strong { color: #e57625; } 
.post h3 { margin: 0; }
.post-footer { font-size: 10px; background: #f3f3f3; padding: 7px; color: #666; }

.search-post { padding: 10px 0; border-bottom: 1px solid #dedede; }
.search-post h3 { margin: 0; }
.search-post p { margin: 0; }

ol.commentlist { padding: 0 !important; }
ol.commentlist li { list-style-type: none !important; padding: 5px; border: 1px solid #eee; margin: 0 0 5px 0; position: relative; }
.comment-meta { position: absolute; right: 10px; top: 30px; font-size: 11px;  }
.comment-author { background: #f6f6f6; padding: 5px; margin: 0 0 10px 0; font-size: 18px; color: gray; }

.posts-pager { text-align: center; padding-top: 30px; }

/*------------- SIDEBAR ------------------*/

ul.xoxo { padding: 0 !important; }
#page-full ul.xoxo > li,
ul.xoxo > li { padding: 0 0 20px 0; list-style-type: none !important; }
ul.xoxo > li:first-child { padding-top: 0; }
ul.xoxo > li > h2 { margin: 0 0 10px 0 !important; }
#page-full ul.xoxo > li ul,
ul.xoxo > li ul { padding: 0 !important; }
#page-full ul.xoxo > li ul > li,
ul.xoxo > li ul > li { list-style-type: none !important; text-align: left; }
#page-full ul.xoxo > li ul > li > a,
ul.xoxo > li ul > li > a { text-align: left; }

#sub-pages li { display: block; padding: 3px 0px; background: #fff; color: #eb8943; font-size: 14px;  }

ul#menu-conferences-nav li { margin: 0 !important; }
ul#menu-conferences-nav li a { display: block; font-size: 14px; padding: 5px; border-bottom: 1px solid #eee; }
ul#menu-conferences-nav li ul { margin: 0 !important; }
ul#menu-conferences-nav li ul li a { font-size: 12px; padding: 3px 10px; color: #999; }

.rescat-tabs {  }
.rescat-tabs li { margin: 0 0 2px 0; }
.rescat-tabs li a { display: block; padding: 3px; background: #f3f3f3; }
.rescat-tabs li.current-resourcetab a { background: white url(images/resource-check.png) no-repeat 3px 5px; color: gray; padding-left: 20px; color: gray; text-decoration: none; }

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

#home-left { width: 340px; float: left; }
#home-right { width: 620px; float: right; }
.home-right-half { width: 305px; }

#home-right h2 { color: white; padding: 3px 10px; background: #baad9d; font-size: 20px; }

a#asd-ivdividual-btn { display: block; width: 248px; height: 72px; background: url(images/asd_individuals.png) no-repeat; position: absolute; left: -20px; bottom: 6px; z-index: 99; }
a#asd-ivdividual-btn:hover { background-position: left bottom; }

a.areyoua-btn { display: block; float: left; margin: 0 1px 0 0; width: 203px; height: 50px; background: url(images/home-areyouabtnbg.png) no-repeat; color: white; font-size: 18px; text-align: center; line-height: 50px; }
a.areyoua-btn:hover { background-position: left bottom; text-decoration: none; }

#gallery-slider-wrap { width: 620px; position: relative; height: 110px; }
#gallery-slider { width: 470px; overflow: hidden; position: absolute; height: 110px; left: 55px; }
#gallery-slider .gallery { width: 9999px; position: absolute; left: 0px; top: 0px; }
#gallery-slider .gallery .gallery-item { width: 150px; margin: 0 5px; border: 0 none; }

#arrow-left, #arrow-right { width: 25px; height: 25px; position: absolute; top: 40px; }
#arrow-left:hover, #arrow-right:hover { background-position: left bottom; }
#arrow-left { background: url(images/slider-arrow-left.png) no-repeat; left: 0px; }
#arrow-right { background: url(images/slider-arrow-right.png) no-repeat; right: 0px; }
#arrow-left.inactive, #arrow-right.inactive { background: none; }

.home-bucket { width: 225px; border: 5px solid #ccc; float: left; margin: 0 5px 0 0; position: relative; background: #e57625; }
.home-bucket:before { content: url(images/homebucket_droparrow.png); position: absolute; bottom: -16px; left: 45%; }
.home-bucket.last { margin: 0; }
.home-bucket h2 { color: white; text-align: center; margin: 0; font-size: 18px; }

.home-bucket ul.menu { height: 0px; overflow: hidden; }
.home-bucket:hover ul.menu { margin: 10px 0 0 0; height: auto; }
.home-bucket:hover ul li { margin: 0 0 1px 0; }
.home-bucket:hover ul li a { display: block; background: #ea8944; color: white; padding: 5px 5px; }
.home-bucket:hover ul li a:hover { background: #e57625; text-decoration: none; }


ul.home-posts {  }
ul.home-posts li {  }
ul.home-posts li p { line-height: normal; }

#slider-wrap-wrap { position: relative; padding: 0 10px 40px 10px; margin: 0 0 20px 0; }
#slider-wrap { position: relative; }
#slider-tag {  }

#slider-nav { position: absolute; left: 50px; bottom: 15px; z-index: 99; }
#slider-nav span { display: block; float: left; margin: 0 3px 0 0; width: 14px; height: 14px; border-radius: 8px; text-indent: -9999px; background: white; box-shadow: 0px 1px 3px rgba(0,0,0,0.5); }
#slider-nav span:hover { background: #ffa200; }
#slider-nav span.cycle-pager-active, #slider-nav span.cycle-pager-active:hover { background: #e98a2a; cursor: pointer; }
ul#slider-community { position: relative; padding: 0; }
ul#slider-community li { position: absolute; display: block; width: 265px; left: 0px; top: 0px; }

.slide { width: 100%; position: absolute; }
.slide a { display: block; }
.slide img { width: 100% !important; height: auto !important; }
.slide-text { position: absolute; right: 50px; top: 0px; width: 306px; padding: 20px; height: 232px; background: url(images/homebanner_tag.png) no-repeat; z-index: 20; font-size: 14px; color: #666; text-shadow: 0px 1px 0px #ffffff;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box; }
.slide-text p { margin: 0 0 10px 0; }
.slide-text ul { padding: 0 0 0 20px; margin: 0 0 10px 0; }
.slide-text ul li { list-style-type: disc; }

a#pause-btn, a#play-btn { display: block; width: 25px; height: 24px; background-image: url(images/homebanner-playpause.png); background-repeat: no-repeat; position: absolute; left: 20px; bottom: 10px; z-index: 99; }
.hide-btn { left: -9999px !important; }
a#play-btn { background-position: left top; }
a#pause-btn { background-position: left bottom; }

ul#home-tabs { position: relative; height: 300px; }
ul#home-tabs > li { display: block; width: 100%; }
ul#home-tabs > li > div { background: white; padding: 10px;
box-shadow: 0px 2px 3px rgba(0,0,0,0.25); -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.25); z-index: 20; }
ul#home-tabs > li > div > div > ul { padding: 5px; background: #ececec; }
ul#home-tabs > li:hover h3 { cursor: pointer; }

ul#home-tabs ul.menu > li { margin: 0 0 2px 0; }
ul#home-tabs ul.menu > li > a { display: block; padding: 4px 10px; background: #fff; color: #eb8943; font-size: 14px; }
ul#home-tabs ul.menu > li > a:hover { background: #eb8943; color: white; text-decoration: none;  }

#tabs-nav h3 { display: block; padding: 0 20px; height: 40px; line-height: 40px; background: #e6e6e6 url(images/home-tabbg.jpg) repeat-x left bottom; color: gray; float: left; margin: 0; font-size: 18px;
-moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -khtml-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
box-shadow: 0px 1px 3px rgba(0,0,0,0.25); -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25); z-index: 10; }
#tabs-nav h3.cycle-pager-active { background: white; color: black; z-index: 20; position: relative; height: 45px; line-height: 45px; margin: -5px 0 0 0;  }
#tabs-nav h3:hover { cursor: pointer }

#home-top { background: white; box-shadow: 0px 1px 8px rgba(0,0,0,0.25); -moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.25); -webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.25); }

@media (max-width: 979px) {
	
	.slide-text { background: rgba(255,255,255,0.8); right: 0; top: 0; padding: 10px; height: 100%; width: 30%; }
	
	#tabs-nav {
	}
	#tabs-nav h3 { padding: 0 10px; font-size: 14px;  }
	#tabs-nav h3.cycle-pager-active {  }
	
}

@media (max-width: 767px) {
	
	#slider-wrap-wrap { padding-left: 0; padding-right: 0; border-top: 1px solid #ddd; }
	
	.slide-text { font-size: 10px; width: 45%; background: #f9f9f9; height: auto; right: 10px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25); -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25); }
	.slide-text h3 { font-size: 12px; margin-bottom: 5px; }
	
	#tabs-nav { margin-right: -15px; position: relative;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.25); -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.25); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.25); }
	#tabs-nav h3 { float: none; display: block; background: #eee; border-top: 1px solid #ddd; height: auto; line-height:  normal; padding: 10px; font-size: 12px;
	-moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
	#tabs-nav h3.cycle-pager-active { height: auto; line-height: normal; margin: 0; z-index: 999; }
	
	ul#home-tabs { position: relative; margin-left: -15px; }
	
	
}

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

#calendar-left { width: 680px; float: left; }
#calendar-right { width: 220px; float: right; }
#calendar-right > ul > li { padding: 0 0 20px 0; }
#calendar-right table.em-calendar { width: 100%; }

table#current-events { margin: 20px 0 0 0; width: 100%; }
table#current-events thead { background: #BBAE9E; color: white; }
table#current-events th { padding: 5px; font-size: 14px; border-left: 1px solid white; }
table#current-events td { padding: 5px; line-height: 18px; }
table#current-events a { font-weight: bold; }

table.em-calendar { margin: 0; }
table.em-calendar td { border: 1px solid #887 !important; }

@media (max-width: 767px) {
	
#calendar-left, #calendar-right { width: auto !important; float: none; }

}

ul.events-list { padding: 0 !important; }
ul.events-list > li { display: block; margin-bottom: 20px; }
ul.events-list > li h3 { margin: 0; font-size: 16px; }

.current-resourcetab a { color: black; }

#resources-left { width: 300px; float: left; }
#resources-right { width: 600px; float: right; }

.res { overflow: hidden; margin: 0 0 20px 0; padding: 0 0 20px 0; border-bottom: 1px solid #ddd; }
.res h3 { margin: 0 0 15px 0; }

.res-address { width: 190px; margin: 0 20px 0 0; float: left; }
.res-contact { width: 260px; float: left; }
.res-contact strong { font-weight: normal; color: gray; }
.res-contact p { margin: 0 0 5px 0; line-height: normal; }
.res-info {  width: 200px; float: right; }
.res-info-wide {  width: 400px; float: right; }


.res-address h4, .res-contact h4, .res-info h4, .res-info-wide h4 { font-weight: bold; }
.res-desc { margin: 15px 0 0 0; }

table#board-of-directors td { vertical-align: middle; padding: 10px 5px; }

table.t-thirds td { width: 300px; }

.single-res-map { float: right; }
#res-single-left { width: 400px; float: left; }
#res-single-left h3 { margin: 20px 0 0 0; }

.post-pager { clear: both; text-align: center; }
.post-pager .page-numbers { padding: 0 5px; }