/* Green Style Sheet - Jimmy Palmer.com */
html {
	background: #333355 url(../images/blue/blue-bg.jpg) 0 0 no-repeat;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 100%;
}
* html body {
	height: 100%;
}
a:link, a:visited {	color: #333355; text-decoration: underline;	}
a:hover, a:active {	color: #3333AA;	}
#page {
	border: 2px solid #000;
	background: url(../images/content.png) 0 0 repeat;
}
#tocontent {
	text-decoration: none;
	text-indent: -1234em;
	width: 850px;
	padding: 3px 0;
}
a:hover#tocontent {
	background: #FFF;
	text-align: center;
	text-indent: 0;
	color: #E22122;
	font-weight: bold;
	opacity: .9;
	filter:alpha(opacity=90);
}
#navigation {
	background: url(../images/menu.png) 100% 0 repeat-y;
	line-height: 24px;
	vertical-align: middle;
	padding: 0 80px 0 15px;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#navigation a:hover {
	color: #333366;
}
#footer {
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 2px;
}
#footerimage {
        position: fixed;
        bottom: 0;
        left: 860px;
        width: 83px;
        height: 287px;
        background: url(../images/jimmy-palmer.png) bottom right no-repeat;
}
/* Portfolio */

div.portfolio_wrapper {
        position: relative;
}
.portfolio dt {
	border-bottom: 1px solid #333366;
}
div.portfolio {
	border: 1px solid #000;
	background: #EEE;
}
div.portfolio div {
	background: #888;
}
div.portfolio img {
	border: 1px solid #000;
}
div:hover.portfolio {
	background: #FFF;
	border-bottom: 1px solid #000;
}
div.portfolio h2 {
	background: #333366;
	color: #FFF;
	border: 2px solid #000;
	border-width: 1px 1px 2px;
}

h3.external_link {
	position: relative;
	margin-left: 10px;
}
p.assignments {
	margin: 0 20px 0 20px;
}
p.assignments strong {
	font-size: 14px;
	font-weight: bold;
}
dl.assignments {
	margin: 15px 20px 0 40px;
	padding: 0;
}
dl.assignments dt {
	margin: 10px 0px 10px 0px;
	padding: 0;
	font-weight: bold;
	border-bottom: solid 1px #000000;
}
dl.assignments dd {
	margin: 7px 0px 7px 20px;
	padding: 0;
}

dd ul {
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
}
dd ul li {
	padding: 0px;
	margin: 0px 0px 3px 15px;
}
