/*
*/

html, body
{
	background: #333333  url(../pixels/background.jpg);
	color: #CB3333;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1em;
	background-repeat: repeat-x;
}

a img
{
	border: none;
}

a, a:hover, a:visited, a:active, a:focus
{
	color: Black;
	text-decoration: underline;
	background-color: transparent;
}

a:hover, a:focus
{
		text-decoration: none;
}

#book_cover
{
	position: absolute;
	left: 17px;
	top: 18px;
	width: 350px;
	height: 486px;
	background-image: url(../pixels/book/cover.jpg);
	background-repeat: no-repeat;
	z-index: 1
}

#version, #subtitle, #subsubtitle
{
	position: absolute;
	left: 58px;
	top: 46px;
	width: 250px;
	z-index: 2;
	text-transform: uppercase;
	color: #CCCCCC;
	background-color: transparent;
}

#subtitle
{
	top: 138px;
}

#subsubtitle
{
	top: 160px;
	text-transform: lowercase;
}

#mccoylogo
{
	position: absolute;
	left: 160px;
	top: 533px;
	z-index: 1;
}

.page {
background: white url(../pixels/background-left.jpg);
padding: 20px;
width: 310px;
float: left;
height: 420px;
font-size: 110%;
line-height: 110%;
color: #777777;
}

.page h1, .page h2, .page h3{
font-family: "Georgia",  "Times New Roman", Times, serif;
text-transform: capitalize;
font-style: italic;
line-height: 100%;
font-size: 150%;
color: #333333;
}

strong {
color: #333333;
line-height: 130%;
}

.page h2 {
font-size: 130%;
padding-top: 10px;
}

.page h3 {
font-size: 100%;

}

.pagealt {
	background-image: url(../pixels/background-right.jpg)!important;
}

#employment {
	background-image: url(../pixels/background-emp01.jpg)!important;
}

#employment02 {
	background-image: url(../pixels/background-emp02.jpg)!important;
}
#employment03 {
	background-image: url(../pixels/background-emp03.jpg)!important;
}
#employment04 {
	background-image: url(../pixels/background-other.jpg)!important;
}
#news {
	background-image: url(../pixels/background-news.jpg)!important;
}
#education {
	background-image: url(../pixels/background-edu.jpg)!important;
}
#personal {
	background-image: url(../pixels/background-details.jpg)!important;
}
#interests {
	background-image: url(../pixels/background-interests.jpg)!important;
}
.pagestart {
	background-image: url(../pixels/background-start.jpg)!important;
}

.pageend {
	background-image: url(../pixels/background-end.jpg)!important;
}

#portfolio {
	background-image: url(../pixels/background-portfolio.jpg)!important;
}


#pages{
	left: 360px;
	position: absolute;
	top: 33px;
	z-index: 100;
	height: 420px;
	width: 4000px
}

.page ul, .page dl, .page ul li ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.truelist {
	list-style: circle!important;
	padding-left: 10px!important;
}

ul.truelist li {
	padding-bottom: 5px;
}


ul.truelist li span {
	display: block;
}

ul.truelist li s {
	margin-right: -100px;
	text-decoration: line-through!important;
	display: block;
	color: #C9C9C9;
	float: left
}

p.timeregion {
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: 1px dashed silver;
	display: block;
	clear: both;
	float: right;
}

p.timeregion span{
	float: right;
	margin-top: -10px;
	font-weight: bold;
}

#time h2{
	margin-bottom: 2px;
	margin-top: 5px;
	clear:both!important;
	/*display: block;*/
}

#time p{
	clear:both!important;
	display: block;
	width: 310px;
}

li span
{
	padding-bottom: 20px;
	display: block;
}
.page span.dates
{
	font-size: 90%;
	color: black;
	padding-top: 20px;
	border-top:  1px dotted #777;
}