/*
 html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
display:block;
}

ul, dl {
list-style:none;
width:100%;
}

a {
text-decoration:none;
background: none;
}

html,body {margin:0;padding:0;}

/* end reset */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*

Theme Name: Volrath Wedding Website
Designer: Colin Volrath
Developer: Colin Volrath


Colors Used:
purple: #412a46
purple light: #a69da9
grey light: #f6f6f6
grey: #444
orange: #ec8c28

*/

/*~~~~~~~~~~~ TOP IMAGE SIZER ~~~~~~~~~~~~~~*/

body {
	background-color:#f6f6f6;
}

.top {
	max-width: 100%;
	width:100%;
	height:auto;
	margin: 0 auto;
	text-align: center;
}

.top img {
	width:100%;
	max-width: 100%;
	z-index:-9999;
}

/*~~~~~~~~~~~ PRELOAD IMAGES ~~~~~~~~~~~~~~*/
div#preload { display: none; }

/*~~~~~~~~~~~ CONTAINERS MAIN BODY ~~~~~~~~~~~~~~*/

.container {
    width:960px;
    height:auto;
    margin:0px auto;
    padding:0px;
    clear:both;
	background: #fff;
}
.registry_container {
    width:960px;
    height:auto;
    margin:0px auto;
    padding:0px;
    clear:both;
}
.gallery_container {
    width:960px;
    height:auto;
    margin:0px auto;
    padding:0px;
    clear:both;
	background: #fff;
}

.banner {
	width: 1120px;
	margin: 0px auto;
	height: 100px;
	padding: 0;
	background: red;
}
.ourstory {
	width:960px;
	margin: 0px auto;
	height: auto;
	padding: 0;
}

.directions {
    width: 460px;
    height: auto;
    float: left;
    margin: 0 20px;
}

.directions_img {
    width: 380px;
	height: 380px;
    float: right;
	margin: 0 20px 50px 0;
	padding: 0;
	border: 5px solid #a69da9;
}

.directions_map {
    width: 380px;
	height: 380px;
    float: right;
	margin: 0 20px;
	padding: 0;
	border: 5px solid #a69da9;
}

.registry {
    width: 280px;
    height: auto;
    float: left;
    margin: 0 10px 50px;
	padding: 0px;
}

.footer {
	width:100%;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	background: #402b45;
}

/*~~~~~~~~~~~ COLUMNS ~~~~~~~~~~~~~~*/

.onecol,
.twocol,
.threecol,


.onecol {
    width: 940px;
    height: auto;
    float: left;
    margin: 0 10px;
}

.twocol {
    width: 440px;
    height: auto;
    float: left;
    margin: 0 20px;
}

.grooms_col {
    width: 440px;
    height: auto;
    float: left;
    margin: 0 20px;
}

.brides_col {
    width: 440px;
    height: auto;
    float: right;
    margin: 0 20px;
}

.threecol {
    width: 300px;
    height: auto;
    float: left;
    margin: 0 10px;
}

.fourcol {
    width: 180px;
    height: auto;
    float: left;
    margin: 0 20px;
	background: blue;
}

.gallery-prop {
	background:#68BCA5;
	padding:30px 0 0 0;
	height:135px;
	-webkit-transition: background-color .25s ease-in; /*safari and chrome */
 	-o-transition: background-color .25s ease-in; /* opera */
}

.fourcol-prop {
	background:#68BCA5;
	padding:30px 0 0 0;
	height:135px;
	-webkit-transition: background-color .25s ease-in; /*safari and chrome */
 	-o-transition: background-color .25s ease-in; /* opera */
}

.prop {
	background-color: #000;
	height:145px;
	margin-bottom: 20px;
	border: 10px solid #f6f6f6;
}

.fourcol-prop:hover {
	background: #cbd500;
	cursor: pointer;
}

.fivecol {
    width: 172px;
    height: auto;
    float: left;
    margin: 0 10px;
}

.sixcol {
    width: 140px;
    height: auto;
    float: left;
    margin: 0 10px;
}

.threecol_2 {
    width: 620px;
    height: auto;
    float: left;
    margin: 0 10px;
}

.fourcol_3 {
    width: 700px;
    height: auto;
    float: left;
    margin: 0 10px;
}

.fivecol_3 {
    width: 556px;
    height: auto;
    float: left;
    margin: 0 10px;
}

.twelvecol {
    width: 60px;
    height: auto;
    float: left;
    margin: 0 10px;
}

.twelvecol_5 {
    width: 380px;
    height: auto;
    float: left;
    margin: 0 10px;
}

.twelvecol_7 {
    width: 540px;
    height: auto;
    float: left;
    margin: 0 10px;
}

/*~~~~~~~~~~~ SPACERS & RULERS ~~~~~~~~~~~~~~*/

.rule {
	width:100%;
	border-bottom: 3px dotted #ccc;
	margin: 0 0 15px 0;
}

.370_rule {
	width: 100%;
	border-bottom: 3px dotted #ccc;
	margin: 0 0 15px 0;
}

.bump {
	width: 100%;
	height: 30px;
	clear:both;
}

.dot {		
	background: url('../images/dot.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
}

/*~~~~~~~~~~~ LINKS ~~~~~~~~~~~~~~*/

a.fade { -webkit-transition: opacity .2s ease-in; /*safari and chrome */ -o-transition: opacity .2s ease-in; /* opera */ }
a.fade:hover { border: none; opacity: 0.60; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" ; }
a.fade2 { -webkit-transition: opacity .4s ease-in; /*safari and chrome */ -o-transition: opacity .4s ease-in; /* opera */ }
a.fade2:hover { border: none; opacity: .92; filter: alpha(opacity=92); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
a.volrathdesign { color: #bbb; font-family: "Arial", serif; font-style: none; font-weight: 400; font-size: 14px; line-height: 24px; margin: 0 0 15px 0; text-transform: uppercase; text-decoration: none; text-align: center; }
a.volrathdesign:hover { color: #ec8c28; font-family: "Arial", serif; font-style: none; font-weight: 400; font-size: 14px; line-height: 24px; margin: 0 0 15px 0; text-transform: uppercase; text-align: center; }
a.michelle-edgerton { color: #bbb; font-family: "Arial", serif; font-style: none; font-weight: 400; font-size: 14px; line-height: 24px; margin: 0 0 15px 0; text-transform: uppercase; text-decoration: none; text-align: center; }
a.michelle-edgerton:hover { color: #412a46; font-family: "Arial", serif; font-style: none; font-weight: 400; font-size: 14px; line-height: 24px; margin: 0 0 15px 0; text-transform: uppercase; text-align: center; }
a.registry { color:#666; font-family: "Arial",sans-serif; font-style: normal; font-weight: 600; font-size: 18px; text-align: center; margin: 0;	padding: 0; }
a.registry:hover { color: #35203b; margin: 0; font-weight: 600; padding: 0;	}

/*~~~~~~~~~~~ MENU NAVIGATION ~~~~~~~~~~~~~~*/

#menu {
	margin: -43px auto 0 auto;
	text-align: center;
	width: 1235px;
	height: auto;
	background: #f6f6f6;
	padding: 19px 0 19px 0;
	font-family: "Georgia",sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: -.01em;
}


li#menunav {
	display:inline;
	text-align: center;
	margin: 0 auto;
}


#menunav a {
	color:#666;
	margin:0 7px;
}


#menunav a:hover {
	border-bottom: 3px dotted #ec8c28; padding: 10px 0 10px 0;
	border-top: 3px dotted #ec8c28;
}

#menunav a.active { border-bottom: 3px dotted #ec8c28; padding: 10px 0 10px 0; }


::selection {
    background:#a69da9;
}
::-moz-selection {
    background:#a69da9;
}
::-webkit-selection {
    background:#a69da9;
}

/*~~~~~~~~~~~ TYPOGRAPHY ~~~~~~~~~~~~~~*/

.ourstory p { 
	margin: 20px auto;
	padding: 0;
	text-align:center;
	width: 880px;	
}

p a, blockquote a {
    color: #68BCA5;
    background-color: none;
    text-decoration: none;
    -webkit-transition: color .2s ease-in; /*safari and chrome */
    -o-transition: color .2s ease-in; /* opera */
}

p a:hover, blockquote a:hover {
    color:#cbd500;

}

p.footer_credit {
	margin: 0 0 15px 0;
	text-align: center;
	border: 0;
	color: #aaa;
}

p {
	color: #666;
	font-family: "Arial", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h1 {
	font-family: "Georgia",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	color: #000;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.01em;
}

h1.profile {
	width:100%;
	margin: 15px 0;
	font-size: 28px;
	line-break: 28px;
}

h2.volrathdesign {
	font-family: "arial",sans-serif;
	text-align: center;
	font-style: normal;
	font-weight: 14;
	font-size: 12px;
	color: #a69da9;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

h2.gallery {
	font-family: "Georgia",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	color: #000;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.03em;
	text-align: center;
}

h2 {
	font-family: "vinyl",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: #68BCA5;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

h3 {
	font-family: "Georgia",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	color: #000;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

h4 {
	font-family: "Georgia" ,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #444;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: -.01em;
	text-align: right;
}

h5 {
	font-family: "Georgia" ,sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #444;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: -.01em;
	text-align: left;
}

h2 a, h3 a {
    color: #68BCA5;
    text-decoration: none;
    -webkit-transition: color .2s ease-in; /*safari and chrome */
    -o-transition: color .2s ease-in; /* opera */
}

h2 a:hover, h3 a:hover {
	color: #cbd500;
}

.nomar {
	margin:0;
	text-align: right;
}

