/**
 * src-css.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71 2008/07/11 04:22:59 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	background-color: #FFF;
	color: #111;
}


a {
	text-decoration: none;
}

a:link {
	color: #BB141C;
}

a:active {
	color: #BB141C;
}

a:visited {
	color: #BB141C;
}

a:hover {
	color: #BB141C;
	background: #fff;
	text-decoration: underline;
}


label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	width:1024px !important;
	min-width: 730px !important;
	margin: 0px auto;
	margin-left: 0px;
}


#header {
	background-color: #FFF;
}


#header h1 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 0.5em 0 0.25em 2%;
}

#footer {
	background-color: #FFF;
}

#breadcrumb {
        padding-bottom: 1em;
}

#main h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	border-top: 1px solid #BB141C;
}

#main h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#navbar {
	border-bottom: 1px solid #BB141C;
}

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#content h4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
}

ul.menu {
       padding-top: 13px;
       margin-left: 28px;
       list-style-type: none;
}

ul.menu li {
	display: block;
        padding-bottom: 1em;	
}

ul.menu a {
	text-transform: uppercase;
	text-decoration: none;
        color: #444;
}

ul.menu a:hover {
	text-transform: uppercase;
	text-decoration: underline;
        color: #BB141C;
        background-color: #fff;
}

ul.articleMenu {
       padding-top: 13px;
       list-style-type: none;
}

ul.articleMenu li {
	display: inline;
        padding-bottom: 1em;
        padding-right: 1.5em;	
}

ul.articleMenu a {
	text-transform: uppercase;
	text-decoration: none;
        color: #444;
}

ul.articleMenu a:hover {
	text-transform: uppercase;
	text-decoration: underline;
        color: #BB141C;
        background-color: #fff;
}


#red_bullets { list-style-image: url(http://journals.sfu.ca/src/images/ccsp.jsrc.bullet.jpg); }

#black_bullets { list-style-image: url(http://journals.sfu.ca/src/images/ccsp.jsrc.bullet.black.jpg); }

ul.plainHome {
	list-style-type: none;
	padding-left: 4.5em;
        padding-top: 1em;
        padding-bottom: 1em;
}

ul.plainHome a {
	color: #111;
        text-transform: uppercase;
}

#announcementsHome h3 {
	text-align: left;
}

table.announcements td {
	padding: 0.25em 0.5em 0.25em 0em;

}

table.announcements td.headseparator {
	border-top: 0px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 0px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 0px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

td.more a {
	text-decoration: underline;
}

div.redline {
	border-bottom: 1px solid #BB141C;
}

div.redline_bar {
	border-bottom: 1px solid #BB141C;
    width: 90px;
    margin-left: 28px;
}


div.page h1 {
	line-height: 40px;
}

div.page h2 {
	line-height: 30px;
    padding-top: 20px;
}

div.page {
	font-size: 1em;
	line-height: 20px;
}

