@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Document */
/*===============================*/
/* HTML TAGS */
/*===============================*/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #CCC;
	background-color: #000;
}
a img {
	border: none;
}

a {
	color: #F36193;
	text-decoration: none;
}
a:hover {
	color: #C02D59;
	text-decoration: underline;/* IE bug fix */
}
h1 {
	font-size: 200%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px;
	padding-top: 15px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	color: #FFF;
}
h2 {
	font-size: 130%;
	color: #FFF;
}
header h1 {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 714px;
	text-indent: -10000px;
}
p {
	margin-bottom: 1em;
	line-height: 1.3em;
}

/*===============================*/
/* IDs */
/*===============================*/
#container {
	width: 960px;
	margin: auto;
}
#content {
	clear: both;
	padding-top: 10px;
	position: relative;
}
#footer {
	font-size: 0.7em;
	text-align: right;
	color: #666;
	margin-top: 25px;
	clear: both;
}
footer {
	font-size: 0.7em;
	text-align: right;
	color: #666;
	margin-top: 25px;
	clear: both;
	margin-bottom: 40px;
}


/*===============================*/
/* CLASSES - SITE BUILDING */
/*===============================*/
nav ul { }
nav ul li {
	text-transform: uppercase;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
nav ul li:hover {
}
nav a { 
	display:block;
	color:#CCC;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}

nav a:hover {
	color:#FFF;
	border-bottom-color: #DF356E;
	text-decoration: none;
}


nav ul li.active a {
	color:#FFF;
	border-bottom-color: #DF3570;
}
nav ul li.active a:hover {
	border-bottom-color: #DF356E;
}


/* OLD code, delte when ready */

.navPage {
	text-transform: uppercase;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.navPage a {
	color:#CCC;
}
.navPage a:hover {
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF356E;
	text-decoration: none;
}
.navPageCurrent {
	text-transform: uppercase;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF3570;
	margin-right: 12px;
	margin-left: 15px;
}
.navPageCurrent a {
	color:#FFF;
	text-decoration: none;
}
.navPageCurrent a:hover {
	color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DF356E;
	text-decoration: none;
}
/* OLD code, delte when ready */



.swirls {
	margin-left: -60px;
	float: left;
	z-index: -100;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.homepageSplash {
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 50px;
	border: 2px solid #FFF;
	padding: 3px;
}
.bio_headshot {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #FFF;
	margin-top: 14px;
	margin-left: 20px;
}
.reference {
	font-size: 90%;
	line-height: 1.5em;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9B0937;
	margin-left: 90px;
	padding-left: 20px;
	padding-top: 10px;
}
.referenceSig {
	font-style: italic;
	text-align: right;
	padding-right: 75px;
}
td {
	vertical-align: top;
}
#slideshow_box {
	clear: right;
	text-align: center;
}
#slideshowContainer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-left: 150px;
	clear: right;
	margin-top: 20px;
}
#slideshow {
	position: relative;
	height: 550px;
	text-align: center;
	width: 650px;
	background-color: #000;
}
.italicized {
	font-style: italic;
}
.price {
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
}
.priceGroup {
	width: 600px;
	margin-left: 90px;
	border: 1px dotted #720A2A;
	padding: 5px;
	margin-top: 10px;
}
.priceTableCell {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DF356D;
}
.priceData {
	margin-left: 50px;
}
.priceDataHeader {
	vertical-align: bottom;
	font-size: 12px;
	font-weight: normal;
}
.priceTableCell p {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#bio_content {
	margin-left: 365px;
	padding-top: 10px;
}
.missionStatement {
	float: right;
	padding-right: 30px;
	padding-top: 30px;
}
.slideshow_price_link {
	position: relative;
	padding: 0px;
	float: right;
	margin-top: -20px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#vendorBox {
	width: 700px;
	margin-left: 90px;
}
.vendor {
	width: 200px;
	/* [disabled]margin-left: 90px; */
	border: 1px dotted #720A2A;
	padding: 5px;
	margin-top: 10px;
	float: left;
	height: 125px;
	margin-right: 10px;
	text-align: center;
	font-size: 80%;
}
.vendorInfo {
	/* [disabled]margin-left: 10px; */
}
.vendor h2 {
	margin: 0px;
}
.smallNote {
	font-size: 70%;
}
.priceGroup h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.floatLeft {
	float: left;
}
.portfolio_thumb {
	padding: 5px;
	float: left;
	width: 250px;
	text-align: center;
}
.bio_sidebar {
	float: left;
	width: 260px;
}
#submitButton {
	color: #E2326E;
	margin: 5px;
	padding: 5px;
	border: 1px solid #51243B;
	
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #191919 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#191919));
	background: -webkit-linear-gradient(top,  #000000 0%,#191919 100%);
	background: -o-linear-gradient(top,  #000000 0%,#191919 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#191919 100%);
	background: linear-gradient(top,  #000000 0%,#191919 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#191919',GradientType=0 );

	width: 150px;
	font-size: 16px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	cursor: pointer;
}

#submitButton:hover {
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%);
	background: -o-linear-gradient(top,  #000000 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#333333 100%);
	background: linear-gradient(top,  #000000 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 );
}

input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin: 2px;
	padding: 4px;
	background-color: #131313;
	border: 1px dotted #522539;
	color: #FFF;
}
#contactForm {
	height: 400px;
}
.loading {
	text-align: center;
	height: 200px;
	padding-top: 200px;
	color: #6C1834;
	display: none;
}
.error {
	color: red;
}
