/*** This typography file is included in the WYSIWYG editor ***/
.typography * {
	color: #855E3B;
}

.typography p { 
	margin: 0;
	font-size:1.2em;
    padding:0 0 15px;
}

/*** Lists ***/

.typography ol {
	list-style-image:none;
    list-style-position:outside;
    list-style-type:decimal;
    margin:0 0 0 25px;
}

.typography ol li {
	font-size:1.1em;
    padding:0 0 3px;
}

.typography ul {
    padding:0 0 0 3px;
}

.typography ul li {
    background:transparent url(../images/dot.png) no-repeat scroll left 4px;
    display:block;
    font-size:1.1em;
    padding:0 0 3px 12px;
}

/*** Links ***/

.typography a {
	color: #8A4324;
	cursor: pointer;
	text-decoration: none;
}

.typography a:hover {
	text-decoration: underline;
}
/*** Headers ***/

.typography h1, .typography h2, .typography h3{
    color:#8a4324;
    padding:0 0 6px 0;
}
.typography h1{
    font-size:1.9em;
    font-weight:normal;
}
.typography h2{
    font-size:1.6em;
}
.typography h3{
    font-size:1.4em;
}
.typography h4, .typography h5, .typography h6{
    color:#522714;
    padding:0 0 6px 0;
}
.typography h4{
    font-size:1.9em;
    font-weight:normal;
}
.typography h5{
    font-size:1.6em;
}
.typography h6{
    font-size:1.4em;
}

/*** Addresses ***/	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:14px;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;
}

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

/*** Tables ***/
.typography table {
	border: none;
	border-collapse: collapse;
}

.typography table td, table th {
	padding: 5px;
}

.typography td {
	border: none;
	border-collapse: collapse;
}

/*** WYSIWYG EDITOR ALIGNMENT ***/
.typography .left {
	text-align:left;
}

.typography .center {
	text-align:center;
}

.typography .right {
	text-align:right;
}

.typography img.right {
	float:right;
	margin: 10px 0px 10px 10px;
}

.typography img.left {
	float:left;
	margin: 10px;
}

.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display:block;
}

/*** Extra redundancy ***/
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.sub-box {
    background:#DBC79B none repeat scroll 0 0;
    border:1px solid #B59F6F;
    margin:5px 0 19px;
    overflow:hidden;
    padding:15px 20px 5px 0;
}

