/*
Theme Name: Bootskompaniet
Theme URI: http://www.bootskompaniet.se
Description: Thema f&ouml;r bootskompaniet
Author: Jonas Paulsson
Author URI: http://www.originell.se

*/

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-----------Block Level Elements--------------*/

Body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Lucida Grande",Geneva,Verdana,Arial,sans-serif;
	background-color: #FFF;
}

hr {
	color: #FFF;
	border: 0px;
}

#page {
	width: 100%;
	clear: both;
}

div.inner-wrap {
	margin:0pt auto;
	text-align:left;
	width:900px;
}

#header {
	background: #FFF url('images/header-gradient.jpg') repeat-x top center;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 2px solid #AAA;
}

#headerimg {
	background: transparent url('images/boots_header.jpg') no-repeat bottom center;
	display:block;
	height: 139px;
	width: 900px;
	margin: 0px auto 20px auto;
}

.description {

}

#nav {
background:#382C1E url(images/nav-bg-brown.gif) repeat-x scroll left top;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:16px 0pt 0pt;
width:100%;
}

#nav li {
float:left;
font-size:1.2em;
margin:0pt;
padding:0pt;
}

#nav a {
background:#4A3A28 url(images/tab-off.jpg) repeat-x scroll left top;
border-color:#131313;
border-style:solid solid none;
border-width:1px 1px 0pt;
color:#B1A287;
display:block;
float:left;
margin:0pt 1px 0pt 0pt;
padding:7px 18px;
text-decoration:none;
}

#nav a:hover {
background:#71593D url(images/tab-hover.jpg) repeat-x scroll left top;
color:#FFFFFF;
border-color:#131313;
}

body#home #tab-home a, body#blog #tab-blog a, body#work #tab-work a, body #nav li.current_page_item a, body#contact #tab-contact a {
background:#FFFFFF url(images/tab-on.jpg) repeat-x scroll left top;
border-color:#FFFFFF;
color:#222222;
font-weight:bold;
}

.breadcrumb {
	width: 900px;;
	margin: 0px auto;
	padding-top: 20px;
}

#wrapper {
	width: 900px;;
	margin: 0 auto;
}

#content {
	float: left;
	background-color: #FFF;
	width: 640px;
	overflow: hidden;
	margin: 20px 10px 20px 0;
}

#topsection {
	margin: 0px 0px 40px 0px;
	width: 600px;
	border: 2px solid black;
}

#focus {
}

#welcome {
	width: 790px;;
	padding: 5px;
	margin: 0px auto 20px;
	text-align: justify;
}

#welcome img {
	margin: 10px;
}

#welcome h1 a:link, h1 a:visited  {
    color: #222222;
    text-decoration: none;
 }

.contentbox {
	float: left;
	width: 280px;
	overflow: hidden;
	margin: 0px 20px 0px 0px;
}

.contentbox h1, .contentbox2 h1 {
	border-bottom: 2px dotted #DBD5C5;
	padding-left: 4px;
}

#sidebar {
	float: left;
	margin: 20px 0px 20px 0px;
	background-color: #EDEDED;
	border: 1px solid #CDCDCD;
	width: 248px;
}

#footer {
	background-color: #382C1E;
	border-top: 2px solid #AAA;
	padding-top: 10px;
	padding-bottom: 50px;
	color:#B1A287;
	width: 100%;
	height: 60px;
  	margin: 20px auto ;
	clear: both;
}

#footer p {
	margin-bottom: 1em;
}

#footer a {
	color: #FFF;
}

/*-------------Headings-------------*/

h1, h2, h3 {
    color: #222222;
    font-weight: normal;
	}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/
#page .noborder {
	border: none;
	margin: 10px;
}

#page .border {
	border: 2px solid #000;	
	margin: 8px;
}


.widepost {
	width: 530px;
	margin: 10px;
	float: left;
}
.post h2 {
	font-size: 1.4em;
	font-weight: bold;
    	border: 0;
    	padding: 4px 4px 4px 4px;
    	margin: 0px 0px 10px 0px;
}

.post h2 a:hover {
  text-decoration: none;

}

.post h2 a:link, h2 a:visited  {
    color: #222222;
    text-decoration: none;
 }

.post {
	margin-bottom: 20px;
}

.post p {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.post a {
	color: #4E6B4D;
}

.post ul {

}

.post li {

}

.post img {
}

.post.home img {
     display: block;
     float: none;
     margin: 10px auto;
}
.entry {

}

.entrytext .postmetadata {
	padding-left: 4px;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/


#sidebar ul {
	margin: 8px;
}

#sidebar ul h2 {
	font-size: 1.4em;
	font-weight: bold;

}

#sidebar ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size: 1.2em


}

#sidebar ul ul {

}

#sidebar ul ul li {
	font-size: 1em;
	margin-top: 0.5em;
}

li.current_page_item {
	font-weight: bold;
}

li.current_page_item ul {
	font-weight: normal;
}

#sidebar ul ul ul {
	margin-left: 20px;
}

#sidebar ul ul ul li {
	list-style-type: circle;
	margin-left: 20px;
}


#sidebar p {

}

#sidebar a {
	color: #333333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ABB5BF;

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {
	margin-bottom: 16px;
}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}
