* {
	margin: 0px;
	padding: 0px;
	}

body, html {
	background-color:#000;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#999;
}



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

a:link {text-decoration: none; color:#fff; }
a:active {text-decoration: none; color:#fff;  }
a:visited {text-decoration: none; color:#fff;}
a:hover { text-decoration: inherit; color:#888; }

a img { border: none; }



#logo {
	background-color:#999;
	color:#fefdf5;
	padding:5px 0px 2px 5px;	
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 0px;
	text-indent: 0px;
	
	}
#logo a {
	color:#fefdf5;
	line-height: 15px;
	font-size: 21px;
	font-weight:bold;
	}
#logo a:hover { color:#9ecc38 !important;}

#menu {
	background-color:#000;
	float:left;
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px  solid #fff;
	width:100%;
	background-image: url(none);
	background-repeat: repeat-x, repeat-x	
}

#menu ul {
	float:left;
	list-style:outside;
	list-style-image:url(http://www.jamiejoseffry.com/ndxz-studio/site/elements/bullet.png);
	margin-left:15px;
	padding-bottom:5px;
	width:100px;
	
}

	

#menu ul li.section-title {
	color:#fff;  
	margin: 5px 0 0px 0;
	font-size:13px;
	font-weight:normal;
	letter-spacing: -1px;
}

#menu a:hover, #menu a:active { color:#999; }


.active a { color:#fff;}


#content {
	float:left;
    padding-left:5px;
	padding-top:30px;
	background-color:#000;
	width:600px;
	line-height:normal;
    }

#content a {font-weight:normal;}
#content .ing {color:#0099ff;}
#content .ing a {color:#0099ff; font-weight:normal;}
#content .ing a:hover {color:#000; font-weight:normal;}


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; }


#disqus_thread {
	width:600px;
	}



/*#once { clear: left; }

#menu ul li.section-title { 
	cursor:pointer;
	}

.index-hide {
	display:none;
	}

.index-show {
	display:block;
	}*/