/*  -------------------------------- 
Note: All styles are alphabetized 
--------------------------------- */

@import url(reset.css); /* Reset all styles for cross-browser consistency */

/* ---------------------------------
Element Styles
--------------------------------- */

body {
	background: white url(../images/bg.png) repeat-x;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px; 
	position: relative; }
 
strong { font-weight: bold }
 
h1 {
	color: #000;
	float: left;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -2px;
	overflow: visible;
	padding: 42px 0 36px;
	position: relative;
}
 
h2 {
	background: #f5f5f5 url(../images/heading-bg.png) bottom repeat-x;
	border-bottom: solid 1px #e9e9e9;
	border-top: solid 1px #fafafa;
	font-size: 14px;
	padding: 7px 0 9px 0;
	text-align: center;
	zoom: 1; /* Triggers layout for internet explorer */ }
 
	h2.topHeading {
		border-bottom: solid 1px #bcbcbc;
		border-top: none;
		padding-top: 8px; }
 
p { padding: 0 0 9px; }

form p { position: relative; }
 
label { color: #777777; float: left; }
 
	label.error {
		color: red;
		font-size: .8em;
		position: absolute;
		right: 15px;
		text-align: right; 
		top: 10px; }
 
	label img {
		float: left;
		margin: 1px 7px 0 0; }
 
input, textarea {
	background: white url(../images/form-bg.png) repeat-x;
	border-left: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
	border: none;
	clear: both;
	display: block;
	font: 14px/1.5em Helvetica, Arial, sans-serif;
	margin: 0 auto;
	padding: 10px;
	width: 94.5%;  }
	
	textarea { height: 126px; }
 
/* ---------------------------------
Wrappers
--------------------------------- */
 
#outerWrapper {
	clear: both;
	margin: 0 auto;
	position: relative;
	width: 487px; }
 
#wrapper {
	background: #dadada;
	border-bottom: solid 1px #b8b8b8;
	float: left;
	margin: 0 0 42px 0;
	width: 100%; }
	
#footer { 
	background: url(../images/divider.png) top repeat-x; 
	color: #484848; 
	font-size: .8em;
	zoom: 1; /* IE fix to show background image */ }
	
#domainPortfolio { 
	background: #333; 
	color: white;
	display: none;
	overflow: hidden;
	padding: 3px 110px 5px 1.2em;
	zoom: 1;}
	
	#domainPortfolio li { float: left; padding: 0 1em 0 0; }

/* ---------------------------------
Aligning classes, for sale tag,
price area
--------------------------------- */

a img, .imgLeft { margin: 0 7px -3px 0; } /* Align icons */

.success { display: none; } /* Hide the success message until the form is submitted */
 
.section, #formSection { padding: 18px 9px 10px; text-align: center;}
 
.saleTag, .minPrice { color: white; display: block; }

.saleTag {
	background: url(../images/forsaletag-bg.png) no-repeat;
	font-size: 18px;
	height: 39px;
	letter-spacing: 0px;
	padding: 13px 0 0 44px;
	position: absolute;
	right: -150px;
	top: 29px;
	width: 101px; }
 
.minPrice {
	background: #787878 url(../images/highlight.png) center no-repeat;
	border-bottom: solid 1px #545454;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	padding: 17px 0 18px;
	text-align: center; }
 
/* ---------------------------------
Button Styles
--------------------------------- */

.button {
	margin: 0 auto;
	text-align: center; }
	
	a#submit { display: none; } /* hide Javascript enhanced submit button when JS is not available */
 
a.button, .altSubmitButton {
	background: #d3d3d3 url(../images/button-gradient.png) top repeat-x;
	border: solid 1px #929292;
	color: black;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 11px;
	text-decoration: none; }
	
	.altSubmitButton { width: auto; }

a.button:hover { background-image: url(../images/button-gradient-over.png); }
 
a.button:active { background-image: url(../images/button-gradient-down.png); }

#domainPortfolio a { color:#BADFF3; }
		#domainPortfolio a:hover { color: #fff; }
	
#portfolioButton { 
	position: absolute; 
	top: 0;
	right: 0;
	z-index: 1; }
	
	a#portfolioButton {
		background: #999;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		padding: 5px 8px;
		text-decoration: none; }

/* ---------------------------------
 CSS3 Enhancements 
--------------------------------- */

.saleTag { text-shadow: 0 -1px 1px #6e2222; }

.minPrice { text-shadow: 0px 1px 2px #393939; }

#wrapper {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px; /* Future proofing */ }

a.button, .altSubmitButton { 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0px 1px 0px #fff;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 0px #fff; }

a.button, h2, #footer { text-shadow: 0px 1px 0px #f8f8f8; }

h2.topHeading {
		-moz-border-radius-topleft: 9px;
		-moz-border-radius-topright: 9px;
		-webkit-border-top-left-radius: 9px;
		-webkit-border-top-right-radius: 9px;
		border-top-left-radius: 9px;
		border-top-right-radius: 9px; }

a#portfolioButton { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }