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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}


body div#content { margin: 107px 0 0 185px; }
body.section-3  div#content { margin: 0 0 0 185px; }

body.section-1 div#content {margin-top: -12px;}
body.section-5 div#content {margin-top: 0px;}

a:link { text-decoration: none;color: #666; }
a:active { text-decoration: none;color: #ff49ad; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: underline; color: #ff49ad;}
li.active a { color: #ff49ad; }

a img { border: none; }

#menu {
    width: 185px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu p br {
	margin: 0 0 3px;
	display: block;
	line-height: 0;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
}
#menu ul li {
	margin: 0 0 8px 0;
	line-height: 10px;
}

#menu ul li.section-title {
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 0 0 0 185px;
    top: 0;
}

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

#content .container  .nothumb {
	float:left;
	padding: 12px 12px 0 0;
}
#menu .container {
    padding: 100px 15px 25px;
	background-image: url(img/typarchive-mongram-bitmap-d.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

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

#img-container	{ margin: 0; padding: 12px 0 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }
.section-3 #content .container p { padding: 106px 0 0 }

#once { clear: left; }

form {
	margin: 20px 0 10px;
}
div.form-item label {
	width:120px;
	padding-top:1px;
	position:absolute;
	text-align:left;
}
div.form-item input {
	font-size:10px;
	height:14px;
	margin:1px 0px 1px 130px;
	width:240px;
}

div.form-item input#uploaded_file {
	height:25px;
	margin:20px 0px 1px 40px;
	width:250px;
}

div.submit-field input {
	height:25px;
	margin:20px 0px 1px 10px;
	width:70px;
}

div.image-field label {
	padding-top: 25px;
}
p.submit-again {
	margin: 20px 0 0;
}

p.submit-again a, p.submit-again a:link, p.submit-again a:visited, p.submit-again a:active, p.submit-again a:hover {
	color: #FF49AD;
}