/* @override 
	http://www.collectivefield.com/ndxz-studio/site/Claude/style.css
	http://www.brettcodyrogers.com/indexhibit/ndxz-studio/site/brett/style.css
	http://www.brettcodyrogers.com/indexhibit/ndxz-studio/site/brett/style.css
	http://www.travisrogers.com/claude/style.css
*/

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

body {
	font-size: 10px;
	font-family: Helvetica, sans-serif, Verdana;
	background: #fff;
}

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

a {
	 line-height: 16px;
}

a:link { text-decoration: none; color: #40a5fc; outline:none; padding: }
a:active { text-decoration: none; color: #666; outline:none; padding: }
a:visited { text-decoration: none; color: #666; outline:none; }
a:hover { text-decoration: none; color: #FFF; outline:none; background-color: #0bff2f; padding: 3px 5px 3px 3px;
}

a img { 
	border: none;
	
}

#logo {
	margin-top: 30px;
	margin-bottom: 30px;
}

#logo a:link {
	text-decoration: none;
	padding: 0px;
}
#logo a:hover {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	padding: 0px;
}

#indexhibit {
	color: #999;
	bottom: 20px;
	position: fixed;
	line-height: 15px;
}

#indexhibit a {
	color: #999;
}

#indexhibit a:hover {
	color: #40a5fc; background-color: white; padding: 0px;
}

#menu {
    width: 242px;
    overflow: auto;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	margin-bottom: 5px;
	font-weight: bold;
	border-top: 1px solid #0bff2f;
	width: 202px;
	color: #FF24AF;
	border-color: #8dff31;
	padding-top: 5px;
}

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

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

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

p {
	color: #000;
    margin: 0 0 9px 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: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }