/*
	Override Stylesheet
*/
div.mosaic-photo,
div.archive-photo {
	display: inline;
	}

.widecolumn {
	width: 1000px;
	}

.post {
	margin: 0 auto;
	/*padding: 0 20px;*/
	padding: 0px;
	position: relative;
	}

#footer-info.has-cclicense,
#footer-info.no-cclicense {
	width: 1000px;
	}
	
	
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: 1000px;
	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: 1000px;
	position: relative;
}
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;
	color: white;
	}
	
a, h2 a:hover, h3 a:hover {
	color:#669AF0;
	text-decoration:none;
}	
#exif-frame {
	text-align: center;
	padding: 20px;
	width: 300px;
	float:right;
	}
	
#info-frame {
	text-align: left;
	margin: 10px 0px;
	width: 600px;
}

#exif-frame.inline div#exif span.exif-value {
	color: #C0C0C0;
	display: block;
}
#content-sidebar-below {
	display: block;
	margin: 0;
	padding:0;
}	


div.grain-sidebar ul {
	display: block;
	padding: 0px;
	list-style-position:inside;
	list-style-type:none;
	padding: 0;
	margin: 0;
}	
	
div.grain-sidebar ul li h2 {
	display: block;
	text-align: left;
	padding: 20px 0;
	margin:0;
	width: 300px;
}	
	
div.grain-sidebar ul li li {
display:block;
padding: 0;
margin: 0;
text-align: left;
width: 300px;
}	
	
.social_bookmark
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
}
	
	