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

body {
	font-size: 16px;
	font-family: Helvetica, Myriad, Arial, sans-serif;
	line-height: 1.2em;
	background: #fff;
}

.section-title {
	font-size:24px;
	font-weight:bold;
	line-height: 1.6em;
	color: #1C6400;
	border-top: 1px solid #ff3d00;
}

.left { float: left; }
.right { float: right; text-align: right; }

/* the indexhibit colors - for the mark */
.smalli { font-size: 12px; font-weight: normal; }
#menu h1 { padding: 0 0 12px 0; font-size: 12px; font-weight: normal; }

a:link { text-decoration: none; color: #ff3d00; }
a:active { text-decoration: none; color: #ff3d00; }
a:visited { text-decoration: none; color: #643800; }
a:hover { text-decoration: none; color: #ffffff; background-color:#ff3d00; }

a.tm:link { text-decoration: none; color: #1C6400; }
a.tm:active { text-decoration: none; color: #1C6400; }
a.tm:visited { text-decoration: none; color: #1C6400;  }
a.tm:hover { text-decoration: none; color: #1C6400; background-color: #ffffff; }

a img { border: none; }

/* horizontal rule */
div.hr { height: 3px; border-bottom: 1px solid #ccc; width: 700px; }
div.hr hr { display: none; }

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

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

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

.container { padding: 12px; }

#content p, #content code { width: 640px; margin-bottom: 9px; }

p, code {
    margin: 0 0 9px 0; display: block;
}

#content code { width: 400px; w\idth: 382px; \width: 382px; padding: 9px; background: #f3f3f3; color: #333; font-size: 11px; }

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

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

#once { clear: left; }

#installator
{
    position: absolute;
    z-index: 100;
    top: 17px;
    left: 500px;
    width: 75px;
    height: 75px;
}


/* registration forms */
.forms label { font-weight: bold; color: #333; }
.forms label span { color: #999; font-weight: normal; }
.forms input[type='text'] { font-size: 12px; width: 200px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }
.forms input[type='button'] { width: 200px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }
.forms input[type='radio'] { margin: 3px 0 6px 0; }
.forms select { width: 200px; margin: 3px 0 6px 0; }

/* inviter forms */
#inviter label { font-weight: bold; color: #333; }
#inviter label span { color: #999; font-weight: normal; }
#inviter input[type='text'] { font-size: 12px; width: 200px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }
#inviter input[type='button'] { width: 200px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }
#inviter textarea { width: 200px; height: 100px; border: none; background-color: #ebebeb; margin: 3px 0 6px 0; padding: 3px 1px; }

#content .download { margin-bottom: 12px; }
#content .download p { margin-bottom: 0; }

/* for the blog thing */
blockquote.email { margin-bottom: 12px; padding: 0 12px; border-left: 1px solid #333; font-style: italic; }
