﻿
/*primary main body of stuff */

body 
{margin:0; text-align:center;}

.ContainerBox
{
	width: 800px;
	padding: 1em;
	text-align: center;
	font-family: Garamond, Verdana, Sans-Serif;
	margin-top:3em;
}

h3
{
	text-align: left;
	margin-left:9em;
	margin-bottom:0.3em;
}

.LeftContent
{
	width:15%;
	text-align:right;
	float:left;
	margin-top: 1.5em;
}

.RightContent
{
	margin-top:1.5em;
	border-left:solid 1px gray;
	margin-left:1em;
	padding-left:1em;
	width:80%;
	float:right;
	text-align: left;
}

.MenuItem
{
	margin-bottom:1.5em;
	vertical-align:top;
}

.MenuItemLink:hover
{
	text-decoration:none;
	font-family: Garamond, Verdana, Sans-Serif;
	font-size:1.15em;
	color:gray;
	text-decoration:underline;
}

.MenuItemLink
{
	text-decoration:none;
	font-family: Garamond, Verdana, Sans-Serif;
	font-size:1.15em;
	color:gray;
}

.ComingSoon
{
	text-decoration:none;
	font-family: Garamond, Verdana, Sans-Serif;
	font-size:1.15em;
	color:gray;
}

/* default Page specific css */

.splashText
{
	padding-top:0.8em;
	font-family: Garamond, Verdana, Sans-Serif;
	font-size:0.9em;
	color: Gray;
	text-align:justify;
}

/* gallery page specific css */

.GalleryHeader
{
    padding-bottom:5px;
    margin-bottom:5px;
	font-family: Garamond, Verdana, Sans-Serif;
	font-size:1.15em;
	color:gray;
	border-bottom:solid 1px gray;
	background-image: url(images/galleryheadergrad.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

.GalleryPhotoContainer
{
	float:left;
	vertical-align:top;
	width:100%;
	margin-bottom:1em;
}

.GalleryImage
{
	vertical-align:top;
	margin-left:1em;
	border:0;
}

/* contact page specific css */

.contactcontainer
{
	float:left;
	padding:0.5em;
	margin-right:1em;
	vertical-align:bottom;
	text-align:center;
	font-family: Garamond Verdana Sans-Serif;
	font-size: 0.9em;
	color: gray;
}

.contactimage
{
	border:0;
	vertical-align:bottom;
	margin-bottom:0.2em;
}

/* news page specific css */

/* resume page specific css */

.BioContainer
{
	font: 0.9em Garamond Verdana Sans-Serif;
	border: solid 0.1em black;
	margin: 0em 0 1em 0;
	padding: 0.5em;
	text-align:justify;
}

.BioContainer p
{
	margin-top:0.5em;
}

/* reviews page specific css */

.reviewexcerpt
{
	font-size:0.9em;
	font-family: Verdana Sans-Serif;
	color:Black;
	margin-bottom:2em;
	border-left:solid 1px black;
	border-right:solid 1px black;
	padding-left:10px;
	padding-right: 10px;
}

.reviewHeader
{
    padding-bottom:5px;
	font-family: Garamond, Verdana, Sans-Serif;
	font-size:1.15em;
	color:gray;
	border-bottom:solid 1px gray;
	background-image: url(images/galleryheadergrad.jpg);
	background-position:right;
	background-repeat:repeat-y;
	text-indent: 0.6em;
}