/*
Theme Name: bsmf.no
Theme URI: http://bsmf.no
Description: bsmf.no
Version: 1.2
Author: caspar@macody.no
*/

/* generelt */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url("http://www.bsmf.no/wp-content/themes/bsmf/images/back.jpg") repeat-x;
	color: #333;
	font-size: 12px;
	font-family: Georgia, Arial, sans-serif;
	text-align: center; /* for IE */
	line-height: 22px;
}

.break {
	clear: both;
}

/* tekst */

h1 {
	color: #336699;
	font-size: 18px;
}

h1 a {
	color: #336699;
	text-decoration: none;
}

h2 {
	color: #555;
	font-size: 1.1em;
}

p {
	padding-top: 10px;
}

/* oppbygging */

#side {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 800px;
}

#logo {
	height: 116px;
	background: url("http://www.bsmf.no/wp-content/themes/bsmf/images/logo_2.gif") no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 30px 0px;
	width: 800px;
}

/* meny */

#meny {
	float: left;
	height: auto;
	width: 250px;
	clear: none;
	margin: 0px;
}

#side #meny li {
	list-style-type: none;
	font-size: 16px;
	color: #336699;
	padding-bottom: 5px;
	padding-bottom: 20px;
}

#side #meny #sub a {
	text-decoration: none;
	color:#333;
}
#side #meny a {
	font-size: 16px;
	color: #336699;
	text-decoration: none;
}

#side #meny a:hover {
	font-size: 16px;
	color: #336699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

#side #meny #sub li {
	list-style-type: none;
	clip: rect(auto,auto,auto,auto);
	padding-left: 5px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 5px;
}

#side #meny #sub a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	color:#333;
}

/* innhold */

#innhold {
	float: right;
	width: 550px;
	clear: none;
	margin: 0px;
}

.post {
	color: #333;
	font-size: 12px;
	font-family: Georgia, Arial, sans-serif;
}

.post a {
	color: #336699;
	font-size: 12px;
text-decoration: none;
	font-family: Georgia, Arial, sans-serif;
}
.post a:hover {
	color: #336699;
	font-size: 12px;
text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	font-family: Georgia, Arial, sans-serif;
}

/* bunn */

#collage {
	clear: both;
	height: 164px;
	background: #fff url("http://www.bsmf.no/wp-content/themes/bsmf/images/bunn.jpg") repeat-x;
	text-align: center;
}

#bunn {

	height: 30px;
	background: #fff url("http://www.bsmf.no/wp-content/themes/bsmf/images/back.jpg") repeat-x;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}

#bunn a {
	color:#FFFFFF;
	text-decoration:none
}

#bunn a:hover {
	color:#FFFFFF
}

img {
	border: 0px;
}

