/** 
 *	Theme Name: BondeDesign 2010
 *	Theme URI: http://davelo.se
 *	Description: Temat skapat av davelo.se
 *	Version: 1.0
 *	Author: Davelo AB
 *	Author URI: http://davelo.se
 */
 
html, body {
	height: 100%;
}

body {
	background: #000 url(images/bg.png) 50% 0% fixed repeat-x;
	font-family: Optima;
	padding: 0 0 0 0;
	font-size: 14px;
	color: #fff;

}

h1,h2,h3, p {
	margin: 0 0 15px 0;
}

h1 {
	font-size: 40px;
	font-weight: bold;
}


h2 {
	font-weight: bold;
	font-size: 22px;
	line-height: 18px;
}

h3 {
	font-size: 20px;
	font-weight: bold;

}

p {
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #f0c237;
}

em {
	color: #f0c237;
	font-style: normal;
}

a:hover {
	color: #fff;
}

ol {
	list-style: decimal;
	margin: 0 30px 15px 30px;
}

ul {
	list-style: disc;
	margin: 0 30px 15px 30px;
}

li {
	margin: 0 0 5px 0;
}

strong {
	font-weight: bold;
}

/* ========================== */
/* -START- Snygga till inputs */
/* ========================== */
input[type=text], input[type=password], textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	border: 1px solid #aaa;
	box-shadow:inset 0 0 5px #aaa;
	-moz-box-shadow: inset 0 0 5px #aaa;
	-webkit-box-shadow: inset 0 0 5px #aaa;
	width: 20em;
	background: #fdfdfd;
}

textarea{
	resize: vertical;
}

input[type=text]:focus, textarea:focus, input[type=password] {
	border: 1px solid #b46e11;
}

input[type=submit] {
	cursor: pointer;	
	background-image: -ms-linear-gradient(top, #E0E0E0 0%, #A3A3A3 100%);/* IE10 */ 
	background-image: -moz-linear-gradient(top, #E0E0E0 0%, #A3A3A3 100%);/* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #E0E0E0 0%, #A3A3A3 100%);/* Opera */ 	
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E0E0E0), color-stop(1, #A3A3A3));/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #E0E0E0 0%, #A3A3A3 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(top, #E0E0E0 0%, #A3A3A3 100%);/* Proposed W3C Markup */ 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #aaa;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	padding: 3px 15px;
	color: #555;
	text-shadow: 1px 1px #ccc;
}

input[type=submit]:hover {
	border: 1px solid #555;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	color: #666;
	box-shadow:inset 0 0 5px #aaa;
	-moz-box-shadow: inset 0 0 5px #aaa;
	-webkit-box-shadow: inset 0 0 5px #aaa;
	
}
/* ========================= */
/* -SLUT- Snygga till inputs */
/* ========================= */

div#wrapper {
	width: 1058px;
	position: relative;
	margin: 0 auto;
}

div#header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	background: #000 url(images/bg.png) 50% 0% fixed repeat-x;
}

	div#header .wrapper {
		position: relative;
		padding: 0;
		width: 950px;
		top: 0;
		margin-left: none;
		background: none;
		height: 41px;
		overflow: visible;
	}
	
#logo {
	width: 108px;
	height: 453px;
	position: fixed;
	top: 41px;
	display: block;
	text-indent: -9999px;
	background: transparent url(images/logo.png) no-repeat;
}

div#navigation {
	position: relative;
	float: right;
	top: 18px;
}

	div#navigation ul {
		list-style: none;
		margin: 0;
	}
	
		div#navigation li {
			display: inline;
		}
		
		div#navigation a {
			padding: 10px 20px 7px 20px;
			margin: 0;
			text-decoration: none;
			color: #a98c68;
			background: transparent url(images/content-bg.png);
			font-size: 14px;
			font-weight: bold;
			z-index: 10;
		}
		
		div#navigation li.current-menu-item a, div#navigation li.current-menu-item a:hover {
			color: #fff;
		}
		
		div#navigation a:hover {
			
		}

#wrapper .wrapper {
	width: 950px;
	position: relative;
	top: 41px;
	margin-left: 113px;
	
	padding: 0 0 23px 0;
}

#showcase {
	position: relative;
	top: 15px;
}

div#main-post .content {
	position: relative;
	padding: 20px 30px 20px 30px;
	margin: 0px 0;
}


		
			div#main-post .content-title h1 a {
				color: #fff;
			}

div#main {
	position: relative;
	
	margin: 0px 0;
}
	
	div#content {
		background: url(images/content-bg.png);
		padding: 40px 40px 40px 40px;
		position: relative;
	}
	
	div#primary {
		position: relative;
		height: 237px;

	}
	
		div#primary ul.xoxo {
			list-style: none;
			margin: 0 0 0 20px;
		}
		
			div#primary ul.xoxo li {
				margin: 25px 0px 0 0;
				display: inline-table;
			}
			
				div#primary ul.xoxo ul {
					margin: 0 10px;
				}
				
					div#primary ul.xoxo ul li {
						margin: 3px 0;
						display: block;
					}


div#footer {
	width: 100%;
	position: relative;
	top:30px;

}

	div#copyright {
		width: 1058px;
		margin: 0 auto;
		position: relative;
		font-size: 11px;
		text-align: right;
	}
	
		div#copyright span {

		}


div#sponsors {
	position: fixed;
	width: 100%;
	background: #fff;
	bottom: 0;
}
	div#sponsors div.wrapper {
		width: 1058px;
		margin: 0 auto;
		padding-left: 137px;
	}	
		div#sponsors ul.widgets {
			list-style: none;
			margin: 0;
		}
		
			div#sponsors ul.widgets li.widget {
				margin: 0;
				margin-right: 20px;
				display: inline-table;
			}
			
				div#sponsors ul.widgets ul {
					margin: 0;
				}
				
					div#sponsors ul.widgets ul li {
						margin: 0;
						display: block;
					}
		
#bg-gr {
	background: transparent url(images/bg-gr.png);
	height: 184px;
	width: 100%;
	position: absolute;
}


div#wpcontent_slider_container {
	position: relative;
}

#content table {
	width: 100%;
}

#content table a {
	color: #fff;
}

#content table th {
	font-weight: bold;
	font-size: 22px;
	line-height: 18px;
	padding-bottom: 15px;
}

#content table tr:hover {
	background: transparent url(images/table-bg.png);
}

#content table tr.no-hover:hover {
	background: none;
}

table th.first {
	text-align: center;
	width: 60px;
}
	table td.first {
		text-align: center;
	}

table th.second {
	width: 200px;
}

table th.third {
	width: 300px;
}

table th.fourth {
}

#content table .odd td, #content table .odd td a {
	color: #f0c237;
}