* {
		margin: 0;
		padding: 0;

}

html, body {
		height: 100%;
		font-family: Verdana, "Lucida Grande", Arial, Helvetica, Geneva, Swiss, SunSans-Regular, san-serif;
		}

body {
		font-size: 62.5%;
		}

p  { 
		font-size: 1em;
		color: #e0e0e0;
		}

a:link, a:visited { 
		color: #ffa331; 
		text-decoration: none;
		cursor: pointer;
		}

a:hover   { 
		text-decoration: underline;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#black1 {
		width: 100%; 
		height: 2.8em; 
		margin-top: 4em;
		background-color: #000000;
}
#orange1 {
		width: 100%; 
		height: .3em; 
		background-color: #ffa331;
}
#main {
		width: 100%;
		height: 33.8em;
		background-color: #000000;
}
#nav {
		width: 13.8em;
		height: 32em;
		padding: 1.8em 0 0 0;
		background-color: inherit;
		float: left;
		
}
#nav ul{
		list-style: none;
		text-align: right;
		padding: 1.3em 0;
}
#nav li a:link, #nav li a:visited   { 
		color: white; 
		font-weight: bolder; 
		font-size: 1.3em; 
		line-height: 1.4em; 
		font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, san-serif; 
		margin-right: 1em; 
		text-decoration: none;
		cursor: pointer; 
}
#nav li a:hover    { 
		color: #ffa331; 
}
.currentpage {
		color: #ffa331; 
		font-weight: bolder; 
		font-size: 1.3em; 
		line-height: 1.4em; 
		font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, san-serif; 
		margin-right: 1em; 
}
#mainphoto {
		position: absolute;
		float: left;
		margin-left: 13.8em;
}
#recent {
		position: absolute;
		margin-left: 43.2em;
		padding-left: 1.2em;
		width: 18em;
		height: 33.8em;
		background-color: inherit;
}
#recent ul {
		font-size: 1.1em;
		list-style: none;
		margin: 2.2em 0 0 0;
}
#recent li {
		margin-bottom: 1em;
}

#orange2 {
		height: .3em; 
		background-color: #ffa331;
		clear: both;
		}

#black2 {
		height: 2.8em; 
		margin-bottom: 4em;
		padding-left: 34.6em;
		background-color: #000000;
		}

/* -- copied from custom wordpress template at
http://www.webdesignerwall.com/tutorials/building-custom-wordpress-theme/
and then customized -- */

#bio {
		position: absolute;
		margin: 0 0 0 43.3em;
		padding: 2em 2em 0 1.2em;
		width: 40em;
		height: 31.8em;
		float: left;
		overflow: auto;
		}

#bio p {
		color: #e0e0e0;
        font-size: 1em;
		line-height: 140%;
		margin-bottom: 1.2em;
        }

#contact {
		position: absolute;
		margin: 4em 0 0 43em;
		padding-left: 1.2em;
		width: 40em;
		height: 33.8em;
		float: left;
		}

#contact p {
		color: #e0e0e0;
        margin-bottom: 1.5em;
        font-size: 1em;
        }

#voice {
		position: absolute;
		margin: 0 0 0 43.3em;
		padding: 10em 0 0 1.2em;
		width: 35em;
		height: 26.8em;
		float: left;
		text-align: center;
		}

#voice p {
		color: #e0e0e0;
        margin-bottom: 1.5em;
        font-size: 1em;
        }


#writing {
		position: absolute;
		margin: 5em 0 0 43em;
		padding-left: 1.2em;
		width: 37em;
		height: 33.8em;
		float: left;
		}

#writing p {
		color: #e0e0e0;
        margin-bottom: 1.5em;
        font-size: 1em;
		line-height: 140%;
        }
        
#writing ul {
		color: #e0e0e0;
        margin-bottom: 1.5em;
        font-size: 1em;
		line-height: 140%;
		list-style-type: none;
        }
        
#courage2photos {
		margin: 2em 0 1em 1em;
		}
		
#courage2photos p {
		margin-left: -1em;
		}
		
#courage2photos img {
		width: 8em;
		margin-top: .6em;
		}

#store {
		position: absolute;
		margin: 2.5em 0 0 43em;
		padding-left: 1.2em;
		width: 40em;
		height: 33.8em;
		float: left;
		}

#store p {
		color: #e0e0e0;
        margin-bottom: 1.5em;
        font-size: 1em;
		line-height: 140%;
        }

#resume {
		position: absolute;
		margin: 0 0 0 42.7em;
		padding-left: 1.2em;
		width: 34.2em;
		height: 33.8em;
		float: left;
		}

#resume p {
		color: #e0e0e0;
        margin-bottom: 1.5em;
        font-size: 1em;
        }

.main img {
		border-right: 3px solid black;
		border-left: 3px solid black;
		margin-left: -3px;
		}
		
.main:hover img {
		border-right: 3px solid #ffa331;
		border-left: 3px solid #ffa331;
		}
		
.top img {
		border-right: 3px solid black;
		border-bottom: 3px solid black;
		border-left: 3px solid black;
		}
		
.top:hover img {
		border-right: 3px solid #ffa331;
		border-bottom: 3px solid #ffa331;
		border-left: 3px solid #ffa331;
		}
		
.bottom img {
		border-top: 3px solid black;
		border-right: 3px solid black;
		border-left: 3px solid black;
		margin-top: .2em;
		}
		
.bottom:hover img {
		border-top: 3px solid #ffa331;
		border-right: 3px solid #ffa331;
		border-left: 3px solid #ffa331;
		}
		
#stats {
		float: right;
		margin-top: .5em;
		}
		
#bottom {
		width: 88em;
		margin: 0;
		padding: .1em 0 3em 0;
		background-color: white;
		}

#content {
		margin: 0 0 0 13.8em;
		width: 70em;
		line-height: 140%;
		}
		
#content p {
		color: #333333;
		}

#content a:link,
#content a:visited {		
		color: #666666;
		text-decoration: underline;
		}
		
#content a:hover {
		color: #FFA331;
		text-decoration: underline;
}

#content p.title {
		color: white;
		font-size: 1.2em;
		background-color: #252962;
		padding: .2em 0 .2em .4em;
		margin: 4.5em 0 1.5em 0;
		}

#audio {
		margin: 0;
		width: 90em;
		line-height: 140%;
		}
		
#audio p {
		color: #333333;
		padding: .4em .2em;
		line-height: 140%;
		font-size: 1.1em;
		}
		
#audio h1 {
		text-align: center;
		color: #333;
		font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, san-serif;
		padding: .4em 0 0 0;
		margin: .3em 0 -.2em 0;
		font-weight: normal;
		font-size: 3em;
		}
	
#audio .credit {
		text-align: right;
		margin: 0;
		padding: 0 0 1em 0;
		}

#audio .credit a:link,
#audio .credit a:visited {		
		color: #666666;
		text-decoration: underline;
		}
		
#audio .credit a:hover {
		color: #FFA331;
		text-decoration: underline;
		}

#audio .songdescription a:link,
#audio .songdescription a:visited {		
		color: #666666;
		text-decoration: underline;
		}
		
#audio .songdescription a:hover {
		color: #FFA331;
		text-decoration: underline;
		}

#audio .range {
		text-align: right;
		margin: 0;
		padding: 0 0 1em 0;
		}

#audio .cart {
		position: relative;
		margin: 0;
		width: 13.8em;
		padding: 0;
		float: left;
		text-align: center;
		}

#audio .cart p {
		}
			
#audio .cart a:link,
#audio .cart a:visited {
		min-height:16px;
		border:3px solid #333;
		background-color: #333;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 0px 3px;
		text-decoration: none;
		color: #fff;
		}

#audio .cart a:hover {
		color: #333;
		background-color: #FFA331;
		border:3px solid #FFA331;
		text-decoration: none;
		}

#audio .ballad {
		position: relative;
		margin: 0;
		width: 21.8em;
		padding: 0 1.75em;
		float: left;
		text-align: left;
		background-color: #eaebf5;
		}
		
#audio .uptempo {
		position: relative;
		margin: 0 0 0 -1px;
		width: 21.8em;
		padding: 0 1.75em;
		float: left;
		}
		
#audio .comedy {
		position: relative;
		margin: 0 0 0 -1px;
		width: 21.8em;
		padding: 0 1.75em;
		float: left;
		background-color: #fef0de;
		}

#audio .male {
		text-align: right;
		padding-top: 1em;
		}

#audio .male a:link,
#audio .male a:visited {
		min-height:16px;
		border:3px solid #252962;
		background-color: #252962;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 0px 3px;
		text-decoration: none;
		color: #fff;
		}

#audio .male a:hover {
		color: #333;
		background-color: #fff;
		text-decoration: none;
		}

#audio .female {
		text-align: right;
		padding-top: 1em;
		}

#audio .female a:link,
#audio .female a:visited {
		min-height:16px;
		border:3px solid #FFA331;
		background-color: #FFA331;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 0px 3px;
		text-decoration: none;
		color: #fff;
		}

#audio .female a:hover {
		color: #333;
		background-color: #fff;
		text-decoration: none;
		}

		
#audio .duet {
		text-align: right;
		padding-top: 1em;
		}

#audio .duet a:link,
#audio .duet a:visited {
		min-height:16px;
		border:3px solid #FFA331;
		background-color: #252962;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 0px 3px;
		text-decoration: none;
		color: #fff;
		}

#audio .duet a:hover {
		border:3px solid #252962;
		color: #333;
		background-color: #fff;
		text-decoration: none;
		}
		
.show {
		padding: 2.5em 0;
		}
		
.description {
		margin-left: 28em;
		}

.leftcolumn {
		float: left;
		width: 28em;
		text-align: center;
		min-height: 10em;
		}

#content p.heading {
		color: white;
		font-weight: bold;
		background-color: #252962;
		padding: .2em 0 .1em .4em;
		}

#footer {
        width: auto;
        height: 2em;
        clear: both;
		color: #666666;
		font-size: 95%;
		line-height: 130%;
		}

#footer2 {
        width: auto;
        height: 2em;
		color: #666666;
		font-size: 95%;
		line-height: 130%;
		position: relative;
		margin-top: -7.5em;
		}

#credits {
		width: auto;
		height: 1.8em;
		margin-top: 7em;
		padding: .5em 0 0 15.3em;
		color: #999999;
		font-size: 85%;
		background-color: #000000;
		vertical-align: middle;
	    clear: both;
	    }
	    
#credits a, #credit a:visited{
	color: #FFA331;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
#clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 0;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

