/*

File name: /wp-content/themes/bcpsa/style.css
Website: British Columbia Political Studies Association | www.bcpsa.ca
Created by NinerNet Communications: http://www.niner.net
Copyright (c) 1996-2010 NinerNet Communications. All rights reserved.
Version 2.1.5, Wednesday 17 February 2010.

Recent Revision History:

		2010-02-17 (2.1.5)	-	Revert to original font size (11.5 pixels), as it appears the changes have no effect in Firefox on the Mac.

		2010-02-17 (2.1.4)	-	Another go.

		2010-02-16 (2.1.3)	-	Further reduce the font size used in the menu.

	2010-02-02 (2.1.0)	-	Tweaks to get it right.

	2010-01-18 (2.0.0)	-	File created.

To Do:

	* Nothing in particular.

Notes:

	* None.


INFORMATION FOR WORDPRESS BACK END:

Theme Name: BCPSA
Theme URI: http://www.niner.net/
Description: Theme based on existing BCPSA website design, converted to pure CSS.
Version: 2.1.0
Author: NinerNet Communications
Author URI: http://www.niner.net/
Tags: bcpsa, one column, fixed width, widgets, ninernet

*/


body {
	margin: 0;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

a:link {
	color: #003964;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	color: #003964;
	}

a:hover {
	text-decoration: none;
	}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
	text-transform: uppercase;
	}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	line-height: 17px;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 14px;
	}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 0;
	text-align: center;
	}

#wrapper {
	/* border: #f00 solid 1px; */
	width: 900px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url("images/background_page.png");
	background-repeat: repeat-y;
	background-position: center;
	}

#header {
	width: 789px;
	height: 80px;
	background-image: url("images/header2_bg.jpg");
	background-position: top;
	text-align: right;
	padding: 22px 10px 0 0;
	margin: 0 0 0 50px;
	}

#header a:link {
	text-decoration: none;
	color: #fff;
	}

#header a:visited {
	text-decoration: none;
	color: #fff;
	}

#menu_wrapper {
	/* border: #f00 solid 1px; */
	width: 799px;
	height: 150px;
	vertical-align: top;
	background-image: url("images/header_bg.jpg");
	background-position: top center;
	border-width: 15px 0 1px 0;
	border-style: solid;
	border-top-color: #000;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #333;
	padding: 0;
	margin: 0 0 0 50px;
	}

#description {
	width: 789px;
	background-color: #1f1f1f;
	color: #ccc;
	text-align: left;
	padding: 5px;
	margin: 0 0 0 50px;
	}

#description a:link {
	text-decoration: underline;
	color: #ccc;
	}

#description a:visited {
	text-decoration: underline;
	color: #ccc;
	font-weight: normal;
	}

#content_box {
	/* border: #f00 solid 1px; */
	width: 799px;
	background-image: url("images/bg_content.jpg");
	background-repeat: repeat;
	background-color: #fff;
	padding: 0;
	margin: 0 0 0 50px;
	min-height: 150px;
	}

#coa {
	/* border: #0f0 solid 1px; */
	width: 129px;
	height: 142px;
	background-image: url("images/bc_coat_of_arms.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	padding: 0;
	}

#content {
	/* border: #00f solid 1px; */
	color: #000;
	text-align: left;
	padding: 10px;
	margin: 0 0 0 129px;
	}

#announcements {
	/* border: #0ff solid 1px; */
	width: 789px;
	background-color: #666;
	color: #fff;
	text-align: left;
	padding: 5px;
	margin: 0 0 0 50px;
	}

#links {
	/* border: #ff0 solid 1px; */
	width: 789px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: 0 0 0 50px;
	font-weight: bold;
	}

#links a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}

#links a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	}

#footer {
	/* border: #f0f solid 1px; */
	width: 789px;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin: 0 0 0 50px;
	font-size: 10px;
	}

#footer a:link {
	text-decoration: underline;
	color: #fff;
	}

#footer a:visited {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
	}


/* ----- MODIFICATIONS BASED ON THE GRC DROP-DOWN MENU SYSTEM (SEE "menus.css", WHICH IS STILL BEING CALLED, FOR COMMENTS): ----- */

.menu {
	/* border: #0f0 solid 1px; */
	background-color: #000;
	color: #fff;
	height: 30px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-size: 11.5px;
	}
