/* CSS Document */

/* Author: Shay Frendt and Jason Long */

/* BEGIN GLOBAL STYLES */
/***********************/

#background{
	background-image: url(images/background_gradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #8D2418;
}

h1 span, h2 span, h3 span, h4 span, h5 span, a span {display:none;}

body{
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
}

A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#993300;
	text-decoration:none;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#993300;
	text-decoration:none;
}
A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#993300;
	text-decoration:none;
}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#993300;
	text-decoration:underline;
}


/* END GLOBAL STYLES */

/* BEGIN NAVIGATION STYLES */

#home{
	border-left:1px solid #CFCFCF;
	padding-left:1px;
}

#nav{
	border-left:1px solid #ffffff;
}

/* -END NAVIGATION STYLES- */

/***********************/
/* -BEGIN MAIN STYLES- */
/***********************/

/* -begin link styles- */

A.bottom_link:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFCC99;
	text-decoration:none;
}
A.bottom_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFCC99;
	text-decoration:none;
}
A.bottom_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFCC99;
	text-decoration:none;
}
A.bottom_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#ffffff;
	text-decoration:underline;
}
/* -end link styles- */
.bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFCC99;
}

#bouquet{
	padding-top:1px;
	padding-left:1px;
	padding-bottom:1px;
	border-left:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
}

.gallery_padding{
	padding-left:35px;
	padding-right:25px;
	padding-top:25px;
	padding-bottom:25px;
	/*border-right:2px groove #F8F1EB;
	border-bottom:2px groove #F8F1EB;*/
}

.padding{
	padding-left:8px;
	padding-top:8px;
	padding-bottom:25px;
	padding-right:8px;
}

.page_title_border{
	border-top:1px solid #CFCFCF;
	padding-top:1px;
}


.photo {
	border:3px solid #EECCC6;
}

.recent_photos{
	margin: 5px 15px 5px 10px;
}

#galleryholder {
	background-color:#F8F1EB;
	width:650px;;
	margin:10px;
	margin-bottom:20px;
	border:1px solid #79899D;
	padding:15px;
	display:table-row-groups;
}
#gallerytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#C34848;
	text-decoration:none;
	width:auto;
	background-color:white;
	padding:3px 0px 3px 20px;
	display:block;
	border:1px solid #ECDAD3;
}
#galleryl {
	background-color:white;
	padding:5px;
	margin:4px;
	border:1px solid #ECDAD3;
	width:190px;
	height:190;
}
	#left {
		float:left;
		width:auto;
		margin:0; padding:0;
		font-size:80%;
		display:inline;
		}
	#right {
		width:auto;
		margin:0; padding:0;
		font-size:80%;
		}


/* -END MAIN STYLES- */