/*	
	Programmer: Jim Balmat
	Filename: main.css
	Date: 3/2/2013
*/

/* styles for the elements */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	background-color: black;
}

p {
	margin-top: .5em;
	margin-bottom: .25em;
}

h1 {
	font-size: 175%;
	text-decoration: underline;
	margin-bottom: 0;
}

h2 {
	color: goldenrod;
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
	border: 1px solid black;
}

td {
	text-align: center;
	border: 1px solid black;
}

dt {
	font-weight: bold;
	padding-left: 5em;
}

dd {
	text-align: justify;
	padding-left: 10em;
	padding-bottom: 1em;
	margin-right: 2em;
}

/* styles for the page division */
#page {
	width: 825px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
}

/*styles for the header */
#header {
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-bottom: 2px solid black;
}

#header_main {
	text-align: left;
	margin-bottom: 1em;
}

#header_main h1 {
	font-size: 350%;
	text-decoration: none;
	color: goldenrod;
	margin-top: 0;
	padding-bottom; 2em;
}

#navigation {
	font-size: 125%;
	font-weight: bold;
	background-color: goldenrod;
	padding: 10px 0;
}

#navigation a {
	border-right: 2px solid white;
	color: white;
	padding: 15px 62px;
	text-decoration: none;
}

#navigation a.current {
	color: black;
}

.info {
	font-size: 75%;
	padding: 0;
}

/* styles for the sidebars */
#portrait {
	float: right;
}

#portrait img {
	width: 250px;
	height: 200px;
	border: 1px solid black;
	margin-bottom: .5em;
}

#sidebar {
	width: 10em;
	float: left;
	margin: 0;
}

#sidebar a.current {
	font-size: 125%;
}

/* styles for the content */
#home_content {
	margin-left: 9em;
	padding-top: 2em;
}

#projects_content, #java_content, #milkyway_content, #web_content, #marketing_content, #collaboration_content, #oracle_content, #cardcat_content {
	margin-left: 12em;
}

#milkyway_content img, #oracle_content img {
	float: right;
	margin: 0 .5em .5em .75em;
	border: 1px solid black;
}

#collaboration_content img {
	float: right;
	margin: 0 .5em .5em .75em;
}

#web_content img, #cardcat_content img {
	float: right;
	width: 261px;
	height: 193px;
	margin: 0 .5em .5em .75em;
	border: 1px solid black;
}

#java_content img, #marketing_content img {
	float: right;
	width: 200px;
	height: 200px;
	margin: 0 .5em .5em .75em;
	border: 1px solid black;
}

#projects_content li {
	padding-bottom: 1em;
	font-size: 125%;
}

#center {
	text-align: center;
	padding-bottom: .5em;
}

#reflection {
	text-align: justify;
	margin-left: 6em;
	margin-right: 6em;
}

#matrix {
	padding-bottom: .5em;
}

#classes th {
	text-align: center;
}

/*styles for the footer */
#footer {
	color: grey;
	text-align: right;
	margin-top: 1em;
	border-top: 2px solid black;
	padding-right: 1em;
	clear: both;
}