/*  
Theme Name: Glimt i Midten
Theme URI: http://www.glimtimidten.com
Description: Tema for glimtimidten.com, en supporterklubb for FK BodÃ¸/Glimt.
Version: 1.0
Author: Mari Asplem Hansen
Author URI: http://tykjpelk.net

	Temaet tar utgangspunkt i Standard norsk-temaet, som igjen er bygget pÃ¥ Kubrick.
	Det meste er dog endret, stort sett bare en del navn pÃ¥ klasser og sÃ¥nt som henger igjen.

*/

/* Begynner hovedoppsett */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 62.5%; /*Setter fontstÃ¸rrelsen til 10px hvis defaultinnstillinger */
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background-color: #FCD116;
	color: #000;
	text-align: center;
	}
	
.container {
	background: url(images/backgroundtile.png) top left repeat-y;
	text-align: left;
	margin: 0 auto;
	width: 900px;
	border-right: 1px solid #5c5c5c;
	border-left: 1px solid #5c5c5c;
	}

/* Slutter hovedoppsett */


/* Begynner header */

.smallheader {
	float: left;
	background: #000;
	color: #ffde22;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	height: 50px;
	width: 900px;
	text-align: center;
	}

.smallheader p {
	line-height: 50px;
	}

h1 {
	width: 700px;
	float: left;
	background: url(images/newheader.jpg) top left no-repeat;
	font-weight: normal;
	font-size: 3em;
	display: block;
	overflow: hidden;
	height: 0px!important; 
	height /**/: 150px; 
	width: 700px;
	padding-top: 150px;
	}
	
/* Slutter header */


/* Begynner sidekolonne */

#sidebar {
	width: 200px;
	float: right;
	color: #fff;
	background: transparent;
	overflow: hidden;
	}

#sidebar ul {
	margin: 10px 15px;
	padding: 0;
	width: 170px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	margin-bottom: 15px;
	}
	
#sidebar ul.menu {
	margin: 0;
	padding: 0;
	width: 170px;
	}

#sidebar ul.menu li {
	margin-left: 0;
	margin-right: 0;
	}

#sidebar a {
	color: #ffde22;
	background: transparent;
	font-size: 1.1em;
	text-decoration: none;
	border: 0;
	}

#sidebar a:hover {
	color: #38b0de;
	}

#sidebar ul.menu li a {
	display: block;
	width: 170px;
	height: 20px;
	border-bottom: 1px dotted #ffde22;
	line-height: 20px;
	color: #ffde22;
	text-transform: uppercase;
	font-size: 1.2em;
	text-decoration: none;
	letter-spacing: 2px;
	}

#sidebar ul.menu li a:hover {
	border-bottom: 1px solid #38b0de;
	color: #38b0de;
	}

#sidebar h2 {
	display: block;
	height: 20px;
	width: 170px;
	border-bottom: 1px dotted #ffde22;
	line-height: 20px;
	color: #ffde22;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 2px;
	margin: 0;
	}
	
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ul ul li {
	margin: 0;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 0;
	padding: 0;
	}

/* Slutter sidekolonne */


/* Begynner sÃ¸keskjema */

#searchform {
	text-transform: none;
	width: 160px;
	margin: 0;
	}
	
#searchform input {
	background: #000;
	color: #ffde22;
	border: 1px dotted #ffde22;
	height: 25px;
	width: 163px;
	padding-left: 5px;
	}

select {
	width: 130px;
	}
	
/* Slutter sÃ¸keskjema */


/* Begynner footer */

.footer {
	width: 900px;
	clear: both;
	text-align: center;
	padding: 1px 0;
	}

.footer p {
	margin: 1em 0 1em 0;
	}
	
.footer {
	background-color: #000;
	color: #ffde22;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	text-align: center;
	font-size: 1.1em;
	}
	
.footer a {
	color: #ffde22;
	text-decoration: none;
	}	

/* Slutter footer */


/* Begynner hovedfelt */

.main {
	width: 700px;
	float: left;
	}
	
.main ul, ol {
	margin: 15px 20px;
	}

.main p {
	margin: 15px;
	}

.main h3 {
	font-size: 1.4em;
	color: #000;
	margin-top: 15px;
	font-weight: normal;
	border-bottom: 1px solid #38b0de;
	}

.main h4 {
	font-size: 1.4em;
	color: #000;
	margin: 15px 10px 0 10px;
	font-weight: normal;
	border-bottom: 1px solid #38b0de;
	}

.main h2.pagetitle {
	border-bottom: 2px solid #ffde22;
	margin: 15px 15px 0 15px;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	}

/* Slutter hovedfelt */


/* Begynner post */


a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	}

a:hover {
	color: #38b0de;
	border-bottom: 1px solid #38b0de;
	}

.post, search {
	margin: 15px;
	margin-bottom: 20px;
	text-align: justify;
	}

.post p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px;
	}

.post ul, ol {
	font-size: 1.2em;
	list-style-position: inside;
	}

.post ul, ul ul {
	list-style-type: circle;
	}

.post ul ul, ol ol {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.post ul h2 {
	font-size: 1.15em;
	line-height: 2em;
	color: #000;
	margin-top: 10px;
	font-weight: normal;
	border-bottom: 1px solid #38b0de;
	}

.post small {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #aaa;
	}

.post small a {
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	}
	
.post small a:hover {
	color: #38b0de;
	border-bottom: 1px solid #38b0de;
	}

.post h2.pagetitle {
	border-bottom: 2px solid #ffde22;
	margin: 0;
	}

.post h2 {
	margin: 15px 0 5px 0;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.5em;
	color: #000;
	}

.post h2 a {
	text-decoration: none;
	color: #000;
	display: block;
	border-bottom: 2px solid #ffde22;
	padding-left: 2px;
	}

.post h2 a:hover {
	border-bottom: 2px dotted #38b0de;
	}
	
h3.search {
	border: 0;
	}

h3.search a {
	text-decoration: none;
	color: #000;
	display: block;
	padding-left: 2px;
	border-bottom: 1px solid #38b0de;
	}
	
h3.search a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.postmetadata {
	color: #aaa;
	font-size: .9em;
	padding: 2px;
	background: #eee;
	}

.postmetadata p {
	margin: 2px;
	}

.entry form {
	text-align:center;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 20px 15px 10px;
	padding: 10px;
	border-left: 5px solid #ffde22;
	background: #ffffee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* Slutter post */


/* Begynner bilder */

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

p img {
	padding: 4px;
	border: 1px solid #aaa;
	max-width: 630px;
	margin: 5px;
	text-decoration: none;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-decoration: none;
	}

img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	text-decoration: none;
	}

img.alignleft {
	display: inline;
	float: left;
	margin-right: 3px;
	text-decoration: none;
	}

/* Slutter bilder */

/* Begynner kommentarer */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.commentlist {
	text-align: justify;
	color: #000;
	font-size: 1.5em;
	list-style-position: outside;
	margin-bottom: 30px;
	padding-bottom: 1px;
	}

.commentlist p {
	color: #000;
	font-size: 0.8em;
	}

.commentheader {
	background: url(images/stripebackground.png) top left;
	color: #ffde22;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	font-size: 0.75em;
	}

.commentheader a {
	color: #ffde22;
	border-bottom: 1px dotted #ffde22;
	}

.commentheader a:hover {
	color: #aaa;
	}

.commentheaderalt {
	background: url(images/stripebackground.png) top left;
	color: #38b0de;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	font-size: 0.75em;
	}

.commentheaderalt a {
	color: #38b0de;
	border-bottom: 1px dotted #38b0de;
	}

.commentheaderalt a:hover {
	color: #aaa;
	}

#commentform {
	margin: 10px;
	padding-bottom: 20px;
	display: block;
	}

.main input {
	width: 50%;
	padding: 3px;
	margin: 5px 5px 1px 0;
	border: 1px solid #aaa;
	background: #eee;
	}

.main textarea {
	width: 70%;
	padding: 3px;
	border: 1px solid #aaa;
	background: #eee;
	}

.main #submit {
	float: left;
	width: 200px;
	height: 20px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* Slutter kommentarer */


/* Begynner diverse */

.center {
	text-align: center;
	}

hr {
	display: none;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

div.alignright {
	margin: 15px;
	float: right;
	}

div.alignleft {
	margin: 15px;
	float: left;
	}

/* Slutter diverse */


/* BodÃ¸/Glimt fÃ¸rr evig */