/* -------------------- Global -------------------- */

* {
	margin: 0;
}

html {
	background:#fff none repeat scroll 0 0;
	color:#000000;
	height: 100%;
	margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
	font-family:'OpenSansLight';
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
	background-image: url('/public/i/shared/top_bg_02.jpg');
	background-attachment: scroll;
	background-repeat: repeat-x;
	height: 100%;
}

strong, .strong {
	font-family: OpenSansRegular;
	font-weight: normal;
}

b, .bold {
	font-family: OpenSansBold;
	font-weight: normal;
}

body.intro, body.error {
	background-image: none;
}

img, a {
	border: 0 none;
	outline: none;
}

a {
	color:#ae2c45;
	text-decoration: none;
	font-size: inherit;
	font-family: OpenSansRegular;	
}

a:hover {
	text-decoration: underline;
}

.notopmargin {
	margin-top: 0;
}

.nomargin {
	margin: 0;
}

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

h1,h2,h3,h4,h5,h6 {
	color: #ae2c45;
	margin-top: .25em;
	font-family: 'SortsMillGoudyItalic';	
}

h1 { font-size: 40px; margin-bottom: .5em; }
h2 { font-size: 32px; margin-bottom: .5em; }
h3 { font-size: 26px; margin-bottom: .75em; }
h4 { font-size: 20px; margin-bottom: .5em; }
h5 { font-size: 16px; margin-bottom: .5em; }

p { 
	padding-bottom: 1em;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

blockquote {
	padding: 0 8em 1em 4em;
}	

div#intro-wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

div#intro {
	width: 1000px;
	height: 625px;
	margin: -312px auto 0 auto;
	text-align: center;
	border: 1px solid #fff;
	cursor: pointer;
}

div#intro a {
	color: #888;
	font-size: 10px;
	letter-spacing: 1px;
	cursor: pointer;
}

div#intro * {
	cursor: pointer;
}

div#main {
	width: 1000px;
	background-color: #fff;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -240px auto;
}

div#header {
	height: 190px;
	text-align: center;
}

div#header img {
	
}

div#content {
	clear: both;
	padding: 30px 0 60px 0;
	overflow: auto;
}

div#left-col {
	float: left;
	width: 425px;
	text-align: center;
}

div#right-col {
	float: left;
	width:500px;
	padding: 40px 0 0 40px;
}

div#right-col h3 {
}	


div#footer {
	clear: both;
	padding-top: 40px;
	background-color: #ededd5;
	color: #47473f;
	height:200px;
	font-size: 12px;
}

div#push {
	clear: both;
	height: 240px;
	background: transparent;
}

div#footer a {
	color: #47473f;
}

div#footer a.fb {
	height: 32px;
	background-color: transparent;
	display: block;
	float: right;
}

div#footer a.fb span {
	display: block;
	padding: 8px 8px 0 0;
}	

div#footer div.container {
	width: 1000px;
	margin: 0 auto;
}

div#footer01 {
	float: left;
}

div#footer02 {
	float: right;
}




/* -------------------- Main Nav UL -------------------- */

div#nav-container {
	width: 980px;
	background-color: #fff;
	overflow: auto;
}	

ul#nav {
}

ul#nav  li {
	float: left;
}

ul#nav li a {
	font-family:'OpenSansRegular';
	display: block;
	float: left;
	text-align: center;
	padding-top: 20px;
	height: 40px; /* 27 - padding */
}

ul#nav li a span {
	text-align: center;
	padding: 0 15px;
}

ul#nav li:first-child a span {
	background-color: none;
}

ul#nav li a.inactive {
    color: #610150;
}

ul#nav li a.active {
	color: #ae2c45;
	font-family:'OpenSansBold';
}

ul#nav li a:hover {
    color: #ae2c45;
    text-decoration: none;
}

/* This has to be the same as ul#nav li a.inactive but below the :hover */
ul#nav li a.active-override {
    color: #610150;
}

span.phone-number {
	color: #610150;
	height: 40px;
	display: block;
	float: right;
	margin-top: 20px;
	padding: 0 18px;
}

/* -------------------- Picasa Images -------------------- */

.modal-picasa-set {
	border: 1px solid black;
	overflow: auto;
	padding: 2em;
	margin-bottom: 1em;
}

.picasa-sml {
	margin: 10px;
}

.picasa-cover {
	display: block;
	clear:both;
}

div.error {
	background-color: #a7293e;
	color: #fff;
	padding: 1em;
	margin: 2px 0;
}

/* -------------------- Not Found Page -------------------- */

body.error {
	padding:10em;
}

body.error div {
	text-align: center;
}

body.error h1 {
	margin-bottom: 1em;
}

body.error a {
	text-decoration: underline;
	color: #6a6b99;
	
}

/* -------------------- Home Page -------------------- */

#home-intro {
	font-family: 'SortsMillGoudyItalic';
	color: #ae2c45;
	font-size: 24px;
	line-height: 1.5em;
	text-align: center;
	padding: 20px 10px 0; 
}	
	

/* -------------------- Weddings Pages -------------------- */

div.wedding {
	position: relative;
	margin: 30px 0;
	overflow: auto;
	border-bottom: 1px solid #d0cdcf;
	padding-bottom: 30px;
}

div.wedding:last-child {
	border-bottom: none;
}	

div.wedding img {
	display: block;
	float: left;
	width: 400px;	
}

div.wedding img.right {
	float: right;
	width: 400px;
}

div.wedding p {
	color: #333;
	font-size: 17px;
	line-height: 1.6em;
	position: absolute;
	bottom: 0;
	left: 400px;
	display: block;
	width: 580px;
	padding: 0 0 30px 20px;
}	

div.wedding p.right {
	left: 0;	
	padding: 0 20px 30px 0;	
}			


div.wedding p span {
	font-family: 'SortsMillGoudyItalic';
	color: #ae2c45;
	font-size: 24px;
}



/* -------------------- Reviews Page -------------------- */

#content.single-col {
	padding-top: 30px;
	margin: 0 auto 0 auto;
	width: 720px;
}

#rc {
	clear: both;
	padding: 30px;
}	

ul#reviews {
	margin: 2em auto 0 auto;
}

ul#reviews li {
	list-style-type: none;
	margin-bottom: 2em;
}

ul#reviews p.reviewer {
	font-size: 12px;
	font-family: 'OpenSansItalic';
	display: block;
	margin: .75em 0 0 4em;
}

/* -------------------- Speaking Engagements Page -------------------- */

ul#speaking {
	padding: 0 5em 0 1em;
	margin-left: 1em;
}

ul#speaking li {
	list-style-type: disc;
	margin-bottom: .5em;
}


/* -------------------- Contact Page -------------------- */

ul.contact li {
	margin-bottom: 1em;
}	

