/******************************************************
    MFS Photography Styles
*******************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #425062;
	color: #fff;
	font-family: "Lucida Bright", "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
}

	#header {
		height: 110px;
		border-bottom: 1px solid #000;
		background: url(mfsphotologo.png) #35404D no-repeat top left;
		line-height: 1.2;
	}
	
	#header h1 {
		margin-left: 160px;
		border-bottom: 1px solid #fff;
		padding: 20px 10px;
		color: #ccc;
		font-weight: normal;
		font-size: 2em;
		line-height: 1.2;
	}
	
	#navigation {
		margin-left: 160px;
		background: #35404D;
		line-height: 1.2;
	}

	#nav {
		float: left;
		width: 100%;
		list-style: none;
		background: #ccc;
		line-height: 1.2;
	}
	
	#nav li { 
		float: left;
	}
	
	#nav a {
		float: left;
		display: block;
		margin: 0 15px;
		padding: 5px 10px;
		text-decoration: none;
		font-weight: bold;
		font-size: 1em;
		color: #35404D;
		background: #ccc;
	}

	#nav strong {
		float: left;
		display: block;
		margin: 0 15px;
		padding: 5px 10px;
		font-weight: bold;
		font-size: 1em;
		color: #000;
		background: #ccc;
	}
	
	#nav .first a, #nav .first strong {
		margin-left: 15px;
	}
	
	#nav a:hover {
		background: #35404D;
		color: #ffffc0;
	}

	#navigation:after, #nav:after {
    	content: ".";
    	display: block;
    	clear: both;
    	height: 0;
    	visibility: hidden;
	}

#content {
	clear: both;
    margin: 40px;
}

#footer {
    clear: both;
    margin: 40px 0;
	border-top: 2px solid #ccc;
    padding: 20px 40px;
	font-size: 0.85em;
}

img {
    border: none;
}

#content p {
	margin: 20px 0;
}

.error {
	margin: 10px 20px;
	border: 1px solid #ff0000;
	padding: 5px 10px;
	background-color: #ffebeb;
	color: #000;
}
.error img {
	float: left;
	margin-right: 5px;
}
.error ul {
	clear: both;
	margin: 10px 0;
}
.error ul li {
	margin-left: 50px;
}

.done {
	margin: 10px 20px;
	border: 1px solid #00cc00;
	padding: 5px 10px;
	background-color: #DDFFDD;
	color: #000;
}

.note {
	font-size: 0.75em;
}

.required {
	color: #ffff00;
	font-size: 1.1em;
	font-weight: bold;
}

#content fieldset {
	margin: 10px 0;
	border: none;
}

#content fieldset input, #content textarea {
	background-color: #ebebeb;
	color: #808080;
	font-family: "Courier New", Courier, monospaced;
	font-style: normal;
}

#content fieldset input:focus, #content textarea:focus {
	background-color: #fff;
	color: #000;
}

#content #yourdetails p {
	clear: both;
	margin: 2px 0;
}

#content #yourdetails p label {
	display: block;
	float: left;
	width: 75px;
	color: #ccc;
}

#content #yourdetails p input {
	border-width: 2px;
	border-style: solid;
	border-color: #35404D #ccc #ccc #35404D;
	padding: 0 3px;
}

#content p.msg {
	margin-top: 20px;
}

#content p.msg label {
	color: #ccc;
}

#content p.msg textarea {
	width: 40em;
	height: 12em;
	border-width: 2px;
	border-style: solid;
	border-color: #35404D #ccc #ccc #35404D;
	padding: 0 3px;
}

#content .submitbtn input {
	border-width: 2px;
	border-style: solid;
	border-color: #ccc #35404D #35404D #ccc;
	padding: 2px 10px;
	background-color: #35404D;
	color: #ccc;
	font-size: 1.1em;
	font-style: normal;
}

#content .submitbtn input:hover {
	background-color: #ccc;
	color: #000;
}

#content .submitbtn input:active {
	border-color: #35404D #ccc #ccc #35404D;
	background-color: #fff;
	color: #000;
}

#content .frontphoto {
	width: 300px;
	float: right;
	margin: 0 0 10px 10px;
	text-align: right;
}

#gallery_photo {
    margin: 10px 0;
    padding: 0;
	text-align: center;
}

#gallery_nextprev {
    font-size: 0.85em;
    text-align: right;
}

/* --- MISC. --- */

address {
	margin: 10px;
}

.madeby {
    font-size: 0.85em;
    text-align: center;
    background: #fff;
    color: #888;
}

a {
	color: #DEF0F6;
}
a:visited {
	color: #97D2E5;
}
a:hover {
	color: #ffffc0;
}
a:active {
	color: #ff8080;
}