/*
 * General
 */
.clearing {
	clear: both;
}
BLOCKQUOTE {
	background-color: #dbecfc;
	padding: .5em;
}
.bqstart {
	float: left;
	font-size: 4em;
	margin-top: -.5em;
	margin-bottom: -.5em;
	height: 1.1em;
}
.bqend {
	float: right;
	font-size: 4em;
	margin-top: -.6em;
	height: 10px;
}
.imgFrame, .icon { border: thin solid #3c6b95; }
.imgRight {
	float: right;
	margin-left: .5em;
}
.imgLeft {
	float: left;
	margin-right: .5em;
}
.imgRight IMG, .imgLeft IMG {
	border: thin solid black;
}

/*
 * Home Page
 */
/* Change the "Email Al" button to be full width for symmetry.  Symmetry. */
/*#contact_al li.fullwidth {
	width: 419px;
}
#contact_al a.ca-ea span {
	background-position: 0 -1314px !important;
	padding-left: 0px;
	text-align: center;
}
#contact_al a.ca-ea span img {
	margin-top: -3px;
}*/

/*
 * About Minnesota
 */
.mnCongItem {
	float: left;
	width: 280px;
	padding: 1em;
}
.sectionHeader {
	font-size: 1.2em;
	font-weight: 600;
	text-decoration: underline;
}

/*
 * Issues
 */
#issues .icon {
	float: left;
	margin-right: 1em;
}
#issues .options {
	float: right;
	border-top: none;
}

.pullquote {
	margin: 0 2em 0 2em;
}
.pullquote:before {
	content: "\201c";
	font-size: 4em;
	float: left;
	margin: -.4em .1em -1em 0;
}
.pullquote:after {
	content: "\201d";
	font-size: 4em;
	float: right;
	margin: -.2em 0 0 .1em; 
	height: 1em;
}

/*
 * Photo Gallery
 */

UL#photolist, UL#photosetlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 260px;
	overflow-y: auto;
}
UL#photolist LI, UL#photosetlist LI {
	float: left;
	width: 75px;
	margin-left: 0px;
	margin-right: 1em;
	margin-bottom: 1em;
	border: thin solid black;
	
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 2px #888;
}

#photoset_title {
	clear: both;
	text-align: center;
	font-size: 2em;
	min-height: 2em;
}
#photoset_nav {
	clear: both;
}
#photos_help {
	width: 400px;
}
#photos_filters {
	float: right;
	text-align: right;
}

#photoset_tweet {
	float: right;
	text-align: right;
}

/*
 * Staff Spotlight
 */
#staffspot_list UL, #staffspot_list LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#staffspot_list LI {
	height: 500px;
	overflow: auto;;
}
#staffspot_list .ss_title {
	font-size: 1.2em;
	font-weight: bold;
}
#staffspot_list .ss_subtitle {
	font-weight: bold;
}

/*
 * State Fair
 */
#statefair #col1 {
	float: left;
	width: 450px;
}
#statefair #col2 {
	float: left;
	width: 450px;
	margin-left: 15px;
}
#statefair .block-misc {
	margin-bottom: 15px;
}
#statefair .block-misc .bd {
	border: 0;
	border-left: 1px solid #b4d8fc;
	border-right: 1px solid #b4d8fc;
	background-color: #fff;
	padding: 0 10px 10px 10px;
}
#statefair .block-misc .ft {
	background: url(/images/sprites.gif?11) no-repeat;
	background-position: right -468px !important;
	height: 35px !important;
	overflow: hidden !important;
}
#statefair H4 {
	margin-bottom: 0px;
}

/*
 * Videos
 */
IFRAME.youtube-player {
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	box-shadow: 2px 2px 2px #888;
}
#cms_news_1347 img {
margin-left: -25px;
}