/* STYLES TAKEN FROM 'WEHI Typographical style guide.pdf' - NK Redwolf 140902 */

h1.styleguide{
	font-size: 38px;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #3070b9;

}

h2.styleguide{
	font-size: 24px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #3070b9;
}

h3.styleguide{
    font-size: 22px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #3070b9;
}

h4.styleguide{
    font-size: 20px;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #3070b9;
}

h5.styleguide{
	font-size: 18px;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #3070b9;
}

h6.styleguide{
	font-size: 16px;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #3070b9;
}

p.styleguide{
	font-size: 16px;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #58595b;
}

li.styleguide{
	font-size: 16px;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #58595b;
}

p.quote.styleguide{
	font-size: 16px;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #3070b9;
}

div.styleguide{
	width: 730px;
	height: 50px;
	margin-top: -400px;
	margin-left: -70px;
	padding-top: 400px;
	background-image: url(../images/page-background.jpg);
	background-position: left 10px;
	background-repeat: repeat-x;
	overflow: visible;
}

/*Styling floated images via CKEditor*/
.image-left  {
    float:left;
    margin:5px 10px 5px 0;
    clear:both;
}
.image-right  {
    float:right;
    margin:5px 0 5px 10px;
    clear:both;
}
.image-center{
    float:none;
    text-align: center;
    margin:5px 10px 5px 10px;
}

/* FORMATTING FOR THE CSS CLASSES IN DRUPAL ADMIN


Page heading=h1.styleguide
Sub heading=h2.styleguide
Intro Paragprah=h5.styleguide
Body copy header=h6.styleguide
Body copy=p.styleguide
Body bullet=li.styleguide
Body quote=p.quote.styleguide
Page breaker=div.styleguide

This list has been superseded by the file sites/all/themes/wehi/ckeditor.styles.js
This file controls the Style formatting for CKEidtor

*/