/* CSS Document */

/* Global Styles */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px 0px 0px 0px;
	background: #426454 url(images/chalkboard02.jpg) repeat;
}

h1
{
	color: #e34c2d;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	text-transform: lowercase;
	text-align: right;
}

h2
{
	color: #FBEAAB;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	text-transform: none;

}

h3
{
	font-size: 20px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

a
{
	text-decoration: none;
	color: #77AB64;
	font-weight: normal;
}

a:hover {text-decoration: underline;}
ul, ol, li, p, form, hr{margin: 0;}
ul, ol{padding: 0px 0px 15px 20px;}
li{padding: 0px 0px 10px 5px;}
.singlespace li{padding: 0 0 0 5px;}
p{padding: 0px 0px 15px 0px;}

img {border: 0;}

#gallery
{
	position: absolute;
	padding: 0 0px;
	top: 67px;
	height: 634px;
	width: 543px;
	text-align: center;
	margin: 7px 0 0 0;
}
	
/* Classes & ID's */

#page {
	width: 1001px; 
	margin: 0 auto; 
	position: relative;
}

.nav
{
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}

.nav a
{
	color: #fff;
	padding: 0 7px;
	font-weight: bold;
}


.subNav a, .subNavPort a
{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
}

.subNav a:hover, .subNavPort a:hover
{
	text-decoration: none;
	color: #e34c2d;
}

.subNavPort
{
	text-align: left;
	padding: 0px 0 0 38px;

}

.nav a:hover, .nav a.active {
	color: #e34c2d;
	text-decoration: none;
}

.contactArrows
{
	text-align: left;
	padding: 7px 0 0 122px;
}

.bioArrows
{
	text-align: left;
	padding: 7px 0 0 15px;
}

.orange {color: #e34c2d;}

.homeBody {background: #fff url(images/homeBG.jpg) no-repeat top left; border: 1px solid #000;}

.iMakePictures {
	padding: 385px 0 0 362px;
	font-weight: bold;
}

.content {background: #fff; border: 1px solid #000;}
.bioText { font-size: 13px; text-align:justify;}

.portBody {background: #fff;}

.books
{
	color: #e34c2d;
	font-size: 14px;
	text-align: right;
}

.contactText
{
	font-weight: bold;
	text-align: right;
	padding: 390px 26px 0 0;
}

.copyright
{
	font-size: 9px;
	font-weight: normal;
	padding: 3px 0;
	text-decoration: none;
	text-align: left;
}

.phone
{
	font-size: 16px;
	padding: 0 0 15px;
	font-weight: bold;
}


.hidden
{
	display: none;
	position: absolute;
}

.showing
{
	display: block;
	position: inherit;
}