@font-face{  
    font-family: 'League';  
    src: url('fonts/League_Gothic-webfont.eot'); /* IE9 Compat Modes */
    src: local('☺'),
    url('fonts/League_Gothic-webfont.woff') format('woff'), 
    url('fonts/League_Gothic-webfont.ttf') format('truetype'), 
    url('fonts/League_Gothic-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ACaslonPro-Semibold';
	src: url('fonts/ACaslonPro-Semibold.eot');
	src: local('☺'),
		url('fonts/ACaslonPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/ACaslonPro-Semibold.woff') format('woff'),
		url('fonts/ACaslonPro-Semibold.ttf') format('truetype'), 
		url('fonts/ACaslonPro-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ACaslonPro-SemiboldItalic';
	src: url('fonts/ACaslonPro-SemiboldItalic_ie.eot');
	src: local('☺'), 
		url('fonts/ACaslonPro-SemiboldItalic_ie.eot?#iefix') format('embedded-opentype'),
		url('fonts/ACaslonPro-SemiboldItalic.woff') format('woff'),
		url('fonts/ACaslonPro-SemiboldItalic.ttf') format('truetype'), 
		url('fonts/ACaslonPro-SemiboldItalic.svg') format('svg');
	font-weight: bold;
	font-style: italic;
}

html.forum, html.forum body {
  height: 100%;
  min-width: 800px;
	background: #f8f8f8 url( "/images/forum_horizon.jpg" ) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html, body {
	height:100%;
	background: #f8f8f8 url( "/images/background-horizon.jpg" ) no-repeat center 450px fixed;

}

/************************
	BACKGROUND STUFF
*************************/

body#main4 #bg-layer {
	max-height: 1280px;	
	background: url( "/images/forum_bg.png" ) no-repeat center bottom;
  background-size: 100%;
	z-index: 1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin-left: 0px;
}

body#main4 #caption {
  color: #808080;
  line-height: 1em;
  font-size: .7em;
  margin-top: 50px;
}

#bg-layer {
	height: 2312px;	
	background: url( "/images/background-design1.png" ) no-repeat center top;
	z-index: 1;
	position: fixed;
	left: 50%;
	top: 0;
	width: 1280px;
	margin-left: -640px;
}

body#main2 #bg-layer {
	height: 1600px;	
	background: url( "/images/background-design2.png" ) no-repeat center top;
}

body#main3 #bg-layer {
	height: 1450px;	
	background: url( "/images/background-design3.png" ) no-repeat center top;
}

body#main3 #bg-layer.short {
  background: url( "/images/short_background.png" ) no-repeat center top;
}

/************************
	HEADER & MAIN NAV
*************************/

#header {
	width: 100%;
	background-color: #232323;
	position:relative;
	z-index: 10;
	height: 102px;
	overflow: visible;
}

#header-content {
	position: relative;
	margin-top: 0px;
	height: 102px;
	margin-left: auto;
	margin-right: auto;
	/*width: 960px;*/
	width: 1080px;
}

#logo {
	margin-top: 23px;
	margin-left: 12px;
	width: 228px;
	float: left;
	height: 79px;
}

#dynamic-logo {
	position: absolute;
	top: 23px;
	left: 12px;
}

#dynamic-logo img.main-logo {
	display: none;
}

#logo-over {
	width: 301px;
	background: #232323;
	padding: 10px 30px 30px 30px;
	margin: 0;
	display: none;
  	position: absolute;
  	top: 102px;
}

#logo-over h2 {
	color: #fc2357;
	font-size: 1.3em;
	text-transform: none;
}

#logo-over p {
	margin-bottom: 0;
	color: #fff;
	font-size: .9em;
}

#main-nav {
	display: inline-block;
	overflow:visible;
}

#main-nav ul {
	list-style-type: none;
	padding: 0;
	border: 0;
}
#main-nav ul li {
	float: left;
}

#main-nav li{
	left: 1px;
	margin-left: 1px;
	/*padding-left: 20px;*/
	background-color: #2e2e2e;
	height: 102px;
}

#main-nav a {
	display: block;
	padding-top: 67px;
	padding-left: 20px;
	width: 99px;
	height: 31px;
	background-color: #2e2e2e;
	/*text-align: center;*/
	font-family: 'League', Impact, sans-serif;
	font-size: 1.3em;
	letter-spacing: .1em;
	text-decoration: none;
	color: #f8f8f8;
	border-bottom: 4px solid #2e2e2e;
}

#main-nav li#g a {
	color: #FF0000;
}

#main-nav a:visited, #main-nav a:active {
	color: #f8f8f8;
	text-decoration: none;
	/*border-bottom: 4px solid;*/
}

#main-nav li a:hover,
#main-nav li a.active {
	/*background-color: #383838;*/
	border-bottom: 4px solid;
}

#main-nav li#a.hover a, #main-nav li#a a:hover, #main-nav li#a a:hover, #main-nav li#a a.active {	border-color: #d3ee5f; }
#main-nav li#b.hover a, #main-nav li#b a:hover, #main-nav li#b a.active {	border-color: #00c1bb; }
#main-nav li#c.hover a, #main-nav li#c a.active {	border-color: #f8a779; }
#main-nav li#d.hover a, #main-nav li#d a.active {	border-color: #239dec; }
#main-nav li#e.hover a, #main-nav li#e a.active {	border-color: #ed2737; }
#main-nav li#f.hover a, #main-nav li#f a.active {	border-color: #d3dce0; }

#sub-nav {
	overflow: hidden;
	margin: 0 0 35px 0;
	/*display: block;*/
}

#sub-nav ul {
	margin: 40px 0 0 0;
	padding: 0;
	list-style-type: none;
	border: 0;
	height: 36px;
	width: 720px;
	float:left;
	display: inline-block;    
}


#content #sub-nav li {
	margin: 0 20px 0 0;
	padding: 0px;
	float: left;
	height: 100%;
	background: none;
}


#sub-nav a:link, #sub-nav a:visited, #sub-nav a:hover, #sub-nav a:active {
	display:block;
	font-family: 'League', Impact, sans-serif;
	font-size: 1.7em;
	line-height: 1em;
	text-decoration: none;
	height: 100%;
	letter-spacing: .05em;
	color: #000000;
}

#sub-nav li a:hover {
	color: #ed2737;
}

#sub-nav li a.active {
	color: #ed2737;
	background: url("/images/subnav-arrow.png") no-repeat center bottom;
}

/* Active parent subnav item */
#sub-nav li.sub-parent a.active:hover {
	color: #ed2737;
	background: none;
}

#sub-nav li.sub-parent a.active {
	color: #cccccc;
	background: none;
}


#main-nav ul.submenu {
	margin: 0;
	padding: 5px 0 0 0;
	background: rgb(56, 56, 56); /* The Fallback */
   	background: rgba(46, 46, 46, 0.95); 
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	border: 0;
	display: inline-block;
}

#main-nav ul.submenu li {
	background: transparent;
	height: 20px;
	margin: 10px 0;
	left: 0;
	float: none;
}

#main-nav ul.submenu li a {
	padding: 0 0 0 20px; 
 	margin: 0;
	height: 100%;
	text-transform: uppercase;
	color: #646464;
	background: transparent;
	border: none;
}

#main-nav ul.submenu li a:hover, #main-nav ul.submenu li a.active {
	background-color: inherit;
	border: none;
	color: #fff;
}

#main-nav ul.submenu li.sublev2 a:link {
	background: url( "/images/dropdown-bullet.gif" ) no-repeat 20px 5px;
	padding: 0 0 0 35px;
	width: 84px;
}

#main-nav ul.submenu li.sublev2 a:hover, #main-nav ul.submenu li.sublev2 a.active {
	background-position: 20px -15px;
}

#social-flags {
	position: absolute;
	width: 170px;
	height: 65px;
	margin-top: -18px;
	*margin-top: 0;		/* IE7 */
	margin-left: 790px;
	float: right;
}

#social-flags .flag {
	display: block;
/*	width: 65px;*/
	height: 25px;
	float: right;
}

#social-flags .facebook {
	/*background: url( "/images/flag-facebook.png" ) no-repeat 0 0;*/
	width: 50px;
	margin: 40px 10px 0 0;
}

#social-flags .facebook:hover {
	background-position: -50px 0;
}

#social-flags .twitter {
	background: url( "/images/tweet-button.png" ) no-repeat 0 0;
	width: 56px;
	height: 24px;
	margin: 40px 0 0 0;
}

#social-flags .twitter:hover {
	width: 56px;
	height: 24px;
	background-position: 0px -24px;
}

/************************
		CONTENT
*************************/



#content {
	width: 960px;
	font-family: arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	color: #232323;
	overflow: visible;
	min-height: 75%;
    margin-bottom:50px;	
    clear: both;
    color: #2d2d2d;
    position: relative;
    z-index: 9;
}

#content blockquote {
	margin: 20px 0 16px 0;
	padding: 0;
	font-family: 'ACaslonPro-SemiboldItalic', 'Garamond', 'Baskerville', 'Georgia', serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #232323;
	border: none;
	line-height: 1.4em;	
}

#content .blockquote{
	display: inline-block;
	margin: 20px 0 20px 0;
}
#content .blockquote img {
	display: block;
}

#content hr {
	/*Make it a darker gray*/
	border: 0;
	color: #cecece;
	background-color: #cecece;
	height: 1px;
	width: 100%;
	text-align: left;
}

#content h1, body h1 {
	font-family: "League", sans-serif;
	font-size: 3.2em;
	line-height: 1.0em;
	*line-height: 1.15em; /* 1.1 for IE7 */
	margin:0 0 5px 0;
	color: #2e2e2e;
	text-transform: uppercase;
}

#content h1 em {
	margin-right: .1em;
	font-family: 'ACaslonPro-SemiboldItalic', 'Garamond', 'Baskerville', 'Georgia', serif;
	font-size: .8em;
	letter-spacing: -1.0px;
	text-transform: lowercase;
	font-style: italic;
	font-weight: bold;
}

#content h2, body h2 {
	margin-bottom: .6em;
	height: auto;
	background: url("/images/title-underline.gif") no-repeat 0 1.4em;
	font-family: 'ACaslonPro-SemiboldItalic', 'Garamond', 'Baskerville', 'Georgia', serif;
	font-size: 2.15em;
	text-transform:lowercase;
	font-style: italic;
	font-weight: bold;
}

#content h2.plain, body h2.plain {
	background: none;
}

#content h3 {
	font-family: 'ACaslonPro-Semibold', 'Garamond', 'Baskerville', 'Georgia', serif;
	font-size: 1.3em;
	line-height: 1.3em;
	font-style: oblique;
	margin: 0;
	font-weight: bold;
}

#content p {
	font-size: 1em;
	margin: 14px 0;
}

#content p.credits {
	color: #808080;
	font-size: .8em;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	color: #ee2737;
}

a.button {
	display: inline-block;
	background-color: #ff1c53;
	margin: 0;
	padding: 10px 35px 7px 35px;
	border: none;
	color: #ffffff;
	font-family: "League", sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	text-decoration: none;
	/*letter-spacing: .1em;*/
}

a.button:hover {
	background-color: #232323;
}

a.external {
	background: url( '/images/external-link-arrow.gif') no-repeat 0 2px;
	padding-left: 60px;
	font-family: 'ACaslonPro-SemiboldItalic', 'Garamond', 'Baskerville', 'Georgia', serif;
	text-transform: uppercase;
	font-size: 1.3em;
	margin: 20px 0;
}

#content li {
	background: url('/images/pink-diamond-bullet.png') no-repeat 2px 4px;
	padding-left: 20px;
	margin: .4em 0 1.4em -20px;
	/*font-size: .85em;*/
	color: inherit;
}

#content hr.colored {
	margin: 50px 0;
	height: 5px;
}

#content h1 hr.colored {
	margin: 10px 0 0 0;
	height: 5px;
}


#columns {
	overflow:visible;
    width:100%; /*haslayout for IE*/	
    height: 100%;
    margin-bottom:30px;
}
#left-col {
	float:left;
	width: 600px;
	/*overflow: hidden;*/
}

#right-col {
	/*overflow: hidden;*/
	float: right;
	width: 170px;
}

#content p.intro, #content p.outro,
.donate div.details p {
	font-family: 'ACaslonPro-Semibold', 'Garamond', 'Baskerville', 'Georgia', serif;	font-size: 1.15em;
	overflow: visible;
	line-height: 1.5em;
	/*font-weight: bold;*/
}

#content p.intro img.arrow {
	margin-right: 6px;
	padding-top: 2px;
}

#content .pointer {
	background: url( "/images/p-pointer.gif" ) no-repeat 0 3px;
	margin-left: -20px;
	padding-left: 20px;
}

#content .blue_pointer {
	background: url( "/images/blue_arrow.jpg" ) no-repeat 0 3px;
	margin-left: -20px;
	padding-left: 20px;
}

.image_caption {
	text-align: center;
	margin: 0 0 20px 50px;
	padding: 0;
	width: 161px;
	float: right;
}

#content .image_caption p {
	padding: 10px 0;
	margin: 0;
	text-align: center;
	color: #808080;
	font-size: .85em;
	line-height: 1.5em;
}

.img-col {
	display: block;
	/*padding-top: 0px;*/
	width: 100%;
	overflow: visible;
}

.img-col img{
	float: left;
}

.img-col .content {
	margin-left: 350px;
}

.img-col .content h2 {
	margin-bottom: 20px;
}

.upper {
	text-transform: uppercase;
}

img.title {
	margin: 20px 0;
}

.clear{ clear: both; } 


/** Mission **/

#purpose .header-img {
	margin: 30px 0 50px -75px;
}

#content #purpose hr.colored {
	color: #d3ec69;
	background-color: #d3ec69;
}

#content .section {
	overflow: visible;
	width: 100%;
	margin-bottom: 30px;
	height: 100%;
	display: inline-block;
}


/** side bar callouts **/

.callout-box .content {
	padding: 15px 20px;
}

#content .callout-box h1 {
	margin: 0;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: .04em;
	color: #ffffff;
}

#content .callout-box h2 {
	background-image: none;
	/*display: block;*/
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4em;
	margin-top: .5em;
	margin-bottom: .5em;
}

.callout-box a.button {
	padding: 5px 15px 4px 15px;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	margin-top: 8px;
}

.callout-box .top, .callout-box .bottom {
	display: block;
	padding: 0;
	height: 38px;
}

.callout-a .content {
	background-color: #2b9ef0;
}

.callout-a .top {
	background: url( "/images/sidebar-ltblue-angle.gif" ) no-repeat 0 0;
}

.callout-a .bottom {
	height: 170px;
	background: url( "/images/sidebar-ltblue-angle.gif" ) no-repeat 0 -38px;
}

.callout-a a.button {
	background-color: #002caa;
}
.callout-a a.button:hover {
	background-color: #00c1bc;
}


.callout-b .content {
	background-color: #330099;
}

.callout-b .top {
	background: url( "/images/sidebar-purple-angle.gif" ) no-repeat 0 0;
}

.callout-b .bottom {
	height: 170px;
	background: url( "/images/sidebar-purple-angle.gif" ) no-repeat 0 -38px;
}

.callout-b a.button {
	background-color: #ed2737;
}
.callout-b a.button:hover {
	background-color: #2b9ef0;
}

.callout-box-c .content {
	padding: 15px 20px;
}



#membership-columns {
	overflow:visible;
    width:100%; /*haslayout for IE*/	
    height: 100%;
    margin-bottom:30px;
}
#membership-left-col {
	float:left;
	width: 960px;
	/*margin-left: 260px;*/
	margin-left: 18.4%;
	/*overflow: hidden;*/
}

#membership-right-col {
	float:left;
	width: 170px;
	margin-left:50px;
	margin-top: 100px;
	/*z-index: 12;*/
}


.callout-d .content {
	background-color: #ee2737;
	position: relative;
	z-index: 10;
}

.callout-d .top {
	background: url( "/images/sidebar-red-angle.gif" ) no-repeat 0 0;
}

.callout-d .bottom {
	height: 170px;
	background: url( "/images/sidebar-red-angle.gif" ) no-repeat 0 -38px;
}

.callout-d a.button {
	background-color: #2b9ef0;
}
.callout-d a.button:hover {
	background-color: #330099;
}

.callout-d .content h1 {
	font-family: "League", sans-serif;
	font-size: 1.9em;
	line-height: 1.2em;
	margin:0 0 5px 0;
	color: #ffffff;
	text-transform: uppercase;
}


.callout-d .content h2 {
	margin-bottom: .6em;
	height: auto;
	background: #ee2737;
	font-family: 'ACaslonPro-SemiboldItalic', 'Garamond', 'Baskerville', 'Georgia', serif;
	font-size: 1em;
	line-height: 1.4em;
	text-transform:lowercase;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}


#content .callout-box-c h1 {
	margin: 0;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: .04em;
	color: #ffffff;
}

#content .callout-box-c h2 {
	background-image: none;
	/*display: block;*/
	color: #ffffff;
	font-size: 14px;
	font-family: 'ACaslonPro-Semibold', 'Garamond', 'Baskerville', 'Georgia', serif;	text-transform: none;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: .5em;
	margin-bottom: .5em;
}

.callout-box-c a.button {
	padding: 5px 15px 4px 15px;
	font-size: 1.3em;
	letter-spacing: 0.05em;
	/*margin-top: 55px;*/
}

.callout-box-c .top, .callout-box .bottom {
	display: block;
	padding: 0;
	height: 38px;
}

.callout-c .content {
	background-color: #00c1bc;
}

.callout-c .top {
	background: url( "/images/sidebar-teal-angle.gif" ) no-repeat 0 0px;
}

.callout-c .bottom {
	height: 170px;
	background: url( "/images/sidebar-teal-angle.gif" ) no-repeat 0 -38px;
}

.callout-c a.button {
	background-color: #330099;
}
.callout-c a.button:hover {
	background-color: #ed2737;
}

/***********************
	CHALLENGES
	in challenges.css
***********************/



/*******************
	   TEAM
*******************/

.team #content hr.colored {
	color: #f8a77a;
	background-color: #f8a77a;
}

#content .bio {
	text-align: center;
	background: #fff;
	padding: 20px 0px;
	margin: 0 0 22px 0;
}

#content .bio a, #content .bio a:hover, #content .bio a:visited {
	text-decoration: none;
	color: inherit;
}

#content .bio h1 {
	padding: 0 10px;
	font-size: 1.7em;
}

#content .bio h3 {
	padding: 0 10px;
	font-size: 1.15em;
}

#content .bio p {
	padding: 0 10px;
	margin-bottom: 0;
	font-size: .85em;
}

#content .bio img {
	/*position:absolute;*/
	/*clip:rect(0px,173px,194px,0px);*/
}

#content .bio-quote {
	padding: 0 10px;
	margin: 30px 0;
	text-align: center;
}

#content .bio-quote img {
	margin-bottom: 5px;
}

#content .bio-quote p, #content .bio-quote blockquote {
	padding: 0;
	margin: 2px 0;
}

#content .bio-quote p {
	font-family: 'ACaslonPro-Semibold', 'Garamond', 'Baskerville', 'Georgia', serif;
	font-variant: small-caps;
	font-size: 1.15em;
}
#content .bio-quote blockquote {
	font-size: 1.15em;
}

#content .bio-spacer {
	height: 80px;
}

.team-bio {
	display: block;
	overflow: auto;
	margin: 54px 0;
}

#cboxLoadedContent .team-bio {
	padding: 0 40px;
}

.team-bio img {
	float: left;
}

.team-bio .copy {
	margin-left: 290px;
	/*padding-top: 10px;*/
}

#content .team-bio h1, body .team-bio h1 {
	font-size: 2.15em;
	margin: 0;
}

#content .team-bio h2, body .team-bio h2 {
	font-size: 1.3em;
	text-transform: none;
	margin: 0 0 1em 0;
}


/** Participate **/
#mailing-list #left-col {
	width: 720px;
}


/** Partners **/

#partners .col1 {
	float: left;
	width: 415px;
	padding-right: 55px;
	margin: 0 0 60px 0;
}

#partners .col2 {
	float: right;
	width: 415px;
	padding-right: 55px;
	margin: 0 0 60px 0;
}

#content #partners h1, #content .col-2 h1 {
	font-size: 1.5em;
}

#content h1.small {
	font-size: 1.7em;
}

#content #partners h2, #content div.panel h2, #content .col-2 h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

#content #partners p {
	margin: .6em 0;
}

#content .partners-list h2 {
	background: none;
	line-height: 1em;
	text-transform: none;
	height: 100%;
}

#content .partners-list ul {
	list-style-type: none;
	height: 100%;
	padding: 0;
	margin: 20px 0 20px 0;
	display: inline-block;
}

 #content .partners-list li {
 	background: none;
	padding: 0 0 20px 0;
	margin: 0;
	float: left;
	width: 320px;
	display: inline-block;
}

.partner {
	position: relative;
	overflow: auto;		/*Added for ie so that the bg arrow doesn't disappear*/
	margin: 0 0 40px 0;
}

#content #partners .pointer, #content div.panel.pointer {
	background-image: url( "/images/arrow-green.png" );
	background-position: 0 3px;
}


#partners .narrow {
	width: 280px;
	overflow: visible; /*Added for ie so that the bg arrow doesn't disappear*/
}

#partners img.img1 {
	position: absolute;
	right: -160px;
	top: -40px;
}

#partners img.img2 {
	position: absolute;
	right: -190px;
	top: 30px;
}

#content #partners hr.colored {
	color: #ee2737;
	background-color: #ee2737;
}

/******************
    INITIATIVES 
******************/
.initiatives #content h2 {
	text-transform: none;
}

.initiatives #left-col {
	float:left;
	width: 480px;
	/*overflow: hidden;*/
}

.initiatives #right-col {
	/*overflow: hidden;*/
	text-align: right;
	float: right;
	width: 480px;
	margin-top: -20px;
}

.initiatives #right-col img {
	/*margin-top: -20px;*/
}

.bonegrowth #right-col {
  padding-top: 50px;
}


/******************
        NEWS 
******************/
#trending #content hr.colored {
	margin: 30px 0 0 0;
}

#blog {
	width: 600px;
	font-family: arial, sans-serif;
	margin-left: 0px;
	margin-right: auto;
	color: #232323;
	overflow: visible;
	min-height: 75%;
    margin-bottom:50px;	
    clear: both;
    color: #2d2d2d;
    position: relative;
    z-index: 9;
}

#blog h2 {
	margin-bottom: 0;
	/*height: 2.15em;*/
	height: auto;
	line-height: 1em;
	background: none;
	font-family: "League", sans-serif;
	font-size: 2.15em;
	text-transform:uppercase;
	font-weight: normal;
	font-style: normal;
}

#blog span.permalink {
	margin-bottom: .6em;
	height: 1.6em;
	background: none;
	font-family: 'ACaslonPro-SemiboldItalic', 'Garamond', 'Baskerville', 'Georgia', serif;
	font-size: 1.5em;
	text-transform:uppercase;
	font-weight: bold;
}
#blog p span {
	font-family: 'Microsoft Arial Unicode', Arial, sans-serif;
}

#blog span.date {
	font-family: "Arial", sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 0px;
	line-height: 1.0em;
}

#blog hr {
	/*height: 3px;*/
}

#blog p.date {
	margin-bottom: 0;
}

#blog a {
	color: #000000;
}

.hashtags {
	margin-top: 4em;
}

.hashtags a:link, .hashtags a:visited {
	color: #b2b2b2;
	text-decoration: none;
	margin-right: 1em;
}

.hashtags a:hover {
	text-decoration: underline;
}

/******************
       EVENTS
******************/
#events_background {
  width: 1040px;
  height: 100%;
  position: absolute;
  z-index: -1;
  margin-left: -50px;
}

#featured_events {
  margin-top: 0px;
}

#event_columns #gradient {
  background-image: url('/images/white_gradient.png');
  background-position: center bottom;
  background-repeat: repeat-x;
  width: 100%;
  height: 170px;
  z-index: -1;
}

#white_background {
  background-color: #FFFFFF;
  z-index: -1;
  width: 1040px;
  height: 1000px;
  top: 200px;
}

#left-events-col {
  width: 750px;
  float: left;
}

#right-events-col {
  width: 170px;
  float: right;
}

.events .col {
  float: left;
  margin-right: 20px;
  padding-bottom: 30px;
  width: 328px;
}

.events .col .event_name, #calendar_section {
  font-size: 2.0em;
  line-height: 1em;
  font-family: "League", sans-serif;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#calendar_section {
  width: auto;
  padding-bottom: 0px;
}

#calendar {
  padding-top: 30px;
}

.events .col .date {
  font-family: "Arial", sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  padding-bottom: 0px;
  line-height: 1.0em;
}

.events .col .location {
  font-family: "Arial", sans-serif;
  font-size: 1.0em;
  font-weight: bold;
}

.events .col img {
  padding-bottom: 20px;
}


/******************
	 MEMBERSHIP
******************/

.membership .col {
	/*width: 33%;*/
	width: 250px;
	margin-right: 105px;
	/*margin: 50px 90px 0 0;*/
	/*padding: 0 0 0 30px ;*/
}

.membership .col1 {
	float: left;
}

.membership .col2 {
	float: left;
}

.membership .col2 img {
	margin-left: 10px;
}

.membership .col3 {
	float: right;
	margin-right: 0;
}

.membership .col3 img {
	margin-left: 20px;
}

.membership .col .details {
	padding: 0 0 0 30px;
}

.centered {
	text-align: center;
}

.col .btn-container {
	position: relative;
	padding: 0 0 30px 0;
	width: 100%;
	height: 240px;
}

.col .btn-container img {
	position: absolute;
	z-index: 1;
}

.col .btn-container a {
	position: absolute;
	left: 70px;
	top: 165px;
	z-index: 10;
}

.col .btn-container a.a {
	left: 74px;
}

.col .btn-container a.b {
	left: 82px;
}

.col .btn-container a.c {
	left: 81px;
}

.membership #content p.outro {
	padding-bottom: 50px;
}

.col .btn-container form {
	position: absolute;
	left: 70px;
	top: 165px;
	z-index: 12;
}

/******************
     FORUM 
******************/

body#main4 p.pointer {
  background: url( "/images/forum-pointer.png" ) no-repeat 0 3px;
  color: #FFFFFF;
}

.forum body#main4 p a:hover {
  color: #ed2737;
}

body#main4 a, body#main4 a.visited {
  color: #FFFFFF;
}

body#main4 a.red, body#main4 a.visited.red {
  color: #ed2737;
}

body#main4 h1 {
  color: #FFFFFF;
}

#sub-nav.forum a, #sub-nav.forum a.visited {
  color: #FFFFFF;
}

/******************
     SYMPOSIUM 
******************/

#symposium-title {
	position: relative;
	margin-bottom: 52px;
}
#symposium-title h1{
	font-size: 31px;
	letter-spacing: 1px;
}
#symposium-title h1.a{
	margin-top: 9px;
}
#symposium-title h3{
	font-family: "League", sans-serif;
	font-size: 72px;
	letter-spacing: 2.5px;
	line-height:  68px;
}
#symposium-title h1.c{
	margin-top: 24px;
	margin-left: 18px;
	color: #FFFFFF;
}
#symposium-title h2.d{
	color: #000000;
	margin-left: 18px;
}
/*
#symposium p.description {
	font-family: "ACaslonPro-Semibold", serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
}

#symposium p.description-styled {
	font-family: "ACaslonPro-Semibold", serif;
	font-size: 1.2em;
	line-height: 1.5em;
    font-style: italic;
	
}

#symposium blockquote {
	font-size: 1.7em;
	line-height: 1.3em;
	margin: 50px 0;
}
*/

.symposium #content hr.colored {
	color: #f0193b;
	background-color: #f0193b;
}

.symp_2013 #checkout-2013 {
  font-family: 'ACaslonPro-Semibold', serif;
  font-style: italic;
}

#content .symp_2013 h1{
	font-size: 48px;
	letter-spacing: 1px;
}

#content .symp_2013 h2{
	font-family: "League", sans-serif;
	font-size: 31px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#content .symp_2013 .panel h2{
	font-size: 24px;
	padding-bottom: 20px;
}
#content .symp_2013 .panel h2.red{
	color: #ff001a;
}

#content .symp_2013 em{
	font-size: 31px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.symp_2012 img.title {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -111px;
}

.col-4 {
	width: 170px;
	height: 100%;
	margin: 50px 10px 0px 10px;
	float: left;
}

.symp_2012 .col-2, .symp_2011 .col-2 {
	float: left;
	width: 425px;
	padding-right: 55px;
	margin-bottom: 10px;
}

#content div.col-2 li {
	margin-bottom: 1em;
}

.symp_2012 .right, .symp_2011 .right {
	padding-right: 0;
}

.symp_2012 #content .image_caption p, .symp_2011 #content .image_caption p {
	color: #2d2d2d;
	margin: 0 0 0 0;
}


.symp_2012 #content .image_caption img {
	/*ie transparency fix*/
	filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr=#00FFFFFF, endColorstr=#00FFFFFF
    );
}

.symp_2012 #content li, .symp_2011 #content li {
	background: none;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	padding: 0;
}

.symp_2012 .gallery, .symp_2011 .gallery {
	display: inline-block;
	height: 100%;
	margin: 0 0 30px 0;
}
.symp_2012 .gallery img, .symp_2011 .gallery img {
	float: left;
	width: 107px;
 	height: 107px;
	margin: 0 14px 15px 0;
}

.symp_2012 .gallery img.right, .symp_2011 .gallery img.right {
	margin-right: 0;
}

.symp_2012 a.right, .symp_2011 a.right  {
	float: right;
}

.symp_2012 .img-col img, .symp_2011 .img-col img {
	margin: -40px 0 0 45px;
}

.symp_2012 .img-col .content, .symp_2011 .img-col .content {
	margin-left: 360px;
}

.symp_2012 .sponsors, .symp_2011 .sponsors {
	display: inline-block;
	height: 100%;
	width: 880px;
	padding: 40px;
	background-color: #d7d7d7;
}

.symp_2011 #sponsors-section {
  margin-bottom: 60px;
}

.symp_2012 .sponsors ul, .symp_2011 .sponsors ul {
	margin: 0;
}

.symp_2012 .col1, .symp_2011 .col1  {
	width: 440px;
	float: left;
}

.symp_2012 .col2, .symp_2011 .col2 {
	width: 440px;
	float: left;
}

.symp_2012 #content .sponsors h2, .symp_2011 #content .sponsors h2 {
	display: inline-block;
}

.symp_2012 .sponsors li, .symp_2011 .sponsors li {
	padding: 0 0 20px 0;
	margin: 0;
	font-style: italic;
}

div.panel {
	margin: 2.5em 0;
}

#content div.panel p {
	margin: 0 0 .5em 0;
}

#content div.panel h1 {
	font-size: 1.7em;
}

#content div.panel h2, #content .col-2 h2  {
	text-transform: none;
}

div.panel-body {
	width: 880px;
	padding: 40px;
}

div.panel-body h1 {
	padding-right: 75px;
}

div.panel-body h2 {
	text-transform: none;
}



/** Schedule **/
table.schedule {
	font-family: "League", sans-serif;
	width: 100%;
	background-color: #ffffff;
	/*margin-bottom: 50px;*/
}
table.schedule td {
	vertical-align: middle;
}
#content table.schedule thead h1 {
	font-size: 2.2em;
	color: #FFFFFF;
	display: inline;
}
#content table.schedule thead h1.small {
	font-size: 1.7em;
}
#content table.schedule thead h2 {
	font-size: 1.2em;
	color: #000000;
	display: inline;
}
#content table.schedule thead h3 {
	font-family: "League", sans-serif;
	line-height: 1.0em;
	font-size: 1.5em;
	color: #ffffff;
	display: inline;
}

table.schedule thead td {
	padding: 15px 20px;
	border: 1px solid #ffffff;
	background: #ed2737;
}

table.schedule tbody td {
	font-size: 1.5em;
	line-height: 1.3em;
	text-align: center;
	padding: 15px;
}
table.schedule tbody td em{
	color: #ed2737;
	font-family: 'ACaslonPro-SemiboldItalic', 'Garamond', 'Baskerville', 'Georgia', serif;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}
table.schedule tbody td.time {
	color: #ffffff;
	background-color: #2d2d2d;
	border-bottom: 1px solid #ffffff;
	width: 150px;
	padding: 5px;
}
table.schedule tr.even {
	background: #b1b1b1;
}
table.schedule tr.even td em{
	color: #ffffff;
}
/* border */
table.schedule tr td {
	border-right: 1px solid #b1b1b1;
}
/* border on even rows*/
table.schedule tr.even td {
	border-right: 1px solid #ffffff;
}
table.schedule tr td:last-child, table.schedule tr td:first-child, table.schedule tr.even td:last-child, table.schedule tr.even td:first-child {
	border-right: none;
}


.schedule-table {
	display: table;
	width:100%;
        background-color:#eee;
        
        border-spacing:5px;/*cellspacing:poor IE support for  this*/
	width: 100%;
	/*overflow: auto;*/
}
.schedule-table .tr{
	display: table-row;
	width:100%;
	clear:both;
	/*width: 100%;*/
	/*display: inline;*/
}
.schedule-table .td{
	float:left;/*fix for  buggy browsers*/
    display:table-column;
    width:200px;
    background-color:#ccc;
    border:1px solid  #666666;
}
.schedule-table h1, .schedule-table h2, .schedule-table h3{
	display: inline;
}

/******************
     DONATE 
******************/
.donate #content .donate-top {
	margin-top: 111px;
}

#donate .intro {
  margin-bottom: -25px;
}

#donate-page-button a.button {
  padding: 15px 50px;
}

#donate-page-button.btn-container {
  position: relative;
  /*width: 165px;*/
  height: 50px;
  font-size: 1.25em;
  top: 37px;
  margin: 0 auto;
}

.small-caption {
  color: #808080;
  line-height: 1em;
  font-size: .8em;
  /*margin-top: 50px;*/
  clear: both;
}

#nasa-credit.small-caption {
  padding-top: 45px;
  width: 694px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
}

.donate #content .details h1 {
	margin: .8em 0 0 0;
	font-size: 2.5em;
}

.donate #content .details p {
	margin: .1em 0;
	font-size: 1.15em;
}

body.donate #content {
	width: 720px;
}

#content div.screensaver {
	width: 960px !important;
	margin: 30px 0 30px -120px;
}

.screensaver p {
	text-align: center;
}

.screensaver img {
	padding: 0;
	margin: 15px 5px 0 5px;
}

#your-donation-enables {
  margin: 0 auto;
  width: 720px;
  margin-top: 50px;
}

#your-donation-enables img {
  float: left;
	margin: 0 100px 0 50px;
}

#your-donation-enables div.details {
  float: left;
  margin-left: 50px;
  margin-top: 30px;
}

#your-donation-enables div.details ul {
  text-align: left;
  width: 250px;
}

#your-donation-enables div.details ul li {
  margin-bottom: .5em;
}



.content-panels-4 {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 240px;
}
.content-panels-4-320 {
	height: 320px;
}

.content-panels-4 .panel {
	display: block;
	float: left;
	width: 180px;
	margin: 0;
	padding: 30px;
}
.content-panels-4-320 .partial-panel {
	display: block;
	float: left;
	width: 240px;
	margin: 0;
	height: 320px;
}
.content-panels-4-320 .partial-panel .top {
	margin: 0;
	height: 80px;
	width: 240px;
	position: absolute; 
  	display: table;
	font-family: 'ACaslonPro-SemiboldItalic', 'Garamond', 'Baskerville', 'Georgia', serif;
	font-size: 1.3em;
	line-height: 1.3em;
}

.content-panels-4-320 .partial-panel img {
	margin: 80px 0 0 0;
}

.content-panels-4-320 .partial-panel .top p {
	display: table-cell; 
	vertical-align: middle; 
	/*text-align: center; */
	padding: 0 30px;
}

#content .panel p{
	font-size: .9em;
}

.purple {
	background-color: #330099;
	color: #FFFFFF;
}

.purple h1 {
	color: #FFFFFF;
}

.teal {
	background-color: #00c1bb;
}

.content-panels-4 img {
	width: 240px;
	float: left;
	display: block;
}



.image-text-section {
	display: block;
	clear: both;	
	width: 100%;
}

.image-text-section img{
	float: left;
}

.image-text-section .content {
	margin-left: 270px;
	/*padding: 45px;*/
}




#footer {
	margin-top: 50px;
	width: 100%;
	background-color: #e8e9eb;
	position: relative;
    z-index: 10;
    color: #808080;
    line-height: 1em;
}

#footer-icon {
	position: relative;
	top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#footer-content {
	clear:both;
	margin-top: -20px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 960px;
	font-size: .7em;
}

#footer-content div{
	padding-bottom: 30px;
}

#footer-icon a {
	margin-right: 5px;
	background: transparent url( "/images/footer-social-icons.png");
	width:35px;
	height:41px;
	display: inline-block;
}

#footer-icon a#facebook {
	background-position: 0px 0px;
}

#footer-icon a#facebook:hover {
	background-position: 0px -41px;
}

#footer-icon a#twitter {
	background-position: -35px 0px;
}

#footer-icon a#twitter:hover {
	background-position: -35px -41px;
}

#footer-icon a#youtube {
	background-position: -70px 0px;
}

#footer-icon a#youtube:hover {
	background-position: -70px -41px;
}

#footer-icon a#email {
	background-position: -105px 0px;
}

#footer-icon a#email:hover {
	background-position: -105px -41px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #808080;
}

#footer a:hover {
	text-decoration: underline;
	color: #333333;
}

/******************
     SYMP_SCHEDULE 
******************/

.symp_schedule th { 
	text-align:left;
	background-color:#474747;
        font-weight:normal;
        color:red;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:50px;
	padding-left:15px;
	vertical-align:middle;
}
.symp_schedule {
	border-collapse:collapse;
	border-spacing:0;
	font-size:10pt;
	border-color:none;
}
.location {
	color:red;
	font-size:12pt;
	font-weight:bold;
}
#content .symp_schedule p{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-left: 10px;
	line-height: 120%;
	margin: 6px;
}
.person {
	font-weight:bold;
}
.symp_schedule td p:nth-child(1) {
	font-weight:bold;
}
.symp_schedule td:nth-child(1) {
	text-align:center !important;
}
/*
.symp_schedule tr:nth-child(2){
	background-color:#FFFFCC;
}
.symp_schedule tr:nth-child(3){
        background-color:#FFFF99;
}
.symp_schedule tr:nth-child(4){
        background-color:white;
}
.symp_schedule tr:nth-child(5){
        background-color:#99CCFF;
}
.symp_schedule tr:nth-child(6){
        background-color:#9966CC;
}
.symp_schedule tr:nth-child(7){
        background-color:#FFCC66;
}
.symp_schedule tr:nth-child(8){
        background-color:#FFFFCC;
}
.symp_schedule tr:nth-child(9){
        background-color:#9966FF;
}
.symp_schedule tr:nth-child(10){
        background-color:#FFCCCC;
}
.symp_schedule tr:nth-child(11){
        background-color:#99CC99;
}
.symp_schedule tr:nth-child(12){
        background-color:#CCFFFF;
}
.symp_schedule tr:nth-child(13){
        background-color:#00CCFF;
}
.symp_schedule tr:nth-child(14){
        background-color:#FFFFCC;
}
*/







