/* 
	CSS Document
	Author:		Jeffrey Barke
	Title:		office for metropolitan cartography . screen
	Version:	20071013
	License:	This style sheet and all imported style sheets are licensed
				under a Creative Commons Attribution-ShareAlike 3.0 License.

	http://creativecommons.org/licenses/by-sa/3.0/us/

	Licensor contact: jeffrey.barke@themechanism.com
*/

/* general structure
----------------------------------------------- */
html {
	height: auto;
	min-height: 100%;
	overflow: scroll;
}
body {
	background-color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
}
#pageFrame {
	margin: 0 auto;
	max-width: 1100px;
	min-width: 770px;
	text-align: left;
}

/* general typography
----------------------------------------------- */
abbr, acronym { border: none; }
body {
	color: #ccc;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 0.3em;
}
h2 {
	font: 120% normal Helvetica, Arial, sans-serif;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

/* general links
----------------------------------------------- */
a {
	color: #ccc;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a:focus { outline: none; }
h1 a { text-decoration: none; }

/* general tables
----------------------------------------------- */
table { 
	border-collapse: collapse;
	display: table;
}

/* general forms
----------------------------------------------- */
input:focus { outline: none; }
.text {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #676767;
	border-right: 1px solid #ccc;
	border-top: 1px solid #676767;
	padding: 0.3em;
	width: 331px;
}
select.text { min-width: 341px; }
.textFocus { border: 1px solid #000; }
span.required { color: #ff0000; }
.correctionText { border: 1px solid #ff0000; }
.errorNotice { color: #ff0000; }
.button {
	height: 30px;
	width: 97px;
}
.btnSubmit { background: url(../images/buttons/btnSubmit.png) 0 0 no-repeat; }
.btnSubmit:hover, .btnSubmitIeHover { background-position: 0 -30px; }
p.response {
	background: #fafafa 5px center no-repeat;
	border: 1px solid #676767;
	padding: 10px 10px 10px 45px;	
}
p.success { background-image: url(../images/icons/complete.gif); }
p.failure { background-image: url(../images/icons/notice.gif); }

/* page header
----------------------------------------------- */
#pageHeader {
	margin-left: 20px;
	margin-right: 20px;
}
#pageHeader h1 { text-align: right; }

/* page bady
----------------------------------------------- */
#pageBody {
	background: url(../images/isometric.png) top right no-repeat;
	margin: 2em 20px;
	min-height: 307px;
	position: relative;
	width: auto;
}
#innerCol { width: 545px; }

/* photo galleries
----------------------------------------------- */
.galleryPhoto {
	float: left;
	margin: 0 10px 10px 0;
}
.galleryPhoto img { border: 2px solid #ccc; }
.galleryPhoto a {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.galleryPhoto a:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
.galleryPhoto a:active img { border: 2px solid #000; }

/* page footer
----------------------------------------------- */
#pageFooter {
	clear: both;
	margin: 2em 20px;
	position: relative;
	text-align: right;
}
#copyright, #credits { display: inline; }

/* clear fix
----------------------------------------------- */
.clearFix:after {
	clear: both; 
	content: '.'; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearFix { display: inline-block; }
/*Hide from IE Mac \*/
.clearFix { display: block; }
/*End hide from IE Mac */