@charset "utf-8";
/*
Theme Name: LIM
Theme URI: http://lim.samfundet.no/
Description: Layout info marked, studentersamfundet i trondhiem
Version: 0.1
Author: Habibollah Hosseinpoor
Author URI: http://habii.com/
Contact: lim@samfundet.no
*/
html, body {
	height: 100%; /* CSS sticky footer */
}
body {
	font-family: Helvetica Neue, Georgia, "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #000;
	background: #eee;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* Text */

p {
	font-size: 1em;
	line-height: 20px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-size: 1.5em;
	line-height: 30px;
	text-transform: capitalize;
}
h2 {
	font-size: 1.2em;
	line-height: 26px;
	text-transform: capitalize;
}
h3 {
	font-size: 1.1em;
	line-height: 24px;
}
/*Medlemsnavn*/
h4 {
	padding-top: 5px;
	font-size: 1.1em;
	line-height: 24px;
}
ul{
	list-style-position: inside;
}
/* Links */
a:link, a:visited {
	color: #555;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
}
a:hover {
	color: #d11111;
	text-decoration: none;
	font-weight: bold;
	background-image: none;
}

/* page structure */
#header {
	height: 142px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#container {
	width: 510px;
	line-height: 1.6em;
	text-align: left;
	/* Start: CSS sticky footer */
	min-height: 100%;
	height:  auto !important;
	height: 100%;
	margin: 0 auto;
}

#content {
	width: 490px;
	padding: 10px;
	padding-top: 5px;
	background-color: #fff;
	border: thin solid #bbb;
}
#content ul {
	padding-left: 20px;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4em;
	width: 100%;
}
.push {
	height: 4em; /* .push must be the same height as .footer */
}
#botn {
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top: thin solid #bbb;
}
/* logo */
#logo {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* menu */
#topnav {
	height: 31px;
	background: transparent url(images/menu_bg1.jpg) repeat-x;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

#meny { /*bare en liten detal (left_menu_bg)*/
	width: 490px;
	height: 31px;
	background: url(images/menu_left_bg.jpg) no-repeat left;
	padding-left: 10px;
}
#meny .right { /*bare en liten detal (left_menu_bg)*/
	width: 10px;
	height: 31px;
	background: url(images/menu_right_bg.jpg) no-repeat right;
	float: right;
}
#meny li {
	float: left;
	display:inline;
	margin-right:0px;
	letter-spacing: 1px;
}
#meny li a {
	color:#FFFFFF;
	display:block;
	font-size:1em;
	height:27px;
	padding: 9px 9px 0pt;
}

#meny li a:hover {
	background: transparent url(images/menu_bg2.jpg) repeat-x;
	text-decoration:none;
}
.home #meny li#home {
	background: transparent url(images/menu_bg2.jpg) repeat-x;
	height: 31px;
}
.english #meny li#english {
	background: transparent url(images/menu_bg2.jpg) repeat-x;
	height: 31px;
}

.medlem #meny li#medlem {
	background: transparent url(images/menu_bg2.jpg) repeat-x;
	height: 31px;
}

.opptak #meny li#opptak {
	background: transparent url(images/menu_bg2.jpg) repeat-x;
	height: 31px;
}

.kontakt ul#meny li#kontakt	{
	background: transparent url(images/menu_bg2.jpg) repeat-x;
	height: 31px;
}

/* submenu */
#submenu {
	width: 510px;
	display: block;
	background: transparent url(images/submenu.jpg) repeat-x;
	height: 25px;
	margin-top: 10px;
}

#submeny { /*bare en liten detal (left_menu_bg)*/
	width: 500px;
	height: 24px;
	background: url(images/submenu_left.jpg) no-repeat left;
	padding-left: 20px;
}
#submeny .right_s { /*bare en liten detal (left_menu_bg)*/
	width: 20px;
	height: 24px;
	background: url(images/submenu_right.jpg) no-repeat right;
}

#submeny li {
	float: left;
	display:inline;
}
#submeny li a {
	display: block;
	background: transparent url(images/submenu_bgw.jpg) repeat-x;
	font-size: 0.9em;
	height: 24px;
	padding: 3px 10px 0pt;
}

#submeny li a:hover {
	height: 24px;
	background: transparent url(images/submenu_bgactive.jpg) repeat-x;
}

#submeny li.active a {
	background: transparent url(images/submenu_bgactive.jpg) repeat-x;
	height: 21px;
}

/* ordne opp medlemmer*/
.member1, .member0 {
	position: relative;
	padding: 2px 10px 10px 130px;
	height: 170px;
	display: block;
}
.member_img {
	position: absolute;
	top:5px;
	left:5px;
	width: 110px;
	height: 160px;
}

.member0 ul.li a:hover, ul.li a:active, ul.li a:link, ul.li a:visited {
	height: 20px;
	background: transparent url(#) repeat-x;
	padding: 0 0 0 0;
	width: 50px;
}
.member0 {
	background-color: #eee;
}


.member0 ul, .member1 ul {
	list-style-type: none;
}