/*
Theme Name: Snu
Theme URI: http://www.norskklimanettverk.no/snu
Description: Child Theme for Thematic
Author: 
Author URI: http://www.norskklimanettverk.no/snu
Template: thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
@import url("../thematic/style.css");
body {
	font-family: arial, helvetica, sans-serif;
	background: #e6e6e6 url(elm/bg-body-new.gif) 0 0 repeat-x;
}
#header {
	margin: 0 auto;
	width: 960px;
	height: 210px;
	background: #000;
	text-align: center;
}
#header #branding {
	padding: 22px 0 0 0;
	text-align: left;
}
#header #branding #blog-title {
	position: relative;
	padding: 0;
	width: 300px;
	height: 145px;
	background: url(images/logo-snu-small.gif) 0 0 no-repeat;
}
#header #branding #blog-title a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width: 300px;
	height: 145px;
	text-indent:-1000em;
	color: #fff;
}
#header #branding #blog-description {
	text-indent:-1000em;
}
#access {
	margin-top: -35px;
}
.sf-menu {
	float:right;
}
.sf-menu a {
	border-bottom:0;
}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited {
	color:			#fff;
}
.sf-menu li {
	width: auto;
	background:		#000;
}
.sf-menu li li {
	background:		#000;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:     #37b34a;
}
.sf-menu li.current a {
	background: #0b9444;
}
#main {
	background: #f9f9f9;
}
#main a {
	color: #0b9444;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover {
	color: #37b34a;
	text-decoration: underline
}

