/*
  (c) Mediaweb Studio
*/


/* GENERIC STYLES
-------------------------------------------- */
.typography {
	color: #3D3D3D;
	font: 16px/19px 'PT Sans', sans-serif;
}

/* PARAGRAPHS
-------------------------------------------- */
.typography p { 
	font-weight: normal;
	margin:0 0 10px;
}
p.red{
	color:red;
}
.HomePage .typography{
	font-size:16px;
}
/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-style: italic;
}	

/* LINKS 
-------------------------------------------- */
.typography a{
	color: #DA6C00;
} 
	
/* LIST STYLES 
-------------------------------------------- */
.typography ul{
	list-style-type:none;
}
.typography ul ul{
	margin:5px 0;
	padding:0;
}
.typography ul, 
.typography ol {
	margin: 20px 0;
    padding: 0 0 0 25px;
}
.typography li {
	margin: 0;
}
.typography ul li {
	margin: 0;
	padding-left:20px;
	background: url(../img/li.jpg) no-repeat 0 10px;
}

/* HEADER STYLES
-------------------------------------------- */
.typography h1 {
	color: #3D3D3D;
    font-size: 32px;
	font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

.typography h2 {
	color:#3D3D3D; 
	font-weight:400; 
	font-family: 'PT Sans', sans-serif;
	font-size:24px; 
	line-height:30px;
	margin:20px 0 10px 0; 
}
.typography h3 {
	color:#3D3D3D; 
	font-size: 20px;
    font-weight:400; 
	font-family: 'PT Sans', sans-serif;
	line-height:20px;
	margin:15px 0 5px 0;
}
.typography h4, 
.typography h5, 
.typography h6 {
	color:#191919; 
	font-weight:400; 
	font-size:16px; 
	margin:15px 0 5px 0; 
}

/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #CCCCCC solid;
	background:#EEEEEE;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 20px 0;
	border-spacing:0;
	border-collapse:collapse;
}
.typography th,
.typography thead td {
	background-color:#EDEDED;
	/*text-align:center;*/
	border:1px solid #C8C8C8;
	padding:10px;
	font-weight:bold;
}
.typography td {
	border:1px solid #C8C8C8;
	padding:10px 12px;
	vertical-align: top;
	font-size: 13px;
	background-color: transparent;
}
.typography caption {
	font-size:12px;
	font-style:italic;
	text-align:center;
	caption-side:top;
	padding-bottom:7px;
}

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

/* IMAGES 
-------------------------------------------- */
.typography img,
.typography a img {
	border: 0px;
	margin: 0;
}
.typography img.right {
	float: right;
	margin-left:5px;
}
.typography img.left {
	float: left;
	margin: 0 20px 15px 0;
}
.typography img.leftAlone {
	float: left;
	margin-right:100%;
}
.typography img.center {
	float: none;
	margin: 3px auto;
	display: block;
}