/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {

}

/* Normalizes font-size for headers */

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}


/* Removes list-style from lists */

ol,ul {
	list-style: none;
}


/* Body Layout */

body {
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 150%;
	background-color: #FFFFFF;
	text-decoration: none;
}

a:link,a:hover,a:visited,a:active {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

.padding {
	padding: 10px;
}


fieldset,img {
	border: 0;}
	
	

/* @group Sidebar */

#sidebar {
	font-size: 1.2em;
}

#sidebar form {
	padding: 5px 0 0;
}

#sidebar {
	position: fixed;
	top: 25px;
	left: -170px;
	padding: 10px;
	color: #fff;
	text-align: right;
	font-weight: bold;
	width: 160px;
}

#sidebar p.menu {
	background-color: #000000;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	position: relative;
	left: -20px;
	width: 250px
}

#sidebar p {
	color: #000;
	font-weight: normal;
}

#sidebar:hover {
	left: 0px;
	cursor: pointer;
}

#sidebar ul, #sidebar ul ol {
	text-align: left;
	padding: 10px 0 0;
	color: #000;
}

#sidebar ul p, #sidebar ul select {
	margin: 0;
}

#sidebar ul ul, #sidebar ul ol {
	padding: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	padding: 3px 0 0;
}

#sidebar h2 {
	font-size: 1.2em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #444;
}


li.page_item {
	text-align: right;
}


.widget ul li {
text-align: right;
}


.blackstrip {
	padding: 10px;
	background-color: #000000;
	background-position: left;
	margin: 0px;
}


/* @lightbox */


#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: #000; 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(http://www.thupamodel.com/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.thupamodel.com/lightbox/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: #fff; }

