body {
	color: #e7e7e7;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: rgb(70, 118, 62);
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 15px;

}

h1 {
	font-family: Georgia;
	font-size: 45px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

h2 {
	font-family: Georgia;
	font-size: 25px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

h3	{
	font-family: Georgia;
	font-size: 20px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

h4 {
	font-family: Georgia;
	font-size: 15px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

a {
	color: #e7e7e7;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

body#home a#home,
body#recordings a#recordings,
body#instruments a#instruments,
body#equipment a#equipment,
body#personalprofile a#personalprofile,
body#projecteuler a#projecteuler,
body#links a#links{
	text-decoration: none;
	color: rgb(130, 188, 132);
	text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

th {
	text-align: left;
}

img {
	border: 0;
}

ul.polaroids {
	margin: 0 0 18px -30px;
}

ul.polaroids li {
	display: inline;
}

ul.polaroids a {
	background: #fff;
	display: inline;
	float: left;
	margin: 0 0 27px 30px;
	width: auto;
	padding: 10px 10px 15px;
	text-align: center;
	font-family: "Marker Felt", sans-serif;
	text-decoration: none;
	color: #333;
	font-size:20px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	box-shadow: 0 3px 6px rgba(0,0,0,.5);
	-webkit-transform: rotate(-2deg);
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transform: rotate(-2deg);
}

ul.polaroids img {
	display: block;
	width: 190px;
	margin-bottom: 12px;
}

ul.polaroids a:after {
	content: attr(title);
}

#projectlist ol {
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: rgb(130, 188, 132);
}

#projectlist ol li p {
	padding: 8px;
	font-style: normal;
	font-size: 14px;
	color: #e7e7e7;
	border-left: 1px solid #999;
}

#projectlist ol li p em {
	display: block;
}

#container {
	width: 960px;
	margin: auto;
}

#header {
	width: 940px;
	height: 100px;
	padding: 0 10px 0 10px;
}

#header li{
	list-style: none;
	display: inline;
	padding: 5px;
}

#sidebar {
	width: 220px;
}

#newsong {
	background-color: rgb(20, 34, 17);
	background-color: rgba(0,0,0,0.7);
	width: 240px;
	height: 450px;
	float: left;
	margin: 20px 20px 20px 10px;
	padding: 10px 20px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #000000;
}

#newsong li{
	list-style: none;
	margin-left: -40px;
}

#randomitem {
	background-color: rgb(20, 34, 17);
	background-color: rgba(0,0,0,0.7);
	width: 240px;
	height: 240px;
	float: left;
	margin: 10px 20px 20px 10px;
	padding: 10px 20px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #000000;
}

#main {
	background-color: rgb(20, 34, 17);
	background-color: rgba(0,0,0,0.7);
	width: 600px;
	min-height: 740px;
	float: right;
	margin: 20px 10px 20px 0;
	padding: 10px 20px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0px solid #000000;
}

#mainleft {
	width: 300px;
	text-align: left;
	float: left;
}

#mainright {
	width: 300px;
	text-align: left;
	float: left;
}

#contentsmall {
	width: 300px;
	height: 100px;
	margin: 0px;
	float: left;
}

#contentinstrument {
	width: 300px;
	height: 122px;
	margin: 0px;
	float: left;
}

#picture {
	margin-top: 20px;
	width: 300px;
	height: 200px;
	overflow: none;
}

#picture.right {
	width: 200px;
	float: right;
}

#picture.left {
	float: left;
}

#footer {
	background-color: rgb(20, 34, 17);
	background-color: rgba(0,0,0,0.7);
	width: 940px;
	height: 50px;
	clear: both;
	padding: 1px 10px 0 10px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	box-shadow: 2px 2px 10px rgba(0,0,0,.5);
	text-align: center;
}
