/*
Theme Name: Attitude
Theme URI: http://themehorse.com/themes/attitude
Author: Matthias Blümke
Author URI: http://themehorse.com
Description: Child Theme Attitude
Template:       attitude
Text Domain:	attitude-ahild
Version: 0.1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url("../attitude/style.css");

body {
	background: url("images/body-bg.png") #ececec;
}
.wrapper {
	max-width: 1038px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow:  0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
}
