/* 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,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{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0}

/* GROUP */
.group:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .group{display:block}* html .group{height:1%}


/* ------- *
 * GENERAL *
 * ------- */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 90%;
	color: #4d505b;
	background: #E6E6EB url(/wedding/images/textured_stripes.png) repeat;
	}

.text p {
	margin: 1.5em 0;
	}

a {
	color: #7D236B;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
	        transition: all 200ms linear;
	}

h2 {
	font-family: 'Cabin Condensed', Sans-Serif;
	font-weight: normal;
	color: #7d236b;
	font-size: 270%;
	margin: 0.4em 0;
	}

h3 {
	font-family: 'Cabin Condensed', Sans-Serif;
	font-weight: bold;
	color: #4d505b;
	font-size: 180%;
	margin: 0.4em 0;
	}

h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #4D505B;
	font-size: 135%;
	margin: 0.4em 0;
	}

h5 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #4D505B;
	font-size: 120%;
	margin: 0.4em 0;
	}

blockquote {
	position: relative;
	padding: 15px;
	background-color: #c7c9d2;
	font-size: 110%;
	line-height: 1.4em;
	margin: 0.4em 0;
	}

blockquote:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 1px dashed #9fa1aa;
	}

.imgLeft {
	margin: 0 20px 20px 0;
	}

.imgRight {
	margin: 0 0 20px 20px;
	}

.textSmaller {
	font-size: smaller;
	}

.textLighter {
	color: #82858f;
	}

.text p {
	line-height: 1.4em;
	margin: 0.8em 0;
	}

.text ul,
.text ol {
	list-style-position: outside;
	line-height: 1.4em;
	margin: 0.8em 0 0.8em 18px;
	}

.text ul {
	list-style-type: disc;
	}

.text ol {
	list-style-type: decimal;
	}

.column {
	float: left;
	}

hr {
	border: none;
	border-top: 1px solid #a0a0a3;
	border-bottom: 1px solid white;
	}


/* ------- *
 * CONTENT *
 * ------- */

.sidenav {
	padding-top: 20px;
	}

.sidenav ul {
	display: block;
	background-color: #f5f6f9;
	-webkit-box-shadow: 0 2px 5px #818181;
	   -moz-box-shadow: 0 2px 5px #818181;
	        box-shadow: 0 2px 5px #818181;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}

.sidenav li {
	display: block;
	}

.sidenav a {
	display: block;
	color: #00007E;
	text-decoration: none;
	padding: 14px 10px;
	background-color: transparent;
	border-bottom: 1px solid #d7d7d7;
	}

.sidenav li:first-child a {
	-webkit-border-radius: 4px 4px 0 0;
	   -moz-border-radius: 4px 4px 0 0;
	        border-radius: 4px 4px 0 0;
	}

.sidenav li:last-child a {
	border-bottom: none;
	-webkit-border-radius: 0 0 4px 4px;
	   -moz-border-radius: 0 0 4px 4px;
	        border-radius: 0 0 4px 4px;
	}

.sidenav a:hover,
.sidenav a.selectedtrue {
	background-color: #ffffff;
	}



/* ------- *
 * CONTENT *
 * ------- */

#contentWrapper1 {
	width: 100%;
	min-width: 962px;
	}

#contentWrapper2 {
	width: 775px;
	margin: 0 auto;
	}

#content {
	width: 775px;
	margin: 0 auto 40px auto;
	background: #FFF;
	-webkit-box-shadow: 0 2px 5px #818181;
	   -moz-box-shadow: 0 2px 5px #818181;
	        box-shadow: 0 2px 5px #818181;
	behavior: url(/wedding/css/PIE.htc);
	}

#content .section {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #b0b1b4;
	}

#content .section.last {
	border-bottom: none;
	}

.padding20 {
	padding: 20px;
	}

#slideshow {
	padding: 20px;
	}

#slides {
	width: 480px;
	height: 360px;
	border: 1px solid #3a3b40;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}

#content .item {
	position: relative;
	cursor: pointer;
	display: block;
	width: 225px;
	margin-right: 13px;
	background-color: #f5f6f9;
	color: #4d505b;
	text-decoration: none;
	-webkit-box-shadow: 0 2px 5px #818181;
	   -moz-box-shadow: 0 2px 5px #818181;
	        box-shadow: 0 2px 5px #818181;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}

#content .item:hover {
	background-color: white;
	-webkit-box-shadow: 0 2px 5px #4f4f4f;
	   -moz-box-shadow: 0 2px 5px #4f4f4f;
	        box-shadow: 0 2px 5px #4f4f4f;
	}

#content .item .image {
	position: relative;
	padding: 10px;
	}

#content .item.New .image:before {
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	top: -4px;
	width: 81px;
	height: 80px;
	}

#content .item.Sold .image:before {
	content: "";
	display: block;
	position: absolute;
	left: -4px;
	top: -4px;
	width: 81px;
	height: 80px;
	}

#content .item .image img {
	border: 1px solid #3a3b40;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	}

#content .item.last {
	margin-right: 0;
	}

#content .item .text {
	padding: 0 10px 10px;
	line-height: 1.4em;
	}

#content .item .details {
	position: absolute;
	right: 14px;
	bottom: 6px;
	color: #9fa6be;
	font-size: 90%;
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	        transition: all 300ms linear;
	}

#content .item .details:after {
	position: absolute;
	content: "";
	display: block;
	right: -12px;
	top: 3px;
	border: 4px solid transparent;
	border-left-color: #9fa6be;
	-webkit-transition: all 300ms linear;
	   -moz-transition: all 300ms linear;
	        transition: all 300ms linear;
	}

#content .item:hover .details {
	color: #4a72ff;
	}

.toolbar {
	position: relative;
	width: 100%;
	padding: 8px 0;
	}

.toolbar .label {
	height: 28px;
	padding-right: 10px;
	line-height: 28px;
	}

.toolbar .label.left {
	float: left;
	}

.toolbar .pages {
	}

.toolbar .pages li {
	display: block;
	float: left;
	padding-right: 6px;
	}

.toolbar .pages a {
	display: block;
	height: 26px;
	padding: 0 10px;
	border: 1px solid grey;
	line-height: 26px;
	text-align: center;
	color: #4D505B;
	text-decoration: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	}

.toolbar .pages a.number {
	width: 26px;
	padding: 0;
	}

.toolbar .pages a:hover,
.toolbar .pages a.current {
	background-color: #ffffff;
	}

.toolbar .sort {
	position: absolute;
	right: 0;
	top: 8px;
	}

.toolbar .sort select {
	float: left;
	margin-top: 5px;
	}



/* -------- *
 * ELEMENTS *
 * -------- */

.form {
	padding: 20px 0;
	}

.form input[type="radio"] {
	margin-right: 4px;
	}

.form .radioList label {
	margin-right: 16px;
	}

.form .label {
	color: #00007e;
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 5px;
	}

.form table td {
	padding-right: 20px;
	padding-bottom: 20px;
	}

.button {
	text-decoration: none;
	cursor: pointer;
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 130%;
	font-family: 'Cabin Condensed', Sans-Serif;
	text-shadow: 0 1px 0 #000000;
	font-weight: bold;
	color: #E6E6EB !important;
	border: 1px solid #232428;
	background-color: #501544;
	background-image: -moz-linear-gradient(top,  rgba(125,35,107,1) 0%, rgba(125,35,107,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,35,107,1)), color-stop(100%,rgba(125,35,107,0)));
	background-image: -webkit-linear-gradient(top,  rgba(125,35,107,1) 0%,rgba(125,35,107,0) 100%);
	background-image: -o-linear-gradient(top,  rgba(125,35,107,1) 0%,rgba(125,35,107,0) 100%);
	background-image: -ms-linear-gradient(top,  rgba(125,35,107,1) 0%,rgba(125,35,107,0) 100%);
	background-image: linear-gradient(top,  rgba(125,35,107,1) 0%,rgba(125,35,107,0) 100%);
	padding: 10px 14px;
	-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.5);
	   -moz-box-shadow: inset 0 0 5px rgba(255,255,255,0.5);
	        box-shadow: inset 0 0 5px rgba(255,255,255,0.5);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	behavior: url(/wedding/css/PIE.htc);
	}

.button.left {
	float: left;
	}

.button.right {
	float: right;
	}

.button:hover {
	background-color: #2e0b27;
	}

.button img {
	margin-left: 4px;
	vertical-align: -1px;
	}

img.border {
	border: 5px solid #ffffff;
	-webkit-box-shadow: 0 2px 5px #818181;
	   -moz-box-shadow: 0 2px 5px #818181;
	        box-shadow: 0 2px 5px #818181;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	behavior: url(/wedding/css/PIE.htc);
	}

.form label {
    margin-bottom: 0.4em;
    }

.form .fieldWrapper {
    position: relative;
    margin-bottom: 15px;
    }

.form .field {
    cursor: text;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 6px 7px;
    background: #ffffff;
    border: 1px solid #999999;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
       -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
        -ms-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
         -o-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    }

.form .field input[type="text"] {
    width: 100%;
    height: 100%;
    outline: none;
    background: none;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, Sans-Serif;
    }

.form .field textarea {
    width: 100%;
    height: 100%;
    max-width: 100%;
    outline: none;
    background: none;
    border: none;
    }
    
input.hasValidation {
	padding-right: 28px
	}


.validator {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background: url(/wedding/images/icon-exclamation.png) 0 0 no-repeat;
	right: 6px;
	top: 6px;
	}
img[align=left]{
	border: 1px solid #f4f4f4;
	background: white;
	padding: 4px;
	margin: 0 15px 5px 0;
}
img[align=right]{
	border: 1px solid #f4f4f4;
	background: white;
	padding: 4px;
	margin: 0 0 5px 15px;
}