/*
-----------------------------------------------------------------
Centre for Experimental and Constructive Mathematics
Base Stylesheet for the site 
Filename:      base.css                                            
Version:       1.0                                                    
Date:          December 2004
  
Site:          http://www.cecm.sfu.ca
 
-----------------------------------------------------------------
*/


/* Basic Formatting */
/* ----------------------------------------------------------- */
body {
	font-size: 0.7em;
	font-family: Univers, Arial, sans-serif;
	color: #333;
	background: #ccc;
	margin: 0px;
	padding: 0px;
}

p {
	text-align: justify;
}

pre {
	font-size: 1.3em;	
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #0d2b88;
}

a:visited {
	font-weight: bold;
	color: #0d2b88;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Univers, Arial, sans-serif;
	color: #0d2b88;
	margin-top: 0em;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.65em;
}

h2 {
	font-size: 1.55em;
}

h3 {
	font-size: 1.45em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1.15em;
}

strong {
	font-weight: bold;
	color: #0d2b88;
}

em {
	font-style: italic;
	color: #f6014c
}

img {
	border: 1px solid #666;
}

.form input[type="text"] {
	border: 1px solid #0d2b88;
	color: #0d2b88;
}

.columns {
	border-top: 1px #0d2b88 solid;
	padding-top: 5px;
}

/* Main Container */
/* ----------------------------------------------------------- */
#content {
	background-color: #fff;
	border: 1px solid #333;
	margin: 10px;        
}

/* Masthead and Masthead Image */
/* ----------------------------------------------------------- */
#masthead {
        background: #fff url(../img/meeting07.jpg) top center no-repeat;
        padding: 0;
        margin: 0;
        overflow: hidden;
        width: 100%; /*IE5 on Mac needs a width or it won't show*/
        height: 110px;
}

#masthead img {
        position: relative;
        top: 69px;
        left: 0px;
}

/* Tool Bar */
/* ----------------------------------------------------------- */
#toolbar {
	padding: .2em 20px .2em 20px;
	background-color: #fff;
	color: #0d2b88;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#toolbar form {
	display: inline;
}

#toolbar table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.textSize a:link {
	padding-right: 10px;
	text-decoration: none;
	color: #0d2b88;
}

.textSize a:hover {
	padding-right: 10px;
	text-decoration: underline;
	color: #f6014c;
}

/* Footer */
/* ----------------------------------------------------------- */
p.footer {
	border-top: 1px solid #ccc;
	margin: 0em;
	background-color: #fff;
	color: #333;
	padding: 5px;
	text-align: center;
	font-size: 9px;
}

p.footer a:link, p.footer a:visited {
	background-color: #fff;
	font-weight: bold;
	color: #0d2b88;
	text-decoration: none;
}

p.footer a:hover {
	background-color: #fff;
	color: #333;
	text-decoration: underline;
}

