/*
Theme Name: Ep-Logowear
Theme URI: http://ahalvarsson.net
Description: Eps Theme
Version: 2 (WP2.6.2)
Author: Andreas Halvarsson
Author URI: http://ahalvarsson.net
Tags: Ep-logowear
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* LITE VIKTIGA SAKER */

* {
	outline: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	padding: 10px;
}

.container:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.container { display: inline-block; }
/* start commented backslash hack \*/
* html .container { height: 1%; }
.container { display: block; }
/* close commented backslash hack */


/* EP LOGOWEAR CSS */

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: #14120f;
	color: #fff;
	margin: 0 0 0 40px;
	padding: 0;
}

#menu ul {
	float: left;
	width: 635px;
	display: inline;
	margin: 132px 0 0 20px;
}

#menu li {
	margin: 0 10px;
	text-transform: uppercase;
	float: left;
	list-style-type: none;
}


li a {
	color: #c5c3ad;
	display: inline-block;
	text-decoration: none;
	font: bold 13px Arial, sans-serif;
}

li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: #422e1d 0 2px 3px;
}

.active {
	color: #fff;
	text-shadow: #0f0f0f 0px 1px 2px;
}

#logo {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 20px;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 248px;
	height: 187px;
	background-image: url(images/shadow.png);
}

#menu {
	z-index: 9;
	position: absolute;
	top: 0px;
	left: 260px;
	background-image: url(images/menubg3.jpg);
	width: 668px;
	height: 184px;
}

#content {
	z-index: 8;
	position: absolute;
	top: 179px;
	left: 19px;
	background-image: url(images/5.jpg);
	width: 855px;
	padding: 10px 20px;
}
	.content_width {
		margin-left: 30px;
	}
	.yrkes_width {
		width: 400px;
		margin-right: 30px;
	}
	#content img {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #fff;
		padding: 10px;
		margin: 20px;
	}
	
	#content h1,h2,h3 {
		font-size: 16px;
		text-shadow: 0px 1px 3px black;
		padding: 5px;
		text-transform: uppercase;
	}
	
	#content p {
		margin-left: 10px;
		margin-top: 10px;
	}
	
	#content ul {
		list-style-type: none;
		margin: 20px;
	}
	#content li {
		background: url(images/dot.png) no-repeat -0% 50%;
		padding-left: 15px;
	}

/* Kontakt */
input {
	border: 1px solid white;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	width: 200px;
}

	input[type=submit]:hover {
		border: 1px solid white;
		padding: 4px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		display: block;
		background: #d0d0d0;
	}

textarea {
	border: 1px solid white;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	width: 250px;
	height: 100px;
}

label {
	color: #B4886B;
	font-weight: bold;
	display: block;
	padding: 7px 0 2px 0;
}


	.content_width_kontakt {
		width: 200px;
	}
	.content_width_kontakt p {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}
	
	.kontakt_width {
		margin-right: 110px;
		margin-bottom: 50px;
	}
	
	.adress {
		padding: 0;
		margin: 0 0 30px 10px;
	}
	.contact {
		margin-left: 20px;
	}

.submit_form {
	width: 50px;
}

#response {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	color: black;
}

#loader {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	color: black;
}
