/* @override 
	http://primary.dev/ps.css
	http://primarysuccess.primalbeta.com/ps.css
*/

.content {
	font-family : Garamond, serif;
	font-size : 15px;
}

.bold {
	font-weight : bold;
}

a.button {
	background: #F2E1A7 url(images/button_bg_left.png) no-repeat left top;
	padding-left: 5px;
	font: 14px Arial, Helvetica, sans-serif;
	height: 22px;
	line-height: 22px;
	display: block;
	width: 150px;
	position: relative;
	color: #000;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	white-space: nowrap;
}

a.button span {
	position: relative;
	background: transparent url(images/button_bg_right.png) no-repeat right top;
	display: block;
	right: -1px;
	padding-right: 4px;
}

a.button:active {
	background-position: left bottom;
}

a.button:active span {
	background-position: right bottom;
}

.new {
	color: red;
	font-family: 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	vertical-align: super;
}
