/*
* Eastside Projects Indexhibit Theme
* @author Harry Blackett
* @author Samuel Rodgers
*/

*	{
	margin: 0;
	padding: 0;
	}

body	{
		font-size: 10px;
		font-family: Verdana, sans-serif;
		background: none;
		font-weight: normal;
		line-height: 1.2;
		}

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

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

a img	{ border: none; }

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

#menu .container	{ padding: 14px 0 0 10px; }

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

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

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

.container	{
    		padding: 0px 5px 0px 5px;
    		top: 0;
    		bottom: 0;
			}

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

p		{ margin: 0 0 9px 0; }

#badge	{
		float: right;
		width: 700px;
		margin: 0 15px 0 0;
		}
  
.blue a:link {
background-color: #0000EE;
color: #ffffff;
text-decoration: none;
}

.blue a:visited {
background-color: #0000EE;
color: #ffffff;
text-decoration: none;
}

.blue a:hover {
background-color: #ffffff;
color: #0000EE;
text-decoration: none;
}

.blue a:active {
background-color: #ffffff;
color: #ffffff;
text-decoration: none;
}

.red a:link {
background-color: #ee0000;
color: #ffffff;
text-decoration: none;
}

.red a:visited {
background-color: #ee0000;
color: #ffffff;
text-decoration: none;
}

.red a:hover {
background-color: #ffffff;
color: #EE0000;
text-decoration: none;
}

.red a:active {
background-color: #ffffff;
color: #ffffff;
text-decoration: none;
}

h1	{ 
	background: none repeat scroll 0 0 none;
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-size: 10px; 
	font-weight: normal; 
	margin-bottom: 9px;
}
	
h2	{ 
	background: none repeat scroll 0 0 none;
	font-size: 10px; 
	font-family: Verdana, sans-serif;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 9px;
}

h3	{ 
	background: none repeat scroll 0 0 #ffffff;
	font-size: 10px; 
	font-family: Verdana, sans-serif;
	display: inline-block;
	font-weight: bold;	
	margin-bottom: 0px;
}

h4	{ font-size: 10px; }

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

#once	{ clear: left; }

.required	{ color: #F00; }
