/*
 * CSS RESETS
 * 
 *
 * http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * EDITABLE STYLES
 */

body {
	font-family: Georgia, Times, Times New Roman, serif;
	background-color: #1C1B15;
	background-image: url("../images/bg.jpg");
    background-repeat: repeat-x;
	color: #363531;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	text-align: center;
}

p {
	display: block;
    margin: 1em 0;
    line-height: 1.1;
}

div#menu {
	float:none;
	width:100%;
	background:transparent;
/*	border-bottom:2px solid #ccc; */
	overflow:hidden;
	position:relative;
	padding-top: 0px;
}

#menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#menu ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

#menu ul li a {
	display:block;
	margin:0 0 0 1px;
	font-size: 14px;
    padding: 45px 15px 15px;
	background:none;
	color:#ddd;
	text-decoration:none;
	line-height:1.3em;
	text-transform: uppercase;
}

#menu ul li a:hover,
#menu ul li a:active {
	background: none repeat scroll 0 0 #2B2B27;
	font-weight: normal;
	text-decoration: none;
	outline: 1px solid #A9A69A;
}

body#homenav a#home,
body#irelandnav a#ireland,
body#longthingsnav a#longthings,
body#portraitsnav a#portraits,
body#photogramsnav a#photograms,
body#postcardsnav a#postcards,
body#archivenav a#archive,
body#stilllifenav a#stilllife,
body#bionav a#bio,
body#contactnav a#contact {
	background: none repeat scroll 0 0 #2B2B27;
	font-weight: normal;
	text-decoration: none;
	outline: 1px solid #A9A69A;
}

div#flashandquote {
	float:left;
}

div#flashy {
	background: url("/images/flash-bg.jpg") no-repeat scroll right top transparent;
	float: left;
	padding-left: 40px;
    width: 400px;
}

div#sideText {
	float: left;
	width: 310px;
	text-align: left;
	padding: 10px;
}

#sideText p {
    color: #363531;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    padding-left: 30px;
    padding-right: 30px;
    float:left;
}

/*
GALLERY STYLES
*/

.gallery {
	overflow: hidden;
	padding: 0px;
}

.gallery ul {
	margin-left: 45px;
}


.gallery li {
	float: left;
    height: 120px;
    list-style: none outside none;
    padding: 23px;
    width: 187px;
}

.gallery h1 {
	clear: both;
	display: block;
    font-size: 2em;
    font-weight: bold;
    margin: 0.67em 0;
}

.gallery p {
	margin-left: 165px;
    width: 450px;
}

.longtallgallery ul {
	margin-left: 45px;
}

.longtallgallery li {
    float: left;
    height: 200px;
    line-height: 200px;
    list-style: none outside none;
    padding-top: 30px;
    width: 700px;
}

.tallthing li {
	width: 232px;
    margin-bottom: 75px;
}

.lastthing {
	margin-bottom: 300px;
	margin-top: 30px;
}

.longtallgallery h1 {
	clear: both;
	display: block;
    font-size: 2em;
    font-weight: bold;
    margin: 0.67em 0;
}

.longtallgallery p {
	margin-left: 165px;
    width: 450px;
}

.longtallgallery li img {

}

.longtallgallery {
	overflow: hidden;
	padding: 0px;
}

.photogramgallery ul {
	margin-left: 45px;
}

.photogramgallery li {
    float: left;
    height: 300px;
    line-height: 200px;
    list-style: none outside none;
    padding: 0px;
    width: 350px;
}

.photogramgallery li img {

}

.photogramgallery h1 {
	clear: both;
	display: block;
    font-size: 2em;
    font-weight: bold;
    margin: 0.67em 0;
}

.photogramgallery p {

}

.photogramgallery {
	overflow: hidden;
	padding: 0px;
}

.quote {
	font-style: italic;
}

#footer {
	padding-left: 130px;
    padding-right: 130px;
}

#footer p {
	color: #1C1B15;
	font-size: 18px;
	padding: 0 70px 0;
}

#doodad {
	font-size: 50px;
    overflow: auto;
    width: 100%;
    padding-top: 38px;
}

span#title {
	font-weight: bold;
	font-size: 35px;
	letter-spacing: 1px;
}

div#maincontent {
	width: 780px;
	text-align: center;
	background: url("/images/cream-bg.jpg") repeat scroll 0 0 transparent;
	background-color: #B5AC89;
	border: 7px solid #69634F;
	margin: 0 auto;
	padding-top: 38px;
	padding-bottom: 38px;
	margin-bottom: 80px;
	margin-top: 13px;
	border-radius: 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px;
	border-top-left-radius: 7px 7px;
	border-top-right-radius: 7px 7px;
	border-bottom-right-radius: 7px 7px;
	border-bottom-left-radius: 7px 7px;
}

.smallText {
	font-size: x-small
		font-style: italic
	}

a:link  {color:#FFFFFF; text-decoration: none;}
a:visited {color:#FFFFFF; text-decoration: none;}
a:active {color:#FFFFFF; text-decoration: underline; outline:none;}
a:hover {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

div#headerText {
	color: #DDDDDD;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	margin-bottom: 0;
	margin-top: 15px;
	padding-left: 70px;
	padding-right: 70px;
	}

/*div.container {
	position: relative;
	margin: 0 auto;
	width: 780px;
}
*/

/*
LIGHTBOX NAVIGATION HINT STYLES
*/

.hint {
	font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-top: 35px;
}

.hint span {
	font-size: 18px;
	line-height: 18px;
    font-style: italic;
    font-weight: bold;
    margin-top: 35px;
}

.hint ul {
	clear: both;
    display: block;
}

.hint li {
	color: #54514C;
    float: left;
    height: 65px;
    list-style: none outside none;
    padding: 23px;
    width: 187px;
    line-height: 16px;
}

/*
LIGHTBOX STYLES
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; 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-image: url(data:image/gif;base64,AAAA); /* 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: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


