/* @override http://staging.rebeccalovejoy.com/css/style.css */

/*
Rebecca Lovejoy
General Stylesheet
By Jenna Dixon, tweaked usefully by Derek Hoque amphibian.info (v 03-27-2010)
*/

/* @font-face */

@font-face {
	font-family: 'Museo500';
	src: url('Museo500-Regular.eot');
}

@font-face {
	font-family: 'Museo500';
	src: url(//:) format('no404'), url('Museo500-Regular.woff') format('woff'), url('Museo500-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Museo300';
	src: url('Museo300-Regular.eot');
}

@font-face {
	font-family: 'Museo300';
	src: url(//:) format('no404'), url('Museo300-Regular.woff') format('woff'), url('Museo300-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Museo700';
	src: url('Museo700-Regular.eot');
}

@font-face {
	font-family: 'Museo700';
	src: url(//:) format('no404'), url('Museo700-Regular.woff') format('woff'), url('Museo700-Regular.ttf') format('truetype');
}

/* HTML selectors */

body {
	font: normal 14px/19px Georgia,serif;
	color: #FFF;
	background: #71336b url(../img/header_bg.png) repeat-y left top;
}

body, p, form, fieldset, legend, img, ol, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#header h1 {
	float: left;
	font: normal 48px/50px 'Museo700', Georgia, sans-serif;
	text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 2px;
	width: 500px;
}

#header h2 {
	color: #E6A98D;
	font: normal 20px/22px 'Museo500',georgia,sans-serif;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
	padding-top: 10px;
	float: right;
	width: 360px;
}

#content h1 {
	color: #000;
	font: normal 36px/38px 'Museo300',georgia,sans-serif;
	margin-bottom: 24px;
	margin-right: 20px;
}

#content h2, p.emphasis {
	color: #71336b;
	font: normal 18px/22px 'Museo500',georgia,sans-serif;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-top: 30px;
}

#content h3 {
	color: #71336b;
	font: normal 16px/18px 'Museo500',georgia,sans-serif;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-top: 30px;
}

/* Position */

.container {
	margin: 0;
	position: relative;
	width: 860px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 0px;
}

/* Links */

a {
	color: #686868;
}

a:hover, a:active {
	color: #fff;
}

#header a {
	color: #fff;
}

#header a:hover, #header a:active {
	color: #000;
}

#content .c1 a {
	color: #686868;
	text-decoration: none;
	border-bottom: dotted 1px;
}

#content .c1 a:hover {
	color: #71336b;
	text-decoration: none;
	border-bottom: dotted 1px;
}

#content .muse p a {
	color: #fff;
}

#content .muse p a:hover, #content .muse p a:active {
	color: #CD521A;
}

#content .more a {
	color: #fff;
	text-decoration: none;
}

#content .more a:hover, #content .more a:active {
	color: #CD521A;
}

#footer a {
	color: #385114;
}

#footer a:hover, #footer a:active {
	color: #fff;
}

/* eyebrow banner */

#eyebrow {
	background: #000 url(../img/eyebrow_bg.png) repeat-y left top;
	height: 6px;
}

/* leftbar */

#leftbar {
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 41px;
	height: 100%;
	background: url(../img/leftbar.gif) repeat-y;
	opacity: 0.7;
}

/* Header */

#header {
	color: #fff;
	padding: 30px 0 20px 80px;
}

/* Nav */

#nav {
	color: #E6A98D;
	background: #71336b;
	left: 485px;
	position: absolute;
	top: -50px;
	width: 345px;
	padding: 0 15px 10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font: normal 13px/16px 'Museo500', Georgia, sans-serif;
}

#nav li {
	display: inline;
	list-style: none outside none;
	margin-right: 15px;
}

#nav li.last {
	margin-right: 0;
}

#nav a {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #E6A98D;
}


/* Content */

#content {
	background: #fff url(../img/content_bg.png) repeat-y left top;
	color: #000;
	padding: 50px 0 20px 80px;
}

#content .c1 {
	float: left;
	width: 400px;
	margin-bottom: 30px;
}

#content .c1 p {
	font: 12px/1.375;
	margin-bottom: 20px;
	margin-left: 40px;
}

#content .c1 p .q {
	margin-bottom: 20px;
	margin-left: 40px;
	color: #71336b;
	font-weight: bold;
	line-height: 1.375;
	font-size: 12px;
}

#content .c1 .sig {
	color: #686868;
	font-size: 14px;
	line-height: 1.3;
	font-weight: normal;
	font-family: 'Museo500',georgia,sans-serif;
	margin-bottom: 20px;
	margin-left: 40px;
}

#content .c2 ul {
	margin-bottom: 20px;
}

#content .c2 {
	float: right;
	width: 375px;
	padding-top: 80px;
}

#content .muse {
	background: #fef3d9;
	padding: 20px 60px 0 15px;
	overflow: hidden;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 12px;
	min-height: 500px;
}

#content .muse h2 {
	color: #71336b;
	font: normal 18px/22px 'Museo500',georgia,sans-serif;
	margin-bottom: 10px;
	margin-left: 0;	
}

#content .muse a {
	color: #71336b;
	text-decoration: none;
}

#content .muse a:hover {
	color: #000;
}

#content .muse p {
	font-size: 11px/1.375;
	padding-bottom: 24px;
}

#content .muse .more p a {
	color: fff;
	background: #cec5b0;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Museo700',georgia,sans-serif;
	text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
	padding: 4px 6px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: right;
}

#content .visit {
	color: #000;
	height: 17px;
	padding: 5px 0 0 112px;
	margin-bottom: 25px;
}

#content .visit p {
	color: 000;
	font-size: 36px;
	line-height: normal;
	font-weight: normal;
	font-family: 'Museo300',georgia,sans-serif;
	padding-bottom: 24px;
	padding-right: 20px;
	text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
}

#content ul.form li {
	padding: 0 0 6px 0;
	background: none;
	list-style: none;
	margin-left: 0;
	color: #686868;
	line-height: 16px;
	clear: both;
}

#content .c2 p {
	line-height: 18px;
}

#content .image {
	float: right;
	margin: 0 0 15px 15px;
	border: 3px solid #1D1D1D;
}

/* Footer */

#footer {
	font: normal 10px/12px Arial,sans-serif;	
	padding: 20px 0 20px 80px;
}

#footer form {
	margin-bottom: 10px;
}

#footer form label {
	color: #E6A98D;
	display: block;
	font: normal 14px/17px 'Museo500',Georgia,sans-serif;
	padding-bottom: 5px;
}

#email {
	margin-right: 5px;
	padding: 3px;
	width: 300px;
}

#footer img {
	border: 10px solid #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 50px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 50px;
	position: absolute;
	right: -20px;
	top: -290px;
}

p.thank-you {
	color: #000;
	font: normal 32px/34px 'Museo300',Georgia,sans-serif;
	left: 0;
	position: absolute;
	text-align: right;
	top: -70px;
	width: 700px;
}

/* Form */

fieldset {
	border: none;
}

legend {
	display: none;
}

input.field {
	font: 16px Arial, sans-serif;
	background: #fff;
	width: 300px;
	border: solid 1px #fff;
	margin: 3px 0;
}

input.checkbox {
	float: left;
	margin: 0 10px 10px 0;
}

input.mini {
	width: 80px;
}

input.submit, .submit {
	margin-top: 10px;
	border: none;
}

select {
	font: 16px Arial, sans-serif;
	background: #fff;
	border: solid 1px #fff;
	margin: 3px 0;
}

label {
	font-size: 11px;
}

label.missing {
	color: #cc0000;
}

form .onbreak {
	color: #A30419;
}


.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}