/**
 * rework of vanilla.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Modified Vanilla theme for Proceedsing of NSIS.  Modifications based on Dalhousie Review style sheet.
 * 
 * $Id$
 */

body {
	font-family: Arial,"Lucida Grande",Lucida,Verdana,sans-serif; 
	background-color: #7EA3DB;
    color: #000000;
}
/*#content {
    border-top: 2px dotted #000000;
    font-size: 0.7em;
    margin: 0;
    padding: 0.5em 0 0;
}*/
#content h3 {
    font-family: Arial,"Lucida Grande",Lucida,Verdana,sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0 1em 0.25em 0;
    padding-top: 0.75em;
}
#content h4 {
    font-family: Arial,"Lucida Grande",Lucida,Verdana,sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0.75em 1em 0.25em 0;
}
#content h5 {
    font-size: 1em;
    font-weight: bold;
    margin: 0 1em 0.25em 0;
    padding-top: 0.75em;
}

#main h2 {
    font-family: Arial,"Lucida Grande",Lucida,Verdana,sans-serif;
    font-weight: normal;
    margin: 0 1em 0.5em 0;
    padding-top: 0.5em;
}
#main h3 {
    font-family: Arial,"Lucida Grande",Lucida,Verdana,sans-serif;
    font-weight: normal;
    margin: 0 1em 0.5em 0;
    padding-top: 0;
    }
#header {
	border-bottom: 1px solid #7EA3DB;
}

#header img {
    float: left;
    height: 72px;
    width: 72px;
    padding: 0em 0.25em 0 0;
}  
#header h1 {
    font-family: Arial,"Lucida Grande",Lucida,Verdana,sans-serif; 
    background-color: #7EA3DB;
    margin: auto;
    padding: 0.5em;
}


/*#header img {
    float: left;
    height: 72px;
    width: 72px;
    padding: 0em 0.25em 0 0;
}*/
a:link {
	color: #3B3836; 
	text-decoration: none; 
}

a:active {
	color: #3B3836; 
	text-decoration: none; 
}

a:visited {
	color: #3B3836;
	text-decoration: none; 
}

a:hover {
	color: #3B3836; 
	text-decoration: underline; 
}


#main {
	border-left: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;	
}


#navbar {
	border-bottom: 1px solid #CCCCCC;
}

#breadcrumb {
	border-bottom: 1px solid #CCCCCC;	
}

#content {
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px dotted #CCCCCC;
}

