
/* MAIN SCREEN STYLESHEET FOR WILL LASDUN : 13 NOV 2006 > 28 APRIL 2010 */

html, body, * { margin:0; padding:0; }

body	{
	color: #111;
	background-color: #fefefe;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Century Gothic", Arial, Helvetica, serif;
	font-weight: 100;
	}

a			{ text-decoration: none; font-weight: 400; }
a:link		{ color: #000; }
a:visited	{ color: #000; }
a:active	{ color: #000; } 
a:hover		{ color: #c90f0f; }
a:focus		{ outline: 0px solid #000; }

img { border: none; }

pre {
	white-space: normal;
	color: #222;
	font-size: 0.75em;
	line-height: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px dashed #333;
	border-bottom: 0px dashed #333;
	background-color: transparent;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Century Gothic", Arial, Helvetica, serif;
	font-weight: 200;
	}

/*===*/

#container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#header {
	background-color: #fff;
	height: 115px;
	line-height: 115px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#header img {
	background-image: url("../img/lasdun.gif") !important;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
	
	/*#header img:hover {
		background-image: url("../img/lasduno.gif") !important;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		}*/

/*===*/

#navigation {
	color: #fff;
	background-color: #111;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#navigation li>ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#navigation .this { color: #fff; }
#navigation a:link  { text-decoration: none; color: #bbb; }
#navigation a:visited { text-decoration: none; color: #bbb; }
#navigation a:active { text-decoration: none; color: #bbb; }
#navigation a:hover { text-decoration: none; color: #fff; }

/* lists nested under hovered list items */
li:hover ul, li.over ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/* THE TOPMENU */

.topmenu {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 25px 25px;
	}

.topmenutitle {
	color: #ddd;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.topmenuul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.topmenuli {
	list-style-type: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.topmenuli a {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
	}

/* THE SUBMENU */

.submenuul {
	list-style-type: none;
	position: absolute;
	display: none;
	font-size: 0.75em;
	line-height: 1.2em;
	font-weight: normal;
	background-color: #111;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	border-top: 0px solid #222;
	border-right: 0px solid #222;
	border-left: 0px solid #222;
	border-bottom: 1px solid #111;
	}

.submenuli {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.submenuli a {
	display: block;
	text-decoration: none;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 45px 10px 10px;
	}

.submenuli a:hover { color: #111 !important; background-color: #fafafa; }
/*.submenuli a:before { content: " ~ "; }*/

/*===*/
  
#wrapper {
	float: right;
	width: 100%;
	margin: 0px 0px 30px -290px;
	padding: 0px 0px 0px 0px;
	}

#fullwidth {
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 30px;
	}

#content {
	margin: 0px 0px 5px 260px;
	padding: 5px 30px 5px 30px;
	}
	
	#content img { background-color: #111; border: 1px solid #eee; }

#sidebar {
	float: left;
	width: 200px;
	border-right: 0px solid #333;
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 5px 30px;
	}
	
	#sidebar p {
		color: #bbb;
		font-size: 0.8em;
		line-height: 1.4em;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	 	}
	
	#sidebar p a {
		width: 181px;
		display: inline-block;
		background-image: url("../img/greyarrow.gif");
		background-position: 100% 50%;
		background-repeat: no-repeat;
		padding-right: 1.5em;
		}
		
		#sidebar p a:hover {
			background-image: url("../img/arrow.gif");
			background-position: 100% 50%;
			background-repeat: no-repeat;
			}

.grid {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px dotted #444;
	border-bottom: 0px dotted #444;
	}
	
	.grid img { background-color: #111; }

#extra { clear:left; width:100%; }

/*===*/

h1 {
	color: #111;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 0.025em;
	margin: 25px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #333;
	}

h2 {
	color: #111;
	font-size: 1.2em;
	font-weight: 600;
	margin: 15px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	hr+h2 { margin: 0px 0px 0px 0px !important; padding: 0px 0px 0px 0px !important; }

h3 {
	color: #111;
	font-size: 1.1em;
	font-weight: 400;
	margin: 15px 15px 15px 0px;
	padding: 0px 0px 0px 0px;
	}

p {
	color: #222;
	font-size: 0.95em;
	font-weight: 200;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}

/*===*/

.bib-left { float: left; margin: 5px 30px 15px 0px; padding: 0px 30px 0px 0px; width: 300px; max-width: 300px; }
.bib-right { float: left; margin: 5px 30px 15px 0px; padding: 0px 30px 0px 0px; }

.image-left {
	float: left;
	text-align: right;
	margin: 0px 20px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

.image-right {
	float: right;
	text-align: right;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	}

hr {
	margin: 30px 0px 30px 0px;
	height: 0;
	clear: both;
	border-width: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
	}

/*===*/

#footer {
	clear: both;
	color: #222;
	text-align: right;
	font-size: 0.75em;
	line-height: 1em;
	background-color:transparent;
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 15px 0px;
	}

#footer p { color: #222; }
.copyright a { font-weight: 600; }

/* GalleryView: A jQuery Content Gallery Plugin
http://spaceforaname.com/galleryview
http://spaceforaname.com/panels.html */

.panel { cursor: pointer; }
.panel-overlay { margin: 0px; }
.panel-overlay h2, .panel-overlay p { font-weight: 300 !important; text-shadow: 1px 1px 0px rgba(0,0,0,0.5); }
	
.panel-overlay h2 { color: #f00 !important; font-weight: bold; margin: 20px 0px 0px 10px; }
.panel-overlay p { color: #fff; margin: 2px 0px 0px 10px; }

.panel .panel-overlay, .panel .overlay { background-color: rgba(0,0,0,0.5); }
	.panel:hover .panel-overlay, .panel:hover .overlay { background-color: rgba(0,0,0,0.5) !important; }
	
.nav-overlay, .nav-prev, .nav-next { background-color: transparent !important; }

.filmstrip img { width: 150px; height: 100px; }

