/*-------------------------------------------------------------
Site	:  TwoEyes Visuals
---------------------------------------------------------------
Howdy!
Thanks for stopping by. Feel free to dig around, but please
don't steal - that would be, like, uncool. If you'd like to use 
one of my images, I'm unlikely to have a problem with that, but 
please just ask first [ tony(AT)twoeyes(DOT)org ]. If not, I'll 
have to set my pet werewolf on you, and you wouldn't want that 
now would you?
Thanks!
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #2D3235;
	color: #fff;
	font: 12px "lucida grande", "lucida sans unicode", verdana, helvetica, arial, sans-serif;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #999;
}

/* >Header
-----------------------------------------------------------*/

p#logo {
	margin-bottom: -3px;
}
p#logo a img {
	border: 0;
}

/* >Inline
-----------------------------------------------------------*/

hr {
	display: none;
	background: url("../images/right.gif") no-repeat 0 0; /* Preloaded */
}
h2 {
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: 3px;
}

/* >Content
-----------------------------------------------------------*/

#content {
	padding: 60px 0 30px 0;
	clear: both;
	background: #282C2F url("../images/bg.png") repeat-x;
	border-top: 10px solid #25282A;
}

/* >Show Image
-----------------------------------------------------------*/

#showImage {
	margin: 0 auto;
}
#imageNav a {
	outline: 0;
}
#showImage #imageNav span.image-previous a {
	width: 50%;
}
#imageWrap {
	position: relative;
	border: 5px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #fff;
}
#imageWrap #imageNav #navleft a,
#imageWrap #imageNav #navright a {
	position: absolute;
	top: 0;
}
#imageWrap #imageNav #navleft a,
#imageWrap #imageNav #navright a {
	width: 50%;
	height: 99%;
	display: block;
	text-indent: -9000px;
	text-decoration: none;
}
#imageWrap #imageNav #navleft a {
	left: 0;
}
#imageWrap #imageNav #navright a {
	right: 0;
}
#imageWrap #imageNav #navleft a:hover,
#imageWrap #imageNav #navright a:hover {
	opacity: .2;	
}
#imageWrap #imageNav #navleft a:hover {
	border-right: 1px solid #e5e5e5;
	background: #000 url("../images/left.gif") no-repeat 50% 50%;
}
#imageWrap #imageNav #navright a:hover {
	border-left: 1px solid #e5e5e5;
	background: #000 url("../images/right.gif") no-repeat 50% 50%;
}
p#toggler {
	text-align: right;
	margin: 5px auto 0 auto;
	font-family: georgia;
	font-size: 220%;
	font-style: italic;
}
p#toggler a:link, p#toggler a:visited {
	color: #f0f0f0;
	font-weight: normal;
}

/* >Browse
-----------------------------------------------------------*/

#browse {
	width: 800px;
	margin: auto;
}
#browse h2 {
	margin-bottom: 10px;
}
#browseImages {
	width: 70%;
	float: left;
	margin-top: 20px;
}
#browseNav {
	width: 28%;
	float: right;
}
#browseNav select {
	width: 200px;
}
#browseNav h2 {
	margin-top: 45px;
	font-size: 90%;
	text-align: center;
}
.browse img.thumbnails {
	margin-right: 5px;
	margin-bottom: 5px;
}
.browse img.thumbnails {
	border: 4px solid #25282A;
	padding: 1px;
	background-color: #222;
}
.browse img.thumbnails:hover {
	border: 4px solid #394044;
}	
#browseNav ul {
	list-style-type: none;
}
#browseNav ul li a {
	display: block;
	border-bottom: 1px dotted #394044;
	padding: 5px 14px;
	font-weight: normal;
	font-size: 90%;
	text-transform: lowercase;
	clear: both;
}
#browseNav ul li a strong {
	float: right;
	color: #999;
}
#browseNav ul li a em {
	color: #B9B7B7;
	font-style: normal;
}
#browseNav ul li.allcat a {
	font-size: 140%;
}

/* >Footer
-----------------------------------------------------------*/

#footer {
	background: #2D3235 url("../images/left.gif") no-repeat -9000px -9000px; /* Preloaded */
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
	color: #555;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 3px;
	text-transform: uppercase;
}
#footer a {
	margin: 0 3px;
}

/* >Image Info
-----------------------------------------------------------*/

#imageInfo {
	background: #dfdfdf url("../images/closeWhite.gif") -9000px 50% no-repeat; /* Preloaded */
	color: #282C2F;
	border: 5px solid #dfdfdf;
	padding: 13px 0 6px 0;
	margin-bottom: 30px;
	position: relative;
}
#imageInfo h1, #imageInfo p {
	width: 95%;
	margin: 0 auto;
}
#imageNotes a:link, #imageNotes a:visited {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#imageNotes a:hover, #imageNotes a:active {
	color: #777;
	text-decoration: none;
}
#imageInfo h1 {
	font-size: 160%;
	letter-spacing: -1px;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
#imageInfo h1 strong:after {
	content: ".";
}	
#imageInfo h1 em {
	font-style: normal;
	font-weight: normal;
	font-family: "lucida grande", "lucida sans unicode", verdana, helvetica, arial, sans-serif;
	color: #999;
	margin-left: 4px;
	font-size: 60%;
}
#imageInfo p {
	letter-spacing: -1px;
	font-size: 110%;
	line-height: 1.4;
	text-align: justify;
	margin-bottom: 10px;
}
#imageInfo p#closeInfo a {
	position: absolute;
	bottom: 0px;
	right: 4px;
	text-transform: lowercase;
	padding-right: 14px;
	font-weight: normal;
	font-size: 80%;
	letter-spacing: 0;
}
#imageInfo p#closeInfo a:link, #imageInfo p#closeInfo a:visited {
	color: #ACACAC;
	background: url("../images/closeGrey.gif") no-repeat 100% 60%;
}
#imageInfo p#closeInfo a:hover, #imageInfo p#closeInfo a:active {
	color: #fff;
	background: url("../images/closeWhite.gif") no-repeat 100% 60%;
}

/* >End
-----------------------------------------------------------*/