/*
Theme Name: Eeuw Van De Stad
Description: Wordpress theme
Version: 1.8.2
*/

/*** Reset Styles ************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, acronym, abbr, blockquote, pre, a, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, 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; font-size:100%; vertical-align:baseline; background:transparent;}
body {line-height:1.5; background-color:#fcfcfc !important;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration: line-through;}
table {border-collapse:collapse; border-spacing:0;}
a img {border:none;}


/*** General *****************************************************************/

body {background:#fcfcfc no-repeat fixed; color:#c1c1c2; margin:0; padding:0; text-align:center; font-size:75%; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; min-width:990px;}

/* body background image variations */
body.view-1 { background-image: url(images/background.grid.1.png);}
body.view-2 { background-image: url(images/background.grid.2.png);}
body.view-3 { background-image: url(images/background.grid.3.png);}
body.view-4 { background-image: url(images/background.grid.4.png);}
body.view-5 { background-image: url(images/background.grid.5.png);}
body.view-6 { background-image: url(images/background.grid.6.png);}
body.view-7 { background-image: url(images/background.grid.7.png);}
body.view-8 { background-image: url(images/background.grid.8.png);}

p {font-size:1.167em; line-height:1.5em; margin:0 0 1.5em;}
small {font-size:0.75em;}

h1,h2,h3,h4,h5,h6 {font-weight:normal !important;}

a:link, a:visited {color:#00aaee; text-decoration:none;}
a:hover {color:#77cc44;}

img {margin:0 0 1.5em;}
img.alignleft {margin-right:1.5em;}
img.alignright {margin-left:1.5em;}

/* common classes */
.full-column {}

.alignright {float:right;}
.alignleft {float:left;}
.aligncenter, div.aligncenter {display:block; margin-left:auto; margin-right:auto;}
.wp-caption {border:1px solid #ddd; text-align: center; background-color:#f3f3f3; padding-top:4px; margin:10px;}
.wp-caption img {margin:0; padding:0; border:0 none;}
.wp-caption p.wp-caption-text {font-size:11px; line-height:17px; padding:0 4px 5px; margin:0;}
.clearboth {clear:both;}

.navigation {padding:0.333em 0; font-size:1.5em; border-top:1px solid #d1d9dc;
    display:none;
}

.pagetitle {padding:0.333em 0; font-size:1.5em; color:#c1c1c3; position:relative; border-top:1px solid #d1d9dc;
    display:none;
}
.pagetitle span {position:absolute; left:240px;}

#searchform {margin:0;}


/*** Blocks ******************************************************************/

/* Clearfix */
.clearfix:after,
#header .inner:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; 
}

/* Skip links */
#nav-accessibility {
	position: absolute;
	left: -1000em;
	text-align: left;
}

/* Header */
#header {
	width: 100%;
    position:fixed;
	left: 0px;
	top: 0px;
    z-index:99;
    font-family: 'Arial Narrow',Arial,Helvetica, sans-serif;
	font-size: 1.083em;
	line-height: 1.3em;

}
	#header .inner {
		padding: 10px 20px;
		width: 930px;
		margin: 0 auto;
		background: transparent url('images/white.90.png') repeat 0 0;
		text-align: left;
	}

	#header form {
		margin: 0 0 0 -20px;
		border-top: 4px solid #111;
        padding: 3px 0;
		float: right;
		width: 170px;
		text-align: right;
	}

	#header form label { 
		position: absolute;
		left: -1000em;
		text-align: left;
	}

	#header form input {
		margin: 0 3px 0 0;
		padding: 2px;
        border: 1px solid #CCC;
		width: 90px;
        background:#f8f8f8;
        color:#666;
		vertical-align: middle;
	}

	#header form button { 
		background: transparent;
		margin: 0 0 3px;
		border: 0;
		padding: 2px 0;
		color: #111;
		font-family: 'Arial Narrow',Arial,Helvetica, sans-serif;
		font-weight: bold;
		font-size: 1em;
		cursor: pointer;
		vertical-align: middle;
	}

/* Navigation */
#nav {
	float: left;
}
	
	#nav em {
		position: absolute;
		left: -1000em;
		text-align: left;
	}

	#nav ul {
		margin: 0 -20px 0 0;
		padding: 0;
		width: 760px;
	}

	#nav li {
		margin: 0 20px 0 0;
		list-style: inside none none;
		float: left;
		width: 170px;
	}

	#nav a {
		border-top: 4px solid #111;
        padding: 3px 0 3px 5px;
		display: block;
        color: #111;
		font-weight: bold;
		text-align: right;
	}
	
		#nav a:hover {
			color: #59BEE8;
			border-top-color: #59BEE8;
		}

/* Nav site */
#nav-site {
	clear: both;
	overflow: hidden;
	width: 760px;
}

	#nav-site em {
		position: absolute;
		left: -1000em;
		text-align: left;
	}

	#nav-site ul {
		margin: 0px -20px 0 0;
		padding: 0px;
	}

	#nav-site li {
		margin: 0 20px 0 0;
		width: 170px;
		float: left;
		list-style: inside none none;
	}
	
	#nav-site a {
        border-top: #444 solid 2px;
        padding: 2px 0 5px 5px;
		height: 17px;
		display: block;
		text-align: right;
        color: #444;
	}
	
		#nav-site a:hover {
			color: #59BEE8;
			border-top-color: #59BEE8;
		}



#viewer {
    position:absolute;
    top:11%;
    left:50%;
    z-index: 10;
    width:580px;
	margin-left: -290px;
    }
	body.homepage #viewer {
		top:66%;
	}
#viewerpage {
    width:580px;
    margin:0 0 100px;
    padding:7px 13px 13px 7px;
    background:url('images/dropshadow.600.png'); top right repeat-y;
}
#footer {
    padding:0;
    margin:0;
    background:#333333;
}
#page {
    padding: 10px;
    text-align:left;
    background:#333333;
    }
    

/*** logos ******************************************************************/
#site-name {
    position:fixed;
    left:1%;
    top:40px;
    z-index:4;
}

#ds_logos {
    position:fixed;
    bottom:3px;
	left: 0px;
    z-index:1;
    width:100%;
    margin-top:100px;
    text-align:center;
}
#ds_logos img {
    margin:0 25px 0 0;
}


/*** NPO ******************************************************************/
#npo_button_container {position:fixed !important; top:10px; right:10px; z-index:999;}


/*** VPRO ******************************************************************/
#vpro_button_container {position:fixed !important; top:50px; right:13px; z-index:5;}



/*** Posts and Pages *********************************************************/

.post {padding-top:1.5em;}
.page {padding-top:1.5em;}
* html .post, * html .page {height:1%;} /* Fix for IE6 */

.sticky {border-top:3px solid #d1d9dc;}

h1 {color:#f8f8f8; font-size:2.5em; font-weight:bold; line-height:1em; text-transform:lowercase; padding-bottom:0.6em;}
h1 a:link, h1 a:visited {color:#f8f8f8; font-weight:normal; text-decoration:none;}
h1 a:hover {color:#00aaee;}

.post-info {width:300px; margin:0 1.667em 0 0;}

.timestamp {display:none !important; float:left; font-size:1.5em; color:#c1c1c3;}

.comment-bubble {display:none !important; float:left; font-size:1.5em; margin-left:0.5em; text-align:center;}
.comment-bubble a:link, .comment-bubble a:visited {color:#c1c1c3; text-decoration:none; display:block; width:27px; height:32px; background:url(images/comment-bubble.gif) no-repeat 0 2px;}
.comment-bubble a:hover {color:#00aaee;}

.post-content {float:left; width:38.333em; overflow:visible;}
.post-content h2 {font-size:2.0em; margin-bottom:0.75em;}
.post-content h3 {font-size:1.5em; margin-bottom:1em;}
.post-content h4 {font-size:1.167em; margin-bottom:0.867em;}

blockquote {background:#fff url(images/blockquote.gif) no-repeat top left; margin-left:7em; padding-left:3em; font-style:italic;}

.pull-1 {margin-left:-8.571em; width:41.428em}
.pull-2 {margin-left:-17.143em; width:50em;}
* html .pull-1, * html .pull-2 {position:relative;} /* Fix for IE6 */

.post-content ul, .post-content ol {margin:0 0 1.5em; padding:0; font-size:1.167em;}
.post-content ul li, .post-content ol li {margin-left:3em; padding-left:0em; line-height:1.5em;}
.post-content ul li ul, .post-content ol li ol, .post-content ul li ol, .post-content ol li ul {font-size:1em;}

pre {white-space:pre-wrap; word-wrap:break-word; margin:0 0 1.5em;}

dl {margin:0 0 1.5em;}
dt {font-weight:bold; font-size:1.167em;}
dd {font-size:1.167em; margin-left:8.571em;}

acronym, abbr {border-bottom:3px solid #eee;}

hr {color:#d1d9dc; height:4px; background-color:#c2c2c3; border:0;}

.more-link {display:block; margin-top:1.5em;}

.post-meta-data {position:relative; margin:0; padding: 0.4em 0 .4em 10em ; border-top: 3px solid #eee; overflow: hidden; zoom: 1;}
.post-meta-data h3 { float: left; margin: 0 0 0 -10em; }
.post-meta-data p { font-size: 1em; margin: 0;}


.gallery {margin:0 0 1.5em 0; padding:0;}
.gallery-item {float:left; margin:10px 0 0 0; text-align:left; padding:0;}
.gallery img, .gallery a img {border:solid 3px #eee; background:#c3c3c4; padding:4px; margin:0;}
.gallery a:hover img {border-color:#666666; background:#ffffff;}
.gallery-caption {margin:0 0 1.5em 0; font-size:0.833em; line-height:1.167em; color:#c0c0c1;}

table {margin:1.5em 0; padding:0; border-collapse:collapse;}
table th {padding:0.5em; border:3px solid #eee; background-color:#f8f8f8;}
table tr {margin:0; padding:0;}
table tr td {padding:0.5em; border:0px}

/*** Comments ****************************************************************/

#comment-wrapper {clear:both; border-top:3px solid #eee;}

h3#comments {font-size:1.5em; position:relative; height:100%; padding:0.333em 0; color:#c1c1c3; font-weight:normal;}
h3#comments span {position:absolute; left:6.667em; top:0.333em;}

ol.commentlist {margin:0; padding:0;}
ol.commentlist li {list-style:none; position:relative; border-top:3px solid #eee; padding:0.333em 0 0 10em;} 
ol.commentlist li.bypostauthor {border-top:1px solid #6a797d;} 
ol.commentlist li.comment-author-admin {border-top:3px solid #eee;} 
ol.commentlist li.comment div.vcard {padding-top:1.0em; }
ol.commentlist li.comment div.vcard cite.fn {font-size:1.167em;} 
ol.commentlist li.comment div.vcard img.avatar {position:absolute; left:0em; padding-top:0.333em;}
* html ol.commentlist li.comment div.vcard img.avatar {left:-10em;} /* Fix for IE6 */
ol.commentlist li.comment div.vcard span.says {visibility:hidden;}
ol.commentlist li.comment div.comment-meta {margin-bottom:1em;} 
ol.commentlist li.comment div.reply {position:absolute; top:8px; right:3px;}

ol.commentlist li.pingback div.vcard {padding-top:1.0em;} 
ol.commentlist li.pingback div.vcard cite.fn {font-size:1.167em;} 
ol.commentlist li.pingback div.vcard span.says {visibility:hidden;} 
ol.commentlist li.pingback div.reply {position:absolute; top:8px; right:3px;}

#respond {position:relative; padding:0; border-top:3px solid #eee; margin-bottom:3em;}
#respond h3 {font-size:1.5em; color:#c1c1c3; padding:0.333em 0; font-weight:normal;}

.cancel-comment-reply {position:absolute; top:8px; right:3px;}

#commentform {border-top:3px solid #eee; padding-top:1em;}

.nocomments {border-top:3px solid #eee; padding:1em 0 0 8.571em;}

.form-field {position:relative; margin-bottom:1em; padding: 0 0 0 9em; overflow: hidden; zoom: 1; }
.form-field label{ float: left; margin: 0 0 0 -9em; }
.form-field #author, .form-field#email, .form-field #url {background-color:#fcfcfc; border:1px solid #eee; padding: 3px;}
.form-field textarea#comment {background-color:#fcfcfc; border:1px solid #eee; padding: 3px; width: 394px; height:200px; font-size:1em; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}


/*** Sidebar + Widgets *******************************************************/

.center-column-sidebar {margin:0px auto; text-align:left; clear:both; overflow:hidden; border-top: 3px solid #eee; }

#sidebar {margin:0 0 1em 0; padding:10px 0 1px; overflow: hidden; }
#sidebar li {display:inline; width:15.713em; margin-right:1.429em; overflow:hidden; float:left; list-style:none;}
#sidebar .widget {font-size:1.167em; line-height:1.5em;}
#sidebar li h2 {font-size:1.714em; color:#c1c1c3; padding:0.333em 0;}
#sidebar li ul li a {display:block;}



#sidebar_footer {margin:0 0 1em 0; padding:1em 0 0 0; border-top:#eee 3px solid !important;}
#sidebar_footer li {width:160px; font-size:11px; float:left; margin-right:20px; padding:0; display:block; list-style:none;}
#sidebar_footer .widget {font-size:1.167em; line-height:1.5em;}
#sidebar_footer li h2 {font-size:1.714em; color:#c1c1c3; padding:0.333em 0;}
#sidebar_footer li ul li a {display:block;}
#sidebar_footer .widgettitle {font-size:1.5em; font-weight:bold;}

#sidebar_footer #event-calendar {}
#sidebar_footer #event-calendar .nav {margin:0;}
#sidebar_footer #event-calendar #ec3_publish {margin:0;}
#sidebar_footer #ec3_2009_7,
#sidebar_footer #ec3_2009_8,
#sidebar_footer #ec3_2009_9,
#sidebar_footer #ec3_2009_10,
#sidebar_footer #ec3_2009_11,
#sidebar_footer #ec3_2009_12 {
    clear:none;
    width:30% !important;
    margin-right:3%;
    float:left;
}

#sidebar_home {clear:both;}
#sidebar_home * {font-size:1.1em;}
#sidebar_home {width:580px; margin:0; padding:0;}
#sidebar_home li {width:160px; font-size:11px; float:left; margin-right:20px; padding:0; display:block; list-style:none;}
#sidebar_home .widget {}
#sidebar_home li ul li a {display:block;}
#sidebar_home .widgettitle {font-size:1.667em; font-weight:bold;}

#sidebar_footer #wp-calendar th {padding:4px;}
#sidebar_footer #wp-calendar td a {font-size:11px;}

/*** Footer ******************************************************************/

#footer a:link, #footer a:visited {margin:0; padding:0; color:#c1c1c3; font-weight:bold;}
#footer a:hover {color:#00aaee;}

.credits {clear:both; float:left;}
.bottom-link {float:right;}





/*** Cloud *****************************************************************/
#cloud {position:absolute; left:0; top:0; z-index:1; width:100%; height:100%;}

.cloudleft {margin-right:200px;}
.cloudright {margin-left:200px;}
/*
.cloudleft a {border-left:#00AAEE 3px solid;}
.cloudright a {border-right:#00AAEE 3px solid;}
*/

.clouditem {text-align:left; padding:0 10px 10px 0; background:url('images/dropshadow.200x200.png') bottom right no-repeat;}
.clouditem a {color:#ffffff; display:block; width:200px; height:200px; padding:0;  overflow:hidden;}
.clouditem a:hover {background:#333333; background-image:none !important;}
.clouditem a:hover * {color:#fff; background:#333333;}
.clouditem a:hover .clouditemsubtitle {display:block;}
.clouditem a:hover .clouditemdescription {display:block;}
.clouditem a:hover .clouditemcategories {display:block;}
.clouditem a:hover .clouditemsubtitle,
.clouditem a:hover .clouditemcategories {color:#59BEE8 !important;}
    
.clouditem .clouditemimage {width:200px; height:200px; overflow:none; border:0;}
.clouditem .clouditemtitle {display:block; font-weight:normal !important; font-color:#ffffff; padding:5px; background:#333;}
.clouditem .clouditemsubtitle {display:none; font-size:10px; color:#ffffff; padding:2px 5px;}
.clouditem .clouditemdescription {display:none; font-size:10px; color:#ffffff; background:#000; padding:2px 5px;}
.clouditem .clouditemcategories {display:none; font-size:10px; color:#ffffff; background:#000; padding:2px 5px;}

.cloudlevel0 {
    padding:0 15px 10px 0; 
    font-size:18px;
    overflow:hidden; 
    background:url('images/dropshadow.200x200.png') bottom right no-repeat;
}
.cloudlevel0 a:link,
.cloudlevel0 a:visited {display:block; width:200px; height:200px; padding:0; font-size:18px; overflow:hidden;}
.cloudlevel0 .clouditemtitle {line-height:16px;}

.cloudlevel1 {
    padding:0 12px 10px 0; 
    font-size:18px;
    text-transform:lowercase;
    overflow:hidden; 
    background:url('images/dropshadow.200x200.png') bottom right no-repeat;
}
.cloudlevel1 a:link,
.cloudlevel1 a:visited {display:block; width:200px; height:200px; padding:0; overflow:hidden;}
.cloudlevel1 .clouditemtitle {line-height:16px;}

.cloudlevel2 {
    font-size:11px;
    text-transform:lowercase;
    overflow:hidden; 
    background:url('images/dropshadow.120x120.png') bottom right no-repeat;
}
.cloudlevel2 a:link,
.cloudlevel2 a:visited {display:block; width:120px; height:120px; padding:0; overflow:hidden;}
.cloudlevel2 .clouditemtitle {line-height:11px;}


/* Related Content */
#related-content {
	position:fixed; 
	left:0; 
	top:0; 
	width:100%; 
	height:100%; 
	}

	#related-content h2 { 
		position: absolute; 
		left: -1000em; 
		text-align: left; 
		}

	#related-content ol {
		width: 100%;
		height: 100%;
		color: #FFF;
		font-size: 10px;
		}

	#related-content li {
		display: block;
		position: absolute;
		z-index: 1;
		
		padding: 10px 16px 14px 2px;
		width: 200px;
		height: 194px;
		
		background: transparent url(images/cloud_1.png) no-repeat 0 0;
		
		text-align: left;
		list-style: outside none none;

		cursor: pointer;
		}

	#related-content h3 {
		width: 188px;
		height: 20px;
		overflow: hidden;
		
		margin: 0 6px;
		padding: 0;
		
		font-size: 1.8em;
		line-height: 20px;
		font-weight: bold;
		text-transform: lowercase;
		}
		
		#related-content h3 a {
			color: #FFF
			}

	#related-content div {
		padding: 6px;
		height: 162px;
		overflow: hidden;
		}


	#related-content img {
		display: block;
		margin: 0 -6px -6px;
		width: 200px;
		height: 168px;
		}
	

	#related-content p {
		margin: 0;
		font-size: 1em;
		}

	#related-content p.category,
	#related-content p.tags {
		color: #00aaee;
		}

	
	/* Cloud level 2 */
	#related-content li.cloudlevel-2 {
		width: 120px;
		height: 114px;
		z-index: 2;
		/*
		-moz-opacity:.80; 
		filter:alpha(opacity=80); 
		opacity:.80;
		*/
		background-position: 100% 0;
		}
		#related-content li.cloudlevel-2 div {
			height: 89px;
			}
	
		#related-content li.cloudlevel-2 h3 {
			width: 108px;
			height: 13px;
			font-size: 1.1em;
			font-weight: normal;
			line-height: 13px;
			}

		#related-content li.cloudlevel-2 img {
			width: 120px;
			height: 95px;
			}

	/* Hover states */
	#related-content p {
		display: none;
		}
	#related-content li.hover {
		z-index: 1000;
		-moz-opacity: 1; 
		filter:alpha(opacity=100); 
		opacity:1;
		}

	#related-content li.hover p {
		display: block;
		}
	#related-content li.hover img {
		display: none;
		}

/* Map imapge placeholder */
#location-map {
	height: 175px;
	margin: 0 0 1.5em;

	background: transparent url(images/loader.gif) no-repeat 50% 50%;
}

	#lacation-map img {
		display: block;
	}

/* Category browser */
#category-browser {
	font-size: 1.08em;
}
	#category-browser ol {
		margin: 0;
		padding: 0;
	}
	
		#category-browser ol ol {
			margin: 0 0 0 35px;
			padding: 0;
		}
	#category-browser h2,
	#category-browser h3,
	#category-browser h4
	{
		font-size: 1em;
		font-weight: bold !important;
	}
		
	#category-browser li {
		margin: 5px 0;
		list-style: outside none none;
	}

	#category-browser h2 a, 
	#category-browser h3 a, 
	#category-browser h4 a
	{
		padding: 0 13px 0 0;
		background: transparent url(images/arrow_w.png) no-repeat 100% 50%;
		color: #FFF;
	}
	/* Visibility */
	#category-browser ol li ol {
		display: none;
	}
	#category-browser ol li.active ol {
		display: block;
	}
	#category-browser ol li.active ol ol{
		display: none;
	}
	#category-browser ol li.active ol li.active ol{
		display: block;
	}

	#category-browser ol li.active ol li.active ol ol{
		display: none;
	}

	#category-browser ol li.active ol li.active ol li.active ol{
		display: block;
	}

	/* Links color */
	#category-browser li.active h2 a {
		color:#00aaee;
		background-image: url(images/arrow_b.png);
	}

	#category-browser li.active li.active h3 a {
		color:#00aaee;
		background-image: url(images/arrow_b.png);
	}
	#category-browser li.active li.active li.active h4 a {
		color:#00aaee;
		background-image: url(images/arrow_b.png);
	}
	#category-browser li.loading h2 a ,
	#category-browser li.active li.loading h3 a ,
	#category-browser li.active li.active li.loading h4 a {
		background-image: url(images/loader.gif);
	}


	#category-browser ol.posts {
		border-top: 3px solid #ededed;
		margin: 5px 0;
	}
	#category-browser ol.posts li {
		margin: 0;
		overflow: hidden;
		padding: 10px 0 10px 80px;
	}
	#category-browser ol.posts img {
		border: 3px solid #ededed;
		float: left;
		margin: 5px 0 0 -80px;
		width: 60px;
		height: 60px;
	}

	#category-browser ol.posts h3,
	#category-browser ol.posts h4,
	#category-browser ol.posts h5
		{
		font-size: 1.23em;
		font-weight: normal !important;
		text-transform: lowercase;
	}
	#category-browser ol.posts h3 a,
	#category-browser ol.posts h4 a,
	#category-browser ol.posts h5 a {
		color: #FFF;
		padding-right: 0;
		background: none;
	}

	#category-browser ol.posts p {
		margin: 0 0 5px;
		font-size:.85em; 
	}
	#category-browser ol.posts p.tags,
	#category-browser ol.posts p.category,
	#category-browser ol.posts p.events
	{
		color: #00aaee;
	}


/* Search results */
ol.posts-list {
	margin: 1em 0;
}

	ol.posts-list li {
		margin: 0 0 20px;
		padding: 0 0 0 80px;
		list-style: outside none none;
	}

	ol.posts-list img {
		border: 3px solid #ededed;
		float: left;
		margin: 5px 0 0 -80px;
		width: 60px;
		height: 60px;
	}

	ol.posts-list h2 {
		font-size: 1.5em;
		font-weight: bold;
		text-transform: lowercase;
	}

	ol.posts-list p {
		margin: 0;
		font-size: 1em;
	}

	ol.posts-list p.category ,
	ol.posts-list p.tags,
	ol.posts-list p.events
	{
		color: #00aaee;
		font-size: .916em;
	}


/* Posts navigation */
.posts-nav {
	border-top: 3px solid #ededed;
	margin: 20px 0 0;
	padding: 5px 0;
	font-weight: bold;
}

	.posts-nav h3 {
		position: absolute;
		left: -1000em;
		text-align: left;
	}
	.posts-nav ul {
		overflow: hidden;
	}
	.posts-nav li {
		list-style: inside none none;
	}

	.posts-nav li.prev {
		float: left;
	}
	.posts-nav li.next {
		float: right;
	}
	
/* Post figure */
.figure-media {
	margin: 1em -10px;
	display: block;
	width: 580px;
	text-align: center;
}
	.figure-media img {
		display: block;
		margin: 0 auto;
	}

.ugslPlayer {
	margin: 1em 0 1em -5px;
	display: block;
	width: 512px;
	height: 288px;
}

