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

body {
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background:  #ffffff;
}

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

#id3 a {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/dani.gif') no-repeat 0 0;
	height:170px;
	width:150px;
	margin: 0 0 0 -2000px;
}

#id3 a:hover {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/danihover.gif') no-repeat 0 0;
}

#id3active a{display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/daniactive.gif') no-repeat 0 0;
	height:170px;
	width:150px;
	margin: 0 0 0 -2000px;
}


#id7 a {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/photos.gif') no-repeat 0 0;
	height:50px;
	width:150px;
	margin: 0 0 0 -2000px;
}

#id7 a:hover {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/photoshover.gif') no-repeat 0 0;
}

#id7active a {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/photosactive.gif') no-repeat 0 0;
	height:50px;
	width:150px;
	margin: 0 0 0 -2000px;
}


#id6 a {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/graphicdesign.gif') no-repeat 0 0;
	height:50px;
	width:150px;
	margin: 0 0 0 -2000px;
}

#id6 a:hover {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/graphicdesignhover.gif') no-repeat 0 0;
}

#id6active a {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/graphicdesignactive.gif') no-repeat 0 0;
	height:50px;
	width:150px;
	margin: 0 0 0 -2000px;
}


#id5 a {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/sketchbook.gif') no-repeat 0 0;
	height:50px;
	width:150px;
	margin: 0 0 0 -2000px;
}

#id5 a:hover {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/sketchbookhover.gif') no-repeat 0 0;
}

#id5active a {display:block;
    background: transparent url('http://www.danicoxrocks.com/ndxz-studio/site/img/sketchbookactive.gif') no-repeat 0 0;
	height:50px;
	width:150px;
	margin: 0 0 0 -2000px;
}


a:link { text-decoration: none; 
	color: #CCCCCC;
 }
a:active { text-decoration: none; color: #ffffff; }
a:visited { text-decoration: none; color: #CCCCCC;}
a:hover { text-decoration: none; color: #9999CC; }

a img { border: none; }

#menu {
    top: 30px;
    bottom: 0;
	left: 20px;
	float: left;
    width: 190px;
    overflow: auto;
	margin: 0px 20px 0 20px;
    padding: 0px 0px 0 0px;
    position: fixed;
    height: 600px;
	background-color: #FFFFFF;
	opacity: .8;
	z-index: 1;
	overflow:hidden;

}

#menu ul {
	padding-bottom:15px;
	list-style: none;
	text-align:right;
}


#menu ul a {
	font-weight:bold;
	text-decoration: none;
	list-style: none;
	margin: 0px 9px 0px 9px;
	padding: 0px 2px 0px 2px;
	color: #9999CC;
	background-color: ;
	font-size:12px;
	text-transform:capitalize;
}



#menu ul li.active a {
 	color: #99CCCC;
 }

span {
	display: none;
	}


#content {
    height: 100%;
    margin: 0px 0 15px 10px;
	padding: 60px 0 15px 220px;
}

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

#content p { width: 300px; 
	text-align: left;
	margin-bottom: 9px;
	line-height: 14px;
	margin-left: 30px;
	font-size: 10px;
	color: #888888;
	line-height:13px;
 }

strong {
	color:#999999; }

p {
    margin: 0 0 10px 0;
	color: #000;
}

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

.indexhibit a {
	color:black;
}

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

#once { clear: left; }

hr {
	width:10px;
}

#menu .container { text-align: right; }
