/* -----------------------------
		 Generic Styles
----------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear:both;
}

.inline {
	display: inline;
}


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

html {
	min-height: 100%;
}

body {
	background: #fdfaf2;
	position: relative;
	min-height: 100%;
	margin: 0px auto;
}

#logo {
	position: relative;
	left: -18px;
}

#header {
	position: relative;
	height: 202px;
	z-index: 4;
}

#content {
	position: relative;
	padding-bottom: 150px;
	z-index: 3;
}

#footer {
	position: relative;
	height: 130px;
	background: url('../images/layout/footerbg.png') top repeat-x #d7487d;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding-top:5px;
	font-size: 12px;
	line-height: 17px;
	z-index: 3;
}

#footer .social a{
	background: url('../images/layout/social-footer.png') no-repeat;
}
#footer .social a.fb {
	background-position: 0 -29px;
}
#footer .social a.twitter {
	background-position: 0px -57px;
}
#footer .social a,
#footer .social a:link,
#footer .social a:active,
#footer .social a:visited {
	display: block;
	float: left;
	padding-left: 30px;
	color: #FFFFFF;
	height: 20px;
	margin-right: 20px;
}

.decorative {
	overflow: hidden;
}
.fade {
	position: absolute;
	width: 600px;
	height: 600px;
	z-index: 1;
}

.fade.tr {
	top: 0px;
	right: 0px;
	background: url('../images/layout/detail-tr.jpg') top right no-repeat;
}

.fade.tl {
	top: 0px;
	left: 0px;
	background: url('../images/layout/detail-tl.jpg') top left no-repeat;
}

.fade.br {
	bottom: 100px;
	right: 0px;
	background: url('../images/layout/fade-br.png') bottom right no-repeat;
}

.fade.bl {
	bottom: 100px;
	left: 0px;
	background: url('../images/layout/fade-bl.png') bottom left no-repeat;
}

.bluebox {
	position: relative;
	left: -30px;
	width: 272px;
	height: 235px;
	background: url('../images/layout/bluebox.png') top no-repeat;
	padding: 25px 0 0 50px;
}
.bluebox-tall {
  position: relative;
	left: -50px;
	background: url('../images/layout/bluebox-tall.png') top no-repeat;
	padding: 25px 0 0 50px;
	width: 322px;
	height: 528px;
}
.bluewrapper {
	height: 250px;
	overflow: visible;
}

.bluebox a,
.bluebox a:link,
.bluebox a:active,
.bluebox a:visited {
	color: #e16d97;
	text-decoration: none;
}

.bluebox a:hover {
	text-decoration: underline;
}

img.rotate {
	position: relative;
	top: -36px;
	left: -26px;
}
.rotate-pull {
	margin-left: -30px;
}

/* -----------------------------
		 Font Styles
----------------------------- */

h1,h2,h3,h4,h5 {
	font-family: 'Bepita', Times, serif;
	font-weight: normal;
	color: #e16d97;
}

h3 {
	margin: 1em 0 0.3em;
}

p {
	font-family: 'Courier', 'Courier New', serif;
	font-size: 13px;
	color: #5f5e5e;
}
.caps {
	text-transform: uppercase;
}

.courier {
	font-family: 'Courier', 'Courier New', serif;
}

.white {
	color: #ffffff;
}

.pink {
	color: #e16d97;
}
.blue {
	color: rgba(167,208,205,1);
}
.smaller {
	font-size: 11px;
}
.larger {
	font-size: 15px;
}

#footer p {
	font-size: 11px;
}

#emailform {
	margin: 11px 0 0 15px;
	font-size: 11px;
}
.email {
	margin: 11px 0 0 10px;
}
.email a {
	background: url('../images/layout/email.png') no-repeat top left;
	padding-left: 30px;
}
#emailform .button {
	background: #ce2161;
	color: #FFFFFF;
	font-size: 13px;
	border-top: 1px solid #ed7ba5;
	border-left: 1px solid #ed7ba5;
	border-right: 1px solid #981042;
	border-bottom: 1px solid #981042;
	margin-right: 12px;
	padding: 5px 10px;
}

#emailform .email {
	width: 285px;
	position: relative;
	top: -6px;
	border-top: 1px solid #c93a70;
	border-left: 1px solid #c93a70;
	border-right: 1px solid #eea5bc;
	border-bottom: 1px solid #eea5bc;
	background: #ea89a7;
	font-size: 11px;
	padding: 5px 5px;
	color: #FFFFFF;
}

.error {
	display: none;
}

/* -----------------------------
		 Nav Styles
----------------------------- */

#social {
	list-style: none;
	margin: 0 85px 0 0;
	padding: 0px;
}

#social li {
	float: left;
}

#social li a {
	display: block;
	height: 52px;
	width: 67px;
}

#social li a.blog {
	width: 65px;
	background: url('../images/layout/blog-icon.png');
}

#social li a.facebook {
	background: url('../images/layout/facebook-icon.png');
}

#social li a.twitter {
	background: url('../images/layout/twitter-icon.png');
}


#nav {
	height: 26px;
	margin: 5px 0 0 0px;
	padding: 20px 0 0 25px;
	background: url('../images/layout/menubg.png') top left no-repeat;
	list-style: none;
	font-family: 'Bedliner', 'Arial', sans;
	font-size: 14px;
	text-shadow: 0px 1px 0px #fefbf4;
	text-transform: uppercase;
}

#nav > li a,
#nav > li a:link,
#nav > li a:visited {
	padding-right: 28px;
	color: #4e4e4d;
	text-decoration: none;
}

#nav > li a:active,
#nav > li a:hover {
	color: #e16d97;
	text-decoration: none;
}

#nav > li {
	float: left;
}

#nav li ul {
	display: none;
}

#nav li:hover ul {
	position: relative;
	display: block;
	left: -4px;
	background: url('../images/layout/subnav.png');
	padding: 7px 5px;
}

#nav li ul li {
	display: block;
	padding: 3px 0 3px;
}

#nav li ul li a,
#nav li ul li a:link,
#nav li ul li a:visited,
#nav li ul li a:active {
	padding: 0 5px;
	font-family: 'Courier', 'Courier New', serif;
	font-size: 13px;
	text-transform: lowercase;
}

/* -----------------------------
		 Border Styles
----------------------------- */

.border.top,
.border.bottom {
	height: 9px;
}

.border.top {
	background: url('../images/layout/border-t.png') top repeat-x;
}

.border.top.right {
	float: none;
	background: url('../images/layout/border-tr.png') top right no-repeat;
	padding-right: 9px;
}

.border.top.left {
	float: none;
	background: url('../images/layout/border-tl.png') top left no-repeat;
	padding-left: 9px;
}

.border.right {
	float: none;
	background: url('../images/layout/border-r.png') right repeat-y;
	padding-right: 9px;
}

.border.left {
	float: none;
	background: url('../images/layout/border-l.png') left repeat-y;
	padding-left: 9px;
}

.border.bottom {
	background: url('../images/layout/border-b.png') bottom repeat-x;
}

.border.bottom.right {
	float: none;
	background: url('../images/layout/border-br.png') bottom right no-repeat;
	padding-right: 9px;
}

.border.bottom.left {
	float: none;
	background: url('../images/layout/border-bl.png') bottom left no-repeat;
	padding-left: 9px;
}


/* ----------------------------------------
		Gallery Styles
---------------------------------------- */

ul.gallery {
	position: relative;
	top: -50px;
	padding: 0px;
	list-style: none;
}

ul.gallery li {
	float: left;
	margin: 0 8px 0 0;
	border: 1px solid #e6d7bc;
	line-height: 0px;
	cursor: pointer;
}

ul.gallery li:hover {
	border-color: #c09d5d;
}

div.gallery img {
	position: relative;
	left: -15px;
	cursor: pointer;
}

div.gallery p.smaller {
	position: relative;
	top: -55px;
}
.img-float img {
	margin-left:-38px;
}

/* ----------------------------------------
		 Margin and Padding Styles
---------------------------------------- */

.contentbox {
	min-height: 458px;
}

.margin-top {
	margin-top: 15px !important;
}

.margin-left {
	margin-left: 15px !important;
}

.margin-bottom {
	margin-bottom: 15px !important;
}

.margin-right {
	margin-right: 15px !important;
}

.no-margin-top {
	margin-top: 0px !important;
}

.no-margin-left {
	margin-left: 0px !important;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

.no-margin-right {
	margin-right: 0px !important;
}

.no-margins{
	margin: 0px !important;
}

.padding-top {
	padding-top: 10px !important;
}

.padding-left {
	padding-left: 10px !important;
}

.padding-bottom {
	padding-bottom: 10px !important;
}

.padding-right {
	padding-right: 10px !important;
}

.padding-right-30 {
	padding-right: 30px !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.border-left {
	border-left: 1px solid #3d653d !important;
}

.border-top {
	border-right: 1px solid #3d653d !important;
}

.border-right {
	border-right: 1px solid #3d653d !important;
}

.border-bottom {
	border-bottom: 1px solid #3d653d !important;
}


/* --------------------------
	Font Styles
---------------------------- */

@font-face {
    font-family: 'Bedliner';
    src: url('../fonts/berlinergrotesk-light-webfont.eot');
    src: url('../fonts/berlinergrotesk-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/berlinergrotesk-light-webfont.woff') format('woff'),
         url('../fonts/berlinergrotesk-light-webfont.ttf') format('truetype'),
         url('../fonts/berlinergrotesk-light-webfont.svg#BerlinerGroteskLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bepita';
    src: url('../fonts/pepita_script_2-webfont.eot');
    src: url('../fonts/pepita_script_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pepita_script_2-webfont.woff') format('woff'),
         url('../fonts/pepita_script_2-webfont.ttf') format('truetype'),
         url('../fonts/pepita_script_2-webfont.svg#PepitaScript2Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}