.typography {
	position:relative;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:0;
}

.typography * {
	font-family:Century Gothic;
}

/* PARAGRAPHS */
.typography p { 
	font-family:Century Gothic;
 	line-height: 1em;
 	font-size: 1em;
}
.typography blockquote {
	font-family:Century Gothic;
	margin: 10px;
	font-size: 1.4em;
}	

/* LINKS */
.typography a { 
 	font-family:Century Gothic;
	text-decoration: none; 
	color: #785017;
}
.typography a:hover { 
 	text-decoration: underline;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	font-family:Century Gothic;
	margin: 0px;
}

.typography li {
	font-family:Century Gothic;
	margin: 5px 14px;
	font-size: 0.8em;
}

/* HEADER STYLES */
.typography h1 {
	font-family:Century Gothic;
	font-size: 1.6em;
	line-height: 1.6em;
}

.typography h2 { 
	font-family:Century Gothic;
	font-size: 1.5em;
	line-height: 1.5em;
}
	
.typography h3 {
	font-family:Century Gothic;
	font-size: 1.4em;
	line-height: 1.4em;
}
.typography h4 {
	font-family:Century Gothic;
	line-height: 1.3em;
	font-size: 1.3em;
}
.typography h5 {
	font-family:Century Gothic;
	line-height: 1.2em;
	font-size: 1.2em;
}
.typography h6 {
	font-family:Century Gothic;
	line-height: 1.1em;
	font-size: 1.1em;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:Century Gothic;
	font-size:1.1em;
	line-height:1.2;
	padding:6px 0px 0px 0px;
}
.typography label {
	font-family:Century Gothic;
 	display: block;
	margin: 10px 0 -10px 0;
}

.typography q {
	font-family:Century Gothic;
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	font-family:Century Gothic;
	margin: 10px;
	font-size: 1em;
	border-collapse:collapse;
}
	.typography td {
		border: 0;
		padding:5px;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:10px;
}
.typography img.left {
	margin-right:10px;
	float:left;
}
.typography img.leftAlone {
	float:left;
	margin-right:100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
