/*
 SilverStripe George Theme
 http://www.henrygeorge.dk/
 This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
  font-family: 'Ariel', Helvetica, Sans-serif;
}

/* PARAGRAPHS */
.typography p { 
 	color: #787676;
 	line-height: 1.4em;
 	font-size: 13px;
}
#Layout p {
 	margin: 10px 5px 5px 0;
}
#Sidebar p {
	font-size: 1.4em;
 	clear: both;
 	margin: 10px 10px 0 10px;
}
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: red;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #277CFF;
}
.typography a:hover { 
	color: #277CFF;
 	text-decoration: underline;
}
.typography a:visted { 
 	text-decoration: underline;
}
	
/* Sitemap */

.typography ul	{
		color: #787676; 
}

.typography ol {
	margin: 15px;
	color: #787676;
}

.typography li {
	font-family: 'Ariel', Helvetica, Sans-serif;
	font-size: 13px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Header styles */

.typography h1 { 
	font-family: 'Trebuchet MS', Arial, Sans-serif;
 	font-size: 20px; 
	color: #277CFF; 
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 15px 0;
}
.typography h2 {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
 	font-size: 15px; 
	color: #277CFF; 
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 15px 0;
}
.typography h3 {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
 	font-size: 14px; 
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	color: #787676; 
	
	/*margin: 15px 0;*/
}
.typography h4 {
	font-family: 'Ariel', Helvetica, Sans-serif;
 	font-size: 16px;
	font-style: normal;
	color: #787676; 
	margin: 5px 0;
}
.typography h5 {
	font-family: 'Ariel', Helvetica, Sans-serif;
 	font-size: 13px;
	font-style: normal;
	color: #787676; 
	margin: 5px 0;
}
.typography h6 {
	font-family: 'Georgia', Times New Roman, Times, serif;
 	font-size: 11px;
	font-style: normal;
	color: #787676; 
}

/* ADRESS STYLES */	
.typography pre {
	font-family: 'Georgia', Times New Roman, Times, serif;
 	font-size: 12px;
	color: #787676; 
	display: block;
	margin: 2em 10em;
	padding: 0.5em;
	border: 1px #CCCCCC dashed;
	background: #E9F2FF;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

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

/* TABLE STYLING */
.typography table {
	margin-left: 0px;
	margin-right: 10px;
	font-size: 1em;
	color: #666666;	
	border-collapse:collapse;
}
.typography td {
	border: 0px solid #999;
	padding: 5px;
	}

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

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

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

/* 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;
}

/*End of file*/