body {
	font-family: 'AurulentSansRegular';
	color: #404040;
	font-size: 16px;
	line-height: 1.5em;
	}
	
a {
	text-decoration: none;
	color: #F781BE;
	}

p {
	margin-bottom: 10px;
	}


a:hover {
	text-decoration: underline;
	}

h2 {
	font-family: 'AurulentSansBold';
	color: #F781BE;
	font-variant: small-caps;
	font-size: 28px;
	margin: 0 0 20px 0;
	}
	
.date {
	font-size: 14px;
	color: #999999;
	margin-bottom: -5px;
	}

.text {
	margin-bottom: 15px;
	}
	
.bold {
	font-family: 'AurulentSansBold';
	color: #404040;
	z-index: 20;
	}

.bold:hover {
	text-decoration: none;
	}

.media {
	width: 500px; height: auto;
	padding: 9px;
	border: 1px solid #999999;
	background-color: #fff;
	}
	
.gallery_thumb {
	width: 100px; height: 100px;
	padding: 4px;
	border: 1px solid #999999;
	margin: 0 18px 18px 0;
	background-color: #fff;
	float: left;
	position: relative;
	cursor: pointer;
	}
	
.gallery_thumb:hover {
	top: 1px; left: 1px;
	}
	
.bigthumbs {
	width: 228px; height: 228px;
	padding: 4px;
	border: 1px solid #999999;
	margin: 0 18px 18px 0;
	background-color: #fff;
	float: left;
	position: relative;
	cursor: pointer;
	}
	
.gallery_wrapper {
	width: 540px; height: auto; 
	overflow: visible;
	list-style: none;
	}
	

/*side elements*/

.naventry {
	margin: 0px 12px 0 0;
	position: relative;
	top: -1px;
	cursor: pointer;
	}
	
.navspacer {
	margin: 8px 12px 0 0;
	}
	
.socialicons {
	cursor: pointer;
	position: relative;
	}
	
.socialicons:hover {
	top: -1px;
	}
	
/*sidebarelements*/
.sidebarentry {
	font-size: 14px;
	line-height: 1.1em;
	}
	
.location {
	font-family: 'AurulentSansBold';
	margin: 0 0 15px 16px;
	}
	
/*ie hacks*/
	
* html .gallery_thumb {
	overflow: hidden;
	}

