/**
 * Newfoundland and Labrador Studies Style Sheet for OJS
 * Written by Michael Nason @ ETC UNB 2011
 */
 
 /**
  * Journal-Style
  */
  
a:link {
	color: #b05c30;
}

a:active {
	color: #000000;
}

a:visited {
	color: #b05c30;
}

a:hover {
	color: #000000;
	background-color: inherit;
}

/**
 * Sidebar-Style
 */

#sidebar a:link {
	color: #b05c30;
	text-decoration:none;
}

#sidebar a:active {
	color: #000000;
	text-decoration:none
}

#sidebar a:visited {
	color: #b05c30;
	text-decoration:none;
}

#sidebar a:hover {
	color: #000000;
	background-color: inherit;
}

#sidebar div.block span.blockTitle {
    color: #554B1A;
}


/**
 * Article-Display
 */


/**
* Body Headers 2C6988
*/

#document-body div.section2 h1 {
    font-size: 1.2em;
    text-transform:uppercase;
}

#document-body div.section2 h2 {
    font-size: 1.2em;
}

#document-body div.section2 h3 {
    font-size: 1.2em;
    font-style: italic;
}


 
