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

body {
	padding-top: 21px;
	margin-top: 0px;
	font-size: 13px;
	font-family: Merriweather,Georgia, Times, serif;
background: url('/ndxz-studio/site/sample/bg.png');
color: #223586;
line-height: 1.6em;
}

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

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

img {
max-width: 700px;
max-height: auto;
box-shadow: 0px 0px 3px #555;}

a img { border: none; 
box-shadow: 0px 0px 3px #555;}

a img:hover {box-shadow: 0px 0px 2px #555;}

a img:active {background-color: none;}

#menu {
    width: 220px;
    overflow: hidden;
    bottom: 0;
left: 10px;
    position: fixed;
top: 10px;
display:inline;
	}

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

#menu ul:after{
       content:"\2014\000c";
	   		background-color: none;
			padding: 4px;
			margin-left: -4px;
color: #666;

	   }


#menu ul a {
color: #223586;		
text-decoration: none;
		line-height: 1.5em;
		padding-left: 4px;
		padding-right: 4px;
		margin-left: -4px;
		padding-top: 4px;
		padding-bottom: 4px;

		}
		
	
#menu ul a:visited {
		background-color: none;
	  }
	  
#menu ul a:hover {
		color:#272e8e;
text-decoration: underline;


		}
	
#menu ul a:active {
		background-color: #none;
		color:#223586;
		}

#menu ul li.section-title {
	font-variant: normal;
	color: #555;
	margin-bottom: 2px;
	margin-top: 4px;
font-size:11px;
letter-spacing: 0.2em }
	

#content {
    height: 100%;
margin-left: auto;
margin-right: auto;
line-height: 1.6em;
padding-left: 240px;
}

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

#content p { width: 700px; line-height: 1.7em;}

p {
    padding: 10px 0 10px 0;
}

h1 { font-size: 18x; }
h2 { font-size: 20px;
 padding-bottom: 20px;
text-align: left;
font-weight: normal;}
h3 { font-size: 14px; }
h4 { font-size: 10px; }

.thumb-it {
	background-color: none;
	paddi
	}
.thumb {
	height: 140px !important;}

#once { clear: left; }		
