.typography {
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
}

.typography img {
	border: none;
}

.typography h1 {
	font: normal 2em Verdana, Arial, Helvetica, sans-serif;
	color: #ad1c1d;
	text-transform: lowercase;
}

.typography h2 {
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #779212;
	text-transform: uppercase;
}

.typography h3 {
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #779212;
	text-transform: capitalize;
}

.typography h4 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #779212;
}

.typography h5 {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #779212;
}

.typography h6 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #222;
}

.typography a {
	color: #ad1c1d;
	text-decoration: none;
	border-bottom: 1px solid #ad1c1d;
	padding: 0px 2px;
}

.typography a:visited {
	color: #799c2f;
	border-bottom: 1px solid #799c2f;
}

.typography a:hover {
	color: #fff;
	background-color: #ad1c1d;
}

.typography a:visited:hover {
	color: #fff;
	background-color: #779212;
}

.typography hr {
	height: 2px;
	border: 1px solid #779212;
}

.typography .left {
	text-align:left;
	margin-right: 16px;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align:right;
	margin-left: 16px;
}

.typography img.right {
	float:right;
	margin-left:20px;
}

.typography img.left {
	float:left;
}

.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.typography.gallery a.lightwindow img {
	margin: 0px;
}

.typography.gallery a.lightwindow {
	border: none;
	display: block;
	padding: 5px 5px 0px;
}

.typography.gallery a.lightwindow:hover {
	background-color: transparent;
	background-color: #799c2f;
}


