﻿/* BODY SECTION  -------------------------------------------*/
body
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	vertical-align: middle;
}


/* MENU SECTION  -------------------------------------------*/
#sidemenu {
	width: 240px;
	background: white;
	color: black;
	overflow: hidden;
}


#sidemenu h3 {
    text-decoration: none;
}


#sidemenu a:link, a:visited
{
	color: #333333;
	font-size: 36px;
	text-decoration: none;
}
#sidemenu a:hover
{
	color: #000000;
	font-size: 36px;
	text-decoration: none;
	background-color: #F5F5F5;
}
#sidemenu a, a:active
{
	padding: 0 0.1em 0.1em 0;
	color: #333333;
	font-size: 36px;
	text-decoration: none;
}


/* FOOTER SECTION  -------------------------------------------*/
a:link, a:visited
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a:active
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}



/* FONTS  -------------------------------------------*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1 {
	width: 649px; 
	font-size: 38px; 
	color: #333333; 
	letter-spacing: 3px
}


h2 {
	font-size: 36px;
	font-weight: normal;
}	
h3 {
	font-size: 36px;
	font-weight: normal;
	color: #000000;
}


img {
	border: none;
	margin-right: 10px;
}

#mainpage{
	margin-top: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: middle;
}


#content {
    padding-left:280px;
	padding-top:60px;
    height:100%;
	width:98%;
	
}

#portfolio {
	/* Typical fixed height and fixed width example */
	float: left;
	overflow: auto;
	padding-left: 0px;
	padding-bottom: 15px; /* IE overflow fix, position must be relative or absolute*/;
	position: relative;
	margin: 0.3em auto;
}

#copyright {
font-size:9px;
color:#666666;
position: absolute;
top: 660px;
left: 8px;

}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	/* width:3000px; */
	width: 1000px;
	height: 500px;
	white-space: nowrap;
	position: relative;
	color: black;
	padding: 1px;
}

/* general page style ends here */


.subMenu {
    padding-left:15px;
}


body > #sidemenu {
    position: fixed;
}

#notimages {
/*	overflow: -moz-scrollbars-horizontal; /* for FF */;
	overflow-x: hidden;
	overflow-y; hidden;
	background-color: transparent;
	width: 830px;
	height: 650px;
	
}



#images {
	overflow: -moz-scrollbars-horizontal; /* for FF */;
	overflow-x: scroll;
	overflow-y; hidden;
	background-color: transparent;
	width: 810px;
	height: 525px;
	
}

#container {
/*	border: 0.25px #FFFFFF solid; */
/*	width: 960px; */
	margin: 0 auto;
	height: 500px;
	white-space:nowrap;	
}

#container img {
	border: none;
	margin-right: 5px;

}



.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #F5F5F5 url('http://www.elliott-morgan.com/assets/error.gif') no-repeat 10px
center;
	padding: 3px 10px 3px 35px;
	color: #000000;
	border: 1px solid #FBC2C4;
	-webkit-border-radius: 5px;
}

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('http://www.elliott-morgan.com/assets/success.gif') left no-repeat; padding-left:15px; }


