@charset "utf-8";
/* CSS Document */

html, body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-width: 50%;
	position: fixed; /*Opera fix*/
}

body
{
	background: url(images/smmbg2.jpg) top left no-repeat;;
	font-family: 'IM Fell English', "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 16px;
}

a, a:link
{
	color: rgb(219, 236, 81);
	border: none;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: rgb(188, 206, 42);
}

ul, li
{
	font-size: 16px;
	line-height: 20px;
	list-style: none;
	margin-right: 10px;
	text-align: left;
}

p
{
	font-size: 16px;
	padding-bottom: 15px;
	text-align: justify;
	line-height: 20px;
}

h2
{
	font-size: 24px;
	text-align: left;
	margin: 0 20px 10px 0;
	color: #333;
}

h3
{
	font-size: 22px;
	padding-bottom: 5px;
	text-shadow: rgba(0,0,0,.8) 0 1px 0;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

#wrapper
{
	width: 100%;
	min-height: 100%
}

*html #wrapper
{
	height: 100%;
}

/*.........................................................the top menu*/
#topnav
{
	width: 100%;
	float: left;
	display: block;
	margin: 30px;
	font-family: 'IM Fell English', "Times New Roman", Times, serif;
}

#topnav a, #topnav a:link, #topnav a:visited
{
	color: rgb(87, 72, 48);
	text-decoration: none;
	font-size: 1.3em;
	padding: 10px;
}

#topnav a.menu:hover
{
	background-color: rgb(240, 236, 231);
}

#topnav a:active
{
	color: #636361;
}

/*.........................................................the middle menu*/
#midnav
{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 3.5em;
}

.fontface #midnav
{
	font-family: 'IM Fell English SC', "Times New Roman", Times, serif;
}
	

.no-fontface #midnav
{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}

#midnav a, #midnav a:link, #midnav a:visited
{
	color: rgb(87, 72, 48);
	text-decoration: none;
	font-size: .7em;
	padding: 10px;
}

#midnav a.menu:hover
{
	background: url(images/gearbg.png) center center no-repeat;
}

#midnav a:active
{
	color: #636361;
}

#midnav span.plus
{
	position: relative;
	top: 6px;
}

/*.........................................................the logo*/
#logo
{
	float: left;
	display: block;
	position: relative;
	top: 150px;
	left: 100px;
	text-align: center;
	z-index: 1;
}

#logo h1
{
	font-style: italic;
	font-family: 'IM Fell English', "Times New Roman", Times, serif;
	padding: 6px;
	margin-top: -30px;
	background-color: #636361;
	filter:alpha(opacity=50); /* IE patch */
	color: #FFF;
	text-align: center;
	font-size: 2.4em;
}

.rgba #logo h1
{
	background-color: rgba(99, 99, 97, .5);
}

/*.........................................................the what's new sidebar*/
#whatsnew
{
	float: right;
	background-color: #636361;
	filter:alpha(opacity=50); /* IE patch */
	padding-right: 50px;
}

#whatsnew a, #whatsnew a:link, #whatsnew a:visited
{
	color: #FFF;
	padding: 10px;
}	

#whatsnew a:hover
{
	background-color: #f0ece7;
	filter:alpha(opacity=50); /* IE patch */
}

#whatsnew a:active
{
	color: rgb(87, 72, 48);
}

.rgba #whatsnew a:hover
{
	background-color: rgba(240, 236, 231, .5);
}

.rgba #whatsnew
{
	background-color: rgba(99, 99, 97, .5);
}

#news
{
	width: 350px;
	float: right;
	background-color: #777;
	display: none;
	padding: 20px;
	border-top: 2px solid #f0ece7;
	border-bottom: 2px solid #f0ece7;
	border-left: 2px solid #f0ece7;
}

#news p
{
	text-align: left;
}

.rgba #news
{
	background-color: rgba(119, 119, 119, .9);
}

#close
{
	float: right;
	display: block;
	margin-bottom: 20px;
}

#close a, #close a:link, #close a:visited
{
	font-size: 16px;
	text-transform: lowercase;
	color: rgb(219, 236, 81);
	font-style: italic;
}

#close a:hover
{
	text-decoration: none;
}

#news a, #news a:link
{
	text-decoration: none;
}

#news a:hover
{
	text-decoration: underline;
}

#news a:active
{
	color: #fff;
}

/*.........................................................the footer*/
#footer
{
	width: 100%;
	height: 30px;
	background-color: #636361;
	filter:alpha(opacity=90); /* IE patch */
	position: relative;
	margin-top: -30px;
	line-height: 30px;
	font-family: 'IM Fell English', "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 1em;
	font-style: italic;
	text-align: center;
}

.rgba #footer
{
	background-color: rgba(99, 99, 97, .9);
}

#footer a, #footer a:link, #footer a:visited
{
	color: rgb(219, 236, 81);
	text-decoration: none;
	padding: 10px 0;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer a:active
{
	color: #FFF;
}

.leftfoot
{
	float: left;
	padding-left: 30px;
}

.rightfoot
{
	float: right;
	padding-right: 30px;
	text-align: right;
}

#footer img
{
	padding: 0 10px;
	position: relative;
	top: 3px;
}

/*.........................................................the overlays*/
div.overlay 
{
	background-color: #FFF;
	width: 770px;
	height: 55%;
	display:none;
	padding:20px 0px 20px 20px;
	margin-top: 100px;
	position: relative;
	z-index: 2;
	border: 3px solid #333;
}

.rgba div.overlay
{
	background-color: rgba(252, 251, 249, .9);
}

div.overlay .close 
{
	background-image:url(images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:15px;
	width:15px;
}

div.wrap 
{
	height: 100%;
	width: 100%;
	overflow-y: auto;
	font-family: 'IM Fell English', "Times New Roman", Times, serif;
	color: #333;
}

div.wrap p
{
	margin-right: 20px;
	color: #555;
	font-family: 'IM Fell English', "Times New Roman", Times, serif;
}

div.wrap ul.contact
{
	color: #555;
	margin-left: 20px;
}

div.wrap ul.contact li
{
	margin-bottom: 20px;
	padding-left: 10px;
}

div.wrap h1
{
	font-size: .7em;
	text-align: left;
	color: rgb(87, 72, 48);
	border-bottom: 2px dotted #333;
	margin: 0 20px 20px 0;
}

.fontface div.wrap h1
{
	font-family: 'IM Fell English SC', "Times New Roman", Times, serif;
}
	

.no-fontface div.wrap h1
{
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}

div.Project 
{
	clear:both;
}

img.Project, img.Project img a 
{
	display:block;
	float:left;
	width:202px;
	height:202px;
	padding:21px;
}

div.ProjectDetails 
{
	float:left;
	width:500px;
	padding: 25px 0px 0px 5px;
}

p.ProjectSubtitle 
{
	color:#235d6a;
	font-style: italic;
}

p.ProjectDescription 
{
	text-align:justify
}

div.wrap img.social
{
	position: relative;
	top: 5px;
}

/*.........................................................the form*/
#contactus
{
	float: left;
	width: 365px;
}

form
{
	float: right;
	width: 365px;
}

input
{
	margin-bottom: 10px;
	width: 250px;
	height: 30px;
}

label 
{
	display: block;
	font-style: italic;
	font-size: 16px;
}

textarea
{
	width: 250px;
	height: 100px;
	margin-bottom: 10px;
}

textarea:focus, input:focus
{
	border: 2px solid #dbec51;
}

.send
{
	height: 40px;
	width: 80px;
	display: block;
}
