@import url(lightbox.css);
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Georgia, Verdana, sans-serif;
	font-size: 0.8em;
	background: #FFFFFF url(../images/bgmain.png);
}

a {
	color: #505050;
}

a:hover {
	color: #202020;
}

a, a img { border: 0;}

#headertop {
	background: url(../images/headertop.png) no-repeat;
	width: 706px;
	height: 145px;
	text-indent: -3000px;
}

#headerbottom {
	width: 706px;
	height: 32px;
	background: url(../images/headerbottom.png) no-repeat;
}

html>body #headerbottom {
	background: url(../images/headerbottom.png) no-repeat;
}

#h1-header {
	display: none;
}

#londongold {
	margin: 0 0 0 45px;
}

#wrapper {
	margin: 0px;
	padding: 0 0 0 26px;
	background: transparent url(../images/bg.png) repeat-x;
}

#content {
	background: url(../images/contentbg.png) repeat-y;
	margin: 0px;
	width: 706px;
}

html>body #content {
	background: url(../images/contentbg.png) repeat-y;
}

#contentbg {
	height: 271px;
	width: 706px;
	padding: 10px 0 0 20px;
	background: url(../images/content.png) no-repeat;
}

html>body #contentbg {
	width: auto;
	height: auto;
	/* background-image: url(); */
}

#contentbg p {
	padding: 0 0 10px 0;
	margin: 0;
}


#contenttext {
	background: url(../images/contenttextbg.gif) 37px 0px no-repeat;
	padding-left: 220px;
	width: 445px;
}

#projectscontenttext {
	padding: 0;
	width: 425px;
	float: left;
}


html>body #projectscontenttext {
	float: none;
	padding-left: 220px;	
}

#eventscontenttext {
	padding: 0;
	width: 425px;
	float: left;
}
#eventscontenttext div.thumbnail { 
	width: 70px;
	display: inline;
	height: 70px;
	padding: 2px;
}

html>body #eventscontenttext {
	float: none;
	padding-left: 220px;	
}

#thumbnail a img {
	padding: 3px;
	margin: 0 2px 2px 0;
	background: #FFFFFF;
	border: 1px solid #d4cebb;
}

#thumbnail a:hover img  {
	background: #d2ddd9;
	border: 1px solid #919191;
}

#whiteline {
	background: url(../images/whitedivider.png) no-repeat;
	height: 2px;
	font-size: 1%;
}

html>body #whiteline {
	background: url(../images/whitedivider.png) repeat-y;
	height: 2px;
}


#middle {
	margin: 0;
	padding: 0 0 0 38px;
	height: 265px;
	width: 706px;
	background: url(../images/middlebg.png) repeat-y;
}

html>body #middle {
	background: url(../images/middlebg.png) repeat-y;
}

#nav {
	height: 249px;
	width: 175px;
	background: url(../images/navbg.png) 20px 96px no-repeat;
	padding: 6px 0 0 12px;
	float: left;
}

#nav ul {
	margin: 0px 0 0 12px;
	padding: 0;
	width: 100px;
	font-size: 11px;
}
#nav ul li {
	margin: 0 0 5px 0px;
	padding: 0;
	display: block;
	list-style-type: none;
	width: 100px;
}
#nav ul li a {
	color: #000000;
	text-decoration: none;
	padding: 3px 0 0 30px;
	display: block;
	height: 17px;
	width: 100px;
}
#nav ul li a:hover {
	color: #000000;
	background: #E3E3E3 url(../images/buttonbg.gif) no-repeat;
}
#home #m-home a, #profile #m-profile a, #projects #m-projects a, #contact #m-contact a, #studies #m-studies a {
	background: #E3E3E3 url(../images/buttonbg.gif) no-repeat;
	font-weight: bold;
	width: 100px;
}

#subnav {
	padding: 6px 0 0 18px;
	margin-left: 4px;
	width: 195px;
	/*height: 249px;*/
	float: left;
	background-image: url(/site/images/contenttextbg.gif); 
	background-repeat: no-repeat; 
}

html>body #subnav {
	height: auto;
}

#subnav ul {
	margin: 0px;
	padding: 0;
	font-size: 11px;
	padding-bottom: 3px;
}
#subnav ul li {
	margin: 0 0 5px 12px;
	padding: 0;
	width: 107px;
	display: block;
	list-style-type: none;
}
#subnav ul li a {
	color: #505050;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px 0 0 30px;
	display: block;
	height: 17px;
	width: 107px;
}
#subnav ul li a:hover {
	color: #000000;
	background: #E3E3E3 url(../images/buttonbg.gif) no-repeat;
}

#m-selected a {
	background: #E3E3E3 url(../images/buttonbg.gif) no-repeat;
	font-weight: bold;
	height: 17px;
	width: 90px;
	padding: 3px 0 0 45px;
}

#news {
	width: 100px;
	margin: 0px 0 10px 10px;
	padding: 0 0 0 10px;
	font-size: 0.9em;
	border-left: 1px solid #CDCDCD;
}

#news ul {
	margin: 0;
	padding: 0;
}

#news ul li {
	display: block;
	list-style-type: none;
	padding: 0 0 15px 0;
}

#pictures {
	float: left;
	width: 470px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
}

#pictures div.topimage {
	float: left;
	width: 235px;
}

#pictures div.imgbg0 {
	background: url(../images/imgbg.png) no-repeat;
	width: 203px;
	height: 174px;
	padding: 13px 0 0 13px;
}

#pictures div.imgbg1 {
	background: url(../images/imgbg1.png) no-repeat;
	width: 203px;
	height: 174px;
	padding: 13px 0 0 13px;
}

#pictures div.imgbgwide {
	background: url(../images/imgbgwide.png) no-repeat;
	width: 435px;
	height: 174px;
	padding: 13px 0 0 13px;
}

#pictures div.textbgleft {
	width: 216px;
	height: 52px;
	background: url(../images/imgtextbgleft.png) no-repeat;
	padding-top: 12px;
	text-align: center;
	/*letter-spacing: -0.1em;*/
}

#pictures div.textbgright {
	width: 216px;
	height: 52px;
	background: url(../images/imgtextbgright.png) no-repeat;
	text-align: center;
	padding-top: 12px;
	/*letter-spacing: -0.1em;*/
}

#pictures div.textbg {
	width: 425px;
	height: 52px;
	background: url(../images/imgbgwidetext.png) no-repeat;
	text-align: center;
	margin-top: 187px;
	padding: 12px;
	/*letter-spacing: -0.1em;*/
}

#footertop {
	clear: both;
	width: 676px;
	height: 16px;
	font-size: 11px;
	padding: 2px 0 0 30px;
	color: #FFF;
	background: url(../images/footertop.png) no-repeat;
}

html>body #footertop {
	background: url(../images/footertop.png) no-repeat;
}

#footerbottom {
	width: 676px;
	height: 35px;
	padding: 5px 30px 0 0;
	text-align: right;
	background: url(../images/footerbottom.png) no-repeat;
}

html>body #footerbottom {
	background: url(../images/footerbottom.png) no-repeat;
}

#footertop a {
	color: #FFF;
	text-decoration: none;
}

#footertop a:hover {
	text-decoration: underline;
}

#contactform fieldset{
	color: black;
	margin:0;
	width: 350px;
}

#contactform label{
	display:block;
	float:left;
	clear:both;
	width:70px;
	text-align:right;
	padding-bottom: 5px;
	margin:0 5px 0 0px;
}

#contactform select{
	display:block;
	float:left;
	clear:both;
	width:20em;
	padding-bottom: 5px;
	margin:0 0 0 70px;
}

#contactform textarea{
	display:block;
	float:left;
	
	width:20em;
	text-align:left;
	padding-bottom: 5px;
	margin:0;
}

#contactform input{
	display:block;
	float:left;
	margin:0;
	padding:0;
	width: 20em;
}


#contactform #btnNext{
	clear:both;
	width: 80px;
	margin:5px 0 0 0;
	float: right;
}

#sitemaplist ul {
	color: #CCCCCC;
	list-style-type: none;
}
#sitemaplist li {
	list-style-type: none;
	text-decoration: none;
}
#sitemaplist li a:hover {
	text-decoration: none;
}
#sitemaplist li li a {
	text-decoration: none;
	border-bottom:1px dashed #ccc; 
}
#sitemaplist li li  a:hover {
	text-decoration: none;
	border-bottom:1px solid #ccc; 
}


h1, h2, h3, h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

.clear {
	clear: both;
}

.lightgrey {
	color: #505050;
}
.darkgrey {
	color: #202020;
}
.bigger {
	font-size: 120%;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #FF8400;
}

.blue {
	color: #1852E7;
}

.newsdate {
	color: #414141;
}

#movieBox {
	padding: 13px;
	background: url(../images/moviebg.jpg) no-repeat;
	width: 346px;
	height: 291px;
}
