/* style for Norden i Bio 2008 */
/* orig: Created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006 */


body {
	margin: 0px;
	background: #ccc url("../img/bg.gif");
	font-family: Verdana, Arial, sans-serif;
        font-size: .7em;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h1 {
	color: #353a73;
	margin:0px;
	padding:0px;
	font-size: 18px;
}

h2 {
	color: #73353A;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

h3 {
	color: #35733A;
	margin:0px;
	padding:0px;
	font-size: 12px;
}

h4 {
	color: #72342f;
	margin:0px;
	padding:0px;
	font-size: 11px;
}

h5 {
	color: #72342f;
	margin:0px;
	padding:0px;
	font-size: 10px;
}

h6 {
	color: #72342f;
	margin:0px;
	padding:0px;
	font-size: 10px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	/* list-style-image: url("../img/bullet.gif"); */
	/* list-style-type: none; */
}

a {
	color: #56677C;
}

a:hover {
	text-decoration: none;
}

img {
	text-decoration: none;
	border: 0px;
}

blockquote {
	background: #ffe;
	color: #303030;
	padding: 5px;
}


/**** Main Container ***/


#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background: #fff url("../img/filmstrip.jpg");
/*	background-repeat: no-repeat;
	background-attachment: fixed;
	background-posistion: center;*/
}


/**** Top ***/


#top {
	width: 100%;
	height: 95px;
	color: #fff;
	background: #000;
	overflow:hidden;
}

#topmenu {
	color: #000;
	letter-spacing: 3px;
	font-size: 2.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 10px;
	display:block;
}

.flags li {
	display: inline;
	list-style-type: none;
	border: 0px;
}

.flags li a {
	text-decoration: none;
	border: 0px;
}


/**** 2nd Top ***/


#header {
	width: 100%;
	height: 60px;
	background: #f6f9fb;
	position: relative;
	display:block;
	float:none;
}


#nwrap {
	height: 190px;
}




/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style-type: none;
}

#menu li {
	list-style-type: none;
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: #FF5938;
}

#menu li a.current {
	letter-spacing: 1px;
	color: #fff;
	background: #595938;
}

#menu li a.current:hover {
	color: #fff;
}


/**** Content Container ***/


#content {
	width: 100%;
	margin-top:30px;
}

#content h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 10px 0 10px 0;
}

/* should be separate? */
#content dl {
	padding: 5px 0px 0px 15px;
}

#content dt {
	padding: 5px 0px 5px 0px;
}

#content dd {
	padding: 5px 0px 5px 12px;
}

#content a.slide {
	padding: 10px 5px 10px 5px;
}

/**** Content ***/

#left blockquote {
	padding: 4px 0 8px 20px;
	margin:0;
}

#left ul {
	padding: 4px 0 8px 30px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 400px;
	float:left;
	display: block;
        margin-left: 30px;
	display: inline;
}

#left h2 {
	margin-bottom: 10px;
	color: #0092b1;

	/*background: url("../img/bgh1.gif") repeat-x left bottom;*/
}



/**** Sidebar ***/


#right {
	width: 305px;
	float: right;
	display:block;
	margin-top: 10px;
}

#right .box {
	width: 270px;
	background: #f6f9fb;
	border: 1px solid #e1e1e1;
	padding:14px 14px 19px 14px;
	float: right;
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:4px 0 2px 0;
}

#right .box h2 a {
	font-size: 1.0em;
	margin: 0px 0 0px 0;
	padding:4px 0 2px 0;
	color: #56677C;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #56677C;
	font-size: 11px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 5px 15px;
	margin: 8px 0 8px 0;
}

#right .box li {
	margin-top:5px;
	list-style-type: none;
}


/**** Package Menu on right hand side ***/


#nava ul {
	background:#c0c0c0;
	margin: 0;
}

#nava li {
	display: inline; /* block */
	margin: 0;
	list-style-type: none;
	padding: 2px 2px 0px 2px;
}

#nava li a {
	text-decoration: none;
	padding: 2px 2px 2px 4px;
	text-align: center;
	line-height: 12pt;
}


/**** Clear Div ***/


.clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/*
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*/
/*.clearfix {display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/**** Footer ***/


#footer {
        margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 20px 0;
	width: 70%;
}

#footer p {
	margin: 0px;
	padding: 0;
}