body	{
	background-color: #064300;
	background-image: url('../images/irish/background.png');
	background-position: top center;
	background-repeat: repeat-y;
	font-family: sans-serif;
	font: 0.8em "trebuchet ms", myriad, "lucida grande", arial, helvetica;
	color: #3D3D3D;
	margin: 0;
}

div#header	{
	margin: 0 auto;
	width: 830px;
	position: relative;
}

div#title	{
	background-image: url('../images/irish/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 119px;
}

div#title h1	{
	position: absolute;
	margin: 0;
	left: 105px;
	top: 25px;
	width: 280px;
	height: 80px;
}

div#title h1 a	{
	display: block;
	width: 280px;
	height: 80px;
	background-image: url('../images/irish/sprite.png');
	background-repeat: no-repeat;
	background-position: -105px -25px;
	line-height: 0;
	text-indent: -5000px;
	text-decoration: none;
	overflow: hidden;
}

div#navbar	{
	font-size: 85%;
	width: 100%;
	height: 36px;
	background-image: url('../images/irish/sprite.png');
	background-repeat: no-repeat;
	background-position: 0px -119px;
	overflow: hidden;
}

div#userlinks	{
	float: right;
	padding-right: 15px;
	padding-top: 7px;
	white-space: nowrap;
}

div#userlinks a:link, div#userlinks a:visited	{
	color: #E5E5E5;
}

div#userlinks a:hover, div#userlinks a:active	{
	color: #FFFFFF;
}

div#curusername	{
	text-align: right;
	display: inline;
}

div#logout	{
	text-align: right;
	display: inline;
	padding-left: 15px;
	white-space: nowrap;	
}

ul#menu	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

ul#menu li	{
	float: left;
}

ul#menu li a	{
	display: block;
	background-image: url('../images/irish/sprite.png');
	background-repeat: no-repeat;
	height: 30px;
	line-height: 0;
	text-indent: -5000px;
	text-decoration: none;
	overflow: hidden;
}

li#mhome a	{
	width: 83px;
	background-position: 0px -119px;
}

li#marchive a	{
	width: 95px;
	background-position: -83px -119px;
}

li#mwebportfolio a	{
	width: 142px;
	background-position: -178px -119px;
}

li#mgallery a	{
	width: 91px;
	background-position: -320px -119px;
}

li#mabout a	{
	width: 79px;
	background-position: -411px -119px;
}

/* Multi column layout from A List Apart
	http://www.alistapart.com/articles/multicolumnlayouts */

div#container	{
	background-color: #EBEBEB;
	background-position: center;
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: hidden;
	width: 830px;
}

div#content	{
	width: 630px;
	border-right: 200px solid #CBCBCB;
	margin-right: -200px;
	float: left;
}

div#innercontainer	{
	width:576px;
	margin: 0 auto;
}

div#sidebar	{
	background-color: #CBCBCB;
	width: 200px;
	float: left;
	padding-bottom: 20px;
}

a:link		{color:#52B52F;}
a:active	{color:#52B52F;}
a:visited	{color:#1A6D08;}
a:hover		{color:#8CD960;}


/*  Main content styles  */

div#content h1	{
	color:  #ffffff;
	background-color: #838383;
	border-top: 6px solid #525252;
	font-size: 175%;
	letter-spacing: 1px;
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 1em;
	text-indent: 0.35em;
	padding: 3px;
}

div.headline	{
	background-color: #DADADA;
	background-image: url('../images/irish/pixels.png');
	background-position: left top;
	border-top: 2px solid #B2B2B2;
	margin: 0 auto;
	overflow: hidden;
	width: 554px;
	color: #3D3D3D;
	padding: 1px 11px 2px;
}
span.date	{
	font-weight: bold;
}

span.alert	{
	color: #EB6900;
}

div.posted	{
	font-size: 92%;
	margin: 1px 0;
}

div.headline a:link, div.headline a:active, div.headline a:visited, div.headline a:hover	{
	color: #EB6900;
	text-decoration: none;
	font-weight: bold;
}

div.headline a:hover, div.headline a:active	{
	text-decoration: underline;
}

div.headline h2	{
	font-size: 135%;
	margin:0;
	margin-top:3px
}

div.headline h2 a:link, div.headline h2 a:active, div.headline h2 a:visited, div.headline h2 a:hover	{
	color: #32A619;
}

div.comments	{
	margin-bottom: 2em;
}

div.comments p	{
	margin-top: 0.5em;
}

div.commentbg	{
	background-color: #E1E1E1;
}

div.commentbgalt	{
	background-color: #DAE1D8;
}

div.commenthead	{
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px dotted #B2B2B2;
	padding: 2px 11px 4px;
	margin-top: 1em;
	font-size: 100%;
	height: 1.3em;
}

div.commentbg div.commenthead	{
	background-color: #D3D3D3;
}

div.commentbgalt div.commenthead	{
	background-color: #CBD7C7;
}

div.commenthead a:link, div.commenthead a:active, div.commenthead a:visited, div.commenthead a:hover	{
	color: #EB6900;
	text-decoration: none;
	font-weight: bold;
}

div.commenthead a:hover, div.commenthead a:active	{
	text-decoration: underline;
}

div.comments span.username	{
	float: left;
}

div.comments span.date	{
	font-size: 85%;
	font-weight: normal;
	margin-left: 3em;
	float: right;
}

div.comment	{
	padding-bottom: 1px;
	padding-left: 11px;
	padding-right: 11px;
	text-align: justify;
	overflow: hidden;
}

div.commentlink	{
	font-weight: bold;
	text-align: right;
	margin-bottom: 1em;
	border: 0px solid #0f0;
}

div.commentlink a:link, div.commentlink a:visited, div.commentlink a:hover, div.commentlink a:active	{
	color: #EB6900;
	text-decoration: none;
	text-align: right;
	padding-left: 25px;
	background-image: url('../images/irish/comment.gif');
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}

div.commentlink a:hover, div.commentlink a:active	{
	text-decoration: underline;
}

div.post	{
	width: 572px;
	margin: 0px auto 16px;
	overflow: hidden;
	text-align: justify;
}

div.post p	{
	margin-top: 1em;
	margin-bottom: 0em;
}

div.post img, div.comment img {
	margin-bottom: 0px;
	margin-right: 8px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #B0B0B0;
	float: left;
	background-color: #ffffff;
}

div.comment img {
	margin-bottom: 8px;
}

div.post img.transbg, div.comments img.transbg, div.sidebarbox img.transbg {
	border: 0;
	background-color: transparent;
}

div.post img.imgright, div.comments img.imgright	{
	float: right;
	margin-left: 8px;
	margin-right: 0;
}

div.captionedleft	{
	float:left;
	font-size: 80%;
}

div.captionedleft img	{
	float: none;
}

div.captionedright	{
	float:right;
	font-size: 80%;
}

div.captionedright img	{
	float: none;
}

div.caption	{
	text-align: left;
}

div.galleryimg	{
	float: left;
	width: 100%;
	margin-bottom: 1.25em;
	padding-top: 5px;
}

div.galleryimg div	{
	border-top: 1px solid #b0b0b0;
	padding-top: 5px;
	margin-top: -5px;
}

div.galleryimg p	{
	margin-bottom: 0px;
}

div.galleryimg img	{
	margin-top: -5px;
}

div.imagecontainer	{
	width: 100%;
	text-align: center;
}

div.post img.imgcenter	{
	float: none;
	margin: 0;
}

div.post a:link img, div.post a:active img, div.comments a:link img, div.comments a:active img 	{
	border: 1px solid #52B52F;
}

div.post a:visited img, div.comments a:visited img 	{
	border: 1px solid #1A6D08;
}

div.post a:hover img, div.comments a:hover img 	{
	background-color: #8CD960;
}

blockquote	{
	font-style: italic;
}

blockquote.quotebg	{
	background-image: url('../images/irish/quote.gif');
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

acronym	{
	cursor : help;
}

fieldset	{
	border: 0;
	padding: 0;
}

del	{
	text-decoration: line-through;
}

/*  Sidebar styles  */

div#sidebar h1	{
	display: none;
}

div.sidebarbox	{
	width: 170px;
	border-left: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 25px;
	overflow: hidden;
}

div.silver	{
	height: 5px;
	overflow: hidden;
	width: 100%;
	background-color: #1B1B1B;
	background-image: url('../images/irish/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -156px;
}

div.sidetitle, div.sidetitleorange	{
	width: 100%;
	background-color: #176606;
	background-image: url('../images/irish/sidetitlebg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 4px;
	padding-bottom: 3px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

div.sidetitleorange	{
	background-color: #F87800;
	background-image: url('../images/irish/sidetitlebg2.png');
}

div#sidebar h2	{
	font-size: 100%;
	margin: 0;
	text-transform: lowercase;
}

div.sidebox	{
	font-size: 85%;
	padding: 8px 8px 9px;
	background-image: url('../images/irish/corner.gif');
	background-repeat: no-repeat;
	background-position: bottom right}

div.sidebox p	{
	margin-top: 0;
	margin-bottom: 0.5em;
}

div.sidebox a:link, div.sidebox a:visited	{
	text-decoration: none;
}

div.sidebox a:hover, div.sidebox a:active	{
	text-decoration: underline;
}

span.nolower	{
	text-transform: none;
}

div#pagelinks	{
	height: 3em;
}

div#footer	{
	color: #BCBCBC;
	font-size: 80%;
	background-color: #1B1B1B;
	background-image: url('../images/irish/sprite.png');
	background-repeat: no-repeat;
	background-position: 0 -156px;
	width: 830px;
	height: 22px;
	padding-top: 5px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

/* table styles */

table	{
	border-collapse: collapse;
}

table.form td	{
	vertical-align: top;
	padding: 3px 6px;
}

table#filter	{
	margin-left: auto;
	margin-right: auto;
}

table#filter td	{
	padding: 2px 15px;
}

table.archive a:link, table.archive a:visited	{
	text-decoration: none;
}

table.archive a:hover, table.archive a:active	{
	text-decoration: underline;
}

th	{
	text-align: left;
	background-color: #5CBC35;
	color: #ffffff;
	padding: 2px 5px;
}

th.alt	{
	background-color: #53A930;
}

td	{
	padding: 2px 5px;
}

tr.alt	{
	background-color: #DADADA;
}

td.title	{
	width: 100%;
}

td.author	{
	white-space: nowrap;
	font-size: 85%;
}

td.dark	{
	background-color: #D9D9D9;
}

td.altdark	{
	background-color: #C9C9C9;
}

td.comments	{
	text-align: center;
	background-color: #D9D9D9;
}

td.altcomments	{
	text-align: center;
	background-color: #C9C9C9;
}

td.lastpost	{
	white-space: nowrap;
	font-size: 85%;
}

td.author a:link, td.author a:visited, td.lastpost a:link, td.lastpost a:visited	{
	color: #EB6900;
}

td.code	{
	font: 0.9em "courier new", courier, monospace;
}


/* lightbox styles */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #505050;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 0.9em tahoma, arial, helvetica, sans-serif;
	background-color: #505050;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #EBEBEB; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}