/**
 * This typography file is included in the WYSIWYG editor
 */
img {
	border:0 !important;
}

.docu {
	font-size:1em !important;
}

.typography {
	font-family:Georgia,serif;
	font-size:1.15em;
	color:#333;
}

#Home {
	color:#FFF;
	font-size:2em;	
}


.typography hr {
	background-color:#fff !important;
	border-color:#ccc;
	border-style:solid;
	border-width:0 0 1px !important;
	clear:both;
	color:#fff !important;
	height:0;
	margin:1em 0;
	width:100%;
}

.typography blockquote {
	margin-left:20px;
}

.typography .important {
	background-color:#FFA;
	border:1px solid #930;
	color:#930;
	display:block;
	font-weight:bold;
	padding:8px;
	text-decoration:none;	
}

.typography .highlight {
	background-color:#FFA;
	padding:0 2px;	
}

#Home .highlight {
	color:#FC0;
	background:transparent;	
}

.typography pre, .typography .codeblock, .typography .code {
	font-family:Courier, 'Courier New', monospace, fixed !important;
	background:#dadada;
	overflow: auto;
	white-space:nowrap;
	font-size:12px;
	color:#000;
}

.typography .codeblock {
	padding:2px;
	margin:0 0 1em 0;
	border:0px solid #666;
	border-bottom-width:1px;
}

	.typography .codeblock * {
		font-family:Courier, 'Courier New', monospace, fixed !important;
	}
	
	.typography .codeblock a {
		color:#808080;
		text-decoration:underline;
	}
	
	.typography .codeblock a:hover {
		background:#FFF !important;
	}

.typography p {
	/*font-size:1.15em;*/
	margin:0 0 1em 0;
	padding:0;
}

.typography .PageInfo, #PageComments p.info, #PageComments p.info * {
	font-size:12px !important;
	background:#dadada;	
	margin:0;
	padding:0 2px;
}


/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin:0;
	padding:0 10px;
}
	.typography ul li,
	.typography ol li {
		margin:5px 10px;
		line-height:1.2em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	padding:8px 0 16px 0;
	margin:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

	.typography h1 {
		font-size:2.15em;
	}
	.typography h2 {
		font-size:1.8em;
	}
	.typography h3 {
		font-size:1.4em;
		padding:0.5em 0;
	}
	.typography h4 {
		font-size:1em;
		font-weight:bold;
		font-family:Georgia, serif;
		margin:0;
		padding:0;
	}

/* LINK STYLES */
.typography a {
	color:#b77618;
	font-size:1em;
}
	.typography a:hover {
		color:#FFF;
		background:#000;
	}
	
	
.typography table {
	float:left;
	font-size:1em;
	width:100%;
}
	.typography table tr td {
		padding:3px 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;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

#PageComments_holder * {
	font-size:14px;	
}

#PageComments p {
	margin:0.5em 0;	
}

ul#PageComments {
	list-style-type:none !important;
	padding:0;
	margin:0;
}

#PageComments li {
	list-style-type:none !important;
	padding:5px 0;
	margin:0;
	border:0px solid #ccc;
	border-bottom-width:1px;
}

#PageComments .info li {
	border:0;
}