/*-------------------------------------------------------------------------------------
//	JibberBook v2.3
//	(c) 2009 Chris Jaure
//	license: MIT License
//	website: http://www.jibberbook.com/
//
//	theme/default/jbstyle.css
-------------------------------------------------------------------------------------*/
body {
  background-color: #cc9966;
	padding: 0;
	margin: 0px; /*marginal från skärmkant till där wrappern börjar */
	text-align: center;
	font: 12px Cambria, Tahoma, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
}
#container { /*=wrapper*/
	width: 1200px;
	height: 700px;
	border: 0px solid black;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	background-color: white;
	background: url('images/49b.jpg') no-repeat;
}
#container h3 {
	font-size:1.6em;
	margin-bottom:10px;
	font-family:arial, sans-serif;
	font-weight:normal;
	color:#fff;
	background-color:#000;
	text-align:center;
}
#header {
	text-align: left;
	padding-left: 20px;
	height: 220px;
	width: 1180px;
	border: 0px solid black;
	border: 0px solid white;
	background: white;
	padding-top: 20px;
}
#header h1 {
	text-align:center;
	font-weight:normal;
	font-size:3em;
	margin-top:5px;
	line-height:1em;
}
#RAV {
	height: 220px;
	width: 1050px;
	border: 0px solid black;
	border: 0px solid white;
	background: white;
	float: left;
	
	
	}

	
#sms {

	height: 220px;
	width: 130px;
	border: 0px solid black;
	border: 0px solid white;
	background: white;
	padding-top: 0px;
	
	
	}
	
#nav {
	margin-left: 10px;
	padding-left:0px;
	padding-top: 10px;
	width: 120px;
	height: 400px;
	float: left;
	/*border: 4px solid black;*/
	/*background-color: white;*/
}

#ip {
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(213, 219, 225); 
	text-align: center;
	font-size: 1.3em;
	
}

#content {
	width: 850px;
	height: 400px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	border: 2px solid white;
	
}

#info {
	color:#666;
	font-style:italic;
	position:relative;
	left:45%;
	width:40%;
}
#jb_message {
	color:#fff;
	text-align:center;
	margin-bottom:0.5em;
}
#jb_message.error {
	background-color:#c00;
}
#jb_message.confirm {
  background-color:#360;
}
#jb_message p {
  margin:0;
  padding:0.5em;
  font-size:1.6em;
}
#primary {
  float:right;
  border: 0px solid black;
}
#secondary {
	
	width:520px;
  float:left;
  margin-bottom:1em;
  border: 1px solid black;
}
#jb_addComment{
	width:275px;
	
}
#jb_addComment label {
  display:block;
  font-weight:bold;
  font-size:0.9em;
}
#jb_addComment input, #jb_addComment textarea{
	font-size:0.8em;
	font-family:arial, sans-serif;
	width:98%;
	margin-bottom:5px;
	padding-left:2px;
}
#jb_addComment textarea{
	height:200px;
}
#jb_addComment .button{
	font-size:1.3em;
}
#jb_addComment fieldset{
  border:0;
  margin:0;
  padding:0;
}
#jb_comments{
	height:340px;
	overflow:auto;
}
.comment{
	width:500px;
	background:#f8f8f8;
	border: solid 1px #ddd;
	margin-bottom:15px;
	overflow:hidden;
}
.comment .header {
	font-weight:bold;
	border-bottom: solid 2px #06c;
	padding:2px 1px;
	background:url(images/c_header_bg.gif) repeat-x top;
}
.comment .header a{
	color:#000;
}
.comment .header a.delete{
	float:right;
}
.comment .content {
	padding:5px;
	line-height:1.5em;
}
.comment .date {
	font-size:0.8em;
	text-align:right;
	color:#999;
	padding-right:4px;
}
#footer {
	text-align: center;
	width: 970px;
	height: 30px;
	clear: both;
	padding: 2px;
	border: 0px solid white;
	margin-top: 5px;
}
#footer a{
	color:#06c;
}
#footer a:hover{
	text-decoration:none;
}
.required{
	color:#f00;
}
#jb_addComment .hidden, .hidden{
	display:none;
}

#reminder {
		position: absolute;
		left: 0px;
		bottom: 15px;
		height: 40px;
		padding-top: 5px;
		padding-left: 5px;
		padding-bottom: 0px;
		padding-right: 5px;
		background-color: rgb(213, 219, 225); 
		width: 50%;
		border: 1px solid #999999;
		
		
	}

#sponsors {
	margin-top: 0px;
	padding: 2px;
	width: 190px;
	height: 400px;
	/*background-color: white;*/
	margin-left: 10px;
	float: left;
	
	
	}
	
	#sponsors h1 {
		font-size: 1.0em;
		font-weight: bold;
		padding-top: 0px;
		margin-left: 2px;
		
		
	}

/*=============================================== 
>>> NAVIGATION
=============================================== */
#nav ul {
	list-style: none;
	margin: 0px 0 0px 0;
	padding: 0 0 0 0px;
} 

#nav li {
	list-style: none;
	text-align: center;
	margin: 0 0 0 0px;
	padding: 0 0 5px;
} 

#nav li a { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #000; 
	background: #FFF;
	display: block;
} 

#nav li a:hover { 
	text-decoration: none;
	background: #E1E1E1;
	color: #132B07;
	display: block;
} 
