.typography{
	font-size:12px;
}

.typography p{
	margin-bottom:1em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5{
	clear:right;
}

.typography h2 a {
	font-size:inherit;
	color:inherit;
}

.typography div#content h2 {

	margin-bottom:10px;
	font-weight:bold;
}
.typography div#content h3 {
	margin-top:15px;
	margin-bottom:3px;
	font-weight:bold;
	color:#BD6F21;
}

.typography small {
	color: #BCBCBC;
	font-family:Verdana, Tahoma, Arial;
	font-style: italic;
	font-size:10px;
}

.typography .message {
	font-family:Verdana, Tahoma, Arial;
}
.typography ul {
	list-style-position: inside;
	list-style-type: disc;
}
	.typography ul ul{
		list-style-type: square;
	}

.typography ul,.typography ol{
	margin: 0.2em 0 0.8em 1.5em;
	list-style-position:outside;
}

.typography ul{
	margin-left:2em;
	list-style-image:url('../images/bullet.gif');
}

.typography ul ul{
	list-style-image:url('../images/bullet3.gif');
}

.typography ul ul ul{
	list-style-image:url('../images/bullet.png');
}

.typography ul ul ul ul{
	list-style:disc;
}

.typography ul li,.typography ol li {
	
}
.typography ul.disc {
	list-style-position: inside;
	list-style-type: disc;
}

.typography .bigintro{
	font-size:16px;
	font-family:Georgia, Helvetica, Tahoma, Arial;
	color: #666666;
	letter-spacing: 0.02em;
	line-height:140%;
}

.typography .infobox_right {
	background-color:#F9F9F9;
	border:1px solid #AAAAAA;
	clear:right;
	color:black;
	float:right;
	margin:0.5em 1em 0.5em 1em;
	padding:0.2em;
}

.typography .infobox_left {
	background-color:#F9F9F9;
	border:1px solid #AAAAAA;
	clear:left;
	color:black;
	margin:0.5em 1em 0.5em 1em;
	padding:0.2em;
}


/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	font-style: italic;
}	

.typography a{
	text-decoration:underline;
}

/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".ppt"],
	.typography a[href$=".PPT"],
	.typography a.ppt,
	.typography a[href$=".pps"],
	.typography a[href$=".PPS"],
	.typography a.pps {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_powerpoint.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls,
	.typography a[href$=".xlsx"],
	.typography a[href$=".XLSX"],
	.typography a.xlsx {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}
	.typography a[href$=".mpg"],
	.typography a[href$=".MPG"],
	.typography a.mpg,
	.typography a[href$=".mpeg"],
	.typography a[href$=".MPEG"],
	.typography a.mpeg
	
	{
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/film.png) no-repeat left center;
	}
	
	.typography a[href$=".jpg"],
	.typography a[href$=".JPG"],
	.typography a[href$=".jpeg"],
	.typography a[href$=".JPEG"],
	.typography a[href$=".png"],
	.typography a[href$=".PNG"],
	.typography a[href$=".gif"],
	.typography a[href$=".GIF"],
	.typography a[href$=".bmp"],
	.typography a[href$=".BMP"]
	{
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/picture.png) no-repeat left center;
	}
	
	.typography a[href$=".wav"],
	.typography a[href$=".WAV"],
	.typography a.wav,
	.typography a[href$=".mp3"],
	.typography a[href$=".MP3"],
	.typography a.mp3
	{
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/sound.png) no-repeat left center;
	}	
	
	/** External Links **/
	.typography a[href^="http://"],
	.typography a[href^="https://"]{
		padding: 2px;
		padding-right: 10px;
		background: url(../images/external-link.gif) no-repeat right center;
	}
	
	/** Internal Links **/
	.typography a[href^="http://psnetwork"],
	.typography a[href^="http://www.psnetwork"],
	.typography a[href^="http://blog.psnetwork"],
	.typography a[href^="http://localhost"]{
		padding: 0;
		padding-right: 0;
		background: none;
	}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.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;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.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;
	}