/*
	extends core.css
	contains all design specific styles
	
	All attributes in alpha-numeric order starting from 0-9 A-Z
	x = horizontal, y = vertical
	property: trbl, tb rl, t rl b, t r b l;
	bg shorthand: background: color url() repeat vertical-position horizontal-position;
	All font names should be quoted "Arial" 
	However, font families like Serif, Sans-Serif and Monospace do not need quotes.
*/

/* don't forget to update this file name accordingly */
@import url("nec_core.css");

/* COLORS
-----------------------------------------------------------------------------
	
	#hex (desc)
	#616161 - Main Text Gray
	#194D82 - Main Link Color
	
*/

/* TABLE OF CONTENTS
-----------------------------------------------------------------------------

	=WRAP
	=HEADER
	=VIDEO PLAYER HOME
	=CONTENT-WRAP
		=MAIN CONTENT
			=GROUP-WRAP
			=FORM-GENERAL
			=ACCORDIAN-WRAP
		=SIDEBAR
	=TWITTER
	=VIMEO
	=FOOTER
	=CALENDAR-OVERRIDES
		
*/

body{
	background: #F9F9F9;
	color: #333333;
}

.pc-wrap,
.listing li{ 
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 20px; 
}

	.listing{ 
		border-top: 1px solid #E5E5E5;
		padding: 10px 0 0; 
	}

.img-wrap{ 
	float: left;
	width: 520px; 
}

.sponsor-wrap{ padding: 10px 20px 0; }

	.sponsor-wrap .img-wrap{ width: 192px; }
	
.header-curves{
	background: transparent url(../images/site/connect-curves.gif) no-repeat 0 0;
	display: block;
	height: 15px;
	left: -14px;
	position: absolute;
	top: 0;
	width: 324px;
	z-index: 0;
}

.vimeo-thumbs li{ position: relative; }

.play-btn{
	background: transparent url(../images/site/play-btn.png) no-repeat 0 0;
	display: block;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
}

/*#enews-form{ position: relative; }*/

#enews-msg{
	background-color: #608FBD;
	color: #FFFFFF;
	left: 10px;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 32px;
	z-index: 5;
}

/* =WRAP
----------------------------------------------------------------------------- */

#wrap{
	background-color: #FFF;
	border-top: 5px solid #608FBD;
	margin: 0 auto;
	width: 960px;
}

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

#header{
	margin: 0 auto;
	width: 940px;
}
	#header h1{
		float: left;
		height: 95px;
		width: 300px;
	}
	#header h1 a{
		background: #fff url(../images/site/bg_nec_logo.png) no-repeat left center;
		height: 95px;
		width: 300px;
	}

	#header h3{
		background: #fff url(../images/site/bg_mission.png) no-repeat left center;
		clear: both;
		height: 56px;
		width: 940px;
	}

ul#header-login{
	float: right;
	padding: 10px 20px 0 0;
}
	#header-login li{
		float: left;
		line-height: 20px;
		margin-right: 5px;
	}
	
		#header-login li.last{ margin-right: 0; }
	
	#header-login li a{
		color: #194D82;
		font-weight: bold;
	}
		#header-login li a.why{
			color: #838383;
			font-weight: normal;
		}
	#header-login li a:hover{ text-decoration: underline; }
	
#connect{
	background: #608FBD url(../images/site/bg_connect_bottom.png) no-repeat center bottom;
	float: right;
	position: relative;
	text-align: center;
	width: 300px;
}
	#connect h2{
		background: #608FBD url(../images/site/bg_connect_heading.png) no-repeat center center;
		height: 30px;
		position: relative;
		z-index: 2;
	}
	#connect ul{
		height: 16px;
		margin: 0 auto;
		width: 146px;
	}
	#connect li{
		float: left;
		padding-right: 10px;
	}
	
	#connect li.last{ padding: 0; }
	
			#connect li a img{
				display: block;
				float: left;
				height: 16px;
				width: 16px;
			}
	#connect p{
		color: #fff;
		font-size: 11px;
		padding: 10px 0;
	}
		#connect p a{
			color: #fff;

		}
			#connect p a span{ font-weight: bold; }
			#connect p a:hover{ text-decoration: underline; }
			
#main-nav{
	background: #fff url(../images/site/bg_main_nav.png) no-repeat left center;
	clear: both;
	height: 40px;
	width: 940px;
}

#subnav #main-nav{ background-position: right center; }
#no-subnav #main-nav{ margin-bottom: 20px; }

	#main-nav li{
		background: transparent url(../images/site/bg_main_nav_sep.png) no-repeat right center;
		float: left;
		padding-right: 2px;
	}
		#main-nav li.right{ float: right; }
		#main-nav li a{
			color: #fff;
			display: block;
			float: left;
			font-size: 12px;
			font-weight: bold;
			height: 40px;
			line-height: 40px;
			padding: 0 18px;
			text-transform: uppercase;
		}
		#main-nav li.last{
			background: none;
		}
		#main-nav li.right a{
			color: #DCE3E8;
			font-size: 11px;
		}
			#main-nav li a:hover{ color: #FFE48A; }
			
			#main-nav li a.act,
			#main-nav li a.act:hover{
				color: #FFE48A;
				background: transparent url(../images/site/bg_main_nav_act.png) no-repeat center bottom;
			}
			
#sub-nav{
	background: #FFE48A url(../images/site/bg_sub_nav.png) no-repeat left bottom;
	clear: both;
	margin-bottom: 20px;
	width: 940px;
}
	#sub-nav li{
		border-right: solid 1px #B5A463;
		margin: 5px 0;
		float: left;
	}
	#sub-nav li.last{ border: none; }
	#sub-nav li a{
		color: #194D82;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		line-height: 11px;
		padding: 2px 10px 3px 10px;
	}
	#sub-nav li a:hover,
	#sub-nav li a.act,
	#sub-nav li a.act:hover{ text-decoration: underline; }
	
/* =VIDEO PLAYER HOME
----------------------------------------------------------------------------- */

#video-player{
	height: 349px;
	margin-bottom: 20px;
	position: relative;
	width: 620px;
}

	#video-player object{
		display: block;
		height: 349px;
		left: 0;
		position: absolute;
		top: 0;
		width: 620px;
	}

	#video-corners{
		background: transparent url(../images/site/bg_home_vid_corners.png) no-repeat center center;
		height: 349px;
		left: 0;
		position: absolute;
		top: 0;
		width: 620px;
		z-index: 2;
	}

#video-info{
	padding: 0 0 22px 0;
}

	#video-info ul{ padding-bottom: 5px; }

	#main-content #video-info h2{
		border: none;
		color: #838383;
		font-size: 18px;
		margin: 0;
		padding: 0;
		text-transform: none;
	}

	#main-content #video-info p{
		border-top: solid 1px #E6E6E6;
		clear: both;
		font-size: 12px;
		line-height: 18px;
		margin: 0;
		padding: 11px 0 0;
		width: 620px;
	}

/* =CONTENT-WRAP
----------------------------------------------------------------------------- */

#content-wrap{
	margin: 0 auto;
	width: 940px;
}

/* =MAIN CONTENT
----------------------------------------------------------------------------- */

#main-content{
	float: left;
	width: 620px;
}
	#main-content p a:link,
	#main-content p a:visited,
	#main-content ul.list li a:link,
	#main-content ul.list li a:visited{ text-decoration: underline; }
		
	#main-content h2,
	#main-content h3{
		border-bottom: solid 1px #E6E6E6;
		color: #194D82;
		font-size: 18px;
		margin-bottom: 10px;
		padding-bottom: 2px;
		text-transform: uppercase;
	}
	
	#main-content h3{
		font-size: 16px;
		margin-bottom: 15px;
		text-transform: none;
	}
	
	#main-content p{
		font-size: 12px;
		line-height: 18px;
		margin: 15px 0;
	}
	
		#main-content .group-wrap p{ margin: 0 0 15px; }
	
	#main-content ul.list,
	#main-content ol.list{
		list-style-type: disc;
		margin: 15px 0 15px 25px;
	}
	
		#main-content ul.list li{ line-height: 1.5; }
		
	#main-content ol.list{ list-style-type: decimal; }
	
	#main-content ol li{}

	#main-content ul.title{}
	
	#main-content ul.title li{}
	
		#main-content ul.title li h2{
			display: inline;
		}
		
	/* 	=GROUP-WRAP
	----------------------------------------------------------------------------- */
	
	.group-wrap,
	.career-wrap{ 
		border-bottom: 1px solid #E5E5E5; 
		margin-bottom: 15px; 
	}
	
		.career-wrap{ padding-bottom: 10px; }
	
	/* =FORM-GENERAL
	----------------------------------------------------------------------------- */
	
	.form-general{ margin: 15px 0; }
	
		.form-general label{
			display: block;
			font-weight: bold;
			padding: 0 0 5px;
		}
	
		.form-general input,
		.form-general textarea{
			background-color: #F5F5F5;
			border: 1px solid #CCCCCC;
			color: #666666;
			font: normal 12px "Helvetica", Sans-Serif;
			margin: 0 0 15px;
			padding: 5px;
			width: 450px;
		}
		
			select{ margin: 0 0 15px; }
			
			.form-general input.short{
				float: left;
				margin-right: 10px;
				width: 50px;
			}
		
			.form-general textarea{
				height: 150px;
				resize: none;
				width: 600px;
			}
			
			.form-general .btn input{
				background-color: #194D82;
				border: 0;
				color: #FFFFFF;
				padding: 10px;
				text-transform: uppercase;
				width: auto;
			}
			
			ul.checkbox{ margin: 15px 0; }
			
			.form-general .checkbox input,
			.form-general .checkbox span{
				float: left;
				margin-right: 10px;
			}
			
				.form-general .checkbox input{ width: auto; }
				
				.form-general .checkbox span{ font-weight: bold; }
			
	/* =ACCORDIAN-WRAP
	----------------------------------------------------------------------------- */
	
	#accordian-wrap{ margin: 15px 0; }
	
		#accordian-wrap h3{ 
			background: transparent url(../images/site/accord_plus.gif) no-repeat 0 3px;
			padding-left: 20px; 
		}
	
/* =RESOURCES WIDGET
----------------------------------------------------------------------------- */
#resources-widget{
	margin-bottom: 20px;
}

#resources-nav{
	float: left;
	width: 220px;
}
	#resources-nav li{}
		#resources-nav li a{
			background: transparent url(../images/site/bg_resources_widget_nav.png) no-repeat 0 0;
			color: #fff;
			display: block;
			font-size: 14px;
			font-weight: bold;
			height: 41px;
			line-height: 41px;
			text-indent: 38px;
			width: 220px;
		}
		#resources-nav li a:hover{}
		#resources-nav li a.act,
		#resources-nav li a.act:hover{ color: #194D82; }
		
#resources-nav a#nav-step-1{ background-position: 0 0; }
#resources-nav a#nav-step-1:hover{ background-position: -220px 0 ; }
#resources-nav a#nav-step-1.act,
#resources-nav a#nav-step-1.act:hover{ background-position: -440px 0; }

#resources-nav a#nav-step-2{ background-position: 0 -41px ; }
#resources-nav a#nav-step-2:hover{ background-position: -220px -41px ; }
#resources-nav a#nav-step-2.act,
#resources-nav a#nav-step-2.act:hover{ background-position: -440px -41px; }

#resources-nav a#nav-step-3{ background-position: 0 -82px; }
#resources-nav a#nav-step-3:hover{ background-position: -220px -82px; }
#resources-nav a#nav-step-3.act,
#resources-nav a#nav-step-3.act:hover{ background-position: -440px -82px; }

#resources-nav a#nav-step-4{ background-position: 0 -123px; }
#resources-nav a#nav-step-4:hover{ background-position: -220px -123px; }
#resources-nav a#nav-step-4.act,
#resources-nav a#nav-step-4.act:hover{ background-position: -440px -123px; }

#resources-nav a#nav-step-5{ background-position: 0 -164px; }
#resources-nav a#nav-step-5:hover{ background-position: -220px -164px; }
#resources-nav a#nav-step-5.act,
#resources-nav a#nav-step-5.act:hover{ background-position: -440px -164px; }

.resource{
	background: #E6E6E6 url(../images/site/bg_resources_widget_bttm.png) no-repeat right bottom;
	float: right;
	padding-bottom: 5px;
	width: 400px;
}
	#main-content .resource p{
		background: #E6E6E6 url(../images/site/bg_resources_widget_top.png) no-repeat right top;
		color: #194D82;
		font-size: 11px;
		line-height: 16px;
		margin: 0;
		padding: 20px 20px 18px 20px;
	}
	
ul.resource-heading{
	border-top: solid 1px #BCBCBC;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 360px;
}
	ul.resource-heading li{
		color: #194D82;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	ul.resource-heading li.right{ padding-bottom: 5px; }
	ul.resource-heading li.left{ padding-top: 4px; }
	
ul.resource-links{
	border-top: solid 1px #BCBCBC;
	clear: both;
	margin: 0 auto 0 auto;
	padding-top: 15px;
	width: 360px;
}
	ul.resource-links li{
		float: left;
		width: 180px;
	}
		ul.resource-links li.odd{
			margin: 0;
		}
	ul.resource-links li a{
		background: #E6E6E6 url(../images/site/bg_resource_icon.png) no-repeat left top;
		color: #194D82;
		display: block;
		font-weight: bold;
		padding: 0 10px 15px 26px;
	}
	ul.resource-links li a:hover{ text-decoration: underline; }
	
/* =SIDEBAR
----------------------------------------------------------------------------- */

#sidebar{
	float: right;
	width: 300px;
}

div.mod{
	background: #E6E6E6 url(../images/site/bg_mod_bottom.png) no-repeat left bottom;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 300px;
}

ul.mod-nav{ height: 40px; }

	ul.mod-nav li{ float: left; }

		ul.mod-nav li a:link,
		ul.mod-nav li a:visited{
			display: block;
			float: left;
			height: 40px;
			overflow: hidden;
			text-indent: -9999em;
		}

#mod-blog ul.mod-nav li a:link,
#mod-blog ul.mod-nav li a:visited{ background: transparent url(../images/site/bg_mod_nav_blog.png) no-repeat 0 0; }

	#mod-blog ul.mod-nav li a:link#nav-blog,
	#mod-blog ul.mod-nav li a:visited#nav-blog{
		background-position: 0 0;
		width: 154px;
	}

	#mod-blog ul.mod-nav li a:hover#nav-blog,
	#mod-blog ul.mod-nav li a:active#nav-blog{ background-position: -300px 0; }
	
	#mod-blog ul.mod-nav li a:link#nav-deals,
	#mod-blog ul.mod-nav li a:visited#nav-deals{
		background-position: -154px 0;
		width: 72px;
	}

	#mod-blog ul.mod-nav li a:hover#nav-deals,
	#mod-blog ul.mod-nav li a:active#nav-deals{ background-position: -454px 0; }	

	#mod-blog ul.mod-nav li a:link#nav-news,
	#mod-blog ul.mod-nav li a:visited#nav-news{
		background-position: -226px 0;
		width: 74px;
	}

	#mod-blog ul.mod-nav li a:hover#nav-news,
	#mod-blog ul.mod-nav li a:active#nav-news{ background-position: -526px 0; }

	#mod-events ul.mod-nav li a:link#nav-events,
	#mod-events ul.mod-nav li a:visited#nav-events{
		background: transparent url(../images/site/bg_mod_nav_events.png) no-repeat 0 0;
		width: 300px;
	}
	
	#mod-events ul.mod-nav li a:hover#nav-events,
	#mod-events ul.mod-nav li a:active#nav-events{ background-position: -300px 0; }

	#mod-event-photos ul.mod-nav li a:link#nav-event-photos,
	#mod-event-photos ul.mod-nav li a:visited#nav-event-photos{
		background: transparent url(../images/site/bg_mod_nav_event-photos.png) no-repeat 0 0;
		width: 300px;
	}
	
	#mod-event-photos ul.mod-nav li a:hover#nav-event-photos,
	#mod-event-photos ul.mod-nav li a:active#nav-event-photos{ background-position: -300px 0; }

	#mod-thank-you ul.mod-nav li a:link#nav-thank-you,
	#mod-thank-you ul.mod-nav li a:visited#nav-thank-you{
		background: transparent url(../images/site/bg_mod_nav_thank-you.png) no-repeat 0 0;
		width: 300px;
	}
	
	#mod-thank-you ul.mod-nav li a:hover#nav-thank-you,
	#mod-thank-you ul.mod-nav li a:active#nav-thank-you{ background-position: -300px 0; }

	#mod-meet ul.mod-nav li a:link#nav-meet,
	#mod-meet ul.mod-nav li a:visited#nav-meet{
		background: transparent url(../images/site/bg_mod_nav_meet.png) no-repeat 0 0;
		width: 300px;
	}
	
	#mod-meet ul.mod-nav li a:hover#nav-meet,
	#mod-meet ul.mod-nav li a:active#nav-meet{ background-position: -300px 0; }
	
		#mod-meet ul li p{ margin: 5px; }

	#mod-resources-verticals ul.mod-nav li a:link#nav-resources-verticals,
	#mod-resources-verticals ul.mod-nav li a:visited#nav-resources-verticals{
		background: transparent url(../images/site/bg_mod_nav_resources-verticals.png) no-repeat 0 0;
		width: 300px;
	}
	
	#mod-resources-verticals ul.mod-nav li a:hover#nav-resources-verticals,
	#mod-resources-verticals ul.mod-nav li a:active#nav-resources-verticals{ background-position: -300px 0; }

	#mod-sponsored-by ul.mod-nav li a:link#nav-sponsored-by,
	#mod-sponsored-by ul.mod-nav li a:visited#nav-sponsored-by{
		background: transparent url(../images/site/bg_mod_nav_sponsored-by.png) no-repeat 0 0;
		width: 300px;
	}
	
	#mod-sponsored-by ul.mod-nav li a:hover#nav-sponsored-by,
	#mod-sponsored-by ul.mod-nav li a:active#nav-sponsored-by{ background-position: -300px 0; }

	#mod-blog-roll ul.mod-nav li a:link#nav-blog-roll,
	#mod-blog-roll ul.mod-nav li a:visited#nav-blog-roll{
		background: transparent url(../images/site/bg_mod_nav_blog-roll.png) no-repeat 0 0;
		width: 300px;
	}
	
	#mod-blog-roll ul.mod-nav li a:hover#nav-blog-roll,
	#mod-blog-roll ul.mod-nav li a:active#nav-blog-roll{ background-position: -300px 0; }

	#mod-blog-cats ul.mod-nav li a:link#nav-blog-cats,
	#mod-blog-cats ul.mod-nav li a:visited#nav-blog-cats{
		background: transparent url(../images/site/bg_mod_nav_blog-cats.png) no-repeat 0 0;
		width: 300px;
	}
	
	#mod-blog-cats ul.mod-nav li a:hover#nav-blog-cats,
	#mod-blog-cats ul.mod-nav li a:active#nav-blog-cats{ background-position: -300px 0; }
	
.mod-preview{
	margin: 0 auto;
	width: 260px;
}

	.mod-preview li{
		border-bottom: solid 1px #CBCBCB;
		padding: 22px 0;
	}

	#mod-events .mod-preview{ padding: 10px 0 0 0; }

		#mod-events .mod-preview li{ padding: 10px 0; }
	
			#mod-events .mod-preview li.last,
			.mod-preview li.last{
				border: none;
				padding-bottom: 0;
			}
	
	.mod-preview h2,
	.mod-preview a:link,
	.mod-preview a:visited{
		color: #194D82;
		font-size: 12px;
		line-height: 14px;
		margin: 0;
		padding: 0;
	}

		.mod-preview h2 a:hover,
		.mod-preview h2 a:active{ text-decoration: underline; }
	
	.mod-preview p{
		color: #608FBD;
		font-size: 11px;
	}

		.mod-preview p a:link,
		.mod-preview p a:visited{ color: #194D82; }

		.mod-preview p a:hover,
		.mod-preview p a:active{ text-decoration: underline; }

	.mod-preview a:link.thumb,
	.mod-preview a:visited.thumb{
		background-color: #C4C4C4;
		display: block;
		float: left;
		margin-right: 10px;
		padding: 4px;
	}

		.mod-preview a:link.thumb img,
		.mod-preview a:visited.thumb img{
			background-color: white;
			display: block;
			height: 48px;
			width: 48px;
		}

		.mod-preview a:hover.thumb,
		.mod-preview a:active.thumb{ background-color: #608FBD; }

#mod-enews{
	background: #FFFFFF url(../images/site/bg_mod_enews.png) no-repeat 0 0;
	height: 76px;
	margin-bottom: 20px;
	position: relative;
}

	#mod-enews label{ display: none; }

	#mod-enews .fields input{
		background-color: #FFFFFF;
		border: solid 1px #8C8C8C;
		bottom: 18px;
		color: #8C8C8C;
		left: 20px;
		padding: 4px 5px 5px;
		position: absolute;
		width: 219px;
	}
	
	#mod-enews .submit input{
		bottom: 18px;
		color: #8C8C8C;
		display: block;
		height: 25px;
		padding: 0;
		position: absolute;
		right: 20px;
		width: 30px;
	}

ul#mod-buttons,
ul#mod-blog-btns,
ul#mod-participate,
ul#mod-musiccity{ padding-bottom: 20px; }

	ul#mod-buttons li a:link,
	ul#mod-buttons li a:visited{
		background: #FFFFFF url(../images/site/bttn_mod_buttons.png) no-repeat 0 0;
		height: 45px;
		width: 300px;
	}
	
	ul#mod-buttons li a:link#bttn-ask,
	ul#mod-buttons li a:visited#bttn-ask{ background-position: 0 0; }
	
	ul#mod-buttons li a:hover#bttn-ask,
	ul#mod-buttons li a:active#bttn-ask{ background-position: -300px 0 ; }
	
	ul#mod-buttons li a:link#bttn-apply,
	ul#mod-buttons li a:visited#bttn-apply{ background-position: 0 -45px; }
	
	ul#mod-buttons li a:hover#bttn-apply,
	ul#mod-buttons li a:active#bttn-apply{ background-position: -300px -45px; }	
	
	ul#mod-blog-btns li a:link,
	ul#mod-blog-btns li a:visited{
		background: #FFFFFF url(../images/site/bttn_mod_blog-btns.png) no-repeat 0 0;
		height: 45px;
		width: 300px;
	}
	
	ul#mod-blog-btns li a:link#bttn-rss,
	ul#mod-blog-btns li a:visited#bttn-rss{ background-position: 0 0; }
	
	ul#mod-blog-btns li a:hover#bttn-rss,
	ul#mod-blog-btns li a:active#bttn-rss{ background-position: -300px 0 ; }
	
	ul#mod-blog-btns li a:link#bttn-archives,
	ul#mod-blog-btns li a:visited#bttn-archives{ background-position: 0 -45px; }
	
	ul#mod-blog-btns li a:hover#bttn-archives,
	ul#mod-blog-btns li a:active#bttn-archives{ background-position: -300px -45px; }
	
	ul#mod-participate li a:link,
	ul#mod-participate li a:visited{
		background: #FFFFFF url(../images/site/bttn_mod_participate.png) no-repeat 0 0;
		height: 50px;
		width: 300px;
	}
	
	ul#mod-participate li a:hover,
	ul#mod-participate li a:active{ background-position: -300px 0 ; }
	
	ul#mod-musiccity li a:link,
	ul#mod-musiccity li a:visited{
		background: #FFFFFF url(../images/site/bttn_musiccity.png) no-repeat 0 0;
		height: 50px;
		width: 300px;
	}
	
	ul#mod-musiccity li a:hover,
	ul#mod-musiccity li a:active{ background-position: -300px 0 ; }
	
#wrap .mod ul.list{
	list-style-type: none;
	margin: 0;
	padding: 10px 20px 0;
}
	
	#wrap .mod ul.list li{
		border-bottom: 1px solid #CCCCCC;
		font-size: 14px;
		/*font-weight: bold;*/
		padding: 5px;
	}
	
/* =FLICKR-PHOTOS
----------------------------------------------------------------------------- */
	
.flickr-photos{
	list-style-type: none;
	padding: 20px 20px 0;
}

	.flickr-photos li{ 
		background-color: #FFFFFF;
		border: 1px solid #194D82;
		float: left;
		margin: 0 7px 5px 0;
		padding: 2px;
	}
	
		.flickr-photos li.alt{ margin-right: 0; }
		
#mod-thank-you .group-wrap{ padding: 0 20px; }
		
	#mod-thank-you .group-wrap p{ margin: 15px 0; }
	
#people-thumb{ padding: 20px 20px 0; }

/* =TWITTER
----------------------------------------------------------------------------- */

#twitter-wrap{
	font-size: 11px;
	line-height: 14px;
	margin: 0 auto;
	width: 940px;
}

#twitter-follow{
	background: #fff url(../images/site/bg_twitter_left.png) no-repeat 0 0;
	float: left;
	height: 200px;
	position: relative;
	width: 240px;
}

#twitter-follow p{
	color: #FFFFFF;
	left: 20px;
	position: absolute;
	top: 100px;
}

#twitter-follow a{
	background: transparent url(../images/site/bttn_twitter_follow.png) no-repeat 0 0;
	bottom: 20px;
	height: 36px;
	left: 20px;
	position: absolute;
	width: 180px;
}

#twitter-follow a:hover{
	background-position: -180px 0;
}

#twitter-updates{
	background: #fff url(../images/site/bg_twitter_right.png) no-repeat right top;
	float: right;
	height: 200px;
	width: 700px;
}

#twitter-updates li{
	border-bottom: dashed 1px #A0A0A0;
	float: left;
	margin: 20px 20px 0 0;
	padding-bottom: 20px;
	width: 330px;
}

	#twitter-updates li.no-border{ border: none; }
	#twitter-updates li.even{ margin-right: 0; }
	
#twitter-updates a.thumb{
	background-color: #C4C4C4;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 4px;
}

#twitter-updates a.thumb:hover{ background-color: #608FBD; }
#twitter-updates a.thumb img{
	background-color: white;
	display: block;
	height: 48px;
	width: 48px;
}

#twitter-updates p{ color: #608FBD; }

#twitter-updates p span{ color: #A0A0A0; }

#twitter-updates a{
	color: #608FBD;
	text-decoration: underline;
}

#twitter-updates a.twit-at{
	color: #194D82;
	text-decoration: none;
}

#twitter-updates a.twit-link{
	text-decoration: underline;
}

#twitter-updates a.twit-who{
	color: #194D82;
	font-weight: bold;
	text-decoration: none;
}

/* =VIMEO
----------------------------------------------------------------------------- */

.vimeo-thumbs{}

	#mod-meet .vimeo-thumbs{ padding: 20px 20px 0; }

	.vimeo-thumbs li{
		background-color: #FFFFFF;
		border: 1px solid #194D82;
		float: left;
		margin: 10px 10px 10px 0;
		padding: 2px;
	}
	
		.vimeo-thumbs li.first{ margin: 0; }
		
			.vimeo-thumbs li.first img{ width: 616px; }
		
			#mod-meet .vimeo-thumbs li.first img{ width: 250px; }

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

#footer{
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
	width: 940px;
}

	#footer ul{
		float: right;
		padding-bottom: 5px;
	}
	
	#footer li{
		border-right: solid 1px #C6C6C6;
		float: left;
	}

		#footer li.last{ border: none; }

		#footer li a:link,
		#footer li a:visited{
			color: #194D82;
			display: block;
			font-weight: bold;
			padding: 3px 10px;
			text-transform: uppercase;
		}

			#footer li.last a:link,
			#footer li.last a:visited{ padding-right: 0; }

		#footer li a:hover,
		#footer li a:active{ text-decoration: underline; }

	#footer p{
		clear: both;
		font-size: 11px;
		padding-bottom: 5px;
		text-align: right;
	}

		#footer p a:link,
		#footer p a:visited{
			color: #838383;
			text-decoration: underline;
		}

		#footer p a:hover,
		#footer p a:active{
			color: #194D82;
			text-decoration: none;
		}

/* =CALENDAR-OVERRIDES
----------------------------------------------------------------------------- */

span#calendarTitle{ color: #FFFFFF !important; }