/* GENERIC STYLES */ 
.typography * {
	font-family: Verdana, Lucida, sans-serif; 
}
/* PARAGRAPHS */
 p { 
 	color: #444;
 	line-height: 1.7em;
 	font-size: 1.2em;
}

.typography p.pageNumbers {

	text-align:right;

}
#layout p {
 	margin: 5px 20px 5px 20px;
}
#sidebar p {
	font-size: 1.1em;
 	clear: both;
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
	margin-left: 10px;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #5c6f00;
}
.typography a:hover { 
 	text-decoration: underline;
}
#content h1 a {
	color: #1d6e00;
	font-size:0.9em; 
}
.typography a img{
	border:solid 1px #99ad3a;
	}
.typography a img:hover{
	border-color: #1d6e00;
	}
/* LIST STYLES */
.typography ul, 
.typography ol {
 margin-left: 50px;
}

.typography li {

}

/* HEADER STYLES */

.typography h1,
.typography h2 { 
	color: #1d6e00; 
	margin: 20px 20px 5px 20px;
	clear: both;
	font-weight: 300;
	font-family: Tahoma, Verdana, sans-serif;
}
.typography h1 {
	font-size: 2.1em;
}
.typography h1 span{
	font-size: 0.5em;
	color: #000;
}
.typography h2 { 
	color: #1d6e00;
 	font-size: 1.8em;
	margin: 10px 20px 8px 20px;
}

.typography h3 {
	color: #1d6e00;
	margin: 20px 0 0 20px;
	font-weight: 300;
	clear: both;
	font-size: 1.6em;
}
.typography h4 {
	font-size: 1.6em;
	color: #99ad3a;
	width: 95%;
	clear: both;
	font-weight: normal;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 15px 0;
	display:block;
}
.typography h5 {
	font-size: 1.5em;
	color: #1d6e00; 
	margin: 10px 20px;
	font-weight: normal;
}
.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
}

.typography h3.gallery {
	margin: 0 0 0 30px;
	
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

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

/* TABLE STYLING */
.typography table.normal {
	margin: 10px 20px;
	font-size: 10px;
	color: #666;
	border-collapse:collapse;
}
	.typography table.normal td, .typography table.normal th {
		border: 1px solid #ccc;
		padding:5px;
	}
	.typography table.normal th{
		background-color: #eee;		
	}
.typography table.noBorder{
	font-size: 12px;
	margin: 0px 20px;
	color: #444;
}
.typography table.noBorder td, .typography table.noBorder th{
	border: none;
	padding-top:2px;
}
/* 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;
	margin:0px 40px 30px 0px ;
}
.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 #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}