/* @override http://vintner.npelton.dev.mocodev.com/css/style.css */

/* css 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #635f4c;
}
html{
	background-color: #e4e5df;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 
  2011 Template
*/

body {
	background: url('/images/bg.jpg') top center no-repeat;
	color: #3f4d50;
	font-family: helvetica, arial, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	

}

p {
	margin-bottom: 12px;
	line-height: 16px;
}

a {
	color: #7C0041;
}

ul {
	margin-bottom: 12px;
}

li {
	list-style: disc;
	margin-left: 25px;
}

hr {
	background-color: #c2c2c2;
	border: 0;
	height: 1px;
}

h1 {
font-family: 'Rokkitt', serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	margin: 10px 0;
	color: #3e112a;
	text-transform: uppercase;
}

.main .left h1:first-child {
	margin-top: 0px;
}

h2 {
	font-family: 'Rokkitt', serif;
	color: #6b2233;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}

h3 {
	color: #7c0041;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}

h4 {
	font-family: 'Rokkitt', serif;
	font-size: 14px;
	font-weight: 400;
}

h5 {
	font-size: 12px;
	font-weight: normal;
}


.container {
	margin: 0 auto;
	position: relative;
	width: 950px;
	z-index: 100;
	padding: 10px;

	
}

.header {
	background-position: top left;
	background-repeat: no-repeat;
	height: 254px;
	background: url('/images/header.jpg');
	
}

.header a.home_link {
	display: block;
	float: left;
	height: 85px;
	text-decoration: none;
	width: 489px;
}

.header .nav {
	float: right;
	margin: 15px 0 0 0;
}

.header .nav a {
	display: block;
	float: left;
	margin-top: 6px;
}

.header .nav a:hover {
	text-decoration: none;
}

.header .nav img {
	float: left;
	margin: 0 11px;
}

.header a.letter {
	display: block;
	float: right;
	height: 33px;
	margin: 23px 132px 0 0;
	text-decoration: none;
	width: 194px;
}

.main {
	background-color: #fdfcf3;
	background-image: url('/images/');
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	width: 890px;
	padding: 30px;
	float:left;
}

.main .left {
	float: left;
	margin: 0 0 0 0;
	width: 540px;
}

.main .left td {
	padding: 0 4px 4px 0;
}

.main .right {
	float: right;
	
	width: 312px;
}

 .footer {
	background-image: url('/images/footer.jpg');
	background-position: top;
	background-repeat: repeat-x;
	height: 18px;
	clear: both;
	text-align: center;
	padding-top: 40px;
	color: #94343c;
}

 .footer a {
	display: block;
	float: left;
	margin-top: 6px;
}

 .footer img {
	float: left;
	margin: 0 10px;
}

ul.error_list {
	margin-bottom: 2px;
}

ul.error_list li {
	color: #ff0000;
	font-size: 10px;
	font-style: italic;
	list-style: none;
	margin: 0;
}

#hero{
	width: 950px;
	height: 337px;
	background: #fdfcf3 url('/images/hero.jpg') no-repeat center;
	}
	
.hero_rsvp{
	display: block;
	width: 950px;
	height: 337px;
}
	
#rsvp{
	background: url('/images/rsvp.png') 0 0 no-repeat;
	width: 247px;
	height: 195px;
	position: absolute;
	top: 0;
	left: -58px;
	z-index:555;
}

#rsvp a{
	display: block;
	width: 247px;
	height: 195px;	
}

.sidebarlineheight{
	line-height: 0px;
	}
	
.main .left .thumbFirst {
	background: url('/images/thumbBg.png') 0 0 no-repeat;
	height: 118px;
	width: 118px;
	margin: 0 15px 15px 0;
	float: left;
}

.main .left .thumbFirst img {
	margin: 10px 0 0 10px;
}

.clear {
	clear: both;
}

.spinLeft {
-webkit-transform: rotate(-1deg);
-moz-transform: rotate(-1deg);
}

.spinRight {
-webkit-transform: rotate(1deg);
-moz-transform: rotate(1deg);
}
