/* @override 
	http://joeandvictoria.org/styles/page.css
	http://www.joeandvictoria.org/styles/page.css
	http://joeandvictoria.org/site/wp-content/themes/joeandvictoria/styles/page.css
*/

html, body {
	background:white url(images/body2.jpg) repeat-x bottom;
	padding-bottom:20px;
	color: rgb(149,149,149);
}
h1 {
	margin: 0;
	color: rgb(186,100,99);
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 1em 0;
}
a {
	color: rgb(186,100,99);
}
blockquote {
	background: #eee;
	padding: 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear{
	clear: both;
}
dl dt {
	font-weight: bold;
}
div#wrap {
	width:950px;
	width: 970px;
	margin:20px auto 0 auto;
	border: 5px solid white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}
div#wrap1 {
	position:relative;
	min-height:700px;
	background:rgb(209, 218, 214) url(images/bg.gif) repeat-x top;
	text-align:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
div#wrap2 {
	position:relative;
	min-height:775px;
	padding-bottom: 50px;
	background:url(images/flower.gif) bottom left no-repeat;
}

/* @group Header */

div#header {
	position:relative;
	padding-top:1px;
}
#hdr-victoria, #hdr-joe {
	position:absolute;
	top:125px;
	font-size:20px;
	font-family:times,serif;
	text-transform:lowercase;
	color: #777;
	z-index:1;
	text-shadow: white 0 0 5px;
}
#hdr-victoria {
	left:83px;
}
#hdr-joe {
	left:210px;
}
#hdr-and {
	position:absolute;
	left:150px;
	top:98px;
	width:125px;
	height:122px;
	background: url(images/ampersand.gif) no-repeat;
	text-indent:-10000px;
	
}
#photo {
	position: absolute;
	right: 125px;
	top: 75px;
	width: 216px;
	height: 165px;
	background: url(images/frame.gif);
}
#photo img {
	position: absolute;
	left: 8px;
	top: 8px;
}
/* @end */

/* @group Nav */

div#nav {
	position:absolute;
	top:270px;
	left:-25px;
	padding:2px;
	font-size: 90%;
	background: white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

div#nav a {
	text-decoration: none;
}
div#nav-home {
	position: relative;
	width: 300px;
	background: white;
	border:1px solid #ba6463;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;		
}
div#nav-home .home {
	display: block;
	width: 50px;
	height: 45px;
	line-height: 45px;
	padding:0 0 0 75px;
	background: #ba6463;
	color: #f2aa93;
	font-size: 110%;
	text-shadow: #444 1px 1px 1px;
}
div#nav-home .info {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	height: 45px;
	padding: 0 10px 0 125px;
	line-height: 45px;
	color: #ba6463;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	
	display:none	
}
div#nav-home .info:hover {
	background: #eee;
}


div#nav ul {
	zoom:1;
	position:relative;
	
	margin:-47px 0 0 304px;
	padding:0;
	height: 45px;
	overflow: hidden;
	background: white;
	border:1px solid #F5C9C9;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	white-space: nowrap;
	
}
div#nav ul li {
	position:relative;
	zoom:1;
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	height:45px;
	line-height:45px;
	text-align:center;
	color:rgb(186,100, 99);
}
div#nav ul li strong {
	color:rgb(155,155,155);
}
div#nav ul li a {
	position:relative;
	zoom:1;
	display:inline-block;
	height:45px;
	padding:0 10px;
	line-height:45px;
	text-align:center;
	color: #ba6463;
}
div#nav ul li.current_page_item a,
div#nav ul li.selected a,
div#nav ul li a:hover {
	background: #F5C9C9;
	background: #faf9c5;
	background: #FFE8B8;
	background: #F6F2C0;
	background:#ffe8b8;
	text-shadow: #fff 1px 1px 0px;
}
div#nav ul li.odd.current_page_item a,
div#nav ul li.odd.selected a,
div#nav ul li.odd a:hover {
	background: #f5c9c9;
}
/* @end */


/* @group Content */
#content {
	float: right;
	width: 456px;
	margin: 340px 230px 30px 0;
	background: white;
	padding: 2px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	

}
#content2 {
	padding: 30px;
	border: 1px solid #AFC5C2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

#quote {
	position: absolute;
	top: 400px;
	right: 10px;
	width: 180px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
	text-shadow: white 0 0 5px;
}

#sidebar {
	float: left;
	width: 175px;
	margin: 400px 0 0 50px;
	padding: 2px;
	background: white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
#sidebar2 {
	padding: 5px;
	border: 1px solid #AFC5C2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	

}
#message {
	float: left;
	clear: left;
	width: 165px;
	margin: 30px 0 0 50px;
	padding: 5px;

	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
	text-align: center;

	background: #ba6463;
	color: #f2aa93;
	font-size: 110%;
	text-shadow: #444 1px 1px 1px;
	text-decoration: none;

}
/* @end */
/* @group Footer */
#footer {
	position: absolute;
	bottom: 2px;
	right: 5px;
	color: #abb3b1;
	font-size: 11px;
}
#footer a {
	color: #abb3b1;
	text-decoration: none;
}
/* @end */

/* @group Save the Date */


div#std {
	position:absolute;
	top:350px;
	left:-25px;
	width: 1020px;
	padding: 2px;
	text-align: center;
	background: white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	color: rgb(186,100, 99);
}

div#std .inner {
	line-height: 45px;
	border:1px solid rgb(186,100, 99);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}
div#std strong {
	color: #888;
}

/* @end */

/* @group Special Thanks */
ul.photos {
	margin: 0;
	padding: 0;
}
ul.photos li {
	position:relative;
	margin: 0 0px 10px 0;
	padding: 5px;
	width: 150px;
	list-style: none;
	text-align: center;
	background: #f2fafa;
	border: 1px solid #d1dad6;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
ul.photos li p {
	margin: 0;
}
ul.photos li.wide {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}
ul.photos li.odd {
	float: left;
	clear: left;
}
ul.photos li.even {
	float: right;
	clear: right;
}
ul.photos li.wide {
	float: none;
}
ul.photos li .bubble {
	display:none;
	position:absolute;
	top:-40px;
	left:-40px;
	width:105px;
	height: 85px;
	padding:10px 10px 0;
	background: url(images/bubble.png) no-repeat;
	font-size:11px;
	color: black;
	text-align: center;
}
/* @end */


#more-info {
	position: absolute;
	top: 410px;
	left: 300px;
	text-align: center;
	color: #000;
	width: 400px;
	text-shadow: #fff 1px 1px 0px;
	opacity: 0.6;
	background: white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
#more-info a {
	color: #000;
}
#photo-bottom {
	position: absolute;
	top: 520px;
	right: 90px;
	width: 216px;
	height: 165px;
	background: url(images/frame.gif);
}

#photo-bottom img {
	position: absolute;
	top: 8px;
	left: 8px;
}

#map {
	height:250px;
}

.cform {
	width: auto !important;
}
.cform textarea {
	width: 316px !important;
}
.cform label.cf-before,
.cform label.cf-before span {
	width: 154px !important;
}