/*  
Theme Name: iDentaTheme 2
Theme URI: 
Description: iDentaTheme 2
Version: 1.0
Author: Kristoffer Lidman / iDenta Labs
Author URI: http://identa.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #eee /*url(images/bg.gif) repeat-x*/;
	color: #666;
	margin: 0px;
	padding: 0px;
}
a  {
	color: #AA0607;
	border: none;
	text-decoration: none;
}
a:hover  {
	color: #666;
}
p {
	margin: 0 0 15px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 18px;
}
h6 {
	display:block;
	width:270px;
	height:70px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent:-9009px;
	background:transparent url(images/logo.gif) no-repeat;
}

h6 a {
	display:block;
	outline:none;
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	border: none;
}
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}
#wrapper  {
	width: 890px;
	margin: 30px auto;
	overflow: hidden;
}
#header {
	width: 890px;
	height: 120px;
	float: left;
	background: #fff url(images/header.gif) no-repeat;
}

#menu {
	width: 890px;
	height: 30px;
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	background: #41ADD6 url(images/menu.gif) no-repeat;
}
#menu ul  {
	padding: 0 5px 0 10px;
	margin: 0;
	float: left;
	list-style-type: none;
	font-weight: bold;
}
#menu ul li  {
	height: 30px;
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
	background: url(images/menu_link.gif) no-repeat right top;
}	
#menu ul li a {
	height: 25px;
	float: left;
	margin: 0;
	color: #333;
	text-align: center;
	padding: 5px 15px 0 15px;
	text-decoration: none;
	background: url(images/menu_link_left.gif) no-repeat left top;
}
#menu ul li a:hover  {
	height: 25px;
	float: left;
	margin: 0;
	color: #AA0607;
	text-align: center;
	padding: 5px 15px 0 15px;
}
#menu ul li.current_page_item {
	height: 30px;
	float: left;
	text-align: center;
	background: #810606 url(images/menu_active.gif) no-repeat right top;
}
#menu ul li.current_page_item a{
	height: 25px;
	float: left;
	margin: 0;
	text-align: center;
	padding: 5px 15px 0 15px;
	color: #fff;
	background: url(images/menu_active_left.gif) no-repeat left top;
}
#top_box {
	width: 890px;
	height: 35px;
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #fa3228 url(images/top_box.gif) no-repeat;
}
#top_box ul  {
	padding: 0;
	margin: 3px 0 0 0;
	float: left;
	list-style-type: none;
}
#top_box ul li  {
	height: 25px;
	float: left;
	margin: 0;
	text-align: center;
}	
#top_box ul li a {
	height: 25px;
	float: left;
	margin: 0;
	color: #fff;
	text-align: center;
	padding: 5px 8px 0 8px;
	text-decoration: none;
}
#top_box ul li a:hover  {
	height: 25px;
	float: left;
	margin: 0;
	color: #ccc;
	text-align: center;
	padding: 5px 8px 0 8px;
}
#top_box ul li.current_page_item a{
	height: 25px;
	float: left;
	margin: 0;
	text-align: center;
	padding: 5px 8px 0 8px;
	color: #ccc;
}
#content {
	width: 870px;
	float: left;
	margin: 0;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#container {
	width: 600px;
	float: left;
	background: ;
}
#container h1 {
	font-size: 22px;
	padding: 0 0 9px 0;
	margin: 15px 0 10px 0;
	border-bottom: 1px solid #eee;
}
.page {
	width: 600px;
	float: left;
}
#sidebar {
	width: 250px;
	float: right;
}
#sidebar h4 {
	padding: 0 0 9px 0;
	margin: 7px 0 10px 0;
	font-size: 22px;
	border-bottom: 1px solid #eee;
}
#sidebar ul {
	margin: 0 0 20px 0;
	list-style-type: none;
}
#sidebar ul li {
	padding: 5px 0 5px 22px;
	border-bottom: 1px dotted #eee;
	background: url(images/list_bullet.gif) no-repeat 0 8px;
}
#sidebar ul li:hover {
	background: url(images/list_bullet_hover.gif) no-repeat 0 8px;
}

/*---------- STARTSIDAN ----------*/
.big {
	width: 600px;
	height: 30px;
	float: left;
	background: #eee url(images/big.gif) no-repeat;
	padding: 10px 0 0 0;
	color: #0033FF;
	margin: 0 0 15px 0;
	font-size: 18px;
	text-align: center;
}
.big:hover {
	background: #eee url(images/big_hover.gif) no-repeat;
	color: #333;
}	
#footer {
	width: 850px;
	float: left;
	padding: 10px;
	margin: 20px 0 0 0;
	background: #ccc;
	border-bottom: 1px solid #666;
}
