/*---------------------------------------------------------------------------------------------------------------------------------
 * Filename: 		typography.css
 * Description: 		HD Envy Theme #2 Typography Style Sheet
 * Website: 			http://www.hdenvy.com
 * Author:			Mark Demerin

This typography file is included in the WYSIWYG editor 

 ==STRUCTURE: ==========================================================================
 
 * Page width:		760px
 
 */

 
/* GENERIC STYLES */ 
.typography * {
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: small;
}

/* PARAGRAPHS */
.typography p {
	color: #999999;
 	/*line-height: 1.6em;
 	font-size: 1.1em;*/
}
#Layout p {
 	margin: 10px 5px 5px 0;
}
#Content p {
	font-size: small;
}
#Sidebar p {
	clear: both;
 	/*font-size: 1.1em;*/
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
	color: #777;
	/*font-size: 1.4em;*/
	font-style: italic;
	margin: 10px;
}	

/* LINKS */
.typography a { 
	border: 0;
	color: #c3c3c3;
	text-decoration: underline; 
}
.typography a:hover { 
	color: #f0a035;
 	/*text-decoration: underline;*/
}

/* ICONS */
.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$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	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;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 20px;
	color: #666;
}

.typography li {
	/*font-size: 1.2em;*/
	margin: 5px 10px;
}

/* HEADER STYLES */

.typography h1 {
	clear: both;
	color: #c3c3c3;
	font-size: medium;
}
.typography h2 { 
	clear: both;
	color: #c3c3c3;
	text-decoration: underline;
}
	
.typography h3 {
	/*clear: both;
	color: #222;
	font-size: 1.8em;
	font-weight: 300;
	margin: 25px 0 15px 0;
	*/
	clear: both;
	color: #c3c3c3;
	font-size: medium;
}
.typography h4 {
	border-bottom: 1px solid #ccc;
	clear: both;
	/*color: #222;*/
	/*font-size: 1.6em;*/
	/*font-weight: 300;*/
	line-height: 1.5em;
	margin: 25px 0 15px 0;
	width: 95%;
}
.typography h5 {
	color: #222;
	/*font-size: 1.4em;*/
	font-weight: 300;
	margin: 10px 0;
}
.typography h6 {
	color: #ffffff;
	/*font-size: 1.2em;*/
	/*line-height: 1.4em;*/
	margin: 10px;
}

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

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

/* TABLE STYLING */
.typography table {
	border-collapse: collapse;
	/*color: #666;*/
	/*font-size: 1.2em;*/
	/*margin: 10px;*/
}

/* 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.right2 {
	float: right;
}
.typography img.left {
	float: left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

/* FORMS */
.typography label {
	/*font-size: 1em;*/
}
.typography input.text, .typography textarea {
	color: #000000;
	/*font-size: 1em;*/
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	/*margin-top: -15px;*/
}


/* For Homepage right side content */
#Content_HomePage_Right {
	color: #999999;
	font-size: x-small;
	margin: 0;
	padding: 0;
}
#Content_HomePage_Right a {
	color: #999999;
	text_decoration: none;
}

td.link_to_frames {
	color: #999999;
	font-size: x-small;
}
a.link_to_frames {
	color: #999999;
	font-size: x-small;
	text-decoration: none;
}

/*.typography td.link_to_frames {
	color: #999999;
	font-size: x-small;
}
.typography a.link_to_frames {
	color: #999999;
	font-size: x-small;
	text-decoration: none;
}*/

/*#Content_HomePage_Right a:link,
#Content_HomePage_Right a:visited {
	color: #999999;
}
.typography .homepage_right {
	color: #999999;
	font-size: x-small;
	text-decoration: none;
}*/
