/* @override http://visualarmory.com/ndxz-studio/site/visualarmory/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* { margin: 0; padding: 0;} 

body {
	background: #fff;
	color: rgba(0,0,0,0.35);
	font: 10.5px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

li.section-title { text-decoration: none; color: rgba(0,0,0,0.6); font-weight: bold;
	margin-bottom: 6px;
}

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

a:link { text-decoration: none;
	color: rgba(0,0,0,0.55);
	font-size: 10.5px;
	line-height: 15px;
}
a:active { text-decoration: none;
	color: rgba(0,0,0,0.55);}
a:visited { text-decoration: none;
	color: rgba(0,0,0,0.5);
	font-size: 10.5px;
	line-height: 15px;
}
a:hover {
	color: rgba(0,0,0,0.75);
}

a img { border: none; }

#menu {
    width: 240px; 
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
/*    height: 100%; */
	background-color: #fff;
	border-top-style: solid;
	border-top-width: 5px;
	color: rgba(0,0,0,0.6);
}

#menu ul li:hover { cursor: pointer; }

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

#menu ul li.section-title { }

#content {
    /* position: absolute; */
    top: 0;
    margin: 0 0 0 215px;
  	left: 230px;
}

#content div.container h1 { margin: 16px 0 -4px 0;}

#content div.container h4 { margin: -9px 0 0 0;
}
li.show-or-hide
{
margin-bottom:5px;
line-height:1em;
}

.container {
	
	line-height: 16px;
	border-top-width: 4px;
	word-spacing: 1px;
	margin-bottom: 0;
	padding: 55px 5px 25px 25px;
	color: rgba(0,0,0,0.45);
}

#content p {
/*
	margin-top: 25px;
	margin-left: 25px;
 	width: 1000px;
*/

}


p {
	line-height: 18px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 5px;
}

h1 { font-size: 32px; color: rgba(0,0,0,0.6)}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 10.5px; font-weight: normal;
	line-height: 20px;
	color: rgba(0,0,0,0.45)
}

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

#once { clear: left; }

.container {
	margin: 0px 0 0 25px;
}
