@charset "UTF-8";
/* CSS Document */


/* Splash Styles */
#splash_bg {
	background-image: url(../images/splash_bee.JPG);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#splashbox {
	height: 400px;
	width: 600px;
}

.wedding {
	color: #666;
	font-size: .75em;
	text-align: center;
	font-family: century gothic, Verdana, Geneva, sans-serif;
}

.thumbnail {
	border-color: #666;
	border-style: solid;
	border-width: 10px;
}


/* Portfolio Styles */
#port_desc{
	width: 675px;
}

/* Brights color collection © Stampin' UP! */
.tangerineTango {
    color: #F36B43;
}
.pacificPoint {
    color: #0078AD;
}

.oldOlive {
    color: #999647;
}

.richRazzleberry {
    color: #914464;
}

.temptingTurquoise {
    color: #60C0D9;
}

.realRed {
    color: #C61B2B;
}

.pumpkinPie {
    color: #F18523;
}

.daffodilDelight {
    color: #FED559;
}

.melonMambo {
    color: #E75177;
}

.regalRose {
    color: #F69FA7;
}



/* Template Styles */
body {
	font-family: Century Gothic, Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

td {
	text-align: center;
	vertical-align: central;
	padding: 5px;
}

a {
	 color: #F69FA7;
}

#bottom {
	vertical-align: bottom;
	align: right;
}

#title {
	font-size: 2em;
}

#grey {
	color: #666;
}