/*  
Theme Name: Larisas
*/


*, html {
	margin:0;
	padding:0;
}
body {
	font: 62.5%/1 Verdana, Helvetica, Arial, Sans-serif; /* 1em = 10px */
	background: #e6e9f7 url(img/body-bg.gif) 0 0 repeat;
	color:#333;
	margin: 15px 10px;
}
/*--------------------------------------------------------------------  BASICS */

a {
	text-decoration:underline;
	color: #375d81;
}
a:hover {
	text-decoration:none;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet Ms', helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	line-height: 1.2;
	color: #1a3352;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
}
h2 {
	font-size: 2.6em;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 2.0em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
}

p {
	font: 1.3em/1.4 verdana, arial, sans-serif;
	padding-bottom: 1em;
	color:#4d4d4d;
}

/*--------------------------------------------------------------------  WRAP */


#header {
	background: #fff url(img/header-bg.gif) 0 0 no-repeat;
	width: 762px;
	height: 172px;
	margin: 0 auto;
}
#main {
	background: #fff url(img/main-bg.gif) 0 0 repeat-y;
	width: 762px;
	margin: 0 auto;
}

#content {
	float:right;
	margin-right: 21px;
	width: 540px;
	display:inline;
}

#menu {
	float:left;
	margin-left: 11px;
	width: 172px;
	display:inline;
}


#footer {
	background: #fff url(img/footer-bg.gif) 0 0 no-repeat;
	width: 762px;
	height: 27px;
	padding-top: 32px;
	clear:both;
	color: #808080;
	margin: 0 auto;
	text-align:center;
}

/*--------------------------------------------------------------------  LOGO */

#logo h1 {
	display:block;
	width:127px;
	height:49px;
	text-indent:-9009px;
	background:transparent url(img/webpalbloggen2.gif) no-repeat 0 0;
	margin-left:24px;
	font-size:0.1em;
	padding-bottom: 3px;
}

#menu ul {
	list-style:none;
	margin-top: 6px;
	margin-bottom: 20px;
}
#menu ul li {
	
}
#menu ul li ul li a {
	padding-left: 25px;
	font: 10px/20px Verdana, sans-serif;
	height:20px;
}
#menu ul li ul {
	margin:0;
}
#menu ul li a {
	background: url(img/mainnav-bg.gif) 0 bottom repeat-x;
	display:block;
	padding-left: 10px;
	text-decoration:none;
	color: #000;
	font: 12px/24px Verdana, sans-serif;
	height:24px;
}
#menu ul li a:hover {
	background: url(img/mainnav-bg-sel.gif) 0 bottom repeat-x;
	font-weight:bold;
}
#menu ul li.current_page_item a {
	background: url(img/mainnav-bg-sel.gif) 0 bottom repeat-x;
	font-weight:bold;
}
#menu ul li.current_page_item ul li a {
	background: url(img/mainnav-bg.gif) 0 bottom repeat-x;
	font-weight:normal;
}
#menu ul li.current_page_item a:hover {
	background: url(img/mainnav-bg-sel.gif) 0 bottom repeat-x;
	font-weight:bold;
}

.clearfix {
	font-size:0.00001px;
	visibility:hidden;
	height:0;
	clear:both;
}

code {
	font: 1.1em/1.2 Arial, verdana, sans-serif;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	display:block;
}
 
abbr {
	cursor:help;
}
#last {
	text-align:center;
	margin-top: 7px;
}
#last a {
	color: #808080;
	text-decoration:none;
}
