/*#############################################################
Name: Simple Life
Date: 2016-02-03
Author: Carl Wehden
URL: http://www.onemanarmymusic.com

Feel free to use and modify but please provide credits.
#############################################################*/

html, body {
    margin: 0;
    padding: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
	color: #000;
	text-decoration: none;
}
	
body {
	background: #fff url(img/banner.gif) no-repeat top center;
	margin: 0;
	padding: 0;
	font: normal 0.9em courier,sans-serif,arial;
}

img {
	border: 0;	
}

.hidden {
	display: none;
}

/* link properties */
a:link {
    color: #000;
	font-weight: bold;
}

a:hover {
    text-decoration: underline; 
	color: #303030;
}

#main {
	max-width: 620px;
	margin: auto;
	background: #fff;
}

#page-container {
	width: 620px;
	margin: auto;
}

#header {
	background: #fff url(img/banner.gif) no-repeat;
	height: 200px;
	width: 620px;
}

#menu {
	text-align: center;
	background: #fff;
	padding: 0 0 15px 0;
	height: auto;
	border: solid #000;
	border-width: 0 0 1px 0;
}

#content {
	background: #fff;
	height: auto;
	padding: 20px 0 5px 0;
	text-align: center;
}

#soundcloud {
	background: #fff;
	height: auto;
	border: solid #000;
	border-width: 0 0 1px 0;
	padding: 20px 0 15px 0;
	text-align:center;
}

#social {
	padding: 4px 5px 0 0;
	float: right;
}

#email {	
}

#mc_embed_signup {
	padding: 9px 2px 0 0;
	background:#fff; 
	float:left; 
	font:14px Helvetica,Arial,sans-serif; 
}


h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font: bold 1.2em sans-serif,Arial;
	color: #000;
}






