#myGallery, #myGallerySet, #flickrGallery
{
	width: 614px;
	height: 234px;
	z-index:5;
	border: 0px solid #000;
}

.jdGallery a
{
	outline:0;
}

#flickrGallery
{
	width: 614px;
	height: 234px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 0px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=100);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=100);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.png') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.png') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 0%;
	height: 99%;
	width: 100%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover { background: url('') no-repeat center center; }

* html .withArrows a.open:hover { background: url(' ') no-repeat center center;
	filter:alpha(opacity=80); }
	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

/*
Theme Name: Between the Columns
Theme URI: http://wordpress.org/
Description: "Between the Columns," University of Maryland, College Park.
Version: 1.0
Author: UMD, LMD Agency

*/

	body {
		margin: 0;
		padding: 0;
		background: #DADAD7 url('images/page-bg.gif') repeat-x top center;
		font: normal 76%/1.35em Arial, Helvetica, sans-serif;
	}

	td, th { font-size: 100%; }

	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a { text-decoration: none; }
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover { text-decoration: underline; }

	h1 {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 1.75em;
		line-height: 1em;
	}

	h1 a { color: #666; }

	h2 {
		margin: 0 0 10px 0;
		padding: 0;
		font-family: Univers, Helvetica, Arial, sans-serif;
		font-size: 1.25em;
		line-height: 1em;
		color: #666;
	}
	
	h2 a { color: #666; }

	h3 {
		margin: 0 0 4px 0;
		padding: 0;
		font-size: 1.2em;
		line-height: 1em;
	}

	h3 a { color: #000; }

	h4 {
		margin: 0;
		padding: 0;
		font-size: 1.05em;
		line-height: 1em;
	}

	a {
		color: #900;
		text-decoration: underline;
	}

	a img { border: none; }

	form {
		margin: 0;
		padding: 0;
	}

/*
**	Header Container
*/

	#header-container {
		margin: 0 auto;
		width: 650px;
		color: #FFF;
	}
	
	#header-container div { overflow: hidden; }
	
	#secondary-nav {
		height: 30px;
	}
	
	#secondary-nav a {
		color: #FFF;
		text-decoration: none;
	}
	
	#secondary-nav ul {
		margin: 8px 0 0 0;
		padding: 0;
		float: right;
		list-style-type: none;
	}
	
	#secondary-nav ul li {
		margin: 0;
		padding: 0 5px;
		display: inline;
		border-left: 1px solid #FFF;
		font-size: 0.95em;
		letter-spacing: 1px;
	}
	
	#secondary-nav ul li.first {
		padding: 0 5px 0 0;
		border-left: none;
	}

        UL.double_spaced LI, OL.double_spaced LI {
        margin-bottom: 1em;
        }
	
	
	#banner { height: 107px; text-align: center; }
	
	#banner img { margin: 11px auto 0; }

	#search-bar {
		margin: 0 auto;
		height: 31px;
		width: 608px;
	}
	
	#search-bar .date {
		padding-top: 8px;
		float: left;
		font-size: 1.3em;
	}
	
	#search-bar .search {
		padding-top: 7px;
		float: right;
	}
	
	#search-bar .search .query {
		height: 11px;
		font-size: 0.9em;
		color: #333;
	}
	
/*
**	Body Container
*/

	#body-container {
		margin: 0 auto;
		width: 632px;
		background: transparent url("images/body-bg-right-repeat.gif") repeat-y top right;
	}
	
	#body-left {
		width: 7px;
		height: 902px;
		float: left;
	}
	
	#body-right {
		width: 7px;
		height: 902px;
		float: left;
		background: transparent url("images/body-bg-right-top.gif") no-repeat top left;
	}

/*
**	Body Container - Sidebar
*/
	
	#body-center {
		margin: 8px 0 20px 0;
		width: 618px;
		float: left;
	}

	#sidebar {
		width: 148px;
		float: left;
		font-weight: bold;
		color: #666;
	}

	#sidebar .sidebar-padding { margin: 0 8px; }

	#sidebar .sidebar-padding div {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #8A8A8A;
	}
	
	#sidebar .sidebar-padding #main-nav {
		margin: 0;
		padding: 0;
		list-style-type: none;	
	}

	#sidebar a {
		text-decoration: none;
		color: #666;
	 }
	 
	#sidebar a:hover { text-decoration: underline; }

	#sidebar img { margin-bottom: 3px; }

	#sidebar .title {
		margin: 0 0 5px 0;
		padding: 0;
		color: #900;
		line-height: 1em;
	}

	#sidebar #main-nav a { color: #900; }

	#sidebar #important-links ul {
		margin: 0 0 0 15px;
		padding: 0;
		list-style-type: none;
	}

	#sidebar #important-links li {
		margin: 0;
		padding: 0;
		line-height: 1.5em;
		font-weight: bold;
		font-size: 0.8em;
	}

	#sidebar #important-links li a {
		color: #666;
		text-decoration: underline;
	}

	#sidebar table { margin-top: 5px; }
	
/*
**	Body Container - Content
*/

	#body-content {
		width: 614px;
		float: right;
		border-left: 0px solid #8A8A8A;
	}
	
	#body-content .content-padding { margin: 0 6px 0 8px; }

	#page-options {
		margin-top: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #8A8A8A;
	}

	#page-options .container { height: 20px; }

	#page-options img { vertical-align: bottom; }

	#page-options #visible-toggle { float: left; }
	
	#page-options #visible-toggle img.issue { margin: 0 12px 1px 0; }
	
	#page-options #visible-toggle img.toggle { margin-right: 7px; }

	#page-options #fontsizeoptions { float: right; }
	
	#page-options #fontsizeoptions img { margin: 0 0 3px 13px; }
	

	#body-stories {
		margin: 20px 20px 0 5px;
	}
	
	#body-stories p {
		margin: 0;
		padding: 0;
	}

	#body-stories .storycontent p {
		margin: 0 0 1em 0;
	}

	.post {
		margin-bottom: 30px;
		clear: both;
	}

	.post .story-thumbnail {
		float: left;
		margin-right: 10px;
		background-color: #000
	}

	.feedback {
		clear: both;
		border-top: 1px solid #ECECEC;
		font-size: .9em;
	}
	
	.feedback, .feedback a { color: #666; }
	
	#body-footer {
		margin: 30px 0 0 0;
                font-size: .85em;
	}

/*
**	Footer Container
*/

	#footer-container {
		margin: 0 auto;
		padding: 0 0 50px 0;
		background: transparent url("images/footer-bg.gif") no-repeat top left;
		height: 13px;
		width: 632px;
	}

/*
** Wordpress
*/
	#comments { margin-top: 2em; }
	#postcomment { margin-top: 2em; }
	#commentsfluff { text-align: right; font-size: .9em; }
        #commentlist li { margin-bottom: 2em; padding-bottom: .5em; border-bottom: 1px solid #E6E6E6; }

	.wplc_event_list {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.wplc_event_list li {
		border-bottom: 1px solid #666;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}

	.wplc_event_list .wplc_event_head {
		margin: 0 0 4px 0;
		padding: 0;
		font-size: 1.2em;
		line-height: 1em;
	}

	.wplc_event_list .wplc_event_date {
		font-weight: bold;
		font-style: italic;
	}

	.wplc_event_list .wplc_event_body {
		padding: .5em;
	}


	.captioned-image, 
	#body-stories p.captioned-image, 
	#body-stories .storycontent p.captioned-image {
		float: left;
		margin: 8px;
		background-color: #E0E0E0;
		padding: 5px;
		font-size: .8em;
                line-height: 1.2em;
	}

        .captioned-imagert, 
	#body-stories p.captioned-imagert, 
	#body-stories .storycontent p.captioned-imagert {
		float: right;
		margin: 8px;
		background-color: #E0E0E0;
		padding: 5px;
		font-size: .8em;
                line-height: 1.2em;
	}

        .captioned-imagewt, 
	#body-stories p.captioned-imagewt, 
	#body-stories .storycontent p.captioned-imagewt {
		float: left;
		margin: 8px;
		background-color: #FFF;
		padding: 5px;
		font-size: .8em;
                line-height: 1.2em;
	}

	.callout {
		margin: 5px;
		background-color: #FFFFCC;
		padding: 8px;
                font-size: 1em;
                margin-bottom: 1em;
	}

        .callout2 {
		margin: 5px;
		background-color: #000;
		padding: 8px;
                font-size: 1em;
                margin-bottom: 1em;
	}

        .calloutbox {
                margin-top: 10px;
                margin-bottom: 10px;
                margin-left: 10px;
                margin-right: 10px;
		background-color: #E0E0E0;
		padding: 8px;
                font-size: 1em;
                line-height: 1.2em;
                text-decoration: none;
	}
	
	.wpml_widget fieldset {
		border: none;
	}
	
	#body-stories div.flashmovie {
		padding: 0;
		margin: 0 0 1em 0;
		text-align: center;
	}
	
	div.flashmovie embed { margin: 0 auto; }
	
	div.flashmovie-nomargin {
		text-align: center;
		margin-bottom: 0em;
	}
	
	div.flashmovie-nomargin embed { margin: 0 auto; }
	
	#myGallery { overflow: hidden; }

legend { color: #000; }
