/* CSS for SKÖN - Studentkören i Norrköping
www.skon.nu
Please order each entry alphabetically in each section
*/

/* Main layout */

body {
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	color: #fff;
	background-color: #000;
	width: 818px;
	font-family: "Palatino Light", "Gill Sans", "Geneva", "Tahoma", "Arial", "Lucida Sans Unicode", "Lucida Grande";
}

#content {
	float: left;
	width: 660px;
	margin-bottom: 50px;
	margin-left: 7px;	
}

#footer {
/*	background-color: #333; */
	color: #CCCCCC;
	clear: both;
	min-height: 30px;
	max-height: 110px;
	text-align: center;
	padding: 1em;
	margin-bottom: 50px;
}

#header {
	height: 318px;
	color: #fff;
	background: #000 url(../images/headers/header_background.png) no-repeat;
	background-position: 1px;
	margin-top: 40px;
}

#title {
	font-weight: lighter;
	z-index: 3;
	position: absolute;
	top: 33px;
	margin-left: 1em;
}

html {
	background: #000;
	color: #fff;
}

#sidebar {
	float: right;
	width: 140px;
	margin-bottom: 50px;
}

.preloadedImages {
	position: absolute;
	overflow: hidden;
	left: -9999px; 
	top: -9999px;
	height: 1px;
	width: 1px;	
}

/* Graphical elements */

h1, h2, h3, h4, h5, h6 {
	font-family: Futura, "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, Helvetica, Arial;
	margin: 1em;
	margin-bottom: 2ex;
	margin-left: 0em;
}

p {
	margin: 1em;
}

/*
body p:first-letter {
	font-size: 3.2em;
	padding: 0em 0.1em 0 0;
	margin-bottom: -0.2em;
	float: left;
}*/

img {
	border: 0px;	
}

.shadow {
	/* text-shadow: #000 3px 3px 3px; */
}

.tag a {
	margin: 5px;
}

a {
	color: #84D556;
}

/* Footer elements */

#footer a {
	color: blue;
}

#footer a:hover {
	color: blue;
}

#footer a:visited {
	color: blue;
}

#footer a:active {
	color: blue;
}

#header a {
	text-decoration: none;
}

.editor {
	width: 400px;
}

#headerImage {
	height: 294px;
	margin: 12px;
	position: absolute;
	width: 794px;
	z-index: 1;
}

#headerOverlay {
	margin: 12px;
	position: absolute;
	z-index: 1;
}

#headerLogo {
	left: -122px;
	position: relative;
	top: -41px;
	z-index: 2;
	width: 180px;
	height: 226px;
}

#headerPuff {
	position: relative;
	top: 36px;
	z-index: 4;
	position: relative;
/*	left: 702px; */
	left: 570px;
/*	top: -257px; */
	top: -265px;
}

#headerPuff a {
	display: block;
	/* 
	background: url('../images/puff_star.png') no-repeat; 
	width: 158px;
	height: 156px;
	*/
	/*background: url('../images/puffs/spring2010.png') no-repeat 0px 0px;*/
	background: url('../images/puffs/nsss2011.png') no-repeat 0px 0px;
	width: 350px;
	height: 275px;
}

.puffstar {
	/*background: url('../images/puff_star.png') no-repeat;*/
	width: 158px;
	height: 156px;
}

.pufftext {
	color: black;
	position: relative;
	display: block;
/*	
	font-size:1.1em;
	left:43px;
	top:48px;
	width:80px; */
	font-size: 2.0em;
	left: 25px;
	top: 80px;
	width: 300px;
	text-align: center;
/*	font-weight: 500; */
	font-weight: bold;
}

.pufftext_square {
	width: 115px;
	margin-left: 15px;
	height: 60px;
	top: 12px;
	position: relative;
	font-size: 1.1em;
	font-weight: lighter;
}

.puffsidebar a {
	color: #000;
	text-decoration: none;
}

.puffsidebar {
	background: url("../images/puff_square.png") no-repeat;
	width: 142px;
	height: 82px;
	position: relative;
	margin: 0px;
}

.sidebaricon {
	width: 128px;
	height: 128px;
	position: relative;
	margin: 1em;	
}

/* Menu */
#menu {
	height: 34px;
	font-family: Futura, "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, Helvetica, Arial;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
}

#menu li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align:center;
	width: 99px; /* 99 */
	height: 46px;
	margin-top:-13px;
	/*background: url('../images/menu/menuButton.png') no-repeat 0px;*/
}

#menu a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	margin-top: 11px;
	/* text-shadow: #333 3px 3px 3px; */
	outline: none;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#submenu {
	font-family: Futura, "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, Helvetica, Arial;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	min-height: 40px;
}

#submenu ul {
	margin: 0px;
	padding: 0px;
}

#submenu li {
	display: block;
	float: left;
	margin: 1em;
	margin-top: 10px;
}

#submenu a {
	text-decoration: none;
	color: #fff;
	background-color: #000;
	width:99px;
	height:40px;
	outline: none;
}

#submenu a:hover {
	/*color: #84d556;
	background-color: #000;
	font-weight: bold;*/
}

#submenu a:active {
	
}

#submenu a:visited {
	
}

#submenu .submenuSelected a {
	color: #84d556;
	background-color: #000;
	font-weight: bold;
}

#menu {
	background: url('../images/menu/menu_back.png') no-repeat 0px;
}


#menu a:hover {
/*	color: #fff; /* d96a00 *
	background: url(../images/menu/menuButton.png) no-repeat 0px -10px;
	width: 99px;
	height: 40px;*/
}

#menu a:visited {
	
}

#menu .menuSelected a {
	color: #fff;
	background: url(../images/menu/menuButton.png) no-repeat 0px -10px;
	width: 99px;
	height: 40px;
	/* text-shadow: #666 3px 3px 3px; */
}

li#memberlogin, li#publicPage {
	background: transparent url(../images/menu/key_white.png) no-repeat -14px 4px;
	width: 25px;
	margin-right: 14px;
	float: right;
}

li#publicPage {	
	background: transparent url(../images/menu/key_black.png) no-repeat -14px 4px;
	margin-right: 0px;
}

li#memberlogin a:hover {
	background: none;
	width: 25px;
	height: 40px;
}

dt {
	margin: 1em;
}

dd {
	margin-top: 1ex;	
	margin-bottom: 1ex;
}

/***********************************************/
/* Autocomplete control */
.autocomplete form, 
.autocomplete .result, 
.autocomplete form p,
.autocomplete form,
.autocomplete input {
	margin-bottom: 0px;
	margin: 0px;
}
.autocomplete div.result {
	
}
.autocomplete div.result {
	background-color: #FFFFFF;
	color: #000000;
	position: relative;
	border: 1px solid black;
	max-height: 400px;
	overflow: auto;
}
.autocomplete div.result, .autocomplete input {
	width: 400px;
}
.autocomplete .result a {
	color:#00f;
}
.autocomplete ul {
	list-style: none;
	padding: 1em;
}
.autocomplete li {
	margin: 0px;
	padding: 0px;
}
.autocomplete .result li:hover {
	background-color: #84D556;
	list-style: none;
}
.autocomplete form {
	
}
/***********************************************/

/*
Debug stuff
*/
#debug {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 190px;
	color: #000;
	background-color: #333;
	opacity: 50;
	z-index: 100;
	/*border: 1px solid #666;*/
	border-top: 0px;
	border-right: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
#debug form p {
	margin: 10px;
}
#debugHeader {
	text-align: center;
	margin: 0px;
	padding: 1em;
	background-color: #555;
	/*outline: 1px dashed black;
	-moz-outline-radius-bottomleft: 10px;
	-webkit-outline-bottom-left-radius: 10px;*/
	
	border-left: 1px dashed black;
	border-bottom: 1px dashed black;
	
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}
#debug form {
	color: #fff;
	background-color: #333;
}

/*
Printing
*/
@media print { 
	#header, #sidebar, #menu, #submenu {
	display:none;
	}
	html {
	width: inherit;	
	}
	html, body, #footer {
	color:#000;
	background: #fff;
	}
	body {
	background:#fff url('../images/logo_red.png') no-repeat top right;
	width: inherit;
	margin: 3em;
	border: 1px solid;
	
	}
	a, #footer a {
	color:blue;
	}
	#footer {
		border-top: 1px dashed;
	}
	
	p.break {
		page-break-before: always;
	}
}


/* 
Lite test
*/
#footer {
	font-size: 0.8em;
	color: #000;
	background-color: #fff; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:left;
	min-height: 120px;
	padding: 2em;
	/* min-height: 250px; */
}

#footer div {
	float: left;
	width: 25%;
}

#footer p {
}

#footer a {
	color: blue;	
}


#page {
	/*color: #000;
	background-color:#333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
*/
}

#content {	
	/*color: #000;
	background-color: #fff; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	width: 598px;*/
}

#sidebar {	
	/*color: #000;
	background-color: #fff; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 1em;
	margin-bottom: 1em;*/
}

.boardMember {
	
}

.honoraryMember {
	height: 450px; 
	margin: 10px;
}

.honoraryMember .photo {
	float: left;
	margin: 10px;
	text-align: center;
	font-style: italic;
}

.honoraryMember div {
	width: 300px;
	float: right;
}

.honoraryMember p {
	/*text-align: justify;*/
}

blockquote {
	font-family: "Courier New", Courier;
	font-style: italic;
	/*color: #000;
	background-color: #fff;
	padding: 20px;*/
}

.honoraryMember h3 {
	text-align: center;
}

.warning {
	color: rgb(255, 0, 0);
	font-weight: bold;	
}

