/*---------- Html Tags ----------*/
body {
	background: #E7EAF0 url(../images/bg.gif) repeat-x scroll 0 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #000;
}

a img {
	border: 0px;
}

a:link {
	color: #0072BC;
	text-decoration: none;
}

a:visited {
	color: #0072BC;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #0072BC;
	text-decoration: none;
}

hr {
	border:1px solid #999;
}

h1 {
	font-family: 'Georgia', Times, serif;
}

#left_position h2, #right_position h2 {
	font-family: 'Georgia', Times, serif;
}


h1, h2, h3, h4, h5, h6, p
{
	margin: 5px 0;
}

/*-- Form --*/
.inputtext {
	border: 1px solid #999;
}

.inputbutton{
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #999;
	cursor: pointer;
}

a.inputbutton {
	color: #000;
	text-decoration: none;
	padding: 3px;
}

.inputbutton:hover {
	background-color: #fff;
}

textarea {
	border: 1px solid #999;
}

select {
	border: 1px solid #999;
}


/*---------- Positions ----------*/
/* main */
#center {
	margin: 0 auto;
	width: 960px;
}

#main_wrapper {
	float: left;
	width: 960px;
	position: relative;
}

#header_position {
	position: relative;
	padding: 100px 0 0;
	background: transparent url(../images/bg_bobler.jpg) no-repeat scroll 552px 0;
	z-index: 20;
	float: left;
}	

#header_line {
	position: relative;
	background: transparent url(../images/menu_bg.gif) repeat-y scroll 0 0;
	width:950px;
	left: -5px;
	padding: 0 10px 0 10px;
	float: left;
	height: 33px;
}

#left_position {
	float:left;
	width: 180px;
}

#main_position {
	background: transparent url(../images/content_bg.png) repeat-y scroll 0 0;
	min-height:500px;
	padding:10px 20px 20px;
	width:560px;
	float: left;
	position: relative;
}

#main_position_bottom {
	background: transparent url(../images/footer_bg.png) no-repeat scroll 0 0;
	height: 30px;
	width: 600px;
	position: absolute;
	bottom: -70px;
	left: 0;
	padding: 10px 0 30px;
	font-size: 10px;
	text-align: center;
	height: 30px;
	color: #444;
}

#right_position {
	width: 180px;
	float: left;
}

#footer_position {
	width:100%;
	float: left;
	clear: left;
	padding-bottom:30px;
	margin-top: 10px;
}

/*---------- Random ----------*/
/*----- Inside Header -----*/
/* Logo */
#logo {
	position: absolute;
	left: 5px;
	z-index: 30;
	float: left;
	top: 0;
}

#logo img {
	height: 80px;
	position:relative;
	top: 15px;
}
/* Avatar */
#avatar {
	position: absolute;
	right: 5px;
	z-index: 25;
	float: left;
	top: 0;
}

#avatar img {
	height: 85px;
	position: relative;
	top: 10px;
}


/* Login */
#header_position .module_wrapper .login {
	float:right;
	width: inherit;
	margin: 0;
}

/* Main menu */
#header_position .module_wrapper .menu {
	position: relative;
	left: -7px;
	float: left;
}


/*-- Modules --*/
.module_wrapper .rand_user, .module_wrapper .login, .module_wrapper .news_feed_wrapper, .module_wrapper .media_gallery, .module_wrapper .shoutbox, .module_wrapper .search, .module_wrapper .calendar, .module_wrapper .rss_feed, .module_wrapper .shoutbox  {
	margin-bottom: 20px;	
}

.module_wrapper h1 {
	color: #959595;
	font-size: 9px;
	font-weight: normal;
	margin: 0px 0px 2px;
}

.module_wrapper h2 {
	font-size: 14px;
}

.module_wrapper img {
	width: 180px;
}


/* paging */
ul.paging {
	float: right;
	display: block;
}

ul.paging li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

/* media_gallery bilde */
.module_wrapper .bilde img {
	width: 57px;
	margin: 0;
}

/* media gallery - video*/
.module_wrapper .video img {
	width: 180px;
	margin: 0 5px 5px 0;
}
/*---------- Components ----------*/

