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

body {
	
	
	font-size: 12px;
	font-family: Georgia, serif;
	background: #FFF;
	
	color:#333;
	
	font-style: normal;
	
	background-image: url(http://www.duncanmalashock.com/bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-attachment:fixed;

}

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

a:link { text-decoration: none;  font-style: italic;  color: #666; }
a:active { text-decoration: none; font-style: italic; }
a:visited { text-decoration: none; font-style: italic; color: #666;}
a:hover { text-decoration: none; font-style: italic; color: #04a590; background-color: #CCC; }



a img { border: 3px solid; }

#menu {
padding: 0px;
margin: 0px;
margin-top:20px;
margin-left:10px;

    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: clear;
	
	
	font-style: italic;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	
	font-style: italic;
}

#menu ul li.section-title {
	 
	 font-size: 14px; 
}

#content {

    height: 100%;
    margin: 0 0 0 240px;
    padding-left: 20px;
    padding-top: 30px;
    top: 0;
    
}

.pinstripe
{
	margin: 0px;
	padding: 20px;
	
	position: fixed;
	top: 0;
	bottom: 3px;
	width: 100%;
	height: 3px;
	

	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #04a590; 
}

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

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
    clear:left;
}

.big { 

font-family: "Arial", sans-serif;

font-size: 24px; 
font-style: normal;

font-style: italic;
}

.big a
{
	color: #04a590;
}

.title
{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.description
{
	/*font-style: italic;*/
	color: #666;
}

.songtitle
{
	font-style: italic;
	font-weight: bold;
}

.photocredit
{
	font-size: 10px;
}

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: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

/* allow room for 3 columns */
ul#linkslist
{
    width: 40em;
    list-style-type: none;
    padding: 0;
	margin: 0;
	margin-top: -0.7em;
	float: left;
}

/* float & allow room for the widest item */
ul#linkslist li
{
    float: left;
    width: 12em;
    display: inline;
}

ul#linkslist li a
{

}