
/*

* { background:transparent; border:none; margin:0px; padding:0px; }
/*
body { margin: 60px auto 0px auto; text-align:center; width: 380px; }

.content { position:relative; top:20px; z-index:99; }

.journaltop img, .list, .journalbottom, .journaltop, a.external:after { display:none; }

*/
/* ---------- Diamond Buttons ---------- */


.diamond-button {
	background:transparent;
	color:#ffffff;
	display:inline-block;
	font-family: verdana; 
	font-size: 9px;
	font-weight: bold;
	height:60px;
	line-height: 60px;
	letter-spacing: 3px;
	margin-bottom: 4px;
	position:relative;
	text-decoration: none;
	text-transform: uppercase;
	width:120px;	
	z-index: 1;
}

.diamond-button:before {
	border-bottom:60px solid #1e2530;
	border-left:60px solid transparent;
	border-right:60px solid transparent;
	content:'';
	left:0;
	position:absolute;
	top:-30px;
	z-index:-1;
}

.diamond-button:after {
	border-left:60px solid transparent;
	border-right:60px solid transparent;
	border-top:60px solid #1e2530;
	bottom:-30px;
	content:'';
	left:0;
	position:absolute;	
	z-index:-1;
}


.diamond-button:hover:before {
	border-bottom:60px solid #b7b3a8;
}

.diamond-button:hover:after {
	border-top:60px solid #b7b3a8;
}