@charset "utf-8";
/* CSS Document */

html, body {
	text-align: left;
	background-color: #3A3232;
	color: #FDFCCE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 150%;
	/*background: #000 url(odms_bckg_01.jpg) center center fixed no-repeat;*/
}

@font-face {
	font-family: "Muffy";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	src: url("muffy.eot");
	src: local('Muffy'), url("muffy.ttf");
}

a:link {text-decoration:none; color:#D97523;}
a:visited {text-decoration:none; color:#D97523;}
a:active {text-decoration:none; color:#D97523;}
a:hover {text-decoration:none; color: #F77C00;}

#container {
	/*border: 1px solid #333;*/
	display: block;
	padding: 0 1% 0 1%;
	text-align: left;
	/*height: 960px;*/
	width: 90%;
	clear:both;
}

#header {
	/*border: 1px solid #333;*/
	display: block;
	margin: 0;
	clear:both;
	text-align: left;
}

#navigation {
	/*border: 1px solid #333;*/
	width: 40%;
}

#mainframe {
	margin: 0;
	padding: 5px;
	text-align: left;
}

#footer {
	display: inline-block;
	border-top: 1px solid #EDEBC6;
	width: 40%;
	margin: 0;
	clear: both;
	font-size: 80%;
	text-align: left;
	-moz-opacity: .3;
	opacity: .3;
	filter: alpha(opacity=30);
}

#footer:hover {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

#logo {
	font-family: "Muffy", Serif;
	font-size: 130%;
}

#logosmall img {
	border: none;
}

.navlist {
	/*border: 1px solid #F9F5E9;*/
	-moz-opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
}

.navlist:hover {
	/*border: 1px solid #EDEBC6;*/
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

#networks {
	list-style-type: square;
}

#contact {
	list-style-type: disc;
}

#neighborhood {
	list-style-type: circle;
}

.specialtitle {
	font-size: 100%;
	text-align: left;
	margin: 0 0 -15px 0;
}

.togglebox {
	/*background-color:#CCC;*/
	margin: 20px;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 42%;
	/*width: 40%;
	height: 40%;*/
	overflow: hidden;
	clear: both;
	border: 1px solid #E0E0CE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	/*box-shadow: 0 0 8px #E0E0CE;
	-moz-box-shadow: 0 0 8px #E0E0CE; 
	-webkit-box-shadow: 0 0 8px #E0E0CE;*/
}

.block {
	padding: 10px;
}

.overtext {
	position: absolute;
	top: 0;
	padding: 5px;
	width:100%;
	text-align: left;
	font-size: 80%;
	background-color: #3A3232;
	-moz-opacity: .6;
	opacity: .6;
	filter: alpha(opacity=60);
}

.worksimg {
	/*height:96%;*/
	margin:5px;
	
}
