/*
Theme Name: Kimura.se	 
Theme URI: http://www.kimura.se/
Description: The official kimura theme 
Version: 1.0
Author:	Ricardo 
Author URI: http://ricardo.banegas.se 
Tags: mma 

	Theme entirely customized for kimura.se use

*/


/* Begin Style Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0; } 
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; } 
ol,ul { list-style:none; } 
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
q:before,q:after { content:''; } 
abbr,acronym { border:0; } 

/* End Style Reset */

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background:#fff url(images/top.png) 0 0 repeat-x;
	color:#000;
	max-width:100%;
}

#wrapper{
	width:auto;
	min-width:100%;
}

.container{
	width:960px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;

}


#top_element{
	background:#fff url(images/top.png) 0 0 repeat-x;
	width:100%;
	min-width:960px;
	height:100px;
}

#logo{
	padding:22px 0 0;
	float:left;
}


#header_right {
	float:left;
	margin-left:30px
}


/* Begin Navigation */
#nav{
	background:#585852 url(images/menu.png) 0 0 repeat-x;
	width:100%;
	min-width:960px;
	height:40px;
	clear:both;
	
}


#nav ul{
	list-style-type:none;
	float:left;
	background:url(images/menu-sep.png) left top no-repeat;
	padding-left:3px;
}

#nav ul li{
	display:inline;
}	

#nav ul li a{
	float:left;
	display:block;
	height:40px;
	padding:0 15px;
	text-decoration:none;
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:0 -1px 0 #646461;
	line-height:40px;
	background:url(images/menu-sep.png) right top no-repeat;
}

#nav ul li a:hover{
	background:url(images/menu-hover.png) right top no-repeat;
}

#header{
	background:#000 url(images/header.png) 0 0 repeat-x;
	height:372px;
	width:100%;
	min-width:960px;
	clear:both;
}

#header-inner{
	background:url(images/fighters.jpg) center top no-repeat;
	height:372px;
	width:100%;
	min-width:960px;
}

#welcome{
	width:400px;
	height:202px;
	padding:30px 30px 0;
	margin-left:500px;
}


#fighters{
	width:950px;
	padding-left:0px;
}

#fighters .left{
	width:150px;
}

#fighters .left p{
	margin-left:90px;
}

#fighters .right{
	padding-top:10px;
	width:950px;
}
#fighters img{
	margin-left:10px;
}

/* End Navigation */

#content{
	background:#fff url(images/content.png) 0 0 repeat-x;
	min-height:300px;
	width:100%;
	min-width:1260px;
	padding-bottom:30px;
	clear:both;
}



#main{
	width:540px;
	padding:5px 10px;
	float:left;
	margin-top:20px;
}

#main .subject a:link, #main .subject a:visited  {
	text-decoration: none;
}

#main .subject a:hover  {
	text-decoration: underline;
}

.post{
	border-bottom:1px solid #ddd;
	margin-bottom:30px;
	padding-bottom:15px;
}


#sidebar{
	width:300px;
	min-height:200px;
	padding:10px 20px;
	margin-bottom:20px;
	background:url(images/sidebar.png) 0 0 no-repeat;
	border:1px solid #cdcdcd;
	border-top:0;
	float:right;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}


#footer{
	background:url(images/footer.png) 0 0 repeat-x;
	width:100%;
	min-width:960px;
	height:120px;
	margin-top:10px;
	padding-top:20px;
	color:#9b9b95;
}

#footer a{
	color:#9b9b95;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .credit a{
	color:#838383;
}


/* Typography & Colors */

p{
	font-size:1.3em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

#sidebar p{
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:1.5em;
}


h1,h2,h3,h4,h5,h6{
	color:#606059;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom:0.3em;
}

h1{
	font-size:2.4em;
}

#header h1{	
	color:#ff6305;
}

h2{
	font-size:1.9em;
}

h3{
	font-size:1.5em;
}
h3 a{
	color:#606059;
	text-decoration:none;
}

h3.tab{
	background:url(images/tab.png) 0 0 no-repeat;
	color:#fff;
	text-shadow:0 -1px 0 #7b7b77;
	height:10px;
	padding:6px 20px 0;
	text-transform:uppercase;
	font-size:1.3em;
}

#header p{
	color:#fff;
}

h4{
	color:#000;
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}


a{
	color:#e45a0d;
}

a:hover{
	color:#000;
}


.annons p{
	color:#7d7c7b;
	font-size:1.1em;
}


.btn{
	display:block;
	background:url(images/btn-sprite.png) 0 0 no-repeat;
	height:25px;
	width:138px;
	color:#fff;
	text-transform:uppercase;
	font-family:Helvetica, Arial, sans-serif;
	text-decoration:none;
	font-weight:bold;
	padding:6px 10px 0;
}
.btn:hover{
	color:#fff;
}
.purple{
	background-position:0 0;
}
.purple:hover{
	background-position:0 -31px;
}
.orange{
	background-position:0 -62px;
}
.orange:hover{
	background-position:0 -93px;
}
.grey{
	background-position:0 -124px;
}
.grey:hover{
	background-position:0 -155px;
}	

#nav{
	font-family:Calibri, Arial, Helvetica, sans-serif;
}


#footer p{
	font-size:1.1em;
}


#main ul{
	list-style: disc;
	margin-left:16px;
	padding-left:16px;
}
#content li{
	font-size:1.3em;
	margin-bottom:0.7em;
}


/* 	Various	*/

#sidebar hr, #main hr{
	display:block;
	clear:both;
	height:1px;
	background:#ebebeb;
	color:#ebebeb;
	border:0;
}

img.left{
	float:left;
	margin:0 10px 10px;
}


.left{float:left;}
.right{float:right;}
.clear{clear:both;}

hr{display:none;}

hr.clear{color:#fff; background:#fff; clear:both; border:0; display:block;}

a {
	color:#606059;
}

.post a {
	color:#E45A0D;
}

.navigation {
	width:540px;
}

.navigation .alignleft {
	float:left;
}


.navigation .alignright {
	float:right;
}