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

html, body {
    height:100%;
}

body {
	font-size: 11px;
	font-family: Courier New, Courier, mono;
	background: #fff;
	background-position:top left !important; /* override cms' own positioning */
	background-image: url(/ndxz-studio/site/sample/svamp.jpg);
	background-attachment: fixed;
	height:100%;
}

div#background {
    min-height:100%; /* fuck ie, getting too old for that bull */
    background-image: url(/ndxz-studio/site/sample/blink.gif);
}

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

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

a img { border: none; }

#menu {
    width: 210px;
    overflow: auto;
    top: 25px;
    bottom: 0;
	left: -5px;
    position: fixed;
    height: 100%;
	/*background-color: #fff;*/
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 210px;
    top: 0;
}

#content a { text-decoration:underline }
#content a:hover { text-decoration:underline }
#content a:active { text-decoration:underline }
#content a:visited { text-decoration:underline }

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

/*#content p { width: 400px; margin-bottom: 9px; }*/

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

/* custom css added by svend **************************************************/

#menu li a {
background: white;
color: black;
padding: 1px 4px 1px 20px;}

#menu li a:hover {
background: #e03121;
color: black;
text-decoration: none;}

#menu ul {
margin: 0;}

#menu ul li{
font-family: Helvetica, Arial, sans-serif;
line-height: 16px;	
font-size: 1em;}

#menu ul li.section-title {
text-transform: uppercase;
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: bold;
line-height: 15px;
color: white;
padding: 2px 5px 2px 20px;
background: black;
display: inline;}

/* custom footer styling ******************************************************/

#customfooter {
display:inline;
padding: 4px 8px;
color:white;
background-color:black;}

#customfooter a {
color:inherit;}


/* content box styling ********************************************************/

#contentbox {
width:660px;
background-color:white;
color:#000;
padding:20px;
margin:35px 60px 10px 0;}

#contentbox h2 {
font-size:inherit;
font-weight:normal;
margin-top:25px;
margin-bottom:10px;}

.event {
background-color:#000;
color:#fff;
padding:2px 4px;}

.box {	
background-color:#000;
color:#fff;
padding:4px 8px;
margin: 20px 0px 8px 0px;
}

.boxheader {
margin-top:40px !important;    
}
