/**
    GUZO Typography Styles
 */

/* GENERIC STYLES */
.typography * {
	font-family: Helvetica, Arial, sans-serif;
}

/* PARAGRAPHS */
.typography p {
    margin:0 0 1em 0;
}

/* LINKS */
.typography a { color:#000; background-color:inherit; }
.typography a:hover { color:#FBB3B3;}

/* HEADER STYLES */
.typography h1.HomeTitle {
    margin:0.1em 0 0.3em 186px;
    font-weight:normal;
    font-size:2.2em;
    line-height: 30px;
}

.typography h1, .typography h2 {
 	font-size: 15px;
 	margin:0.8em 0 0.3em 0;
 	padding:0;
}

.typography h2 {
    color:#FBB3B3;
    background-color:inherit;
}

.typography h3 {
    font-size:14px;
}

.typography h2 a, .typography h3 a, .typography h4 a {
    color:#FBB3B3;
    background-color:inherit;
    text-decoration:none;
}

.typography h4 {
    margin:1em 0 0 0;
}
.typography h5 {

}
.typography h6 {

}

.typography .date {
    color:#666;
}


/* 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: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;
}

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