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

Author: Elyssa Steffenson
Date: 28 November 2012

Title: Darkroom Process
2309. Final Project
/*edited for webfolio 21 March 2013*/

/*body-default for all elements*/

body {
	background-color: black;
	position: relative;
	width: 1345px;
	height: 637px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
	}

/* ---------------------- new heading in table -----------------------*/
table {
	margin-top: 20px;
	margin-left: 20px;
	}

h1 a {
	text-decoration: none;
	color: #ccc;
	}
	
h1 a:hover {
	color: rgba(30, 30, 50, 1)
	}
	
h1 {
	font-size: 36px;
	font-weight: bold;
	height: 26px;
	float: left;
	margin-top: -5px;
	margin-right: 30px;
	}
	
/*nav horizontal size and position*/
#horizontal a{
	text-decoration: none;
	}
	
#horizontal {
	width: auto;
	position: relative;
	margin-bottom: 5px;
	}

/*imgs of horizontal nav*/
#horizontal img {
	border: solid 2px rgba(30, 30, 50, 1);
	border-radius: 5px;
	}
	
#horizontal img:hover {
	opacity: .5;
	}
	
#horizontal a img:visited {
	border: solid 2px red;
	border-radius: 5px;
	opacity: .2;
	}

img.imgMargin {
	margin-right: 20px;
	}
/* -------------------- end new heading in table -------------------*/

/* --------------------- left vertical nav column --------------------*/

/*article*/
article {
	width: 884px;
	position: relative;
	}
	
/*left nav*/
#left {
	float: left;
	width: 150px; 
	height: 400px;
	margin-left: 25px;
	}

/*border shape of the left and right*/
#left a.vert{
	text-decoration: none;
	}

/* left and right nav text styles and position*/	
#left a div {
	position: relative;
	top: 5px;
	margin-bottom: 5px;
	color: #ccc;
	background-color: rgba(30, 30, 50, 1);
	border-radius: 5px;
	}
	
#left a div:hover {
	background-color: rgba(30, 30, 50, .5);
	}

/* ------------------- end left vertical nav column ------------------*/

/*frame*/
iframe {
	width: 684px;
	height: 400px;
	position: absolute;
	left: 200px;
	
	background-color: rgba(30, 30, 50, 1);
	}
