/**** BODY ****/
header, footer, aside, nav, article, section {
	display: block;
}

body {
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	width: 800px;
	font: 10px/14px Arial, Helvetica sans-serif;
	background: #000;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0;
	color: #fff;
}

h2 {
	font-size: 12px;
	line-height: 8px;
	padding: 5px 0;
	color: #fff;
}

h3 {
	font-size: 10px;
	line-height: 5px;
	padding: 5px 0;
	color: #fff;
}

p {
	margin-bottom: 1.143em;
	text-align: left;
	color: #fff;
}

* p:last-child {
	margin-bottom: 0;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active {
	background: #222;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

li {
	color: #fff;
}
/**** END BODY ****/

/**** HEADER ****/
header {
	width: 100%;
	margin-top: 0;
	margin-left: 0;
}
#logo {
	left: 0;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
}
/**** END HEADER ****/

/**** NAV ****/
nav {
	left: 0;
	width: 100%;
}

nav ul {
	margin: 0 auto;
	width: 100%;
	list-style: none;
}

nav ul li {
	float: left;
}

nav ul li a:link, nav ul li a:visited {
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 80px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

nav ul li a:hover, nav ul li a:active {
	background: #222;
	color: #fff;
	border-radius: 5px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/**** END NAV ***/

/**** NAV Link Buttons****/

.buttonList {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	left: 0;
	padding: 5px;
}

.buttonListItem {
	float: left;
}

.buttonListItem a:link, .buttonListItem a:visited {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 80px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff;
	border: 1px solid #cccccc;
}

.buttonListItem a:hover, .buttonListItem a:active {
	color: #000;
	background: #fff;
	border: 1px solid #999999;
}
/**** END NAV Link Buttons ***/

/**** NAV Link Buttons****/

.photoList {
	margin: 0 auto;
	width: 100%;
	list-style: none;
	left: 0;
	padding: 5px;
}

.photoListItem {
	float: left;
}

.photoListItem a:link, .photoListItem a:visited {
	display: block;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 100px;
	height: 80px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #000;
	border: 1px solid #cccccc;
}

.photoListItem a:hover, .photoListItem a:active {
	color: #000;
	background: #fff;
	border: 1px solid #999999;
}
/**** END NAV Link Buttons ***/

/**** CONTENT AREA ****/
#contentHead {
	width: 590px;
	float: left;
	left: 0;
	padding: 0;
}

#content {
	background: #111;
	width: 590px;
	height: 390px;
	left: 10px;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #444;

	border-radius: 10px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contentGen {
	background: #111;
	width: 590px;
	left: 10px;
	float: left;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #444;

	border-radius: 10px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contentText {
	float: right;
	padding: 10px;
}

.contentImage {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
}

.lyricsTextLeft {
	float: left;
	width: 250px;
	padding: 10px;
}

.lyricsTextRight {
	float: right;
	width: 250px;
	padding: 10px;
}

article {
	width: 100%;
}

/* Sidebar */
#sidebar {
	background: #111;
	width: 155px;
	margin: 0 auto;
	padding: 10px;
	float: right;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #444;

	border-radius: 10px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/**** Widget *****************/

.widget {
	width: 590px;
	margin-left: 145px;
}

/**** End Widget *************/

/* Product section */
#product {
	background: #111;
	width: 590px;
	margin: 0 auto;
	left: 10px;
	float: left;
	padding: 10px;	
	margin-bottom: 20px;
	border: 1px solid #444;

	border-radius: 10px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

li:last-child .productEntry, #product > .productEntry {
	border: 0;
	margin: 0;
}

#product > .productEntry {
	margin: 20px 20px 20px 20px;
}

.productTitle {
	font-size: 12px;
	margin-bottom: 0;
}

.productTitle a:link, .productTitle a:visited {
	text-decoration: none;
}

.productEntry .productInfo * {
	font-style: normal;
}

.productEntry footer {
	margin-bottom: 20px;
}

.productEntry footer .productInfo {
	display: inline;
}

#productList footer .productInfo {
	display: block;
}

#productList {
	list-style: none;
	margin: 20px 20px 0px 0px;
	width: 500px;
}

#productList li {
	padding: 15px;
}

#productList .productEntry {
	padding-left: 100px;
	position: relative;
}

#productList footer {
	position: absolute;
	left: 0;
	top: 2px;
	width: 72px;
}
/**** END CONTENT AREA ****/

/**** FOOTER ****/
#contact {
	width: 100%;
	left: 0;
	float: left;
	text-align: center;
	margin-bottom: 2em;
}

#contact p {
	text-align: center;
}
/**** END FOOTER ****/
