/*  
Theme Name: Apper demo
Version: 1.0
Author: Kristoffer Lidman
Author URI: http://www.kristofferlidman.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #eee url(images/texture.png);
	color: #666;
	margin: 0px;
	padding: 0px;
}
a  {
	color: #91a318;
	border: none;
	outline: none;
	text-decoration: none;
}
a:hover  {
	color: #666;
}
p {
	margin: 0 0 15px 0;
}
img  {
	border: none;
}
h1, h2, h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 18px;
}
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}
#wrapper  {
	width: 800px;
	margin: 40px auto;
	overflow: hidden;
}
#header {
	width: 800px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	float: left;
	border-bottom: 1px dotted #fff;
}
#header h1 {
	color: #333;
	font-size: 36px;
	text-shadow: 0 1px 1px #fff;
	padding: 7px 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#content {
	width: 800px;
	float: left;
	margin: 0;
}
#content h2 {
	width: 800px;
	float: left;
	color: #666;
	text-shadow: 0 1px 0px #fff;
	padding: 5px 0;
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.buttons {
	width: 610px;
	float: left;
	margin: 0 0 40px 100px;
}
.buttons.wide {
	width: 800px;
	margin: 0 0 40px 0;
}
.button {
	width: 185px;
	float: left;
	margin: 0 20px 0 0;
	background: url(images/img_bg.png) no-repeat;
}
.button.right {
	margin: 0;
}
.button .image {
	width: 180px;
	height: 180px;
	float: left;
	padding: 5px 0 0 5px;
	margin: 0 0 15px;
}
.button .desc {
	width: 185px;
	height: 26px;
	padding: 5px 0 0 0;
	float: left;
	background: url(images/desc_bg.png) no-repeat;
	text-align: center;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0px #e6e6e6;
}
.buttons .desc:hover {
	color: #fff;
	text-shadow: 0 1px 0 #666;
}