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

html
{
	width: 100%;
	height: 100%;
	border: 0;
	font-size: 100%;
	background-color:#595959;
	orphans: no;
}

body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.75em;
	overflow:hidden;
	background-position: 50% 50%;
	background-repeat: repeat;
	color:#595959;

}

h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom: 0;
	padding:0;
	color: #ACB32C;
}

h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0;
	padding:0;
	color: #ACB32C;
}

h2 a, h2 a:hover, h2 a:visited, h2 a:active
{
	font-style:normal;
	color:#ACB32C;
	text-decoration:none;
	border-bottom:dotted 1.5px;
	border-bottom-color:#595959;
	padding-bottom: 1px;
}

a, a:hover, a:visited, a:active
{
	font-style:italic;
	color:#595959;
	text-decoration:none;
	border-bottom:dotted 1.5px;
	border-bottom-color:#ACB32C;
	padding-bottom: 1px;
}

p
{
	margin: 0;
	margin-bottom: .45em;
	margin-top: .45em;
}


#navList
{
	list-style:none;
	margin:10px;
	padding:0;
}

#navList .title
{
	margin-left: 5px;
	text-indent: 0;
}

#navList li
{
	text-indent:-10px;
	margin-left: 15px;
	margin-bottom:.5em;
	
}

#portfolioSlide img
{
	height: 95%;
	margin-left: 10px;
}

#portfolioDescript img
{
	height: auto;
}

#portfolioDescript p, #portfolioDescript h1, #portfolioDescript h2
{
	padding-right: 1em;
}

.bordered
{
	border-style: solid;
	border-width: 1px;
	border-color:#595959;
}

.preview
{
	width: 30%;
	margin-left:1%;
	margin-right:1%;
	margin-top:1em;
}
