/*
	Override Stylesheet
*/
#header {
	/* the header section, covering title, menu and graphics */
	margin: 0;
	padding: 0; 
	height: 58px;
	display: block;
	
	background: rgb(37, 37, 37) url(images/grid2.gif);
	
	/* allow positioning; is itself relative to #page  */
	position: relative;
	}
	#page #headerimg {
	/* display the title */
	height: 55px;
	margin-bottom: 0px;
	position: absolute;
	left: 25px;
	top: 3px;
	z-index: 100;
	background-image: url(images/logo.gif);
	width: 360px;
	}
	
#headerimg h1 {
	font-size: 14pt;
	visibility: hidden;
}
#copyright {
	color: silver;
	opacity: 0.8;
	position: relative;
	left: 50px;
	z-index: 40;
	padding-bottom: 10px;
}

/* Content */

#content_area {
	padding: 0px;
	margin: 0 auto;
	clear: both;
	}
	
	
#content-post {
	margin: 0;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	}
	
#page {
	border: 1px solid black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	width: 1080px;
	margin: 20px auto /*40px auto*/;
	display: block;
	overflow: hidden;
	}
	
.narrowcolumn {
	width: 800px;
	float: left;
	padding-left: 20px;
	}
	
#sidebar
{
	padding: 20px 0 10px 0;
	padding-left: 20px;
	margin-left: 840px;

	background: url(images/grid2.gif) !important;
	position: relative;
	width: 219px;
	z-index: 50;
	border-left: 1px solid black;
}

/*
	Template Name: Stylesheet: Photo
*/

/* reposition the panorama frame */
#panorama {
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
}

/* when using the reflection script, disable the border */
/* btw. I would not use reflection with a panorama :) */
div.photo-with-reflection #photo,
div.photo-with-reflection #panorama {

	/* !important is used here so that unspecific styling of the #photo element won't screw up things */
	border: none !important;
	
		/* if you like to, you can still add a border for the image only. But make sure then that the
		margin-left value of the 'div.photo-with-reflection canvas' item is set to the same value as the border-width */
		/* border: 10px solid rgb(230, 230, 230);  */
		
	padding: 0;
	z-index: 1;
	max-width: 900px;
	position: relative;
}

div.photo {
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
}

div.photo #photo,
div.photo #panorama {
	border: 1px solid dimgray;
	padding: 0;
	z-index: 1;
	max-width: 900px;
	position: relative;
}

/* wp-stats smiley image .. display none*/

img#wpstats{display:none}