/*
===========================
mani-art.com
CSS edited by Mani Nilchiani
============================
*/
/* tags go here */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #fff;
}
p { margin: 0 0 9px 0; }
a:link { text-decoration: none; background-color: #fff; color: #000; }
a:active { text-decoration: none; background-color: #fff; color: #000; }
a:visited { text-decoration: none; background-color: #fff; color: #000; }
a:hover { text-decoration: none; background-color: #000; color: #fff; }
a img { border: none; }
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

/* classes go here */
.container {
    padding: 5px 5px 25px 5px;
	text-align: justify;
	width: 600px;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

/* id's go here */
div #global {
	width: auto;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
#menu {
	margin-left: 250px;
    width: 250px;
    overflow: auto;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
	background-image: url('./images/bg.gif');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
}
div #menu pic {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -100;
	padding: 0;
	margin: 0;
}
img #menu-pic {
	margin: 0;
	paddin: 0;
	border: none;
	width: 304px;
	height: 250px;
}
#menu ul {

	list-style: none;
	margin: 0 0 5px 0;
	text-align: left;
}
#menu ul li.section-title { color: #fff;  font-weight: bold;/*border-top: 1px dotted #fff; border-right: 2px solid #fff; */}
#content {
    /*height: 100%;
    margin: 0 0 0 350px;
    top: 0;
	*/
	position:absolute;
	top: 0px;
	left: 400px;
}
#content p { /*width: 400px;*/ margin-bottom: 9px; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ /*width: 400px;*/ margin: 0; padding: 0 0 12px 0; }
#once { clear: left; }
.container p {
	text-align: justify; width: 600px;
}

/* contact mani.art */
p#contactform {
	margin-left: 100px;
}
span #email-address {
	text-align: left;
}
#contact-form {
	text-align: left;
	height: 286px;
}
#contact-input {
	border: 1px #fff solid; 
	background-color:#fff; 
	color: #444
}
#contact-textarea {
	width: 380px; 
	border: 1px #fff solid; 
	background-color:#fff; 
	color: #444; font-size: 12px; 
	font-family: Verdana, sans-serif;
	overflow: auto;
	height: 110px;
	margin-bottom: -8px;
}
#submit-btn {
	width: 50px; 
	height: 16px; 
	background-color: #fff; 
	color: #000; 
	border: none; 
	vertical-align: middle;
}
body #contact-result {
	background-color: #fff; 
	background-repeat: repeat; 
	background-attachment:fixed; 
	font-size: 10px; 
	font-family: Verdana, sans-serif;
}
span #submit-msg {
	background-color: #fff;
	font-size: 12px; 
	font-family: Verdana, sans-serif;
	margin-bottom: 4px;
	color: #000;
	text-align: left;
}
p #contact-submitted {
	text-align: left;
	background-color: #fff;
	font-size: 10px; 
	font-family: Verdana, sans-serif;
	color: #000;
	width: 400px;
}
/* social networks */
div#social ul { list-style-type: none; }
div#social { position: absolute; right: 0px; top:0px; margin: 3px; }
div#social img { width:30px; heigh:30px; border:none; }
a#social { text-decoration:none; color: #000; background-color:#000; }
a#social:hover { text-decoration:none; color:#000; background-color:#000; }
/* To put a border around thw works */
.img-bot {
	border: 1px solid #fff;
	padding: 0.3em;
}

