/* 
 *  REDCODE.DE - Global Web Styles
 *  (C)opyright 2001-2010 REDCODE.DE. All Rights reserved.
 *  Visit us at http://www.redcode.de/
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 *
 *  Modified  Version  By          Reason
 *  ========  =======  ==========  ============================================================
 *  20100301   0.0b    tmh         Experimental Implementation
 *  20100303   1.0     tmh         Initial Implementation
 */

/* GENERIC STYLES  */
 /*
.typography * {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:12px;
	line-height:17px;
	font-weight: normal;
	color: #666666;
}

.typography h1 { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#E2001A;
	font-size:22px; line-height:25px; margin:10px 0px 20px 0px;  
}
.typography h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#666666;
	font-size: 16px; font-weight: bold; margin:0px 0px 15px 0px; 
}
.typography h3 { color:#cc0033; margin:5px 0px 15px 0px; }
.typography h4, .typography h5, .typography h6 { margin:5px 0px 10px 0px; }

.typography p { margin:0px 0px 15px 0px; }
.typography blockquote { margin:0px 0px 15px 0px; }

.typography q {  }
.typography ul { margin: 0px 0px 10px 10px; padding: 0px; list-style: disc outside url(../images/listdot.gif); }
.typography ol { margin: 0px 0px 10px 10px; }
.typography li { margin-left: 10px; padding: 0px; line-height:20px; }

.typography a { color: #e2001a; text-decoration: underline; }
.typography a[href$=".pdf"], .typography a[href$=".PDF"], .typography a.pdf {
	padding: 2px; padding-left: 20px;
	background: url(../images/iconPDFdownload.jpg) no-repeat left center;
}

.typography strong {  }
.typography em {  }
.typography u {  }

/* PRE STYLES 
.typography pre {
	font-family: "Courier New",Courier; display: block;
	border: 1px gray solid;	background: silver;;
}

/* TABLE STYLING  
.typography table { border-collapse:collapse; }
.typography tr {  }
.typography td {  }

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
.typography .left { text-align: left; }
.typography .center { text-align: center; }
.typography .right { text-align: right; }

.leftColumn {  }
.middleColumn {  }
.rightColumn {  }

/* IMAGES 
.typography img { border: none; }
.typography p img, .typography td img { border: 1px solid silver; }

.typography img.right { float: right; margin-left: 20px; }
.typography img.left  { float: left; margin-right: 20px; }
.typography img.leftAlone { float: left; margin-right: 100%; }
.typography img.center { float: none; margin-left: auto; margin-right: auto; display: block; }
