/*
Theme Name: BrianMagic.no
Theme URI: http://www.snopp.no
Description: A theme by <a href="http://www.snopp.no/">Snopp Media</a>
Version: 1.0
Author: Gisle G
Author URI: http://www.snopp.no

*/

body {
margin: 0;
padding: 0;
border: 0;
text-align: center;
background: #111111 url(images/bg.jpg) repeat-x top;
font-family: Helvetica, Arial, Verdana, sans-serif;
line-height: 1.6; /* Unitless for proper inheritance */
color: #808080;
font-size: 75%;   /* IE (10px = 62.5%, 11px = 68.75%, 12px = 75%) */
font-size: 12px;  /* Other browsers */

}

.piclenselink {
display: none;
}

* {
margin: 0;
padding: 0;
}

p {
margin-bottom: 9px;
}

a {
text-decoration: none;
border: none;
}

img {
border: 0;
}

/* headings */
h3 {
font-size: 18px;
}

h2 {
font-size: 24px;
line-height: 27px;
color: #c5c5c5;
}

#wrapper {
width: 965px;
margin: 0 auto;
overflow: hidden;
}

#header {
height: 355px;
width: 952px;
}

#meny {
width: 965px;
height: 37px;
padding: 0;
}

#container {
overflow: hidden;
margin:40px 0 0 0;
}

#sidebar {
width: 220px;
margin: 0;
float: right;
text-align: left;
padding-left: 20px;
border-left: 2px solid #131313;
}

#content {
width: 630px;
float: left;
margin: 0 0 0 0;
text-align: left;
color: #808080;
}

#footer {
width: 965px;
height: 116px;
float: left;
border-top: 2px solid #131313;
overflow: hidden;
padding: 10px 0px 0px 0px;
margin: 25px 0 0 0;
text-align: right;
font-size: 11px;
color: #404040;
}

/**** meny ****/
#meny ul { 
display: block; 
padding: 0; 
margin: 0; 
list-style: none;
float: left;
text-align: center;
text-transform: uppercase;
}
 
#meny ul li { 
display: inline; 
padding: 0;
margin: 0; 
list-style: none; 
font-size: 14px;
height: 37px;
} 

#meny ul li a {
text-decoration: none;
color: #888;
font-weight: 500;
display: block;
float: left;
padding: 12px 30px 0px 30px;
height: 37px;
margin: 0px;

}

#meny ul li a:hover,
#meny ul li a:active  {
text-decoration: none;
color: #b8b8b8;
background: #171717 url(images/star.png) no-repeat right top;
height: 37px;
}
#meny ul li.current_page_item a {	
text-decoration: none;
color: #b8b8b8;
background: #171717 url(images/star.png) no-repeat right top;
}

#meny ul li span .star {

}

/**** sidebar ****/
#sidebar h3 { font-size: 18px; color: #c5c5c5; margin: 0; }
#sidebar a { color: #5c5c5c; }
#sidebar a:hover { color: #858585; }
#sidebar ul { list-style: none; }
.sponsor { margin: 0 0 20px 0; display: block; width: 200px; }
.kontakt { margin: 0 0 20px 0; display: block; width: 200px; float: left; }

/**** sponsor ****/

a.snopp { 
background:url(images/snopp.jpg) repeat 0px 0px; 
width: 165px; 
height: 109px; 
display: block;
float: left;
}
a.snopp span { display: none; }
a.snopp:hover { background: url(images/snopp.jpg) repeat 0px -109px; }

a.brian_logo { 
background:url(images/brian.jpg) repeat 0px 0px; 
width: 165px; 
height: 153px; 
display: block;
float: left;
}
a.brian_logo span { display: none; }
a.brian_logo:hover { background: url(images/brian.jpg) repeat 0px -153px; }



/**** content ****/
#content a { color: #c5c5c5; border-bottom: 1px dotted #6f5e00; }
#content h2 a { text-decoration: none; border-bottom: none; }
#content .deling a { border-bottom: none; }
#content .deling { margin: 20px 0 10px 0; }
.entry { margin: 10px 0 30px 0; }
.wp-caption-text { font-size: 11px; margin: 4px 0 10px 0; }

#content ul li {
list-style: none;
list-style-position: inside;
list-style-image: url(images/list.jpg);
}


/**** footer ****/
#footer a { color: #404040; border-bottom: 1px dotted #6f5e00; }
#footer a:hover { color: #5c5c5c; }

/**** comments ****/

.comments {
	margin:0 0 30px 0;
}

.comment {
	padding:20px 0;
	border-top:1px solid #141414;
	clear:left;
}

.comment.alt {
	background:#121212;	
}


.user {
	width:148px;
	float:left;
	color:#999;
	padding:0 0 20px 5px;
}

.user img{
	margin:0 0 5px 0;
}


.user a{
	font-weight:bold;
}

.text {
	margin:0 0 0 155px;
}

.text.admin {
	color:#333;
}

#content form {
	border:1px solid #141414;
	padding:20px 20px 40px 20px;
	color:#8c8c8c;
	background:#121212;
}

#content label{
	display: block;
	float: left;
	margin-bottom: 10px;
	color:#555;
	text-align: left;
	width: 90px;
	padding-right: 20px;
	font-weight:bold;

}

#content input {
	display: block;
	width: 450px;
	float: left;
	margin-bottom: 10px;
}

#content textarea {
	display: block;
	width: 450px;
	float: left;
	margin-bottom: 10px;
}

#content br.leave  {
clear: left;
} 

#content input {
	padding:5px 3px;
	border:1px solid #141414;
	color:#333;
	font:12px arial;
	background:#969696;
}

#content textarea {	
	height:100px;
	overflow:auto;
	padding:5px 3px;
	border:1px solid #141414;
	background:#969696;
	color:#333;
	font:12px arial;
}

#content input.komentar {
	margin:0 0px 0 110px;
	cursor:pointer;
	color:#333;
	width:150px;
	font:14px arial;
	background: #969696;
	border:0px;
	padding:3px 0 5px 0;
}

* html #content input.komentar {
	margin:0 0px 0 45px;
}

/**** img ****/
img.centered, .aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
display: inline;
margin: 0px 0px 2px 7px;
}

img.alignleft {
margin: 0px 7px 2px 0px;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}



