/* @override 
	http://www.mediacityproject.com/files/img/2010/conf-10.css
	http://mediacityproject.org/files/img/2010/conf-10.css
	http://www.mediacityproject.org/files/img/2010/conf-10.css
*/

@font-face {
 		font-family: ProFont;
 		src: url(http://www.mediacityproject.org/files/img/2010/ProFontWindows.ttf);
}
	

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #1a534f url(http://www.mediacityproject.org/files/img/2010/MediaCity_bg.jpg) repeat-x 0 0;
}


body, p, .article {
    color: #000;
	font: 0.9em/135% Verdana, Arial, sans-serif;
}
#main-nav {
	font: 78%/200% ProFont, ProFontWindows, Courier, "Courier New", mono;
}
h1 {
	font: 100%/200% ProFont, ProFontWindows, Courier, "Courier New", mono;
}

.marker {
	font-weight: bold;
	font-size: 90%;
	background-color: #ff3366;
	color: white;
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 1px;
	margin-right: 1px;
}


a {
    color: #3aa39b;
    font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00ccbd;
	text-decoration: none;
}

/* @group header */

#BUWLogo {
	position: absolute;
	display: block;
	left: 138px;
	top: 0;
	z-index: 1;
}


/* @end */

#wrapper {
	margin-top: 50px;
	width: 99%;
	position: absolute;
	top: 320px;
	clear: left;
	float: left;
}

/* @group menu */

#main-nav {
	width: 250px;
	background-color: white;
	color: black;
	text-align: left;
	padding: 10px 1px 10px 40px;
	position: relative;
	top: 0;
	clear: left;
	margin-right: 8px;
	margin-left: 0;
	font-style: normal;
	float: left;
}

#main-nav ul {
	list-style: none;
	clear: left;
	float: left;
	display: block;
}

#main-nav li {
}

#main-nav ul li ul {
	list-style: none;
}

#main-nav a {
	display: block;
	color: black;
	padding: 2px 10px 2px 0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	clear: left;
	float: left;
}
	
#main-nav a:hover {
	color: #00ccbd;
}

#main-nav a.active {
	color: white;
	background-color: #365f5c;
	padding: 1px 10px 1px 11px;
	width: auto;
	position: relative;
	display: block;
	font-weight: normal;
	font-style: normal;
	float: left;
	clear: left;
	margin: 4px 0;
	left: -11px;
}
#main-nav a.active:after {
	content: " >>>>>";
}

#main-nav ul li ul a {
	font-weight: normal;
	padding: 1px 10px 1px 7px;
}

#main-nav ul li ul a:hover {
	color: #00ccbd;
}

#back a {
	color: #70cbc5;
	position: relative;
	left: -13px;
}
#back a:before {
	content: "< ";
}

/* @end */

/* @group content */

#content {
	padding: 10px;
	color: black;
	position: relative;
	top: 0;
	float: left;
	width: 92%;
}

#content-box {
	background-color: white;
	top: 0;
	position: absolute;
	clear: none;
	float: left;
	left: 297px;
	width: 60%;
}

#content h1 {
	color: white;
	background-color: black;
	padding: 1px 10px 1px 11px;
	width: auto;
	float: left;
	clear: left;
	position: relative;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin: 4px 10px 19px 0;
}

#content p {
	margin: 10px 4px;
	clear: left;
	padding-left: 4px;
}

.article ul { 
	margin-left: 25px;
	margin-top: -15px;
}
.article li {
	list-style-type: square;
	
	font: 0.9em/135% Verdana, Arial, sans-serif;
	margin: 0 0 -10px;
	padding: 0;
}

ul.nobullets,
ul.nobullets li { 
	margin-left: 0px;
	list-style-type:none; 
	padding: 0 0 0 10px;
}

/* @end */

/* @group highslide */

.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 0;
	margin: 2px;
}

.highslide:hover img {
	border-color: #A0A0A0;
}

.highslide-image {
	border: 2px solid #FFFFFF;
}

.highslide-loading {
	display: block;
	padding: 3px 0 3px 22px;
	width: 0;
	height: 16px;
	overflow: hidden;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-image: url(graphics/loader.white.gif);
}

.caption {
	font-size: x-small;
	text-align: right;
}

/* @end */

/* @group footer */

#footer {
	width: 100%;
	margin-bottom: 10px;
	font-size: 60%;
	float: left;
	display: inline-block;
	position: relative;
	top: 0;
	border-top: 1px dotted gray;
	padding-top: 15px;
	margin-left: 10px;
	margin-top: 10px;
}

#footer a {
	color: #3aa39b;
}
#footer p {
	padding: 0;
	margin: 0;
}
#eu img {
	padding-bottom: 5px;
	margin: 0;
}
#address-box {
	width: 290px;
	position: relative;
	float: left;
	top: 0;
}
#eu,
#eu p {
	float: right;
	text-align: right;
	top: 0;
	position: relative;
	display: inline-block;
}
#footer .light {
	color: #666;
}

/* @end */

.clear {
	clear: both;
}

.spacer-50px {
	clear: both;
	height: 50px;
}

