/*  
Theme Name: Manik's Westfield XI
Theme URI: http://www.westfieldeleven.com
Description: MANIK THEME.
Version: 1.0
Author: Michael Heilemann, as modified by Manik
Author URL: http://www.westfieldeleven.com
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	background-color: #EAEAEA;
	color: #333;
	text-align: center;
	}

#page {
	background-color: EAEAEA;	
	text-align: left;
	}

#content {
	font-size: 1.2em;
	line-height: 1.4em;	
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}
	
h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #D60505;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #D60505;
	text-decoration: none;
	}

a:hover {
	color: #D60505;
	text-decoration: underline;
	}
	
pre {
	font: 1.1em 'Courier New', Courier, Fixed;	
}

.keyword{
	color: #000084;
}

.string{
	color: #0000FF;
}

.comment{
	color: #808080;
}
/* End Typography & Colors */



/* Begin Structure */

#left {
	position: absolute;
	display: inline; 
	top:0;
	left:0;
	width: 86px;
	margin-top:30px;
	margin-left:51px;
	background-color: FEFFFA;
}

body {
	margin: 0;
	padding: 0; 
	}
/*
#page, #container  {	
	margin: 0 auto;
	padding: 0;
	width: 800px;	
	position: relative;
	background: url("column.gif") repeat-y top;
	}
	*/
	
	/*ORIG CSS*/
#container {
	text-align: left;
	position: relative;
	background-color: #FFF;
	width: 800px;
	margin-right:auto;
	margin-left:auto;	
	background: url(column.gif) repeat-y center;
	/*border: 1px solid #f00*/
}

#splash {
	margin-top: 20px;
}

#content {
	width: 550px;
	margin-left:160px;
	padding: 30px 20px 30px 20px;
	/*border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DDD;	*/
	/*border: 1px solid #f0f*/
}

#header {
	padding: 10px 20px 0px 180px;
	width: 550px;
	/*border: 1px solid #0f0;*/
	}
	
#header p {	
	padding: 20px 0 0 0;	
	margin: 0;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
#footer {
	margin: 0 auto;
	width: 800px;
	clear: both;
	background: url("bottom.gif") no-repeat bottom;
	height: 80px;
}

#footer p {
	margin: 0 0 20px 110px;
	text-align: center;	
	}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 10px 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0 0;
	}

h4 {
	padding: 0;
	margin: 0 0 10px 0;
	}

/* End Headers */


/* 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;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 {
}
