/* A3 campaign style sheet */
/* Author: jonas@artopod.se */
/* ._.-._.-._._.-._.-._._.-._.-._._.-._.-._. */

body { 
	color:#fff;
	margin:0px;
	padding:0px;
	font:70%/135% verdana, arial, helvetica, sans-serif;
	text-align:center;
	background: #f3f3f3 url(../img/bg_body.gif) 50% 0 repeat-y;
	height: 100%;
}

body#pop {
	background: #111;
	text-align: left;
	padding: 20px;
	height: 90%;
}

html {
	height: 100%;
}

#a3 {
	background:#f3f3f3 url(../img/bg.gif) 50% 0 repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	height: 99%;
}

#kamp {
	width: 820px;
	position: relative;
	background: #080808 url(../img/bg.jpg) no-repeat;
	height: 99%;
	padding: 0 0 10px;
}

a			{ background:transparent; text-decoration:none; font-weight:bold; }
a:link 		{ color:#f58232; }
a:active 	{ color:#fff; }
a:visited 	{ color:#f58232; }
a:hover, a:visited:hover { color:#f58232; text-decoration:underline; }

img {
	border:0px;
}

.clr {
	clear: both;
}

/* overall typography */
/* ._.-._.-._._.-._.-._._.-._.-._._.-._.-._. */

h1	{ font:bold 140% verdana, arial, helvetica, sans-serif; margin:0px 0px 12px 0px; color:#eee; }
h2	{ font:bold 120% verdana, arial, helvetica, sans-serif; margin:0px 0px 12px 0px; }
h3	{ font:bold 110% verdana, arial, helvetica, sans-serif; margin:0px 0px 12px 0px; }
h4	{ font:bold 110% verdana, arial, helvetica, sans-serif; margin:10px 0px 12px 0px; }

p	{ margin:0px 0px 12px 0px; }
  
hr { 
	clear:both; 
	border:0px; 
	color:#e5e5e5; 
	background-color:#e5e5e5; 
	height:1px;
}

.quote {
	float: right;
	margin: 0 0 10px 10px;
	font-weight: bold;
	line-height: 134%;
}

/* layout */
/* ._.-._.-._._.-._.-._._.-._.-._._.-._.-._. */

#menu {
	position: absolute;
	top: 30px;
	left: 15px;
	padding: 30px 10px;
	margin: 0 auto;
	width: 780px;
	height: 85%;
	z-index: 20;
/*	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
	display:none;
}

	#menu ul {
		position: absolute;
		top: 140px;
		left: 50px;
		list-style: none;
		margin: 0;
		padding: 0;
		z-index: 21;
	}
	
	#menu li {
		float: left;
		width: 172px;
	}

.texta3 {
	position: absolute;
	left: 130px;
	top: 80px;
	text-align: left;
	width: 550px;
	text-shadow: 0 0 0 #000;
}

.left {
	position: relative;
	width: 50%;
	float: left;
}

.right {
	position: relative;
	width: 50%;
	float: left;
	text-align: right;
}

.alogo {
	position: absolute;
	right: 16px;
	bottom: 14px;
	z-index: 80;
}

.a3logo {
	position: absolute;
	left: 30px;
	top: 14px;
	z-index: 21;
}

.gohome {
	position: absolute;
	top: 16px;
	left: 14px;
}

.intro { 				
	position: absolute; 
	top: 150px; 
	left: 100px; 
	width: 620px; 
	text-align: center;
	z-index: 10;
	display:none;
}

.page {
	position: absolute;
	left: 20px;
	top: 14px;
	text-align: left;
	width: 770px;
	text-shadow: 0 0 0 #000;
	z-index: 19;
	margin: 0 0 20px;
	display:none;
}

.page2 {
	position: absolute;
	left: 20px;
	top: 14px;
	text-align: left;
	width: 770px;
	text-shadow: 0 0 0 #000;
	z-index: 19;
	margin: 0 0 20px;
}

.text {
	padding: 100px 20px 20px;
}

.text h1 {
	margin-bottom: 30px;
}

	.smallmenu {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}

	.smallmenu a {
		margin: 0 1px;
		display: block;
		float: left;
		width: 100px;
		text-align: center;
	}

	a.moreinfo {
		padding: 2px 4px;
		background: none;
	}

.col {
	float: left;
	width: 27%;
	margin-right: 3%;
}

.adv {
	display: none;
	border: 1px solid #333;
	padding: 10px;
}

.aaatxt {
	position: relative;
	padding: 0 20px 0 0;
	top: 0px;
	width: 400px;
}

.aaadots {
	position: absolute;
	top: 310px;
	right: 30px; 
	font-weight: bold;
}

#cc_1, #cc_2, #cc_3 {
	display: none;
	border: 1px solid #333;
	padding: 10px;
}

/* table on movie page */

table {
	border-collapse: collapse;
	margin: 20px 0px 30px;
}

th {
	padding:0px 0px 8px;
	text-align: left;
}

td {
	padding: 0 10px 0 0;
}

/* forumlär */

.frm, textarea {
	font: 100% verdana, sans-serif;
	width: 300px;
	border: 1px solid #666;
	background: #f5f5f5;
	margin: 2px 0 10px;
}

.frml {
	font: 100% verdana, sans-serif;
	width:120px;
	border: 1px solid #666;
	background: #f5f5f5;
	margin: 2px 0 10px;
}


