/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
	color: #000000;
	line-height: 14px;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 25px;
	margin-right: 20px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #000000;
}
a:active { text-decoration: none; color: #000000}
a:visited { text-decoration: none; color: #000000}
a:hover { text-decoration: underline; color: #000000}

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 20px;
	bottom: 0;
	left: 20px;
	position: fixed;
	height: 100%;
	right: 20px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #000000;
}

#menu ul li.section-title {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
}

#content {
	height: 100%;
	top: 0;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 215px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 500px; margin-bottom: 0; }

p {
    margin: 0 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }

.artist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-style: normal;
	line-height: 32pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0pt;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	line-height: 23pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	left: 20pt;
	text-indent: 0pt;
	background-position: left top;
	padding: 0px;
	margin-top: 1pt;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20pt;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding: 0px;
	margin-top: 1.2pt;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20pt;
}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: 23pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none !important;
	padding-bottom: 3px;
	white-space: nowrap;
	text-align: left;
	left: 20pt;
	background-position: left bottom;
	margin-top: -6pt;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0pt;
	background-image: url(http://daskonkret.com/newjerseyy/ndxz-studio/site/sample/underline.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.search {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	background: #fff;
	color: #000000;
	line-height: 14px;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
}

