@charset "utf-8";
/*
	McGurk's 2008 Home page CSS
	
*/


div#home_pic {
	height: 562px;
}

div#home_bottom {
	position: relative;
	padding: 23px 0 0 36px;
}

div#celtic_glass {
	position: absolute;
	z-index: -1;
	left: -16px;
	top: -14px; 
}

div.home_bottom_col {
	position: relative;
	width: 180px;
	float: left;
	color: #474646;
	margin: 0 32px 0 0;
}

/*
LIGHTBOX CODE BELOW
*/

a img{
	border:none !important;
}

div#pangenitor ul{
	text-align:center;
	margin:0 0 30px 0;
	list-style:none;
}

div#pangenitor ul a{
	border:1px solid #eee;
	background-color:#f5f5f5;
	color:#444;
	font-size:1.5em;
	line-height:2em;
	padding:20px;
	margin:0 0 20px 0;
	display:block;
}

div#pangenitor ul a:hover{
	border:1px solid #B5DF99;
	background-color:#CDEFB6;
	color:#358610;
}

#lightbox h2{
	margin:0 0 1em 0;
	font-size:1.2em;
	font-weight:1000;
}
#lightbox h3{
	color:#FF713F;
	font-size:.9em;
}
#lightbox.done p{
	color:#333;
}

#form{
	text-align:left;
	margin:25px;
}
#form ul{
	list-style:none;
}
#form li{
	margin:0 0 1em 0;
}
#form textarea{
	width:100%;
	height:150px;
}

#definition{
	margin:25px;
}
.highlight{
	background-color:#FEFFAF;
}