/* 
===================================

 Universal Browser reset

===================================
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}

img {
	background-color: white;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Basic Layout 
================================== */

body 		{ text-align: left; }


.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	}

#IE7 .clearfix {
	display:inline-block;
	}

* html .clearfix {
	height:1%;
	}

#globalNav {
	margin-bottom:10px;
	}

#content {
	}

#content #Col1 {
	}

#container.citizens_sponsorship #content #Col1 {
	margin:0 0 0 10px;
	}
	
#footer {
	padding-top:0;
	margin-bottom:10px;
	}

a:hover {
	border-bottom:none;
	}

a.submitButton {
	background-color:#2851A2;
	border:3px solid #2851A2;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:7px auto;
	padding:3px 4px;
	text-align:center;
	font-size:11px;
	}

a.submitButton:hover {
	background-color:#002878;
	cursor:pointer;
	}

.exp_form_margin {
}	

.exp_form div.exp_form_body {
	width: 85%;
	margin: 0 auto;
}

.exp_form div.exp_hidden, 
div.exp_hidden, .exp_hidden {
	display: none;
}

.exp_form_status_icon {
	float: left;
	margin: 4px 0 0 4px;;
}

.exp_input_normal  {
	float: left;

}

.exp_inline_button {
	float: left;
}

/* 
===================================

 SUBMIT FORM

===================================
*/


/* Header
==================================*/

#exp_gallery .header_container h1 {
	margin:10px auto 20px;
	width:235px;	
	}

#exp_gallery .header_container h3 {
	margin:auto;
	width:189px;
	}

.exp_form div.exp_form_header {
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

.exp_form_title {
	
}

.exp_description {
	margin: 10px 0;
	font-size: 15px;
}


/* Basics
==================================*/


form#express {
	font-size:12px;
	width: 100%;
	}

.exp_input_wrap {
	border:1px solid #999;
	padding: 4px 5px 6px 5px;
}	
	
.exp_input,
form#express textarea,
form#express select {
	font:normal 14px/130% Arial, Helvetica, Verdana, sans-serif;
	color:#999;
	width: 100%;
	padding: 0;
	}

.exp_upload {
	width: 60%;
}

.exp_input {
	border: none;
}

.exp_inline_wrap {
	width: 80%;
	max-width: 400px;
	float: left; 
	margin: 0 4px 5px 0;
}

form#express textarea {
	height: 100px;
	}
	
form#express input.active,
form#express textarea.active {
	color:#000;
	}

#exp_location_map {
	position: relative;
}

form#express #expf_find_map {
	width: 50px;
	color: black;
	position: absolute;
	right: 5px;
	top: 25px;
}

.exp_form_status_icon {
	position: absolute;
	right: 5px;
	top: 25px;
}

.exp_top_wrap {
	margin: 0 0 8px 0;
}

form#express label {
	font-weight:bold;
	font-size:13px;
	}

.exp_field {
	margin:0px 0 16px;
	}	

form#express .chooseStory div {
	margin-bottom:10px;
	}

.exp_form div {
	display: block;
	}

form#express div > span {
	}
	
form#express div > label,
#IE6 form#express label.ie {
	display:block;
	margin:8px 20px 5px 0;
	font-size: 13px;
	}

form#express span label {
	margin-right:10px;
	}
	
form#express .warning .exp_input_wrap{
	border:3px solid #d2232a;
	padding:4px 6px;
	}

form#express .warning label {
	color:#d2232a;
	}

form#express span.note {
	font-size:11px;
	color:#666;
	margin-left:5px;
	}

form#express #exp_text { 
	margin-bottom: 0;
	position: relative;
}
	
form#express #charactersLeft {
	color:#bbb;
	font-weight: normal;
	font:normal 14px/100% Arial,Helvetica,Verdana,sans-serif;
	letter-spacing:-0.03em;
	margin: 4px 0 2px 0;
	position: absolute; 
	right: 0px; 
	top: -4px;
	
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.80;      /* khtml, old safari */
	-moz-opacity: 0.80;       /* mozilla, netscape */
	opacity: 0.80;           /* fx, safari, opera */
	}

form#express #charactersLeft span {
	font-weight: bold;
	}

form#express #charactersLeft.warning {
	color:#d2232a;
	}

form#express #charactersLeft.warning span {
	color:#bbb;	
	}

form#express input[type='submit'] {
	background-color:#2851A2;
	border:3px solid #2851A2;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	width: 50%;
	margin: 0 auto 16px 0;
	padding: 5px;
	}

form#express input[type='submit'].disabled,
form#express input[type='submit'].disabled:hover {
	cursor:default;
	background-color:#efefef;
	border-color:#e5e5e5;
	color:#ccc;
	}
	
form#express input[type='submit']:hover {
	cursor:pointer;
	background-color:#002878;
	}

#exp_submit {
	text-align: center;
}

.exp_status {
	padding: 10px;
	background-color: #EBF4FB;
	margin: 0 0 20px 0;
}

/* Attachment buttons
==================================*/

form#express #exp_attach {
	width:675px;
	display:inline-block;
	margin-top: 25px;
	margin-bottom: 18px;
	}

#exp_attach ul {
	float:left;
	margin-left:40px;
	position:relative;
	}

#exp_attach ul li {
	display:inline;
	}

#exp_attach ul li a {
	display:block;
	float:left;
	margin:-16px 3px 0 0;
	font-size:11px;
	color:#666;
	text-align:center;
	padding:6px 8px;
	border: 1px solid transparent;
	}

#exp_attach ul li a:hover,
#exp_attach ul li.selected a {
	color:#000;
	background-color:#fff;
	cursor:pointer;
	border:1px solid #e5e5e5;
	}

#exp_attach ul li a:hover {
	border:1px solid #e5e5e5;

	-moz-border-radius:9px; 
	-webkit-border-radius:9px;
	border-radius:9px;
	}
		
#exp_attach ul li.selected a,
#exp_attach ul li.selected a:hover {
	border-color:#999;
	border-bottom:none;
	padding-bottom:17px;
	cursor:default;

	-moz-border-radius-topLeft:9px; 
	-moz-border-radius-topRight:9px; 
	-moz-border-radius-bottomLeft:0; 
	-moz-border-radius-bottomRight:0; 
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	border-top-left-radius:9px;
	border-top-right-radius:9px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	}

#exp_attach ul li a.selected {
	cursor:default;
	}

#exp_attach ul li label {
	float:left;
	display:block;
	width:154px;
	}

#exp_attach #charactersLeft span,
#exp_attach ul li label span {
	font-size:11px;
	line-height:100%;
	color:#666;
	font-weight:normal;
	display:block;
	margin-top:3px;
	letter-spacing:normal;

	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
	}

#exp_attach #charactersLeft span {
	margin-top:0;
	}

#exp_attach ul li a img {
	display:block;
	margin-bottom:4px;
	}

.multiple_attachment .exp_attachment {
	margin-top:-19px;
	display: none;
	}

.closeButton {
	display:block;
	float:left;
	text-align:left;
	margin:0 20px 0 0;
	width:88px;
	color:#2851A2;
	padding-left:11px;
	font-size:11px;
	background:transparent url(http://cache.boston.com/_webdesignready/2010/news/inspire/images/arrow_expand_contract.gif) no-repeat 0 -1px;
	}

.closeButton:hover {
	background-position:0 -28px;
	cursor:pointer;
	color:#002878;
	text-decoration:underline;
	}

closeButton.form {
	visibility:hidden;
	}

.closeButton.attachment {
	display:none;
	}

.closeButton.attachment {
	background-image:url(http://cache.boston.com/_webdesignready/2010/news/inspire/images/x_close_button.gif);
	float:none;
	margin-top:3px;
	width:154px;
	}



/* Firefox only overrides */

@-moz-document url-prefix() {
	form#express #exp_photo,
	form#express #exp_link,
	form#express #exp_video_link {
		margin-top:-17px;
		}

	form#express #exp_photo div {
		height:18px;
		}

	form#express #exp_question {
		position:relative;
		}
	
	form#express #exp_question .selectButton {
		background:url("http://cache.boston.com/_webdesignready/2010/news/inspire/images/arrow_dropdown_large.gif") no-repeat 50% 7px #FFFFFF;
		border-left:1px solid #ccc;
		height:19px;
		left:641px;
		margin-top:2px;
		padding:7px;
		position:absolute;
		width:19px;
		}
	
	form#express #exp_question .selectButton.selected {
		background-position:50% 50%;
		}
	
	}
	
	#IE8 form#express #exp_question {
		position:relative;
		}
	
	#IE8 form#express #exp_question .selectButton {
		background:url("http://cache.boston.com/_webdesignready/2010/news/inspire/images/arrow_dropdown_large.gif") no-repeat 50% 7px #FFFFFF;
		border-left:1px solid #ccc;
		height:19px;
		left:641px;
		margin-top:2px;
		padding:7px;
		position:absolute;
		width:19px;
		}
	
	#IE8 form#express #exp_question .selectButton.selected {
		background-position:50% 50%;
		}


/* Thank You message
==================================*/

#msg_thankYou {
	display: none;
	text-align:center;
}

#msg_thankYou h3 {
	font-size:30px;
	line-height:30px;
	margin:10px 16px;
	}

#msg_thankYou p {
	font-size:17px;
	font-weight:bold;
	color:#999;
	}

/* Inspire specifics */

#msg_thankYou,
#msg_thankYou h3,
#msg_thankYou p {
	font-family:georgia,times,times New Roman,serif;
	font-weight:normal;
	}

#msg_thankYou p {
	color:#666;
	}


/* 
===================================

 HEADER

===================================
*/

.pageHeader {
	background-color:rgb(249,247,234);
	border-bottom:1px solid #999;
	padding:18px 25px 25px;
	
	-moz-border-radius-topLeft:9px; 
	-moz-border-radius-topRight:9px; 
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	border-top-left-radius:9px;
	border-top-right-radius:9px;
	}

.form_page .pageHeader {
	border-bottom:none;
	margin-bottom:0;
	
	-moz-border-radius-topLeft:9px; 
	-moz-border-radius-topRight:9px; 
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	border-top-left-radius:9px;
	border-top-right-radius:9px;
	}

.form_page #headTools {
	background-color:rgb(249,247,234);
	border-top:1px solid #999999;
	margin-top:0;
	padding:5px 0 20px;
	
	-moz-border-radius-bottomLeft:9px; 
	-moz-border-radius-bottomRight:9px; 
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
	border-bottom-right-radius:9px;
	}

.pageHeader a:hover {
	border-bottom:none;
	}

.headlineContainer {
	padding:0 0 8px;
	margin:0 0 16px -25px;
	text-align:center;
	border-bottom:1px solid #999;
	width:749px;
	}

.headlineContainer h1 {
	margin-bottom:2px;
	}


/* 
===================================

 INDEX PAGE

===================================
*/

#teaseGrid {
	background-color:#fff;
	}	

#teaseGrid a.tease {
	display:block;
	float:left;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:20px;
	height:265px;
	width:209px;

	filter: alpha(opacity=95); /* internet explorer */
	-khtml-opacity: 0.95;      /* khtml, old safari */
	-moz-opacity: 0.95;       /* mozilla, netscape */
	opacity: 0.95;           /* fx, safari, opera */
	}	

#IE6 #teaseGrid a.tease {
	padding-top:10px;
	height:275px;
	}


#teaseGrid a.tease.last {
	border-right:0;
	}

#teaseGrid a.tease:hover {
	cursor:pointer;

	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
	}

#teaseGrid a.tease:hover .kicker {
	color:#000;
	}

.kicker {
	text-align:center;
	font:bold 11px georgia,times,times New Roman,serif;
	letter-spacing:2px;
	text-transform:uppercase;
	margin:0 auto 14px;
	}

div.kicker {
	padding:0 0 4px;
	border-bottom:4px solid;	
	width:135px;
	color:#000;
	}

img.kicker {
	width:125px;
	display:block;
	}

.quotation div.kicker {
	border-color:rgb(118,177,57);
	}

.article div.kicker {
	border-color:rgb(215,129,44);
	}

.video div.kicker {
	border-color:rgb(0,153,231);
	}

.photo div.kicker {
	border-color:rgb(193,33,35);
	}

.video img.teaseImg {
	background:transparent url(http://cache.boston.com/_webdesignready/2010/news/inspire/images/play_button.png) no-repeat 50% 50%;
	}

#teaseGrid a.tease img.teaseImg {
	height:156px;
	width:178px;
	background-color:#e5e5e5;
	display:block;
	margin:0 auto 6px;
	}

#teaseGrid a.tease h3 {
	width:178px;
	font:normal 15px/125% georgia,times,times New Roman,serif;
	margin:0 auto 12px;
	text-align:center;
	}

#teaseGrid a.tease .byline {
	color:#666666;
	font-size:10px;
	height:1px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	top:258px;
	}

#IE6 #teaseGrid a.tease .byline {
	top:268px;
	}

#teaseGrid .quotation .quoteTease .quote {
	font-style:normal;
	background-color: white;
	}

#IE6 #teaseGrid a.tease.quotation,
#IE7 #teaseGrid a.tease.quotation {
	/* Caused duplicate quote marks when background-color: white was added to .quote above 
	background:transparent url(http://cache.boston.com/universal/site_graphics/quote_left.gif) no-repeat 20px 57px;
	*/
	}
	



/* 
===================================

 FOOTER

===================================
*/

.pageFooter {
	background-color:rgb(249,247,234);
	padding:18px 25px 25px;
	text-align:center;
	
	-moz-border-radius-bottomLeft:9px; 
	-moz-border-radius-bottomRight:9px; 
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
	border-bottom-right-radius:9px;
	}

.footerNav {
	width:475px;
	margin:auto;
	font-family:georgia,times,times new roman,serif;
	}

.footerNav a {
	display:block;
	width:165px;
	float:left;
	padding-top:20px;
	}

.footerNav a.left {
	text-align:right;
	}

.footerNav a.right {
	text-align:left;
	}

.footerNav a.center {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0 20px;
	width:102px;
	text-align:center;
	padding:0;
	}


.footerNav a:hover {
	border-bottom:none;
	}

.footerNav a h3 {
	font:normal 17px georgia,times,times new roman,serif;
	margin-bottom:4px;
	color:#2851A2;
	}

.footerNav a:hover h3 {
	color:#002878;
	}

.footerNav a p {
	font-size:13px;
	color:#272727;
	}

.footerNav a:hover p {
	color:#000;
	}
	
.footerNav .returnNav {
	margin-top: 10px;
	text-align: center;
	font:normal 11px Arial,Helvetica,Verdana,sans-serif;
}

#container.citizens_sponsorship #sponGalBottom {
	margin-top:16px;
	}

#container.citizens_sponsorship #sponGalBottom a:hover {
	border-bottom:0;
	}


/* 
===================================

 MODAL BOXES

===================================
*/

.modalBox {
	padding:16px;
	background-color:#fff;
	border:5px solid #aaa;
	width:469px;
	/* position:absolute; */
	/* top:62px; */
	/* left:214px; */
	z-index:200;

	-moz-border-radius:5px; 
	-webkit-border-radius:5px;
	border-radius:5px;

	box-shadow: 3px 3px 12px #666666;
	-moz-box-shadow: 3px 3px 12px #666666;
	-webkit-box-shadow: 3px 3px 12px #666666;	
	
	display:none;
	}

.modalBox h2 {
	text-align:center;
	}

.modalBox p {
	font:normal 15px/22px Georgia,Times,Times New Roman, serif;
	color:#272727;
	margin:6px 0;
	text-align:left;
	}

.modalBox p em {
	font-style:italic;
	color:#000;
	}

.modalBox ul li {
	color:#999;
	}

.modalBox ul li p {
	text-align:left;
	}

.modalBox p strong {
	font-weight:bold;
	color:#000;
	}

.modalBox a.submitButton {
	width:100px;
	font-size:12px;
	padding:4px;
	}
	
.exp_disclaimer {
	color: #333;
}