/*  
Theme Name: Manik's Westfield XTR2
Theme URI: http://www.westfieldxtr.com
Description: MANIK THEME.
Version: 1.0
Author: Michael Heilemann, as modified by Manik
Author URL: http://www.westfieldxtr.com
*/


/* Body */
body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #272727;
	color: #666666;
	text-align: center;
	}
	
#content {
	font-size: 0.8em;
	line-height: 1.2em;
	font-color: #FFFFFF;
	}

h5 {
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	}
	
a:hover {
	color: #C1C1C1;
	text-decoration: none;
	}


/* Nav */
#nav {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	line-height: 14pt;
	align: left;
	width: 600px;
	color: #FFFFFF;
	background: #000000;
	text-align: center;	
	padding: 0px 0px 20px 0px;
	}	
		
#nav dl {
		float: center;
		}
		
#nav dl dd {
		float: center;
		font-size: 0.8em;
		line-height: 1em;
		color: #666666;
	}
	
a, nav a:hover {
	color: #E2611D;
	text-decoration: none;
	}


/* Footer */
#footer {
	margin: 0 auto;
	width: 600px;
	clear: both;
	height: 80px;
}

#footer p {
	margin: 0 0 20px 0px;
	text-align: center;	
	font-size: 62.5%; /* Resets 1em to 10px */
	}
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered",
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.aligncentered {
	float: center;
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .faq ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .faq li {
	margin: 0 0 0 10px;
	}

.faq ul li:before {
	content: "\00BB \0020";
	}

.faq ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.faq ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	border: 0;
    color: #043;
    background-color: #043;
    height: 1px;
    width: 20%;
    text-align: left;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


/* Lightbox Classes */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 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: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/* misc ----------------------------------------------- */

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }
.first{ border-top: none; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

	/* End Lightbox Classes */h5 {
}
