/** 
 * Windpower09 theme
 * http://www.kreationsbyran.com
 *
 * 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.
 */

 
/* generic styles 
-------------------------------------------- */
#content .typography * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* paragraphs 
-------------------------------------------- */
.typography p { 
 	color: #1a171b;
 	line-height: 1.25em;
 	font-size: 1.1em;
	margin: 0 0 10px 0;
	margin-bottom: 0;
}

/* 
.typography p + p {
  text-indent: 1.5em;
  margin-top: 0 
}
*/

/* header styles 
-------------------------------------------- */
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5,.typography h6  {
	font-family: Arial, Helvetica, sans-serif !important;
	color: #68686a;
	text-transform: uppercase;
	font-weight:normal;	
	line-height:normal;
	margin:0 0 10px 0;
}

.typography h1 {
	/*font-size:4em;*/
	font-size:1.5em;
	padding-top: 10px;
	margin-bottom: 5px;
	font-weight:bold;	
}

.typography h2 {
	font-size:3.5em;	
	letter-spacing:5px;
	font-weight:lighter;
	padding-bottom:8px;
}

.typography h3 {
	font-size:1.5em;
	padding-top: 10px;
	margin-bottom: 5px;
	font-weight:bold;
}

.typography h4 {
  font-weight:bold;
	font-size:1.1em;
	text-transform: none;
}
/* links 
-------------------------------------------- */

.typography a {
  color: #000;
}

.typography a:hover {
  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$=".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;
	}

/* quotes
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	

.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* list styles 
-------------------------------------------- */
.typography ul,
.typography ol {
  margin: 0 0 18px 0px;
}
.typography li {
  margin: 5px 0px 5px 15px;
}
.typography li li {
  font-size: 0.9em;;
}
		
/* pre 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;;
}

/* 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;
}

/**/
.typography p.left {
	float: left;
}
.typography p.center {
	
}
.typography p.right {
	float: right;
}

/* images 
-------------------------------------------- */
.typography img {
	border: none;
}
	.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;
	}

/* end zenit content */
