/* @override http://iblameme.net/ndxz-studio/site/Blameme/style.css */

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

body {
	background: #fff;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.section-1 {
	margin: 0;
	padding: 0;
	height: 100%;
}
body.section-2 {
	margin: 0;
	padding: 0;
}
body.section-3 {
	margin: 0;
	padding: 0;
}

a:link {
	text-transform: lowercase;
	color: black;
	background-color: #f4d224;
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	font-size: 1em;
}
a:active { text-decoration: none; color: black;
	text-transform: lowercase;
	background-color: #fefdc1;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:visited { text-decoration: none; color: black;
	text-transform: lowercase;
	background-color: #f4d224;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:hover {
	text-decoration: none;
	color: black;
	text-transform: lowercase;
	background-color: #01b6ad;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}


a img { border: none;
	clear: both;
}

#menu {
    width: 300px;
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
	left: 0;
    height: auto;
	text-align: right;
	
}

#menu div.container {
	width: 160px;
	margin-left: 100px;
	padding: 70px 10px 10px;
	background-image: url(/ndxz-studio/site/img/menu_bg.png);
	
}

#menu.container {
	background-image: url(/ndxz-studio/site/img/menu_bg.png);
	margin-left: 100px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px;
	float: none;
	clear: none;
	line-height: 1.5em;
}

#menu ul li.section-title {
	letter-spacing: -1px;
	font: bold 2em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	border-top: 1.5px dotted gray;
	padding-top: 2px;
}

#content {
    min-width: 30%;
    max-width: 90%;
    position: relative;
    height: 2000px;
    top: 0;
	background-color: white;
	margin-left: 345px;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
	width: 50%;
}

.container {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


#content p { padding-left: 10px; width:;
	text-align: left;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu p {
	font-size: .8em;
}

img.img-bot {
	margin-top: 40px;
	border-bottom: 1.5px dotted black;
	padding: 20px 10px;
	background-color: white;
	position: relative;
	right: 10px;
}

p {
	margin: 0 0 10px;
	text-decoration: none;
}

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

#img-container	{ padding: 0;
	margin: 10px 0;
	border-bottom: 1.5px dotted gray;
	border-top: 1.5px dotted gray;
}
#img-container p	{ color: black;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}

p.nav {
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}


#once { clear: left; }

div#txt-container {
	z-index: -16;
	background-color: transparent;
}