/* Caroline Driggs Photography */
body {
	background-image:url(LeftBorder.png);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #DFFFDF;
	font-family: Calibri, "Lucida Sans Unicode" , Helvetica, Arial , "Sans serif";
	color: #00644B;
	font-size: medium;
	}

a:link , a:visited {
	color: #003300;
	}
	
h1 { /* H1 == Page Title */ 
	/* Consider and investigate outlined title */
	text-indent: 40px;
	color:#003300;
	font-weight: boldest;
	font-size: xx-large;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #00644B;
	margin-bottom: 10px
	}
	
.navigation {
	font-size: larger;
	color: #DFFFDF;
	}
.navigation:hover {
	color: #000000;
	text-decoration: underline;
	}

.subNav {
	font-size: large; 
	color: #DFFFDF;
	text-indent: 15%;
	}
.subNav:hover {
	color: #000000;
	text-decoration: underline;
	}

img.spacer {
	height: 10px;
	}
	
img.galleryNav {
	height: 5px;
	width: 86px;
	}
	
h3 { /* H3 == Content Headings */
	text-align: right;
	font-size: large;
	font-weight: bold;
	border-bottom: solid , #00644B , 2px;
	}

.content {
	margin-top: 20px;
	width: 60%;
	margin-left: 20%;
	position: relative;
	text-align: left;
	}

.leftContent {
	float: left;
	position: static;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	}
.rightContent {
	position: relative;
	width: auto
	margin-top: 5px;
	margin-bottom: 5px;
	}

#navBar {
	float:left;
	width: 180px;
	margin-left: -5px;
	margin-right: 5%;
	position: relative;
	}
#path {
	width: 60%;
	margin-left: 17%;
	}

table.gallery {
	padding: 10px;
	border-collapse: separate;
	border-spacing: 40px;
	}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: fixed;
    top: 20%;
    left: 20%;
    width: auto;
    height: auto;
    padding: 16px;
    border: 16px solid #00644B;
    background-color: white;
    z-index:1002;
	overflow:visible;
}

