﻿/* VP Portraits CSS Styles */

body {
	background: #464648;
	margin: 0px;
	padding: 0px;
	font: 7.81pt/1.5 Verdana, Arial, sans-serif;
	color: #545456;
}


div#wrap {
	position: absolute;
	background: #545456;
	left: 50%;
	margin-left: -400px;
	top: 57px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
	height: 540px;
}


div#line {
	position: absolute;
	top: -17px;
	height: 1px;
	width: 800px;
	background-color: #676200;
	font-size:1px;
}

div#nav {
	position: absolute;
	left: 0px;
	right:0px;
	top: -15px;
	background: #38383A;
	height: 15px;
	padding-left: 231px;
	padding-right: 30px;
	z-index: 1;
}



div#login {
	position: absolute;
	right: -3px;
	top: -42px;
}

div#picture {
	position: absolute;
}

div#logo {
	position: absolute;
	left: 0px;
	top: -52px;
	width: 230px;
	z-index: 2;
}

div#footer {
	position: absolute;
	top:522px;
	right: 30px;
	color:#FFE49C;
	font-weight: bold;
}


/* Link colors in the nav */

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-left: 44px;
	padding-right: 0px;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#nav a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

#nav a:hover {
	color: #FFE49C; 
	text-decoration: none;
}

#nav a:visited:hover {
	color: #FFE49C; 
	text-decoration: none;
}

#nav a:active {
	color: #FFE49C;
}

#nav a:visited:active {
	color: #FFE49C;
	text-decoration: none;
}

#nav a.current {
	color: #FFE49C;
	text-decoration: none;
}


/* Content Pane */
div#content {
	position: absolute;
	left: 275px;
	right: 30px;
	top: 70px;
	bottom: 30px;
	width: 460px;
	height: 435px;
	border-style: solid;
	border-color:#38383A;
	border-width: 2px;
	background: #FFFFFF;
	padding-left: 16px;
	padding-right: 13px;
	overflow: auto;
	text-align: left;
}

h1 {
	position: absolute;
	left: 275px;
	top: 15px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #FFE49C;
	font-weight:300;
}

h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}


input {background-color:#545456;border-style:solid;border-color:#38383A;border-width:1px;font-size:10px;color:#FFFFFF;}

/* Takes link borders off of Gallery images */
a img {
	text-decoration:none;
	border:none;
}


/* Placement of main gallery page images */

div#gallery img {
	position: relative;
	left: 273px;
	top: 75px;
	padding-right: 30px;
	padding-bottom: 30px;
}
