/*
Theme Name: Munin Sports
Theme URI: http://www.muninsports.com
Description: 
Version: 1.0
Author: Mathias Jespersen

*/


/* Sign up */

#signup {
	float: left;
	position: absolute;
	top: -25px;
	left: 760px;
	background: url(images/signup.png);
	width: 100px;
	height: 100px;
	z-index:51;
	}

#signup:hover {
	background: url(images/signup_over.png);
	}


/* UK */

#uk {
	float: left;
	position: absolute;
	top: 20px;
	left: 395px;
	background: url(images/uk_version.png);
	width: 62px;
	height: 62px;
	z-index: 1000;
	}

#uk:hover {
	background: url(images/uk_version_over.png);
	}

/* Ordreformular */

input {
	background-color: #999;
	color: #222;
	border: 0px;
	font-size: 14px;
	padding: 3px;
	margin: 5px 0 0 0;
	}

input[type="submit"] {
	background-color: #f95519;
	color: #fff;
	border: 0px;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 5px 9px;
	border-radius: 3px;
	-o-border-radius: 3px; 
	-moz-border-radius: 3px;
	-icab-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	}

input[type="submit"]:hover {
	background-color: #999;
	color: #222;
	}

textarea {
	background-color: #999;
	color: #222;
	border: 0px;
	font-size: 14px;
	padding: 3px;
	margin: 5px 0 0 0;
	}	
	
.white {
	background-color: #fff;
	text-align: center;
	font-size: 17px;
	margin: 0 0 0 5px;
	}
	
.wpcf7-mail-sent-ok {
	background-color: rgb(57, 143, 20);
	color: #fff;
	border: 0px;
	font-size: 14px;
	margin: 5px 0 0 0;
	padding: 5px 9px;
	border-radius: 3px;
	-o-border-radius: 3px; 
	-moz-border-radius: 3px;
	-icab-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	}	
	
/* Billedcarousel scroll slaaet fra */


.jcarousel-scroll {
	display: none;
	}


/* Fullscreen */

.backgr {
	position:absolute;
	z-index:0;
	visibility:hidden;
	background-repeat: no-repeat;
	background-position: bottom;
	}


/* Navigation */

ul#nav {
	margin:0;
	padding: 0;
	list-style-type : none;
	}

ul#nav ul {
	margin:13px 0;
	padding: 0;
	list-style-type : none;
	}

ul#nav li {
	display: inline;
	}

ul#nav li a {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #999;
	font-weight : normal;
	font-style : normal;
  	text-decoration : none;
  	text-transform: uppercase;
	background-color: #262626;
	padding: 5px 9px;
	border-radius: 3px;
	-o-border-radius: 3px; 
	-moz-border-radius: 3px;
	-icab-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	}

ul#nav li.page-item-8 a {
	background-image: url(images/home_icon.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	display: block;
	width: 20px;
	float: left;
	margin-right: 4px;
	top: -4px;
	position: relative;
	}	


ul#nav ul li a {
	font-size: 11px;
	color: #f95519;
	background-color: #131313;
	}


ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
	color : #ffffff;
	background-color: #666666;
	}

ul#nav li.page-item-8 a:hover {
	background-color: #f95519;
}

ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
	color : #ffffff;
	background-color: #f95519;
	}

/* Logo */

#logo {
	width: 210px;
	height: 50px;
	z-index:5;
	top: 10px;
	left: 10px;
	position: absolute;
	background: url('images/munin_logo.png') no-repeat top left;
}

#page #logo {
	width: 210px;
	height: 50px;
	z-index:2;
	top: -70px;
	left: -0px;
	position: absolute;
	background: url('images/munin_logo_shadow.png') no-repeat top left;
}

/* Baggrundsbillede til undersider */

.page_child {
	background: url('images/grass.jpg');
	background-attachment:fixed;
	}


/* Forside container - inkl. placering */


#front {
    background-color: #080808;
	text-align: left;
	position: absolute;
	z-index:3;
   	width: 400px;
	bottom: 20px;
	padding: 20px;
	border-radius: 7px;
	-o-border-radius: 7px; 
	-moz-border-radius: 7px;
	-icab-border-radius: 7px; 
	-khtml-border-radius: 7px; 
	}
	
.left {
	left: 20px;
	}

.right {
	right: 20px;
	}


/* Basics */


body {
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Sans-Serif;
	background-color: #121212;
	color: #999999;
	margin: 0;
	border: 0px;
	}

	
#page {
    background-color: #080808;
	position: relative;
	z-index:4;
	width: 800px;
	margin: 80px auto 20px;
	padding: 20px;
	border-radius: 7px;
	-o-border-radius: 7px; 
	-moz-border-radius: 7px;
	-icab-border-radius: 7px; 
	-khtml-border-radius: 7px; 
	-webkit-box-shadow:0 0 15px #000; 
	-moz-box-shadow: 0 0 15px #000; 
	box-shadow:0 0 15px #000;	
	}


#content {
	margin: 40px 0 0 0;
	display: block;
	}

	
#front #content {
	margin: 0;
	display: block;
	opacity:1;
	filter:alpha(opacity=100);
	}	

.column-1 {
	width: 360px;
	float: left;
	padding: 0 20px 0 0;
	}
	
.column-2 {
	width: 360px;
	float: left;
	}
p {
	text-align: left;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Sans-Serif;
    font-size: 13px;
   	line-height: 18px;
	margin: 18px 0;
	}

#footer {
	padding: 0;
	}

#footer p {
	text-align: left;
	font-family: Arial, Sans-Serif;
    font-size: 9px;
    color: #333333;
	border: none;
  	letter-spacing: 0.1em;
	margin: 0;
	}

#footer a {
	color: #ff3333;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

.entry {
	opacity:1;
	filter:alpha(opacity=100);
	}
	
.small {
	color: #333;
	font-size: 11px;
	line-height: 15px;
	}
	
em {
	text-transform: uppercase;
	font-size: smaller;
	color: #fff;
	font-style: normal;
	letter-spacing: 2px;
	}	

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 45px;
	text-align: left;
	letter-spacing: -1px;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Sans-Serif;
	font-size: 11px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h1 a:hover {
	color: #999;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a, h2 a:hover, h3 a:hover {
	color: #f95519;
	text-decoration: none;
	}

a:hover {
	color: #f95519;
	text-decoration: underline;
	}


.post {
	text-align: left;
	}

.post hr {
	display: block;
	}
	
.postmetadata {
	clear: both;
	}

.clear {
	clear: both;
	}

hr {
	background: url('images/munin_dots_1to5.gif') repeat-x top left;
	height: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin: 13px 0px;}




/* Blog */

#page.blog { 
	background: #eed;
	}

#page.blog #content-blog {
	width: 600px; 
	float: left;
	}

#page.blog h1 a { 
	color: #333;
	letter-spacing: -2px;
	font-size: 32px;
	}

#page.blog h1 a:hover { 
	color: #6f9226;
	}

#page.blog p { 
	color: #666;
	}




/*	Begin Headers */
h1 {
	margin: 20px 0;
	}

#front h1 {
	margin: 0;
	}
	
h2 {
	margin: 15px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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

img.alignleft {
	padding: 3px 0 0 0;
	margin: 0 18px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	

.entry ul.speclist {
	list-style-type: none;
	display: inline;
}

.entry ul.speclist li {
	width: 355px;
	background-color: #222;
	margin: 0 15px 15px 0;
	padding: 15px;
	font-size: 18px;
	color: #ff9900;
	float: left;
	font-family: Helvetica, arial, sans-serif;
	border-radius: 3px;
	-o-border-radius: 3px; 
	-moz-border-radius: 3px;
	-icab-border-radius: 3px; 
	-khtml-border-radius: 3px;
	}

.entry ul.qoutelist {
	list-style-type: none;
	display: inline;
	}

.entry ul.qoutelist li {
	width: 235px;
	margin: 0 30px 0 0;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	float: left;
	font-family: Georgia, Times, serif;
	}
	
.entry ul.qoutelist li em{
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	color: #f90;
	font-style: normal;
	letter-spacing: 0;
	display: block;
	margin: 10px 0 0 0;
	}	
		
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

ol li, #sidebar ul ol li {
	list-style: disc;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

form table {
  border-collapse: collapse;
}

form table .control {
  width: 1%;
}

form .text {
	width: 250px;
	height: 24px;
	padding: 0 0 0 10px;
	border: 0px;
	font-size: 11px;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	line-height: 12px;
	font-weight: normal;
	background: #333;
	color: #999;
	letter-spacing: 1px;
	vertical-align: middle;

}

form .button,
form .button:visited {
	width: 100px;
	margin: 0 0 0 1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	font-size: 11px;
	line-height: 12px;
	height: 24px;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	background: #222;
	cursor: pointer;
	letter-spacing: 1px;
	border-radius: 0px;
	-o-border-radius: 0px; 
	-moz-border-radius: 0px;
	-icab-border-radius: 0px; 
	-khtml-border-radius: 0px; 
	}
	
form .button:hover {
	background: #f95519;
	color: #FFFFFF;
 	}

.formentry {
	text-align: left;
	width: 250px;
	margin: 0;
	opacity:1;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	width: 190px;
	float: left;
	}

#sidebarheader
{
	padding: 0 0 10px 0;
	margin-left: 570px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin:0;
	}

blockquote p {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;	
	font-weight: normal;
	color: #808080;
	line-height: 25px;
	opacity:0.99;
	filter:alpha(opacity=99);
	}

blockquote a {
	font-family: Arial, Sans;
    font-size: 11px;	
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
	opacity:0.99;
	filter:alpha(opacity=99);
	}
	
#page blockquote p {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;	
	font-weight: normal;
	color: #fff;
	line-height: 25px;
	opacity:0.99;
	filter:alpha(opacity=99);
	}	
	
#page blockquote a {
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;	
	font-weight: normal;
	color: #f95519;
	line-height: 25px;
	text-transform: none;
	opacity:0.99;
	filter:alpha(opacity=99);
	}
	
#page blockquote a:hover {
	color: #999;
	}
	
	
	
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


