/*
	Theme Name: ExQ.se
	Author: Binarysapien AB
*/

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	border: none;
	color: #333;
	text-decoration: none;
}
h1, h2 {
	font-weight: normal;
}
.clear {
	clear: both;
}
body {
	font: 12px/18px arial;
	height: 100%;
}
.wrapper {
	margin: auto;
	width: 800px;
}
#header {
	background: url(/wp-content/themes/exq/images/header_bg.png) top left no-repeat;
	height: 300px;
	width: 100%;
}
#top {
	background: #09451d url(images/top_bg.png) repeat-x;
	clear: both;
	color: #fff;
	display: block;
	float: right;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0 50px 76px 0;
	padding: 0 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
}
#top label {
	margin-right: 5px;
}
#top input[type=email] {
	border: none;
	padding: 3px 7px;
	margin-right: 5px;
	width: 130px;
}
#top input[type=image] {
	height: 25px;
	margin-bottom: -7px;
	width: 24px;
}
#top input[type=submit]:hover {
	background: #393  url(images/white_gradient.png) bottom repeat-x;
	border: 1px solid #4a4;
}
#main {
	margin-top: 20px;
}
#logotype {
	clear: both;
	height: 100px;
	margin-bottom: 40px;
}
#menu {
	height: 46px;
	line-height: 46px;
}
#menu li {
	display: block;
	float: left;
	background: #400;
	background: url(images/menu_li.png) repeat-x;
	border-top: 2px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: none;
	color: #333;
	display: block;
	float: left;
	font-size: 14px;
	margin-right: 0;
	padding: 0 20px;
	text-decoration: none;
}
#menu li:hover {
	background: url(images/menu_li_back.png) bottom repeat-x;
}
#menu li:first-child {
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
	border-left: 2px solid #ccc;
}
#menu li:last-child {
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-right: 2px solid #ccc;
}
#menu .current-menu-item a {
	color: #900;
}
.start {
	float: left;
	width: 530px;
}
#content {
	border: 1px solid #ccc;
	padding: 15px;
	padding-top: 0;
	width: 510px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content h1 {
	background: #600 url(images/white_gradient.png) repeat-x;
	color: #fff;
	font-size: 16px;
	margin: 0 -15px 20px -15px;
	padding: 20px 15px 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.4);
}
#content h2 {
	margin-bottom: 10px;
}
#content a {
	color: #600;
}
#content ul {
	margin: 0 0 20px 20px;
}
#content input[type=text] {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 5px;
}
#content textarea {
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#content input[type=submit] {
	background: #060  url(images/white_gradient.png) center repeat-x;
	border: none;
	color: #fff;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content input[type=submit]:hover {
	background: #060  url(images/white_gradient.png) bottom repeat-x;
}
#sidebar {
	background: #eee;
	border: 1px solid #ccc;
	border-top: none;
	float: right;
	padding: 10px;
	width: 230px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#sidebar h2 {
	background: #111 url(images/white_gradient.png) repeat-x;
	color: #fff;
	font-size: 16px;
	margin: -10px -10px 10px -10px;
	padding: 20px 15px 10px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.4);
}
#sidebar .news {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding: 0px 5px 10px 5px;
}
#footer {
	background: #eee;
	color: #999;
	margin: 20px auto;
	-moz-border-radius: 10px;
	padding: 10px;
	-webkit-border-radius: 10px;
}
#footer .copyright {
	float: left;
}
#footer .binarysapien {
	float: right;
}
.alignleft {
	float: left;
	padding-right: 10px;
}
.alignright {
	float: right;
	padding-left: 10px;
}
.aligncenter {
	margin: 0 auto;
}
/* Widget */
.sidebar {
	padding-bottom: 15px;
}
.widgets {
	list-style: none;
	margin: 0;
	padding: 0;
}
.textwidget {
	display: block;
}
.widgets img {
	display: block;
	max-width: 252px;
}