

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('League_Gothic-webfont.woff') format('woff'),
         url('League_Gothic-webfont.ttf') format('truetype'),
         url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


img {
	border-radius: 10px;
}



.floatleft { float: left; margin: 10px 20px 10px 0px }
.floatright { float: right; margin: 10px 0px 10px 20px }




/*      ==========================================	*/

/* 			BASICS				*/

/*      ==========================================	*/




body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666672;
	margin: 0px 0px 20px 0px;
}


#page {
	width: 1240px;
}

#pageWide {
	width: 1240px;
}



h1 {
	font-family: LeagueGothicRegular, Helvetica, Arial, sans-serif;
	font-size: 72px;
	color: #666677;
	font-weight: normal;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	text-shadow: -1px -1px 0px rgba(225,225,235,0.8);
}

h2 {
	font-family: LeagueGothicRegular, Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: #666677;
	font-weight: normal;
	padding: 0px;
	margin: 30px 0px 4px 0px;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-shadow: -1px -1px 1px rgba(245,245,250,0.8);
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 16px 60px;
}

li {
	padding: 0px;
	margin: 0px;
}


a {
	text-decoration: none;
	color: #888899;
}


a:hover {
	color: #990066;
}





.hidden { display: none; }






/*      ==========================================	*/

/* 			STRUCTURE			*/

/*      ==========================================	*/



#jeremy_phillips {
	width: 140px;
	position: fixed;
	top: 12px;
	left: 12px;
	background-image: url(design/jeremy_phillips_sml.png);
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

#jeremy_phillips a {
	font-family: LeagueGothicRegular, Helvetica, Arial, sans-serif;
	display: block;
	margin: 0px 0px 10px 0px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: normal;
}


#bgthing {
	z-index: -2;
	position: absolute;
	top: 30px;
	left: 18px;
	right: 18px;
	bottom: 0px;
	background-color: #F0F0F6;
	border-radius: 18px;
}

#contactButton {
	height: 146px;
	cursor: pointer;
}


.showContact {
	z-index: 3;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px; 
	bottom: 0px; 
	background-color: rgba(255,255,255,0.8);
}

#contactInner {
	margin: 80px auto 20px auto;
	width: 440px;
	border-radius: 40px;
	background-color: rgba(226,226,234,0.8);
	padding: 0px 50px 30px 50px;
	text-align: center;
	border-top: 4px solid rgba(130,130,150,0.2);
	border-bottom: 4px solid rgba(130,130,150,0.6);
}

#contact h1 {
	color: #888899;
	font-size: 56px;
	text-shadow: -1px -1px 1px rgba(20,20,30,0.8);
	text-shadow: 1px 1px 1px rgba(250,250,255,0.8);
}

#contactTable {
	margin: 14px auto 0px auto;
	width: 400px;
}

.contactTdLeft, .contactTdRight {
	float: left;
	border-radius: 6px;
	background-color: #F2F2F8;
	padding: 4px 20px 4px 20px;
	font-size: 18px;
	color: #666688;
	margin: 3px 4px 3px 6px;
}

.contactTdLeft {
	width: 100px;
	text-align: right;
}

.contactTdRight {
	width: 200px;
	text-align: left;
}

#contactClose {
	clear: both;
	padding-top: 20px;
	cursor: pointer;
	font-size: 14px;
}

#contactClose:hover {
	color: #FFFFFF;
}




#contentColumn {
	position: relative;
	z-index: 2;
	float: left;
	width: 800px;
	border-left: 1px dotted #8888AA;
	border-right: 1px dotted #8888AA;
	padding: 20px 10px 60px 10px;
	margin: 0px 10px 0px 164px;
}


#contentColumnWide {
	float: left;
	width: 1000px;
	border-left: 1px dotted #8888AA;
	padding: 20px 0px 60px 10px;
	margin: 0px 0px 0px 164px;
}

#contentColumnOpen {
	border-left: 1px dotted #8888AA;
	padding: 20px 0px 10px 10px;
	margin: 0px 0px 0px 164px;
}



#indexColumn {
	float: left;
	width: 230px;
	padding-top: 10px;
}

.indexBlock {
	background-color: #F0F0F6;
	margin: 0px 0px 10px 0px;
	border-radius: 8px;
	padding: 10px;
}

.indexBlock h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 36px;
	color: #77778E;
}

.indexBlock h3 {
	margin: 10px 0px 2px 0px;
	padding: 0px;
	font-size: 16px;
	color: #666677;
}

.indexBlock ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}

.indexBlock li {
	margin: 0px;
	padding: 0px;
}

.seeAllLink {
	display: block;
	text-align: right;
	font-style: oblique;
	font-size: 12px;
	padding: 6px 2px 2px 0px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 20px 0px 0px 0px;
	font-size: 12px;
	color: #9999A8;
}





.galleryThumb {
	float: left;
	width: 128px;
	height: 128px;
	border-radius: 8px;
	border: 1px solid #9999AA;
	box-shadow: 0px 10px 20px #F8F8FD;
	margin: 0px 10px 10px 0px;
	background-position: top center;
	cursor: pointer;
}


.galleryThumb:hover {
	border: 1px solid #000000;
}

.galleryDisplayShellShown {
	z-index: 4;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.8);
	overflow: auto;
}

#galleryDisplay {
	margin: 10px auto 10px auto;
	border-radius: 16px;
	border: 1px solid #333333;
	box-shadow: 0px 10px 30px #000000;
}


/*      ==========================================	*/

/* 			 ARTICLES			*/

/*      ==========================================	*/



.article {
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px dashed #9999AA;
}


.dateNote {
	font-size: 12px;
	text-align: right;
	margin: 16px 0px 10px 0px;
	font-style: oblique;
	color: #9999AA;
}







