/**
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Arial, Helvetica, sans-serif;
}

/* PARAGRAPHS */
.typography p { 
 	color: #666;
 	line-height: 1.8em;
 	font-size: 1.2em;
	 }

.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: underline; 
	color: #002380;
}
.typography a:hover { 
 	text-decoration: underline;
	color:#000000;
	 }
.typography a:visited { 
 	text-decoration: underline;
	color: #002380;
	 }

/* LIST STYLES */


.typography ul, 
.typography ol {
  margin: 10px;
  color: #666;
  line-height: 1.4em; 
  text-align: left;
  margin-bottom: 2em; 
}

.typography ul,.typography ol {
  padding-left: 0;
  list-style-type: none;
}


.typography ol li {
	margin-bottom: 1em;
 	color: #666;
	padding-left:20px;
	background:url(http://pivotal4u.com/gfx/olbullet.png) left no-repeat;
	}

.typography ul li {
	margin-bottom: 1em;
 	color: #666;
	padding-left:20px;
	background:url(http://pivotal4u.com/gfx/libullet.png) left no-repeat;
	}
		






/* HEADER STYLES */

.typography h1 { 
 	font-size: 2.6em; 
	color: #666; 
	margin: 0 0 15px 0;
	clear: both;
	font-weight: 300;
	}
	
 h1.typography { 
 	font-size: 2.6em; 
	color: #666; 
	margin: 0 0 15px 12px;
	clear: both;
	font-weight: 300;
	}

.typography h2 { 
 	font-size: 2.2em; 
	color:#FF3300;
	margin: 15px 0 15px 0;
	clear: both;
	font-weight: 300;
	}
	
.typography h3 {
	color: #666;
	margin: 25px 0 15px 0;
	font-weight: 300;
	clear: both;
	font-size: 2em;
}
.typography h4 {
	font-size: 2em;
	color: #FF3300;
	width: 95%;
	clear: both;
	font-weight: 300;
	margin: 25px 0 15px 0;
}
.typography h5 {
	font-size: 1.6em;
	color: #FF3300;
	font-weight: 300;
	margin: 10px 0;
	clear: both;
}
.typography h6 {
	font-size: 1.2em;
	color: #666;
	line-height: 1.4em;
	margin: 10px;
	clear: both;
}

/* 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 -2px 0;
	color: #777;
}

/* TABLE STYLING */
.typography table {

	margin: 10px;
	font-size: 1.2em;
	color: #666;	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		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:20px;
	margin-bottom:20px;
	border: 6px solid #f1f1f1;
}
.typography img.left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border: 6px solid #f1f1f1;
	
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	border: 6px solid #f1f1f1;
}

.typography img.leftAlone {
	float:left;
	display:block;
	margin-bottom:20px;
	border: 6px solid #f1f1f1;
	}

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