
/*  1. HTML Resets & Styles     <<<---------------*/
/*  2. Common Styles            <<<---------------*/
/*  3. Page Regions             <<<---------------*/
/*  4. Page Headers             <<<---------------*/
/*  5. Pics             	 	<<<---------------*/



/*----->>> 1. HTML Resets & Styles <<<---------------*/

body, html, p, h1 {
	margin: 0;
	padding: 0;
}
body {
	background: #EFC4EA url(body_bg.jpg) repeat-x top center;
}
a {
	color: #3176A8;
	text-decoration: none;
}
em {
	font-size: 10px;
}
h1 {
	height: 0px !important;
	height /**/: 28px;
	overflow: hidden;
	padding-top: 28px;
	width: 212px;
	position: absolute;
	top: 297px;
	left: 270px;
}
h2 {
	color: #B306A0;
	font-size: 16px;
	padding: 0;
	margin: 0 0 15px;
}
p {
	padding-bottom: 15px;
}



/*----->>> 2. Common Styles <<<---------------*/

.article {
	font-size: 13px;
}
.clear {
	clear: left;
}
.date {
	color: #988785;
	font-size: 11px;
}
.header {
	font-size: 14px;
}
img.thumb {
	border: 1px solid black;
	cursor: pointer;
	float: left;
	height: 80px;
	margin: 0 10px 10px 0;
	width: 80px;
}
.logo {
	float: left;
	padding-right: 10px;
	text-align: center;
	width: 100px;
}
.logo img {
	border: 1px solid black;
}
.video {
	width: 202px;
	float: left;
	margin: 0 16px 20px 0;
}
.video img {
	width: 200px;
	height: 150px;
	border: 1px solid #3176A8;
	margin-bottom: 5px;
}



/*----->>> 3. Page Regions <<<---------------*/

#PageContainer {
	position: absolute;
	top: 0;
	left: 50%;
	width: 770px;
	margin-left: -385px;
}
#Title {
	background: url(title.gif) no-repeat;
	height: 0px !important;
	height /**/: 81px;
	overflow: hidden;
	padding-top: 81px;
	width: 141px;
	position: absolute;
	top: 155px;
	left: 0;
}
#Nav {
	position: absolute;
	top: 340px;
	left: 20px;
}

#Nav a {
	background: url(bullet.gif) no-repeat 0px 5px;
	display: block;
	font-size: 14px; 
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-left: 16px;
}
#Nav a:hover, #Nav a.on {
	color: white;
}
#Nav a.on {
	background: url(bullet_on.gif) no-repeat 0px 5px;
}
#Content {
	color: #330147;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	padding-bottom: 30px;
	position: absolute;
	top: 340px;
	left: 270px;
}
#Content a:hover {
	text-decoration: underline;
}



/*----->>> 4. Page Headers <<<---------------*/

#Calendar h1 {
	background: url(h_calendar.gif) no-repeat;
}
#Bio h1 {
	background: url(h_bio.gif) no-repeat;
}
#Press h1 {
	background: url(h_press.gif) no-repeat;
}
#Photos h1 {
	background: url(h_photos.gif) no-repeat;
}
#AV h1 {
	background: url(h_av.gif) no-repeat;
}
#Writings h1 {
	background: url(h_writings.gif) no-repeat;
}
#Contact h1 {
	background: url(h_contact.gif) no-repeat;
}
#Donate h1 {
	background: url(h_donate.gif) no-repeat;
}



/*----->>> 5. Pics <<<---------------*/

#Pics {
	height: 318px;
	width: 540px;
	position: absolute;
	top: 17px;
	left: 258px;
}
html>body #Pics {
	background: url(pics_bg.png) no-repeat;
}
* html #Pics {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='inc/pics_bg.png');
	height: 318px;
	width: 540px;
}
#Pics a {
	position: absolute;
	top: 17px;
	left: 27px;
	height: 250px;
	width: 250px;
}
#Pics b {
	position: absolute;
	top: 48px;
	left: 255px;
	height: 250px;
	width: 250px;
}
#Calendar #Pics a {
	background: url(p_index1.gif) no-repeat top left;
}
#Calendar #Pics b {
	background: url(p_index2.gif) no-repeat top left;
}
#Bio #Pics a {
	background: url(p_bio1.gif) no-repeat top left;
}
#Bio #Pics b {
	background: url(p_bio2.gif) no-repeat top left;
}
#Press #Pics a {
	background: url(p_press1.gif) no-repeat top left;
}
#Press #Pics b {
	background: url(p_press2.gif) no-repeat top left;
}
#Photos #Pics a {
	background: url(p_photos1.gif) no-repeat top left;
}
#Photos #Pics b {
	background: url(p_photos2.gif) no-repeat top left;
}
#AV #Pics a {
	background: url(p_av1.gif) no-repeat top left;
}
#AV #Pics b {
	background: url(p_av2.gif) no-repeat top left;
}
#Writings #Pics a {
	background: url(p_bio1.gif) no-repeat top left;
}
#Writings #Pics b {
	background: url(p_bio2.gif) no-repeat top left;
}
#Contact #Pics a {
	background: url(p_press1.gif) no-repeat top left;
}
#Contact #Pics b {
	background: url(p_press2.gif) no-repeat top left;
}