/* 
magnusmarding.com CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f4f4f4;
	background-color: #f4f4f4;
	text-align: center;
	margin: 0 auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 12px;
	line-height: 1.1em;
	font-weight: normal;
	color: #000;
	margin:0 0 2px 0;
}
h2 {
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	color: #999;
}

h3 {
	width: 100px;
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	color: #000;
	margin-bottom: 1em;
	padding-bottom: 5px;
	xborder-bottom: 1px solid #999;
}
h4 {
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	color: #000;
}

p {
	color: #999;
	color:#000;
}


#container {
	width: 960px;
	margin: auto;
	position: absolute;
	margin-left: -480px;
	margin-top: -250px;
	top: 50%;
	left: 50%;
	text-align: left;
}

#nav {
	clear: both;
	float: right;
	width: 160px;
	height: 502px;
	margin-left: 10px;
}

	#nav ul {
		margin-top: 5px;
		list-style-type: none;
		padding-bottom: 0px;
	}
	
	#nav ul li, #nav ul li a {
		text-decoration: none;
		color: #999;
	}

	#nav ul li.active, #nav ul li a:hover, #nav ul li a em, #nav ul a.active {
		color: #000;
		font-weight:normal;
		font-style:normal;
	}

		#nav ul ul{
			margin-top: 0px;
		}

.modul {
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;		
}
	.modul p {
		margin: 0;
	}

	#nav #homeLink {
		position: absolute;
		top: 0px;
		right: 100px;
		width: 85px;
		height: 40px;
	}	
	
	#nav form input {
		width: 100px;
		border: 1px solid #999;
	
	}
	
	#nav ul#localNav li {
		color: #999;	
	}

	#nav ul#localNav li.active {
		color: #000;	
	}	
	
	#nav ul#localNav li a.active {
		color: #000;	
	}	
	
	#imageInfo {
		width: 180px;
		float: right;
		margin-top: 15px;
		padding-bottom: 5px;
	}
	
		#imageInfo #number {
			color: #000;
		}
		
		#imageInfo p {
			padding-bottom: 5px;
		}
		
		#imageInfo a:link, #imageInfo a:visited {
			/* color: #999;
			text-decoration: none; */
		}
		
		#imageInfo a:hover {
			color: #000;
			text-decoration: none;
		}	
		
	#imageNav {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 160px;
		padding-top:5px;
		border-top:1px solid #ccc;
	}

	#showThumbnails {
		position: absolute;
		bottom: 2em;
		right: 0px;
		width: 160px;
		padding-top:5px;
	}
	
		#imageNav p {
		}	
	
		#imageNav a {
			line-height: 1.1em;
			color: #999;
			text-decoration: none;
		}
		
		#imageNav #previous {
			width: 80px;
			float: left;
			text-align: left;
		}
		#imageNav #previous a:link, #imageNav #previous a:visited {
			/* color: #6fbbe8; */
		}
		#imageNav #previous a:hover {
			color: #000; 
		}

		#imageNav #count {
			float:left;
			width: 180px;
			text-align: left;
			color: #999;
		}

		#imageNav #next {
			width: 100px;
			float: left;
			text-align: left;
		}		

		#imageNav #next a:link, #imageNav #next a:visited {
			color: #6fbbe8;
		}
		#imageNav #next a:hover {
			/* color: #000; */
		}
		
		#imageNav hr {
			width: 180px;
			border: none;
			border-top: 1px solid #999;
			height: 1px;
			margin-top: 5px;
		}
	
#content {
	width: 750px;
	width: 790px;
	height: 500px;
	float: left;
	clear: left;
	position: relative;
}

	#content #thumbs #loginform label {
		margin:0;
		padding: 0 0 0 10px;
	}
	
	#content #thumbs #loginform input {
		margin: 0 0 0 10px;
		padding: 0 2px;
	}

	#content #thumbs #createform label {
		clear: left; 
		float: left;
		padding: 0 0 0 1em;
		width: 200px;
		text-align: right;
	}
	
	#content #thumbs #createform input {
		float: left;
		margin: 0 0 0 1em;	
		padding: 2px;

	}

	#content #thumbs input:radio {
		margin: 0 0 0 1em;	
	}

	#content #thumbs {
		text-align: left;
		overflow: auto;
	}
	#content #thumbs p {
		line-height: 1.1em;
		margin: 0 0 0.5em 0;
		
	}
	
		#content #thumbs a:link, #content #thumbs a:visited {
			text-decoration: none;
			color: #999;
		}
		#content #thumbs a:hover {
			color: #000;
			font-weight:normal;
			font-style:normal;
		}
	
	#content .imageBox {
		float: left;
		width: 80px;
		text-align: left;
		padding: 2px 2px 2px 0;
	}

	#content .imageBox img {
		border: 0px;
		padding-bottom: 3px;
	}
	#content .imageBox p {
		text-align: left;
		margin-left: -5px;
	}
	
	#content #thumbs .imageBox label {
		margin:0;
		padding: 0;
	}
	
	#content #thumbs .imageBox input {
		padding: 2px;
		margin: 0;
	}
	
	#content #controls {
		position: relative;
		width: 750px;
		height: 20px;
		padding-top: 7px;
		border-top: 1px solid #999;
		clear: both;
	}

	#content #controls label {
		margin: 0 10px 0 0;
	}
	
	#content #controls input {
		margin: 0 10px 0 0;
		padding: 2px;
	}

#text {
	position: absolute;
	top: 0px;
	margin: auto;
	width: 280px;
	padding-right: 70px;
	text-align: left;
}
	#text p {
		color: #000;
		margin-bottom: 1em;
	}

#contactText {
	position: absolute;
	top: 20%;
	margin: auto;
	width: 200px;
	padding-right: 150px;
	text-align: left;
}
	#contactText p {
		color: #000;
		margin-bottom: 1em;
	}
	
	#contactText h3 {
	width: 100px;
	font-size: 12px;
	line-height: 1em;
	font-weight: normal;
	color: #000;
	margin-bottom: 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}

#mainImage {
	float: right;
	text-align: right;
}
	#mainImage img {
		border: 0;
	}

#tmpfooter {
	clear: both;
	float: left;
	width: 910px;
}

/* Links */

a, a:link, a:visited {
	color:#999;
	text-decoration:none;
}

a:link#nextLink, a:visited#nextLink {
	color: #319fe0;
}

a:hover, a#nextLink:hover {
	color:#000;
}

h1 a:link, h1 a:visited {
	color:#000;
}




#thumbsUL {
list-style-type: none;
margin: 0;
padding: 0;
}

#thumbsUL li {
list-style-type: none;
float: left;
margin: 0;
padding: 0;
width: 87px;
height: 60px;
text-align: center;
}

#thumbsUL li.loggedIn {
	height: 100px;
}
#thumbsUL li img {
margin: 0;
padding: 0;
border: 0;
float: left;
}

div.dropmarker {
  height:65px;
  width:6px;
  background: url(dropmarker.png) left top;
  margin-top:-3px;
  margin-left:-5px;
  z-index:1000;
  overflow: hidden;
}

#alert {
	clear: both;
	background-color: #990033;
	color: white;
	font-weight:bold;
	padding: 1em;
	display: none;
}


#thumbsUL img.begood_icons {
	padding: 0 .5em 0 0;
}

li.head {
	font-weight:bold;
	margin: .5em 0 0 0;
}

.adminsOnly {
	background-color: #FFFF99;
}

#nav .modul ul li.active a{
	color: black;
}

	#nav .modul ul li.active li a{
		color: #999;
	}

	#nav .modul ul li.active li a:hover{
		color: #999;
	}


td {
	vertical-align:top;
}

#nav ul li.myLightbox{
	color:#FC50FC;
}

.myLightbox a:hover{
	color:#000;
}
