/*
Theme Name: Urban Debate
Theme URI: http://wordpress.org/
Description: This is a custom theme created by Sapient.
Version: 1.7
Author: Sapient
Author URI: http://www.sapient.com
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Sapient,
	whose website you will find at http://www.sapient.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*=== CSS RESET
==================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	
:focus {
	outline: 0;
	}
	
html{
overflow-y:scroll;
}
	
body {
	line-height: 1;
	color: #333;
	background-color: #fff;
	}
	
ol, ul {
	list-style: none;
	}
	
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}
	
a {
	text-decoration: none;
	color: #0099CC;
	}	

a:hover {
	text-decoration: underline;
	color: #003C4F;
	}	
	
p strong {
	font-weight: bold;
	}

/*=== FOUNDATION
==================================================*/

html { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	}
	
body {
/*	text-align : center;*/
	font-size: 1em;

	}


p {
/*	font-size: 1.1em; */
	line-height: 1.4;
	}
	
.learnMore {
	text-transform: uppercase;
	color: #0099cc;
}	

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size:.6em;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
	

/*=== BANNER
==================================================*/

.breadcrumbsContainer{
background:#009CDE;
border-bottom:#fff solid 1px;
}

.breadcrumbs{
margin:0 auto;
width:940px;
text-align:center;
font-size:11px;
color:#fff;

height:auto;padding:3px 0;
}



breadcrumbsContainerInactive{
}

.breadcrumbsContainerInactive .breadcrumbs{
text-align:left;
text-indent:-9999px;
height:4px;padding:0;
}


.bannerContainer {
	width: 100%;
	background: url(images/bkgd_banner2.jpg) repeat-x center -11px;
	}
	
.banner {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	height:150px;
	text-align: left;
	}	

.banner .title {
	padding: 37px 0 22px 70px;
	background: url(images/bkgd_title_icon.gif) no-repeat 0px 30px;
	}

.banner .title h1 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	}	

.banner .title h1 a:hover {
	text-decoration: none;
	}
	
.banner .title span {
	display: block;
	padding-top: 6px;
	font-size: .9em;
	line-height: 1;
	}		

.title-losangeles{
background: url(images/lamdl_logo.png) no-repeat 0px 34px;
padding-left:78px;
}

.title-stlouis{
background: url(images/stlouis.png) no-repeat 0px 34px;
padding-left:60px;
}

/*memphis*/
.title-memphis{
padding:31px 0 2px;

}

.title-memphis h1 a{
display:block;
text-indent:-9999px;
overflow:hidden;
height:74px;
width:397px;
background: url(images/memphislogo.png) no-repeat 0 0;
}

/*boston*/
.banner .title-boston{
padding:15px 0 0;
background:none;

}

.title-boston h1 a{
display:block;
text-indent:-9999px;
overflow:hidden;
height:81px;
width:389px;
background: url(images/bostonlogonew.png) no-repeat 0 0;
}

.banner .title-boston span{

display:none;}

/*detroit*/
.title-detroit{
background: url(images/detroitlogo-small.png) no-repeat 0px 34px;
}

/*=== GLOBAL NAV
==================================================*/

.globalNav {
	position: absolute;
	top: 30px;
	right: 20px;
	}

.globalNav li {
	float: left;
	padding: 0 0 0 10px;
	font-size: 1em;
	line-height: 1;
	text-transform: uppercase;
	}

.globalNav li a {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 15px 5px 0;
	background: url(images/bkgd_globalNav_arrow.jpg) no-repeat right 3px;
	color: #000;
	}
	
.globalNav #searchform label {
	display: block;
	float: left;
	padding: 5px 9px 0 0;
	}	
	
.globalNav #searchform div {
	display: block;
	float: left;
	}		


/*=== MAIN NAV NEW WORLD
==================================================*/
.header_nav{
}

.header_nav > ul{
position:relative;}

.header_nav > ul > li{
	height:25px;
	float: left;
	position:relative;
	font-size: 1em;
	background-image:url(images/shadowtabs3.png);
	background-position: -434px 0;
	
	background-repeat:none;
	padding:18px 0px 0 16px;
}

.header_nav > ul > li.hover{
	background-position: -219px 0;
}

.header_nav > ul > li:first-child{
	margin-left:-16px;
	background-position:-4px 0;
}

.header_nav > ul > li:last-child{
	position:absolute;
	top:0;
	right:7px;
	background-position:0 0;
		background-image:url(images/shadowtabs3.png);
		background-position: -765px 0;
}

/* right shadow */
.header_nav > ul:after{
	content:'';
	width:20px;
	height:43px;
		background-image:url(images/shadowtabs3.png);
		background-position: -983px 0;
		padding:0;
		margin: 0;
		position:absolute;
		top:0;
		right:-13px;
	
	}


.header_nav > ul > li a {
	display: block;
	padding: 8px 14px 7px 22px;
	text-transform: uppercase;
	color: #000;
	}

.header_nav > ul > li > ul{
display:none;
}

.header_nav > ul > li:hover > ul{

}


.header_nav .righttabfinish{
	width:40px;
	height:43px;
	background-image:url(images/shadowtabs3.png);
		background-position: -649px 0;
		padding:0;
		margin: 0;
		float:left;
	}


.header_nav > ul ul{
	position:absolute;
	z-index:40;
	-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;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E7E7E7 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E7E7E7)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E7E7E7',GradientType=0 ); /* ie */	
	padding-bottom:6px;
		min-width:110%;
}
	
.header_nav ul ul li{
	display:block;
	float:none;
	white-space:nowrap;
	min-width:100%;
	
}

.header_nav ul ul li a{
	padding:5px 17px 5px 22px;
	line-height:1.5em;
}

.header_nav ul li a{
	text-decoration:none;
}


.header_nav ul li.current_page_item > a,
.header_nav ul li a:hover{
	color:#09c;
}




/*=== MAIN NAV
==================================================*/

/*
.mainNav {
	
	}
*/




.mainNav{
	height:43px;
	position:relative;
}



.mainNav li.tab {
	height:25px;
	float: left;
	position:relative;
	font-size: 1em;
	background-image:url(images/shadowtabs3.png);
	background-position: -434px 0;
	
	background-repeat:none;
	padding:18px 0px 0 16px;
	}

.mainNav li.lefttab {
	background-position: -19px 0;
	padding:18px 0 0 0;
	}

.mainNav li.hovertab {
	background-position: -219px 0;
	}
	
.mainNav .leftshadow{
	width:19px;
	height:43px;
	background-image:url(images/shadowtabs3.png);
		background-position: 0 0;
		padding:0;
		margin: 0;
	position:absolute;
	left:-19px;
	top:0;
}

.mainNav li.righttabfinish{
	width:40px;
	height:43px;
	background-image:url(images/shadowtabs3.png);
		background-position: -649px 0;
		padding:0;
		margin: 0;
		float
	}

.mainNav li a {	
	display: block;
	padding: 8px 14px 7px 22px;
	text-transform: uppercase;
	color: #000;
	}

.mainNav li a:hover {
	text-decoration: none;
	color: #0099cc;
	}

.mainNav li.active > a {
	color: #0099cc;
	}
	
	.mainNav ul.subnav{
	position:absolute;
	z-index:40;
-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;
background: #FFFFFF; /* old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #E7E7E7 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E7E7E7)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E7E7E7',GradientType=0 ); /* ie */	
padding-bottom:6px;
	}
	
	.mainNav ul.subnav li{
	display:block;
	float:none;
	white-space:nowrap;
	}

	.mainNav ul.subnav li a{
padding:5px 17px 5px 22px;
line-height:1.5em;
	}
	
.mainNav li.donate {
float:right;
margin-right:-19px;
padding-right:19px;
padding-left:0;
background-position:right 0;
}	

.mainNav li.donate a{
padding:8px 22px 7px 14px
}

.mainNav .donatetabfinish{
width:40px;
height:43px;
position:absolute;
left:-40px;
top:0;
	background-image:url(images/shadowtabs3.png);
		background-position: -750px 0;
}

	
	/*
	
.mainNav li {
	float: left;
	font-size: 1em;
	}
	
	
.mainNav li.profiles {
	margin-left: 14px;
	}
	
.mainNav li.getInvolved {
	margin-left: 11px;
	}
	
.mainNav li.newsEvents {
	margin-left: 11px;
	}
	
.mainNav li.resources {
	margin-left: 11px;
	}
	
.mainNav li.donate {
	float: right;
	}

.mainNav li a {
	display: block;
	padding: 8px 16px 7px 22px;
	text-transform: uppercase;
	color: #000;
	}

.mainNav li a:hover {
	text-decoration: none;
	color: #0099cc;
	}

.mainNav li.active a {
	color: #0099cc;
	}
	*/

/*=== CONTENT
==================================================*/

.container {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
/*
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
*/
	}	

.horizontal-nav-empty{
display:block;
width:auto;
height:30px;
}

.horizontal-nav{
	display:block;
	width: auto;
	height: 11px;
	margin:30px -20px;
}
.horizontal-nav li{
	float:left;
	min-width: 10px;
	_width: 10px;
	font-size: 10px;
	padding: 0 20px;
	border-right: 1px solid #000;
	text-transform: uppercase;
}

.horizontal-nav li .active{
	color: #0099CC;
}

#content .lastNav{
	border-right: 0;
}

.narrowcolumn {
	float: left;
	width: 675px;
	padding: 30px 0 10px;
	}
.narrowcolumn .image-header{
	width: 675px;
	height: 100px;
}

.header-image-container{
	width:675px;
	height:100px;
	position:relative;
}

.header-image-container-custom{
	width:675px;
	position:relative;
}

.header-image-mask-top{
	width:675px;
	height:23px;
	background:url(images/header-mask-sprite.png);
	position:absolute;
	top:0;
	left:0;
	
}

.header-image-mask-center{
	width:675px;
	background:url(images/header-mask-sprite.png);
	background-position:0 -23px;
	position:absolute;
	top:23px;
	left:0;
	
}

.header-image-mask-bottom{
	width:675px;
	height:23px;
	background:url(images/header-mask-sprite.png);
	position:absolute;
	bottom:0;
	left:0;
	background-position:0 -652px;	
}


.header-image-mask{
	width:675px;
	height:100px;
	background:url(images/header-mask-100.png);
	position:absolute;
	top:0;
	left:0;
	
}
/*
.narrowcolumn h2 {
	margin: 0 0 20px 0;
	font-size: 2.2em;
	line-height: 1.2;
	font-weight: normal;
	text-transform: capitalize;
	}

.narrowcolumn h3 {
	font-size: 1.8em;
	line-height: 1.3;
	text-transform: capitalize;
	margin:20px 0 6px;
	}*/

.narrowcolumn small {
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: bold;
	}

.entry{
	padding-bottom: 20px;
	font-size:12px;
	}
	
.entry ol{
list-style:decimal;
line-height:1.4em;
margin-left:18px;
}

/*.entry ul{
list-style:disc;
line-height:1.4em;
margin-left:18px;
}*/

.entry strong{
	font-weight:bold;
}

.entry em{
	font-style:italic;
}


.entry p {
/*	font-size: 1.2em; */
	line-height: 1.4;
	margin: 4px 0 10px;
	}
	
.entry .readMore {
	text-align: right;
} 

.entry .readMore a {
	color: blue;
	}	

.entry-bullet ul{
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left:40px;
}

.entry-bullet ul li {
  display: list-item;
  font-size:12px;
  margin:.6em 0;
  line-height:1.4
}

/* nested lists have no top/bottom margins */
.entry-bullet ul ul,   .entry-bullet ul ol, 
.entry-bullet ol ul,   .entry-bullet ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
.entry-bullet ul ul{
  list-style-type: circle;
}

/* 3 deep (or more) unordered lists use a square */
 .entry-bullet ul ul ul {
  list-style-type: square;
}



/*=== PROFILES SECTION: PROFILES
==================================================*/	

.homeFlashSlideshow {
	margin: 25px 0 0;
	text-align: center;
	position:relative;
	}

.homeFlashSlideshow img{
position:relative;
}

.homeFlashSlideshowMask{
position:absolute;
top:0;
left:0;
height:240px;
width:940px;
background:url(images/header-mask-home.png) 0 0 no-repeat;
}

	
	
.homeDashboard {
	padding: 20px 0 0;
	}

	
.homeDashboard .homebox{
	height:170px;	
	float: left;
	width: 185px;
	margin-left: 20px;
	padding: 20px 20px 0 95px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:transparent;
	position:relative;
}

.homeDashboard .homebox1{
	margin-left: 0;
}
	
.homeDashboard .didyouknow {
	background-image: url(images/bkgd_did_you_know.jpg);
	}
	
.homeDashboard .calendar {
	background: url(images/bkgd_upcoming_events.jpg);
	}
	
.homeDashboard .ribbon {
	background: url(images/bkgd_donate.jpg);
	}		
	
.homeDashboard .custom {
	background: url(images/bkgd_homebox_blank.jpg);
	}
	
.homeboxcustomicon{
position:absolute;
top:0;
left:12px;
max-height:72px;
max-width:82px;
}	
	
.homebox h3 {
	font-size:1.8em;
	line-height:1.4;
	padding-bottom: 3px;
	}
	
.homeDashboard p {
	line-height: 1.3;
	}	
	
	.homeColumn1{
float:left;
position:relative;
width:300px;
padding-right:20px;
}

.homeColumn2{
float:left;
position:relative;
width:620px;
padding-top:25px;
}

.homeColumn2 .entry-title{
margin-top:0;
}
		
	
/*=== PROFILES SECTION: PROFILES
==================================================*/	

.profilesNav {
	padding: 10px;
	}

.profilesNav li {
	float: left;
	}

.profilesNav li a {
	display:block;
	padding: 10px 30px;
	font-size: 1.4em;
	line-height: 1.1;
	background-color: #ccc;
	}

.profilesNav li.active a {
	font-weight: bold;
	background-color: #aaa;
	}

.profilesContentHolder {
	margin: 0px;
	}

.profileGallery {
	padding: 10px 0;
	}
	
.profileGallery li{
	float: left;
	padding: 10px;
	width: 84px;
	height: 150px;
	margin: 0 14px 0 0;
	background: url(images/profile-bg.gif) 0 0 no-repeat;
	text-align: center;
	font-size:11px;
	}
	
.profileGallery li a {
	display: block;
	text-align: center;
	color: #0099cc;
	}	
	
.profileGallery li a img {
	display: block;
	margin: 6px 0 34px 6px;
	width: 72px;
	height: 76px;
	}		
	
.profileGallery li a:hover {
	text-decoration: none;
	}					
	
.photoStackLink {
	width:305px;
	height:144px;
}
.photoStackLink a {
	background:#FFFFFF url(images/profiles_photostack.jpg) no-repeat scroll 0 0;
	display:block;
	width:305px;
	height:144px;
	color:#09C;
}
.photoStackLink span{
	margin: 70px 0 0 144px;
	display:block;
	float:left;
}
#gallery {
	margin:0 0 0 -12px;
}

/*=== SUPPORTERS: SUPPORTERS LIST
==================================================*/
#newsHighlight img{
	border: 1px solid #b2b3b6;
	padding:3px;
	float:left;
}
#newsHighlight #content{
	float:left;
	padding:0 0 0 20px;
	width:505px;
}




/*=== SUPPORTERS: SUPPORTERS LIST
==================================================*/
#supportersList{
	width:705px;
	padding: 20px 0 0 0;
}

#supportersList h3{
	font-size:11px;
	clear:left;
}
#supportersList li{
	float:left;
	padding: 6px 36px 30px 0;
}

#supportersListDynamic{
	width:705px;
	padding: 20px 0 0 0;
}

#supportersListDynamic h3{
	font-size:11px;
	clear:left;
}
#supportersListDynamic li{
	float:left;
	margin: 6px 36px 30px 0;
}

#supportersListDynamic li.box{
height:120px;
width:140px;
background: url(images/supporterboxbg.jpg) 0 0 no-repeat;
}


#supportersListDynamic li a{
display:block;
height:104px;
margin:8px 0 0 6px;
width:128px;
background-position:center center;
background-repeat:no-repeat;
position:relative;
text-indent:-9999px;
}

.supporterlink{}



/*=== CONTENT: SIDE BAR
==================================================*/

.sideCol {
	float: right;
	width: 225px;
	padding: 30px 0;
	}
	
.sideCol  h2 {
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	margin:0 0 10px 0;
	padding: 0;
	}	
	
.recent-news{
	min-height:40px;
}	
	
.recent-news  h2 {
	text-transform: uppercase;
	}	
	
.recent-news ul{
	margin-bottom: 30px;
}

.recent-news li h3{
	font-size: 1em;
}

.recent-news li a{
	display: block;
	padding-bottom: 10px;
	color: #0099cc;
}

.recent-news-blog h2{
margin-bottom:8px;
}

.recent-news-blog h3{
font-weight:bold;
}

.recent-news-blog li{
margin:4px 0;
}

.recent-news-blog li a{
	line-height:1.4;
	font-size:1.1em;
	padding-bottom:0px;
	
}

.promo-banner{
	padding-left: 83px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	height: 123px;
	margin-bottom: 10px;
}

#sidebar .sidebarbox{
margin-top:16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border:#b2b3b6 solid 1px;
padding:3px;
margin-bottom:10px;
}

#sidebar .sidebarbox-inner{
padding:9px;
min-height:114px;
height:auto !important;
height:114px;
position:relative;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #FFFFFF; /* old browsers */

background: -moz-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E1E1E1)); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E1E1',GradientType=0 ); /* ie */
}

#sidebar .sidebarbox-dac{
margin-top:24px;
}

#sidebar .sidebarbox-dac h3{
font-weight:bold;
font-size:1.4em;
margin: 5px 0 23px 65px;
width:150px; 
}

.sidebarbox-donate p{
text-align:left;
line-height:1.3em;
}

.sidebarbox-tss{
margin-top:24px;
}


.sidebarbox-honorary p{
text-align:left;
line-height:1.3em;
font-style:italic;
}

#sidebar .sidebarbox-tss h3{
font-weight:bold;
font-size:1.4em;
margin:6px auto 15px;width:auto;text-align:center;}

#sidebar .sidebarbox-tss p{

}

#sidebar .sidebarbox-tss .ngg-singlepic{
text-align:center;
display:inline-block;
margin:0 auto;
padding:6px;
}

#sidebar .sidebarbox-inner p{
	margin:.8em 0;
}

#sidebar p{
font-size:1.1em;
}


#sidebar .sidebarbox-inner p:first-child{
margin-top:0;
}


#sidebar .sidebarbox-inner p:last-child{
margin-bottom:0;
}

#sidebar .sidebarbox-first{
margin-top:0;
}

.sideColBlog{
margin-top:20px;
}

.blogsidebarsection{
margin-bottom:20px;
}

.blogsidebarsection h4{
color:#7f7f7f;
font-size:12px;
font-weight:bold;
margin:0 0 8px;
}

.blogsidebarsection .rlink{
margin-top:3px;
font-size:10px;
text-decoration:underline;
}

.blogsidebarsection ul.categories{

}

.blogsidebarsection ul.categories li{

}

.blogsidebarsection ul.categories li a{
font-size:20px;
color:#000;
padding:4px 12px 4px 4px;
margin-left:-4px;
display:inline-block;
position:relative;
}

.blogsidebarsection ul.categories li a:hover{
text-decoration:none;
}

.blogsidebarsection ul.categories li.current a{
background:#01ace4;
color:#fff;
}




.sideCol #howToGive{
	background: url(images/promo-give.jpg) 0 0 no-repeat;
}
.sideCol #sponsorship{
	background: url(images/promo-sponsor.jpg) 0 0 no-repeat;
}
.sideCol #dyk{
	background: url(images/promo-dyk.jpg) 0 0 no-repeat;
}
.sideCol #emailFriend{
	background: url(images/promo-email.jpg) 0 0 no-repeat;
}
.promo-banner h2 {
	font-size: 1.8em;
}
.promo-banner h2 a{
	margin: 0 0 0 -5px;
}

.promo-banner p{
	margin: 20px 0pt 0px -70px;
}

.promo-banner p.howtogive{
	margin: 35px 0pt 0px -70px;
}

.promo-banner a{
	margin: 20px 0pt 0px -70px;
}
/*=== CONTENT: SITE MAP
==================================================*/
#siteMap{
	height:80px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #b2b3b6;
	border-bottom: 1px solid #b2b3b6;
}
#siteMap ul{
	list-style: disc url(images/bullet.gif) inside;
	float: left;
	font-size: 11px;
	margin-right: 50px;
}
#siteMap #lastColumn {
	margin-right:0px;
}
#siteMap ul h3{
	font-size:11px;
	font-weight:bold;
}
#siteMap ul li{
	padding-top:4px;
}
#siteMap ul li a{
	color:#09C;
}
#sitemapFooterNav{
	margin-top: 20px;
}
#sitemapFooterNav ul li{
	float:left;
	padding-right:10px;
	border-right:1px solid #333333;
	margin-right: 10px;
}

/*=== FOOTER
==================================================*/

.footer {
	width: 940px;
	margin: 0 auto;
	padding: 0 20px 40px;
	}
	
.footer .contactInfo li {
	float: left;
	padding: 0 10px 0 0;
	font-size: 1em;
	line-height: 1.4;
	}

/*=== MODAL WINDOW
==================================================*/	

.modalWindow {
	width: 416px;
	height: 288px;
	position: absolute;
	left: 50%;
	top: 438px;
	margin: 0 0 0 -361px
	display: block;
	z-index: 10000;
	padding: 25px 20px;
	display: none;
	background: url(images/modal-bg.png) 0 0 no-repeat;
	_background: red;
	margin-left: -410px;
	}
	
.modalWindow .modalEnd {
	display: block;
	position: absolute;
	top: -11px;
	right: -5px;
	width: 50px;
	height: 0;
	padding-top:10px;
	overflow: hidden;
	}	
	
.modalContent {
	position: relative;
	padding-left:155px;
	text-align: left;
}
.modalContent img{
	position: absolute;
	left: 0;
	top: 0;
}
.modalContent h2{
	font-size: 1.8em;
	margin: 0;
	padding: 0 0 14px 0;
}
.modalContent h3{
	font-size: 1.1em;
}
.modalContent h4{
	font-size: 1.1em;
	padding-bottom: 10px;
}
.modalContent .scrollable-area{
	height: 200px;
	overflow: auto;
}
.modalContent .sociable{
	display: none !important;
}


.navigation{
position:relative;
font-size:18px;
}


.navigation	.alignleft{
width:50%;
min-height:1px;
float:left;
text-align:left;
}

.navigation	.alignright{
min-height:1px;
width:50%;
float:left;
text-align:right;
}

span.shadearrow{
display:inline-block;
width:15px;
background:url(images/shadearrows.png) 0 -29px no-repeat;
height:16px;
vertical-align:middle;
}

span.shadearrowopen{
background-position:0 0px;
}


.resourceslist{
font-size:12px;
}

.resourceslist ul li{
margin-left:15px;
}

.resourceslist h3,
.resourceslist h4,
.resourceslist h5,
.resourceslist h6,
.resourceslist h7{
padding:4px 0;
}

.resourceslist ul li a{
line-height:1.6em;
padding-left:10px;
}

.resourceslist .togglehandle:hover{
background-color:#eee;
}



.resources-list-v3{
font-size:14px;
}

.resources-list-v3 ul ul{
margin:5px 0 0 14px;
}

.resources-list-v3 ul li{
margin:5px 0;
}


.resource-header{
font-weight:normal;
}

.resource-content{
font-size:12px;
padding-left:15px;
}

.resourcefile{
padding:6px 0;
display:inline-block;
}

.resourcefile .icon{
height:16px;
width:16px;
position:relative;
display:inline-block;
vertical-align:middle;
text-decoration:none;
background:url(images/dlarrow.png) 0 0 no-repeat;
margin-right:4px;
}

.resourcefile .title{
	display:inline-block;
}


.resourcefile:hover{
text-decoration:none;
}


.resourcefile:hover .icon{
text-decoration:none;
}


.resourcefile:hover .title{
text-decoration:underline;
}


.resources-list-v3 ul li p{
font-size:1em;
}


h1,h2,h3,h4,h5,h6{
font-weight:400;
}
	
.entry h1{ font-size:2.6em;
	margin:.8em 0 6px;}

.entry h2,h2.entry-title {
	font-size: 2.2em;
	margin:.8em 0 6px;
}

.entry h3 {
	font-size: 2.0em;
	margin:.5em 0 6px;
}
.entry h4 {
	font-size: 1.8em;
	margin:.3em 0 6px;
}
.entry h5 {
	font-size: 1.4em;
}
.entry h6 {
	font-size: 1.2em;
}

h2,h3,h4,h5,h6{
line-height:1.4}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
font-style:italic;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
font-weight:bold;
}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a{
color:#000000;}


img.alignleft{
float:left;
margin:3px 10px 8px 0;
}


img.alignright{
float:right;
margin:3px 0 8px 10px;
}


.edit-link{
font-size:14px;
}

.homepage h2{
margin-top:30px;}

.page-template-page-home-breakingnews-php .homeColumn2{
width:590px;
padding-left:30px;
background: transparent url(images/gradient360.png) no-repeat 10px 36px ;
}

.page-template-page-home-breakingnews-php .homeColumn2 h2 {
margin-top:6px;
}

body.archive h2{
margin-bottom:1.2em;}

.eventscolumn{
float:left;
width:325px;
position:relative;
display:inline;
}

.eventscolumn1{
margin-right:20px;}

.eventscategory{

padding:0 0 30px 0;
}

.eventslist li{
font-size:12px;
line-height:1.4em;
margin:10px 0;
}

.eventslist li .eventdate{
float:left;
width:100px;
display:block;
position:relative;
}

.eventslist li .eventname{
float:left;
width:225px;
display:block;
position:relative;
font-weight:bold;
}

#footer-contact{
float:left;
position:relative;
}

#footer-social{
float:right;
position:relative;
}

.social-facebook,
.social-twitter{
height:16px;
width:16px;
background:
display:block;
float:right;
text-indent:-9999px;
background:red;
margin-left:10px;
}

.social-facebook{
background:url(images/facebook_16.png) 0 0 no-repeat;

}
.social-twitter{
background:url(images/twitter_16.png) 0 0 no-repeat;
}


/* TAKING SIDES FOR SUCCESS */

.tss-content{
width:600px;
margin:0 auto;
}

.tss-content .narrowcolumn{
width:400px;
padding:0;
}

.tss-header{
background:url(images/takingsides450.png);
width:450px;
height:279px;
display:block;
margin:32px auto 14px;
text-indent:-9999px;
}


.tss-content .entry h4{
text-align:center;
font-weight:bold;
}

.tss-content .sideCol{
width:150px;
border:black solid 2px;
padding:0 0;
margin-top:20px;
}

.tss-content .sideCol .header{
font-size:18px;
background:#000;
color:#fff;
font-weight:bold;
padding:3px 0;
margin:0;
text-align:center;
}

.tss-content .sideCol .data{
padding:18px 0px;
text-align:center;
}

.tss-content .sideCol .data strong{
font-size:1.2em;
}

.tss-savethedate{
border:black solid 2px;
padding:14px;
text-align:center;
}

.tss-savethedate h3{
font-weight:bold;
font-size:28px;
text-transform:uppercase;
}

.tss-savethedate h5{
	font-weight:normal;
	font-size:20px;
}

.tss-sponsors,
.tss-joinus{
text-align:center;

}

.tss-sponsors .ngg-singlepic{
display:block;
margin:6px auto;
}

.tss-box{
border:black solid 1px;
margin:20px 0;
padding:3px 10px;
}


.ticketshere{
font-size:28px;
color:#0099CC;
text-transform:uppercase;
text-decoration:underline;
font-weight:bold;
}

.takingsidescontent{

}


.takingsidescontent .header-image-container-custom{
	display:none;
	
}

.takingsidescontent  ul.horizontal-nav{
	margin-top:0;
}

.takingsidescontent .person{
font-size:1.3em;
font-weight:normal;
}

.takingsidescontent h2.entry-title{
font-weight:bold;
color:#00BFFF;
text-transform:uppercase;
font-size:24px;
}

.takingsidescontent a.buytickets{
margin:15px 0;
border-radius: 8px;box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);color: #FFFFFF;font-size: 30px;padding: 12px 30px;text-transform: uppercase;

background: #00bfff;
background: -moz-linear-gradient(top, #00bfff 0%, #0099cc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bfff), color-stop(100%,#0099cc));
background: -webkit-linear-gradient(top, #00bfff 0%,#0099cc 100%);
background: -o-linear-gradient(top, #00bfff 0%,#0099cc 100%);
background: -ms-linear-gradient(top, #00bfff 0%,#0099cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfff', endColorstr='#0099cc',GradientType=0 );
background: linear-gradient(top, #00bfff 0%,#0099cc 100%);

margin:20px 0;
display:inline-block;
}

/* END TAKING SIDES FOR SUCCESS */


/*//////////////////////////////////////////
// EVIDENCE BASED ARGUMENTATION RESOURCES
//////////////////////////////////////////*/


.contentContainer.eba{
	font-size:14px;
}

.contentContainer.eba ul.simple{
	line-height:1.4em;
	list-style:disc;
	margin-left:1.3em;
}

.contentContainer.eba #content{
	font-size:1em;
}

.contentContainer.eba #sidebar{
	font-size:1em;
}


.contentContainer.eba .resourcesbox{
margin-top:16px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border:#b2b3b6 solid 1px;
padding:3px;
margin-bottom:10px;
width:29%;
margin-right:3%;
float:left;
}

.contentContainer.eba .resource-boxes .resourcesbox:nth-child(3n+3){
margin-right:0;
}


.contentContainer.eba .resourcesbox h3{
font-weight:800;
font-size:1.143em;
margin-top:0!important;
}

.contentContainer.eba .resourcesbox h3 a{
color:#09c !important;
}

.contentContainer.eba .resourcesbox ul{
	font-size:.857em;
}

.contentContainer.eba .resourcesbox ul li{
	color:#000;
	margin:0 0 0 1.5em;
	list-style: disc;
	line-height:1.5em;
}

.contentContainer.eba .resourcesbox ul li a{
	color:#09c;
	margin-top:3px;

}


.contentContainer.eba .resourcesbox-inner{
padding:9px;
position:relative;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #FFFFFF; /* old browsers */
background: -moz-linear-gradient(top, #FFFFFF 0%, #E1E1E1 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E1E1E1)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E1E1E1',GradientType=0 ); /* ie */
}


.contentContainer.eba.eba-course h2{
	font-size:1.286em;
	font-weight:800;
	margin:1.25em 0 .0625em;
	position:relative;
	cursor:pointer;
}

.contentContainer.eba.eba-course .togglenext{
	position:relative;
	cursor:pointer;
}

.contentContainer.eba.eba-course .togglenext:after{
	cursor:pointer;
	content:'';
	display:block;
	position:absolute;
	opacity:.7;
	height:0;
	width:0;
}

.contentContainer.eba .togglenext.open:after{
	cursor:pointer;
	content:'';
	display:block;
	position:absolute;
	height:0;
	width:0;
	opacity:.7;
}

.contentContainer.eba.eba-course h2.togglenext:after{
	top:7px;
	left:-13px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 8px solid black;
}

.contentContainer.eba.eba-course h2.togglenext.open:after{
	top:7px;
	left:-15px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid black;
}

.contentContainer.eba.eba-course h3.togglenext:after{
	top:5px;
	left:-9px;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 6px solid black;
}

.contentContainer.eba.eba-course h3.togglenext.open:after{
	top:5px;
	left:-11px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid black;
}

.contentContainer.eba h2.title{
	font-weight:800;
	font-size:1.429em;
	margin: 0 0 .6em;
}

.contentContainer.eba h2.title a{ 
	color:#09c!important;
}

.contentContainer.eba ul.resourcelist{
margin:0 0 0 22px;
}

.contentContainer.eba ul.resourcelist li{
margin:.8em 0;
}

.contentContainer.eba ul.resourcelist li a{
position:relative;
}

.contentContainer.eba ul.resourcelist li a span.icon{
height:16px;
width:16px;
line-height:12px;
text-align: right;
box-sizing:border-box;
padding-right:2px;
font-size:12px;
display:inline-block;
overflow:hidden;
font-family:georgia;
font-weight: 800;
vertical-align: bottom;
position:absolute;
left:-22px;
top:-1px;
background-color:#fff;
}

.contentContainer.eba ul.resourcelist li a span.icon{
border:#404040 solid 1px;
color:#404040;
}

.contentContainer.eba ul.resourcelist li a span.icon-doc{
border:#333399 solid 1px;
color:#333399;
}

.contentContainer.eba ul.resourcelist li a span.icon-ppt{
border:#e5762b solid 1px;
color:#e5762b;
}

.contentContainer.eba ul.resourcelist li a span.icon-xls{
border:#11bb0c solid 1px;
color:#11bb0c;
}

.contentContainer.eba ul.resourcelist li a span.icon-pdf{
border:#ee0000 solid 1px;
text-indent:100px;
overflow: hidden;
background-image:url(images/icon-pdf.png);
background-repeat: no-repeat;
background-position:0px 0px;
}

.contentContainer.eba ul.resourcelist li .description p{
	margin:.4em 0 .8em;
}

.contentContainer.eba.eba-course h3{
	font-size:1em;
	font-weight:800;
	margin:1.2em 0 0em;
}



/* SIDEBAR */
.contentContainer.eba .sideCol{

}


.contentContainer.eba .sideCol .eba-quick-links{
	font-size:13px;
}

.contentContainer.eba .sideCol .eba-quick-links li{
	font-size:13px;
	margin:.4em 0;
	position:relative;
}

.contentContainer.eba .sideCol .eba-quick-links ul{
	margin-left:13px;
}

.contentContainer.eba .sideCol .eba-quick-links li > ul{
	display:none;
}

.contentContainer.eba .sideCol .eba-quick-links li > .arrow{

	cursor:pointer;
	content:'';
	display:block;
	position:absolute;

	top:2px;
	left:-9px;


	opacity:.7;

	height:0;
	width:0;

	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 6px solid black;
}

.contentContainer.eba .sideCol .eba-quick-links li.open > .arrow{
	cursor:pointer;
	content:'';
	display:block;
	position:absolute;
	top:3px;
	left:-10px;
	height:0;
	width:0;
	opacity:.7;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid black;
}

.contentContainer.eba .sideCol .eba-quick-links li.open > ul{
	display:block;
}





.not-initiative-user .initiative-only{
	display:none!important;
}

/*//////////////////////////////////////////
// BLOG
//////////////////////////////////////////*/
.blogcolumn{
padding-top:0;
}

.blogcolumn .entry-title{
margin:16px 0 10px;
font-weight:bold;
font-size:36px;
}

.blogcolumn .type-post{
	margin-bottom:18px;
	background-color:#e5e5e5;
	padding:24px;
	color:#000;
}

.blogcolumn .type-post .datecolumn{
float:left;
width:70px;
margin-right:20px;
}

.blogcolumn .type-post .sharelink{
margin-top:8px;
text-align:center;
}

.blogcolumn .type-post .date{
background:#fff;
text-align:center;
font-weight:bold;
width:70px;
height:52px;
padding:9px 0;
}

.blogcolumn .type-post .dateyear{
text-align:center;
font-size:12px;
margin-top:4px;}


.blogcolumn .type-post .date .month{
font-size:18px;
}

.blogcolumn .type-post .date .day{
font-size:36px;
}

.blogcolumn .type-post .contentcolumn{
float:left;
width:536px;
}

.blogcolumn .type-post .contentcolumn .entry{
padding-bottom:0;
}

.blogcolumn .type-post h3.post-title{
margin-top:-.3em;
font-size:2.4em;
}


.videoRow{
padding:14px 0;
border-bottom:#dddddd solid 1px;
}

.videoRow .videoTitle{
font-size:16px;
text-decoration:underline;
margin-top:0;
}

.videoRow .videoLeft{
position:relative;
float:left;
width:80px;
height:60px;
margin-right:10px;
}

.videoRow .videoRight{
position:relative;
float:left;
width:565px;

}

.videoRow .videoThumb{
height:60px;
width:80px;
position:relative;
background-position:center center;
background-repeat:no-repeat;
background-color:#000000;
}

.videoRow .playArrow{
	height:30px;
	width:40px;
	background:#01ace4 url(images/playarrow.png) center center no-repeat;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-20px;
	position:absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.videoRow embed,
.videoRow object{
background-color:#eeeeee;
}


.recentnewsbytag{
line-height:1.4em;
background:#eee;
padding:.8em 1em;
margin:1em 0;
}

.recentnewsbytag ul{
list-style:none;
}

.recentnewsbytag li{
margin:.7em 0;
}

.recentnewsbytag a.mainlink{
text-decoration:underline;
}


.ui-tabs { position: relative; zoom: 1; min-height:400px; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0;  }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { font-size:12px;color:#0099CC; float: left; padding: .5em 1em; text-decoration: none; 

border-width: 1px 1px 1px 0;
border-style:solid;
border-color:#B2B3B6;
background: #fff;

-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;


}

.ui-tabs .ui-tabs-nav li:first-child a{
border-width:1px;
}

.ui-tabs .lineright{
height:1px;
width:40px;
background:black;position:absolute;
right:-40px;
bottom:0;
background: #b2b3b6; /* Old browsers */
background: -moz-linear-gradient(left, #b2b3b6 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b2b3b6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #b2b3b6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #b2b3b6 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #b2b3b6 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(left, #b2b3b6 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b3b6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

.ui-tabs .lineleft{
height:40px;
width:1px;
background:black;position:absolute;
bottom:-39px;
left:0;
background: #b2b3b6; /* Old browsers */
background: -moz-linear-gradient(top, #b2b3b6 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2b3b6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b2b3b6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b2b3b6 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b2b3b6 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(top, #b2b3b6 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b3b6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; color:black;border-bottom:transparent solid 1px;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; padding:1em;margin-top:-1px;}
.ui-tabs .ui-tabs-hide { display: none !important; }


/*=== HOLLY HACK
==================================================*/

.clear{
clear:both;
}

.container:after,
.globalNav:after,
.globalNav #searchform:after,
.mainNav:after,
.contentContainer:after,
.footer .contactInfo:after,
.homeDashboard:after,
.profilesNav:after,
.profileGallery:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	}

* HTML .container,
* HTML .globalNav,
* HTML .globalNav #searchform,
* HTML .mainNav,
* HTML .contentContainer,
* HTML .footer .contactInfo,
* HTML .homeDashboard,
* HTML .profilesNav,
* HTML .profileGallery {
	height: 1%;
	}	

*+HTML .container,
*+HTML .globalNav,
*+HTML .globalNav #searchform,
*+HTML .mainNav,
*+HTML .contentContainer,
*+HTML .footer .contactInfo,
*+HTML .homeDashboard,
*+HTML .profilesNav,
*+HTML .profileGallery {
	zoom: 1;
	}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}