
/*  http://www.mauivalentine.com
  --------------------------------------------
    current-revision-by:	Miko Walczuk
    last-modified-date:		17 October 2005
    this-version-style:     v. 2,2,1

  Reproduction of any of the material(s) is prohibited.
  Feel free to learn from the script.
  

/*	
	------------------------------------------------- */
	
* { padding: 0; margin: 0; }

body {
	font: 1em Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #8e3046;
}
p, ol, ul, dl {
	font-size: 0.75em;
	line-height: 1.4em;
}
p, li { margin-bottom: 1.0em; }
h1 { display: none; }
h2, h3, h4 {
	margin-bottom: 1.0em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 100;
	color: #e2819c;
}
h2 {
	text-shadow: #f7adc4 2px 2px 2px; /* #hex x- y- spread */
}
h3 {
}	
h4 {
}	
	
#left p a:link, #left dd a:link {
	color: #3366cc;
	text-decoration: none;
	border-bottom: 1px dotted #3366cc;
}
#left p a:visited, #left dd a:visited  {
	color: #663399;
	text-decoration: none;
	border-bottom: 1px dotted #663399;
}
#left p a:hover , #left dd a:hover {
	color: #e2819c;
	text-decoration: none;
	border-bottom: 1px solid #e2819c;
	background: #fbf6f9;
}
#left p a:active, #left dd a:active {
	color: #8e3046;
}

#wrapper {
	margin: 0px auto;
	width: 754px;
	background: #fff url(../../img/bg-wrapper.gif) repeat-y;
	text-align: left;
	position: relative;
}
	
img { border: 0 none; }
 hr, .hide { display: none; }
	
.txtright {
	text-align: right;
}


#nav {
	width: 180px; _width: 155px;
	color: #333;
	background-color: #EDD4B2;
	margin-left: 25px;
	font: 1.2em Georgia, "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#nav li {
	border-bottom: 1px solid #fff;
	margin: 0;
	list-style: none;
	list-style-image: none;
	background: url(../img/bullet.gif) no-repeat 4% 50%;
}
	
#nav li a {
	display: block;
	padding: 8px 5px 8px 1.5em;
	background: url(../img/bullet.gif) no-repeat 4% 50%;
	text-decoration: none;
	width: auto; _width: 100%;
	color: #8E3046;
}

#nav li a:hover {
	background: url(../img/bullet-select.gif) no-repeat 4% 50%;
	color: #fff;
}


#home #nav-home, #about #nav-about, #vows #nav-vows, #gallery #nav-gallery, #testimonials #nav-testimonials, #contact #nav-contact {
	background: url(../img/bg-navselect.gif) repeat-x;
}
#home #nav-home a, #about #nav-about a, #vows #nav-vows a, #gallery #nav-gallery a, #testimonials #nav-testimonials a, #contact #nav-contact a {
	font-weight: bold;
	color: #444;
}

span.bottom  {
	position: absolute;
	background: url(../../img/bg-bottom.jpg) no-repeat;
	height: 50px;
	width: 754px;
	margin-left: 3px;
}
#left {
	width: 366px;
	padding: 0px 284px 35px 77px; _padding: 0px 0px 35px 77px;
	margin-top: -65px;
}
span.rose {
	position: absolute;
	background: url(../../img/bg-rose.jpg) no-repeat;
	height: 304px;
	width: 233px;
	z-index: 1;
	bottom: 0px;
	right:27px;
}

#right {
	float: right;
	margin-right: 27px; _margin-right: 13px;
	width: 234px;
	margin-top: -65px;
}
#header {
	background: url(../../img/bg-header.jpg);
	height: 234px;
	width: 700px;
	margin-left: 27px;
	border-top: 4px solid #FBA1BD;

}
span.title {
	background: url(../../img/title.gif);
	position: absolute;
	height: 60px;
	width: 313px;
	margin-left: 50px;
	margin-top: 25px;
}
span.tino {
	background: url(../../img/tino.jpg);
	height: 159px;
	width: 174px;
	position: absolute;
	margin: 10px 0 0 496px;
}
.footer {
	position: absolute;
	width: 213px;
	margin-right: 34px;
	padding: 0 10px 0;
	margin: -60px 0 0 494px;
	z-index: 20;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #eee;
}
.footer a, .footer a:link {
	color: #eee;
}
#right blockquote {
	position: absolute;
	text-indent: 25px;
	text-align: justify;
	color: #555;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	margin: 50px 25px 10px;
	width: 180px;
	z-index: 100;
}

.caption {
	color: #999999;
	text-align: right;
	padding-right: 10px;
	font: 0.7em Helvetica, Verdana, Arial, sans-serif;
}
.quote {
	font-style: italic;
	text-align: right;
}
.ws1 { padding-bottom: 15em; }
.ws2 { padding-bottom: 25em; }

dl {
	margin: 10px 0 25px 10px;
	border-bottom: 1px dotted #ccc;
	width: 320px;
}
dt {
	margin: 0 0 12px 0px;
	color: #e2819c;
	font-weight: bold;
}
dd {
	border-top: 1px dotted #ccc;
	padding: 10px 0 10px 10px;
	background-color: #f5f5f5;
}
#gallery { padding-bottom: 10em; }

img.border {
	background: #EDD4B2;
	padding: 4px;
	border: 1px solid #CFAE87;
}


#left blockquote {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 3px solid #eee;
}
form {
	padding: 10px;
	border: 1px solid #ddd;
	margin: 10px;
	background: #f5f5f5;
}

input, textarea {
	color: #8e3046;
	background: #fcfcfc;
}

.underline {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
#on, #expand {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 20px;
	border: 1px solid #eee;
	background: #fcfcfc;
}
#on {
	margin:0;padding:0;
	margin-bottom:10px;
}
#on p {
	margin:0;padding:0;
}
#on p a, #expand p a {
	padding:5px;
	display:block;
	width:auto; _width:100%;
}
#on p a:link, #expand p a:link, #on p a:hover, #expand p a:hover, #on p a:visited, #expand p a:visited {
	border-bottom: 0 none;
}
#gallery .view img {padding-bottom:20px;}
#gallery .view {margin-bottom:60px;}


#gallery .contact {padding-bottom:15px; border-bottom:1px solid #ddd; margin-bottom:25px;}
#gallery .bgcorner {background: url(../img/bg-corner.jpg) no-repeat right top;}
#gallery .bgcorner img.border {float:right; margin:0 20px 15px 10px;}

#gallery .play {background: url(../img/play.gif) no-repeat left center; padding-left:20px;}

#listen {
	background: #FFFFFF;
	border-right: 4px solid #990000;
	border-left: 4px solid #990000;
	padding-top: 10px;
}
#listen img {
float:right; margin:-15px 10px 0 0;
}


#gallery .photos {
width: 300px;
padding-left:20px;
}

#gallery img.photo {
padding:5px;margin:5px;
background: #ddd;
border: 0 none;
}

.right {float:right; padding:0 0 10px 15px;}