﻿@charset "utf-8";
/* CSS Document */
/* General */

body {
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 12px;
    color: #DF334B;
    background-image: url('images/mainBG.gif');
}

a:link, a:active, a:visited {
    color: #F01E89;
    text-decoration: none;
}

a:hover {
    color: #F01E89;
    text-decoration: underline;
}

/* DIV Positioning */

.main {
    width: 734px;
    margin-left: auto;
    margin-right: auto;
}

.middle {
    width: 734px;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    clear: both;
}

.middleBG {
   width: 734px;
   margin-left: auto;
   margin-right: auto;
   z-index: 1;
   background-image: url('images/contentBG.png');
   background-repeat: repeat-y;
}

.mainMiddle {
    background-color: #FFFFFF;
    width: 720px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.signMiddle {
   background-color: #FFFFFF;
    width: 420px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.middleSep {
   width: 734px;
   margin-left: auto;
   margin-right: auto;
   z-index: 1;
   clear: both;
}

.botPinkDots {
    height: 34px;
    width: 400px;
}

.botLongPinkDots {
    background-image: url('images/botLongPinkDots.gif');
    background-repeat: no-repeat;
    height: 34px;
    width: 660px;
}

.nameTag {
    float: left;
    width: 314px;
    position: absolute;
    z-index: 2;
}

.pinkDots {
    background-image: url('images/topPinkDots.gif');
    background-repeat: no-repeat;
    width: 380px;
    height: 70px;
    background-color: #fedde6;
    padding-left: 20px;
    padding-top: 6px;
}

.pinkLongDots {
    background-image: url('images/topLongPinkDots.gif');
    background-repeat: no-repeat;
    width: 640px;
    height: 70px;
    background-color: #fedde6;
    padding-left: 20px;
    padding-top: 6px;
}

.signSide {
    float: left;
    margin-left: 10px;
    width: 400px;
    background-color: #fedde6;
}

.leftSide {
    float: left;
    margin-left: 30px;
    width: 400px;
    background-color: #fedde6;
}

.album {
    left: 30px;
    position: relative;
    width: 660px;
    background-color: #fedde6;
    clear: both;
}

.rightSide {
    float: right;
    margin-right: 30px;
    width: 240px;
}

.pinkMenuBG {
    float: right;
    background-color: #FFD3E0;
    height: 29px;
    width: 375px;
    z-index: 1;
    margin-top: 56px;
    line-height: 2.5;
    padding-left: 15px;
    padding-top: 5px;
}

.pink {
    float: right;
    height: 29px;
    width: 10px;
    z-index: 1;
    margin-top: 56px;
    margin-right: 37px;
}

.clear {
    clear: both;
    height: 10px;
}

.mammoth {
    position: relative;
    width: 814px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    top: -80px;
    text-align: right;
}

.mammothSign {
    position: relative;
    float: right;
    width: 149px;
    height: 128px;
    top: -80px;
}

.footer {
    background-image: url('images/botDots.png');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    height: 39px;
    width: 739px;
    line-height: 2.5;
    font-size: 10px;
}

/* Shading */

.topShade {
    background-image: url('images/topShade.png');
    background-repeat: repeat-x;
    background-position: bottom center;
}

.bottomShade {
    background-image: url('images/botShade.png');
    background-repeat: repeat-x;
    background-position: top center;
}

/* Menu */

.AspNet-Menu-Separator {
	background-image: url('images/hearts.gif');
	background-repeat: no-repeat;
	background-position: right center;
	width: 26px !important;
	height: 23px;
}

.AspNet-Menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 375px;
	float: left; /* Contain floated list items */
	white-space: nowrap;
}

.AspNet-Menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left; /* Contain floated list items */
}

.AspNet-Menu li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 50px; /* IE whitespace bug */
	text-align: center;
}

.AspNet-Menu a {
	display: block; /* to increase clickable area as a’s default to inline */
	color: #333333;
	text-decoration: none;
	height: 29px;
	vertical-align: middle;
	line-height: 2.5;
}

.AspNet-Menu a:hover {
	color: #CB0016;
	text-decoration: none;
	vertical-align: middle;
	line-height: 2.5;
}

.AspNet-Menu-Selected a:link, .AspNet-Menu-Selected a:active, .AspNet-Menu-Selected a:visited, .AspNet-Menu-Selected a:hover {
	color: #CB0016;
	text-decoration: none;
	vertical-align: middle;
	line-height: 2.5;
}

ul.AspNet-Menu li a, ul.AspNet-Menu li span {
    height: 29px !important;
}

/* Other */

.padding {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
}

.paddingSml {
    padding-left: 10px;
    padding-right: 10px;
}

.txtbox {
    border: 1px solid #f6b2bf;
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    color: #DF334B;
    width: 240px;
    padding: 2px;
}

.button {
    border: 1px solid #f6b2bf;
    background-color: #fedde6;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #DF334B;
    padding: 2px;
}

/* Scroller */

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 660px;
}

#scroller {
	overflow: hidden;
	margin: 0 auto;	
	width: 660px;
	position: relative;
}

#content {
	width: 3300px;
}

.section {
	width: 660px;
	float: left;
}

.next {
    position: relative;
    float: right;
    padding-right: 20px;
    margin-top: 10px;
    width: 100px;
    text-align: right;
    font-size: 10px;
}

.previous {
    position: relative;
    float: left;
    padding-left: 20px;
    width: 100px;
    margin-top: 10px;
    font-size: 10px;
}

.floatRight {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

/* Gallery */

.cursor {
    cursor: pointer;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 193px;
	height: 162px;
}

.gallery a {
	text-decoration: none;
}
.gallery a:hover {
	text-decoration: underline;
}
.gallery img {
	border: none;
	padding: 14px 12px 12px 13px;
}
.gallery em {
	width: 193px;
	height: 25px;
	position: absolute;
	top: 2px;
	left: 2px;
	background: url('images/watercolor-mask.png') no-repeat;
	text-align: center;
	padding-top: 140px;
}