a:visited
{
color:grey;
}
a:link
{
color:yellow;
}
a
{
text-decoration:none;
}

html,body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	height: 100%;
	background: #000;
	color: white;
	overflow: hidden;
}
img {
	border: none;
}
ul
{
	list-style-type:none;
	font-size:140%;
	line-height:150%;
}


div.content {
	width: 200px;
	height: 200px;
	background-color: black;
	background-image:url('images/monahanBanner.jpg') no-repeat;
	font-color:white;
	font:'helvetica neue', sans-serif;
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	margin: 10px;
	opacity: 0.1;
	filter: alpha(opacity=10);
	
}


#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

div.pointer {
	border-style:solid;
	height:0px;
	line-height:0px;
	width:0px;
	z-index: 5;
	cursor: pointer;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#g-tl {
	border-bottom-color:transparent;
	border-bottom-width:20px;
	border-left-color:#fff;
	border-left-width:20px;
	border-right-color:transparent;
	border-right-width:20px;
	border-top-color:transparent;
	border-top-width:0px;
	margin-top: 10px;
	margin-left: 10px;
}
#g-tr {
	border-bottom-color:transparent;
	border-bottom-width:20px;
	border-left-color:transparent;
	border-left-width:20px;
	border-right-color:#fff;
	border-right-width:20px;
	border-top-color:transparent;
	border-top-width:0px;
	margin-top: 10px;
	margin-right: 10px;
}
#g-bl {
	border-bottom-color:#fff;
	border-bottom-width:10px;
	border-left-color:#fff;
	border-left-width:10px;
	border-right-color:transparent;
	border-right-width:10px;
	border-top-color:transparent;
	border-top-width:10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#g-br {
	border-bottom-color:#fff;
	border-bottom-width:10px;
	border-left-color:transparent;
	border-left-width:10px;
	border-right-color:#fff;
	border-right-width:10px;
	border-top-color:transparent;
	border-top-width:10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#g-t {
	border-bottom-color:#fff;
	border-bottom-width:20px;
	border-left-color:transparent;
	border-left-width:20px;
	border-right-color:transparent;
	border-right-width:20px;
	border-top-color:transparent;
	border-top-width:0px;
	margin-top: 10px;
}
#g-b {
	border-bottom-color:transparent;
	border-bottom-width:0px;
	border-left-color:transparent;
	border-left-width:20px;
	border-right-color:transparent;
	border-right-width:20px;
	border-top-color:#fff;
	border-top-width:20px;
	margin-bottom: 10px;
}
#g-l {
	border-bottom-color:transparent;
	border-bottom-width:20px;
	border-left-color:transparent;
	border-left-width:10px;
	border-right-color:#fff;
	border-right-width:20px;
	border-top-color:transparent;
	border-top-width:20px;
	margin-top: 10px;
}
#g-r {
	border-bottom-color:transparent;
	border-bottom-width:20px;
	border-left-color:#fff;
	border-left-width:20px;
	border-right-color:transparent;
	border-right-width:10px;
	border-top-color:transparent;
	border-top-width:20px;
	margin-top: 10px;
}

/* dock - bottom */
#dock {
	width: 100%;
	bottom: 70px;
	position: absolute;
	left: 0px;
	z-index: 5;
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
}
a.dock-item {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px;
	color: #aaa; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item span {
	display: none;
}
.dock-item img {
	border: none;
	width: 100%;
}

div.content p {
	padding: 5px;
}

td {
	vertical-align: top;
	font-size: 11px;
}

p.home {
	background-image: url(images/white.png);
	font: 11px Arial, Helvetica, sans-serif;
}
.project-tile {
	background: url(images/bamboo.jpg);
	height: 300px;
	padding: 5px;
	text-align: center;
}
.project-tile div {
	background: #fff;
	padding: 5px;
	height: 290px;
}

div.head {
	color:white;
	padding-top:20px;
	width: 100%;
	height: 18px;
	
}

/*** galleria ***/
#photoDiv
{
	width:auto;
	height:475px;
	font-size:16px;
}
.albumCover
{
	
	height:175px;
	border:solid 4px white;
	margin-top:125px;
	margin-left:10px;
}
#photoDescription
{
	margin-left:5px;
	

}
#photoDiv a:link
{
color:yellow;
}
#photoDiv a:visited
{
color:grey;
}
.albumCoverLink
{
	
}
/*** video page ***/
#videoPage
{
	
	background-color:black;
		width:500px;
		height:475px;
		margin-left:100px;
}
	.video
	{
		xwidth:200px;
		height:275;
		margin-top:125px;
		margin-left:10px;
	}
.video .span
{
padding-bottom:20px;
}
	#videos-right
	{
	position:relative;
	left:350px;
	bottom:170px;
	width:600px;
	height:700px;
	overflow-x:auto;
	overflow-y:auto;
	}
	#videoPage
	{
	padding-top:50px;
	font-size:16px;
	}
	#videoPage img
	{
	}
	#videoPage a:visited
	{
	color:grey;
	}
	#videoPage a:link
	{
	color:yellow;
	}
	#videoPage a:
	{
		text-decoration:none;
	}
	
/*** audio page ***/
#audioDiv
{
	width:500px;
	height:475px;
}
.album
{
	width:300px;
	height:auto;
	xborder:solid 4px white;
	margin-top:0px;
}
	#audioDiv
	{
	font-size:16px;
	}
	#audioDiv a:visited
	{
	color:grey;
	}
	#audioDiv a:link
	{
	color:yellow;
	}

/*** NEWS PAGE***/
#newsDiv
{
	margin:0 auto;
	width:500px;
	height:200px;
}
#banner
{
margin:0 auto;
	width:975px;

}

/*** about page ***/
#bio_content
{


height:75%;
width:100%;
text-align:left;

margin:0 auto;
overflow-y:auto;
overflow-x:none;
}
#bio
{

text-align:center;
margin:0 auto;
width:800px;

}
#bio p, #bioList
{
color: white; font-family:sans-serif, verdana; font-size: 18px; text-align:left;
}
	#press
	{
	text-align:left;
	
	}


#bio a
{
text-decoration: underline;
color: yellow;
}
#bio a:hover
{
text-decoration: none;
}
#bio a:visited
{
color: grey;
}
#booking
{
font-weight:bold; font-size: 200%;
}

#bioList
{
list-style-type:none;
}

.listHeader
{
font-weight:bold; font-size: 160%;
}
.jump
{
font-size:12px;
}
.jump a:link
{


}
.jump a:hover
{
text-decoration:none;
}
	/*****************************CONTACT PAGE*****************************/
#contactDiv
{
width:700px;
margin:0 auto;
}
#booking
{
	margin-top:20px;
}
#contactFormLink
{
	margin-top:20px;
	text-align:center;
}
#social_footer
{
	width:598px;
}
#social_footer a
{
	margin-left:15px;
}
/**********************************events ********************************/
#eventDiv
{
width:700px;
margin:0 auto;

}
#google tbody
{
background-color:grey
color:white;
}
