/***** COPYRIGHT ****************************************/
/*                                                      */
/*     obsessionevents.se - CSS v.1.0                           */
/*     All Copyright reserved hyperskins.com            */ 
/*     By Ria Elliger  2008-09                                              */
/********************************************************/

/***** CSS LIBRARY V.1.0 ********************************/ 
/*                                                      */
/*		//BASE 			  								*/
/*		1:1 BASIC MARGIN, TAGS ETC						*/
/*		1:2 PAGE STRUCTURE   							*/
/*      1:3 CLEAR FIXES                                 */
/*		1:4 OVERLAY			   							*/
/*                                                      */
/********************************************************/

/********************************************************/
/*    SECTION 1:1                                       */
/********************************************************/
* {
	margin:0;
	padding:0;
	z-index: 0;
}
html, body {
  height: 100%; /* Required */
}

html{
	overflow: auto;
}

body {
    font: 76%/135% Arial;
    background: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
A {
    text-decoration:none;
}
A:HOVER {
	text-decoration:underline;
}
H1 A {
	background:url(../img/logo.jpg) no-repeat top left;
	display:block;
	margin:0 auto;
	line-height:120px;
	width:231px;
	text-decoration:none;
	text-indent:-9000px;
}
H2 {
	font-size:1.8em;
	font-weight:normal;
	color:#333;
	margin:20px 0 0 20px;
	line-height:normal;
}
.png {
	behavior:url(iepngfix.htc);
}

.clickable {
	cursor: pointer;
}

.nooverflow {
	overflow: hidden;
}

/********************************************************/
/*    SECTION 1:2                                       */
/********************************************************/
#container{
	margin:0px auto;
	border:0px solid #fff;
	width:933px;
	padding:0 10px 0 10px;
	background: #000 url(../img/body_bkg.jpg) repeat-y top left;
	min-height: 100%;
	position: relative;
}
#header{
	background: #000 url(../img/header_bkg.jpg) no-repeat top center;
	width: 932px;
	height: 440px;
	border:0px solid #fff;
	z-index: 200;
	position: relative;
	top:0px;
	left: 0px;
	overflow: hidden;
}
#footer{
	margin:0px auto;
	width:933px;
	padding: 0 10px 0 10px;
	background: #000 url(../img/body_bkg.jpg) repeat-y top left;
}

#imagescroll{
	margin-left:0px;
}
UL#nav {
	width:auto;
	padding:0 0 0px 180px;
	font-size:1.1em;
	font-weight:500;
	margin-top:20px;
/*	margin-left:auto;
	margin-right:auto;*/
	border:0px solid #fff;
	text-transform: uppercase;
}
UL#nav LI {
	list-style:none;
	margin:0 2px -5px 0;
	padding:0;
	float:left;
	width:93px;
	height:32px;
	padding-top:7px;
	background:url(../img/menubtn_turkos.jpg) no-repeat;

}
UL#nav LI.red {
	background:url(../img/menubtn_red.jpg) no-repeat;
}
UL#nav LI.blue {
	background:url(../img/menubtn_blue.jpg) no-repeat;
}
UL#nav LI.gray {
	background:url(../img/menubtn_gray.jpg) no-repeat;
}
UL#nav LI.orange {
	background:url(../img/menubtn_orange.jpg) no-repeat;
}
UL#nav LI.green {
	background:url(../img/menubtn_green.jpg) no-repeat;
}
UL#nav LI A {
	display:block;
	color:#fff;
	cursor:pointer;
	line-height:normal;
	border:0px solid #fff;
	text-align:center;
}
UL#nav LI.Selected {
	list-style:none;
	float:left;
}
UL#nav LI.Selected A {
	display:block;
	text-decoration:underline;
}

/*DROPDOWN MENU*/
UL#nav LI UL.submenu{
	display: none;
	list-style:none;
	position:absolute;
	z-index:9000;
	width:200px;
}
UL#nav LI UL.submenu_nojs{
	display:block;
	filter:alpha(opacity=0);
	opacity:0.0;
}
UL#nav LI UL.submenu_nojs:hover{
	display:block;
	filter:alpha(opacity=100);
	opacity:1.0;
}
UL#nav LI UL.submenu LI{
	float:left;
	background:none;
	padding:0px;
	margin:0px;
	height:auto;
	text-align:left;
	width:100%;
	clear:both;
	border-bottom:1px solid #535353;
}
UL#nav LI UL.submenu LI A{
	text-align:left;
	background: #000000 url(../img/dot.jpg) no-repeat 7px center;
	padding:5px 0 5px 25px;
	text-transform:none;
	color:#fff;
	width:175px;
}
UL#nav LI UL.submenu LI A:HOVER{
	background: #535353 url(../img/dot.jpg) no-repeat 7px center;
	padding:5px 0 5px 25px;
	text-transform:none;
	color:#fff;
	text-decoration:none;
}



#content{
	position: relative;
	top:0px;
	width:932px;
	margin:0 0 0 0;
	font-size:0.9em;
	line-height:normal;
	padding:0px;
	border:0px solid #fff;
	z-index: 10;
}
#left_col{
	float:left;
	width:188px;
	margin:0px 0px 5px 8px;	
}

*html #left_col{
	margin:0px 0px 5px 4px;	
}
#center_col{
	float:left;
	width:468px;
	margin:0 5px 5px 5px;
}
#right_col{
	float:left;
	width:250px;
	margin:0px 0px 5px 0px;	
	position:relative;
}


.puff{	
	border:1px solid #313131;	
	background:url(../img/top_puff_bkg.jpg) no-repeat right top;	
	margin-bottom:10px;
	line-height: 140%;
}

.inactive{
	display: none;
}

.active{
	display: block;
}

.linked {
	cursor: pointer;
}

.sidepuff{	
	background:url(../img/top_puff_small_bkg.jpg) no-repeat right top;	
}
.puff H2{
	border-bottom:1px solid #313131;
	height:26px;
	margin:0px;
	padding:5px 0 0 5px;
	color:#e654f3;
	text-transform:uppercase;
	font-size:1.2em;
}

.sidepuff H2.intext{
	height:20px;
	margin:0px 0px 6px 0px;
	
}

*html .puff H2{
	height:25px;
}
.sidepuff H2 A{
	float: right;
	color:#75dd06;
	font-size:0.7em;
	cursor:pointer;
	margin:2px 5px 0 0;
}
.puff .puff_content{
	padding:10px;
	background:#000000;
	position : relative;
	color: #fff;
}
.puff P{
	color:#fff;
	margin:0px 0 5px 0;
}
.puff P B{
	font-size:1em;
	font-weight:normal;
	color:#e654f3;
	display:block;
	margin:5px 0 5px 0;
}
.puff P STRONG{
	font-size:1em;
	color:#fff;
	display:block;
	margin:5px 0 0 0;
}
.puff P SPAN.obs{
	color:#00a0ca;
	display:block;
	margin:10px 0 0 0;
}

.puff P.ingress{
	color:#e654f3;
	font-size: 1.12em;
}
.puff P.ingress I{
	font-size: 0.9em;
}

.sidepuff P.ingress I{
	font-size: 0.85em;
}

/*IMAGES*/
.puff IMG.borders{
	border:2px solid #fff;
}
.puff IMG.right{
	float:right;
	margin:0px 0px 5px 5px;
}
.puff IMG.left{
	float:left;
	margin:0px 10px 5px 0px;
}

.puff #avatar_pic {
	border:1px solid #313131;
	cursor: pointer;
	/*max-height: 110px;
	max-width: 208px;*/
}

IMG {
	border: 0px;
}

#eventPicture {
	margin: 0px 0px 20px 0px;
	border:1px solid #313131;
}

.thin_border {
	border:1px solid #313131;
}

#eventUserPicture {
	margin-left: 15px;
	margin-bottom: -10px;
}

.advert_img {
	margin-bottom: 10px;
}

/*END IMAGES*/


.puff .full{
	margin:-10px;	
}
.puff .full P{
	padding:5px 0px 5px 10px;
	overflow: hidden;
	
}
.puff .gallery_img_left{
	clear: both;
	float:left;
	width:232px;
	/*height: 190px;*/
	cursor: pointer;
	color:#e654f3;
	
}
.puff .gallery_img_right{
	float:right;
	width:232px;
	/*height: 190px;*/
	cursor: pointer;
	color:#e654f3;
	
}

.puff .gallery_img_right P, .puff .gallery_img_left P {
	width: 220px;
	position: relative;
}


.puff .key_login{
	margin:10px 0 10px 0;
	border-top:1px solid #313131;
	border-bottom:1px solid #313131;	
	width:224px;
	color:#FFFFFF;
	padding:13px 0 13px 0 ;
	background:#000 url(../img/keys.gif) no-repeat 105px center;
	clear:both;
}

.puff #avatar_container {
	width: 230px;
	text-align: center;
	position: absolute;
	top: 33px;
	right: 0px;
	height: 110px;
	overflow: visible;
	z-index: 250;
}

.puff #changeAvatar{
	text-align: center;
}

.puff #passwordSlider {
	position: relative;
	float: left;
	display: none;
}

.puff #avatarSlider {
	position: relative;
	float: left;
	display: none;
}

.puff A{
	color:#fff;
}

P.ingress A{ 
	color:#e654f3;
}

.puff #eventFooterContainer {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
}

.puff #eventFooter {
	
}

#event_0 {
	display: none;
}

/*BEGIN NON-JS (NECESSARY FOR NON-JS VERSION WITH LINKED DIVS)*/
.event H2 A, .event A H2{ 
	float: left;
	margin:0px;
	color:#e654f3;
	text-transform:uppercase;
	font-size:1.2em;
	text-decoration: none;
}

.event .puff_content P A{ 
	color:#fff;
	font-size:1.0em;
	text-decoration: none;
	font-weight: normal;
}

.event .puff_content P.ingress A{ 
	color:#e654f3;
}

.event A:HOVER { 
	text-decoration: none;
}
/*END NON-JS*/

/*
.puff .key_login A{
	color:#fff;
}*/
.puff .become_member{
	behavior:url(/iepngfix.htc);
	position:absolute;
	background:url(../img/member.png) no-repeat;
	width:127px;
	height:41px;
	right:0px;
	margin:-10px -1px 0 0;
	padding:6px 0 0 0px;
	text-indent:-25px;
	text-align:center;
	z-index: 100;	
}
.puff .become_member A{
	color:#00CC00;
	font-size:0.95em;
	cursor:pointer;
}
.puff .toggle_new_member{
	color:#45dd09;
	cursor:pointer;
}
/*BECOME MEMBER*/
.slider{
	position:absolute;
	top: 0px;
	width:250px;
	z-index:99;
}
/*END*/

/*VIP MEMBER*/

#vip_username {
	background: url(../img/flower.jpg) top left no-repeat;
	padding-left: 45px;
	padding-top: 10px;
	color: #00ffff;
	height: 34px;
	font-size: 1.1em;
}

#vip_avatar {
	float: left;
	margin-bottom: 10px;
	border:1px solid #313131;
}

#vip_functions {
	position: relative;
	top: 10px;
	left: 10px;
}

#vip_functions DIV {
	background: url(../img/ball.jpg) top left no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	width: 70px;
	overflow: hidden;
}

/*END*/

/*FORMS AND INPUTFIELDS*/

.puff FORM {
	color: #FFF;
}

.puff LABEL{
	color:#fff;
	margin:5px 0 5px 0;
	display:block;
}
.puff LABEL.horizontal{
	margin:0px;
}
.puff INPUT, .puff TEXTAREA{
	background:#000;
	border:1px solid #313131;
	padding:2px;
	color:#CCCCCC;
}
.sidepuff INPUT{
	width:220px;
}
.puff .btn{
	display:block;
	width:auto;
	border:0px solid #313131;
	padding:0px;
	float:right;
	margin: 0px -2px 0px 0px;
	cursor:pointer;
}
.puff INPUT.checkbox{
	float: left;
	width:auto;
	border: 0px;
}

.puff SELECT{
	padding:2px 0 2px 0;
}

.puff .quarts{
	float:left;
	margin:0 4px 0 0;
}
.puff .quart{
	width:50px;
}

.puff .input_left{
	float: left;
	width: 220px;
	position: relative;
	clear: both;
}
.puff .input_right{
	float: right;
	width: 212px;	
}

.puff .half {
	margin:0px 5px 0px 0px;
}
.puff .input_full{
	float: left;
	width: 440px;
	margin:0px 0px 5px 0px;
	position: relative;
	clear: both;
}

.puff .half INPUT{
	width: 210px;
}
.puff .half .quart{
	width: 48px;
}

.puff .half P {
	margin: 5px 0px 0px 0px;
	cursor: pointer;
}

.puff .checkboxholder {
	width: auto;
}

.puff .checkboxholder INPUT {
	display: inline;
	width: auto;
	position: relative;
	top: 3px;
}

.puff #success {
	float: right;
	padding-top: 10px;
}

.puff TEXTAREA{
	width: 440px;
	height: 123px;
	margin-top:-15px;
}
.puff #submitContact_nojs{
	width: 73px;
	height: 36px;
	background: url(../img/skicka_btn2.jpg) no-repeat;
}

.puff #submitMember_nojs{
	width: 73px;
	height: 36px;
	background: url(../img/skicka_btn2.jpg) no-repeat;
}

.puff #submitQuitMember_nojs{
	width: 142px;
	height: 36px;
	background: url(../img/quitmember_btn.jpg) no-repeat;
}

.puff #logout_btn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 60px;
	border: 0px;
	text-align: left;
	padding: 0px;
	margin-left: -3px;
	color:#fff;
	font-size: 1.0em;
	cursor: pointer;
	
}

.puff #logout_btn:hover {
	text-decoration: underline;
}

.puff #submitQuitMember_nojs, .puff #submitQuitMember{
	float: left;
}

.puff #errorField{
	display: none;
	width: 150px;
	float: left;
}

.puff #fileBrowse_Container { 
	position: relative;
	width: 210px;
	height: 40px;
	z-index: 100;
}
.puff #fileBrowse_fake_input{
	position: relative;
	float: left;
	width: 130px;
	z-index: 100;
	clear: left;
}

.puff #fileBrowse_fake_btn{
	float: right;
	z-index: 100;
	position: relative;
	top: -8px;
	right: -6px;
}

.puff #fileBrowse_Container .hiddenInput{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: .0;
	filter: alpha(opacity = 0);
	z-index: 200;
}

/**/
/********************************************************/
/*    SECTION 1:3                                      */
/********************************************************/
.left{
	float:left;
}
.right{
	float:right;
}

IMG.right{
	margin-left: 10px; !important
}

.center {
	text-align: center;
}

.hidden{
	display:none;
}

.invisible{
	visibility:hidden; 
}
.clearfix:after { 
    content:"."; 
    display:block; 
    height:0; 
    clear:both;
	visibility: hidden;
} 
.clearfix {
    display:inline-block;
} 
/* Hide from IE Mac \*/ 
.clearfix {
    display:block;
} 
/* End hide from IE Mac */

/**/
/********************************************************/
/*    SECTION 1:4                                      */
/********************************************************/

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	vertical-align: middle;
	z-index: 1000;
	font-size: 0.9em;
}

body>div#overlay {
   position: fixed;
} 

#overlay #overlayBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	opacity: .7;
}

#overlay #overlayContentBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 400px;
	margin-left: -250px;
	margin-top: -200px;
	color: #000;
}

#overlay #overlayContentBox h2{
	background: url(../img/top_puff_big.jpg) top right no-repeat;
}
	
#overlay #overlayContent {
	background-color: #c4c4c4;
}

#overlay #overlayContent .textbox {
	padding: 5px;
	height: 300px;
	width: 450px;
	overflow: auto;
	margin: 20px auto;
	border:1px solid #313131;
	text-align: justify;
	color: #111;
}

#overlay #overlayContent .bold {
	font-weight: bold;
}

#overlay #overlayContentBox .btn {
	float: right;
	margin-right: 10px;
}

#overlay #skickaBtn, #overlay #stangBtn, #overlay #avbrytBtn {
	float: right;
}

#overlay #avbrytBtn {
	margin-top: -15px;
}

#overlay form {
	color: #000;
}

