/*COLORS

lime green: #dadc56;
pink: #ef4f91;

END COLORS*/


/*RESET*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 10pt;
	font-family: 'EB Garamond', serif;	
	text-align: center;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*END RESET*/


#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;	
	position: relative;
	clear: both;
}	

#header {
	margin-top: 100px;
	position: relative;
	width: 100%;
	height: 90px;
	border: 1px solid #dadc56;
}

#logo {
	background: #fff;
	position: absolute;
	right: 80px;
	top: -78px;
	padding: 0 5px;
}

/*Menu Styles*/

#menu {
	width: 450px;
	height: 30px;
	display: block;
	position: absolute;
	top: 70px;
	left: 10px;
}	

#menu li {
	float: left;
	background-position: 50% 15%;
	height: 17px;
	margin: 0 0 13px 0;	
	text-indent: -9999px;	
	border-right: 1px solid #ef4f91;
	cursor: pointer;
}

#menu li a {
	display: block;
	height: 100%;
	width: 100%;
}

#menu li:hover {
	background-position: 50% 85%;
}

#menu #mn_portfolio {
	background-image: url("../images/menu_portfolio.jpg");
	width: 90px;
}

#menu #mn_process {
	background-image: url("../images/menu_process.jpg");
	width: 75px;
}

#menu #mn_blog {
	background-image: url("../images/menu_blog.jpg");
	width: 55px;
}

#menu #mn_praise {
	background-image: url("../images/menu_praise.jpg");
	width: 65px;
}

#menu #mn_about {
	background-image: url("../images/menu_about.jpg");
	width: 65px;
}

#menu #mn_contact {
	background-image: url("../images/menu_contact.jpg");
	width: 75px;
	border-right: none;
}

/*End Menu Styles*/

#mainContent {
	background: #dadc56;
	width: 900px;
	clear: both;
	float: left;
	border-left: 1px solid #dadc56;
	border-right: 1px solid #dadc56;
	border-bottom: 1px solid #dadc56;
	position: relative;
	margin-bottom: 100px;
}

#mainContent h1 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
	text-transform: uppercase;
}

#contentImage, #contentUnevenImage, #contentCopy, #contentUnevenCopy {
	display: block;
	float: left;
}

#contentImage {
	width: 450px;
	height: 100px;
	position: relative;
}

#contentUnevenImage {
	width: 200px;
}

#contentCopy {
	width: 450px;
	height: 450px;
	display: block;
	background: transparent url('../images/home_quote.jpg') no-repeat 0 0;
	position: relative;	
}

#contentUnevenCopy {
	width: 640px;
	padding: 30px;
}

#contentCopy h2, #contentUnevenCopy h2 {
	color: #70711C;
	margin-bottom: .5em;
	font-size: 11pt;
	font-weight: bold;
}

	#contentCopy p, #contentUnevenCopy p {
		margin-bottom: 1em;
		color: #70711C;
		font-size: 14px;
		line-height: 1.25em;
	}

.temporary {
	margin-bottom: 1em;
	color: #70711C;
	font-size: 14px;
	line-height: 1.25em;
	font-style: italic;
	height: 450px;
	display: block;
}
	
#footer {
	clear: both;
}

#contactCopy {
	float: left;
	width: 390px;
	height: 420px;
	display: block;
	position: relative;	
	padding: 15px 30px;
}

#contactCopy label {
	display: block;
	margin-bottom: .25em;
	position: relative;
}

#contactCopy input, #contactCopy textarea {
	display: block;
	margin-bottom: .5em;
}

#contactCopy input {
	width: 390px;
}

#contactCopy textarea {
	width: 390px;
	height: 122px;
}

#contactCopy .button {
	margin-top: 20px;
	width: 125px;
}

.phone {
	margin-bottom: 1em;
	color: #70711C;
	font-size: 14px;
}

.dress {
	width: 133px;
	height: 133px;
	margin:15px 0 0 15px;
	float: left;
	background: #333;
	position: relative;
	cursor: pointer;
}

.dress h3 {
	display: none;
	position: absolute;
	width: 117px;
	color: #ef4f91;
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	height: 16px;
	font-size: 16px;
	padding: 8px;
}

.portfolioImage {
	width: 458px;
	height: 443px;
	margin: 0 -15px -15px 0;
	float: left;
	display: block;
	background: transparent url('../images/portfolio_quote.jpg') no-repeat 0 18px;
}

span.error {
	font-size: 10px;
	font-style: italic;
	color: #ef4f91;
	position: absolute;
	right: 0;
	top: 4px;
}

.portfolio {
	float:left;
	padding-bottom: 15px;
}

/* Fancybox alternative styles */

#fancybox-title-float-main {
	color: #ef4f91;
	font-family: 'EB Garamond', serif;	
	text-transform: lowercase;
	width: 100%;
	float: right;
}

#fancybox-left-ico {
 left: -32px;
}

#fancybox-right-ico {
 right: -32px;
 left: auto;
} 

#fancybox-left:hover span {
	left: -32px;
}

#fancybox-right:hover span {
	left: auto;
	right: -32px;
}

.praise {
	padding-top: 1em;
	margin-bottom: 1em;
	border-top: 1px solid #ccce33;
	clear: left;
}

.praise img {
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position: relative;
	left: -3px;
}

blockquote {
	color: #70711C;
	font-size: 13px;
	line-height: 1.3em;	
	margin-bottom: .2em;
	font-style: italic;
}

cite {
	color: #70711C;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 2em;
	display: inline;
	font-style: normal;
	margin-left: 15px;
}

