/*  
Theme Name: CBMC Print Styles
Website: http://www.cbmc.ca/
Version: 1.0
Author: Adam Campbell
Author URI: http://hotmeteor.com/
*/

body {	
	font-family: verdana, arial, sans-serif;
	font-size: small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	color:#000;
	}

/* Layout
---------------------------------------*/

#container {
	width:740px;
	}

#header {
	width:100%;
	}

#page {
	margin-bottom:20px;
	width:100%;
	}

#left,
#right {
	width:50%;
	float:left;
	}

#wide {
	width:100%;
	}

#footer {
	width:100%;
	}

	#footer p {
		margin:0;
		font:normal 9px verdana, sans-serif;
		}

.leftcol,
.rightcol {
	width:50%;
	float:left;
	}
	
/* Headings
---------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family:verdana, arial, sans-serif;
	}

h1 {
	font-size:30px;
	}

/* Navigation
---------------------------------------*/

/* Main Navigation */

#navbar {
	width:100%;
	clear:both;
	}	

#navbar ul {	
	list-style:none;
	}

#navbar li {
	padding:0 8px;
	font-weight:bold;
	font-family:georgia, serif;
	text-transform:uppercase;
	display:inline;
	}

#navbar a:link,
#navbar a:visited {
	font-size:10px;
	margin-right:-2px;
	border:0;
	}

#navbar a:hover {
	font-size:10px;
	border:0;
	}

/* Sub Navigation */

#subnav {
	padding:6px 0;
	margin-left:44px;
	width:672px;
	/*border-bottom:1px solid #eee;*/
	clear:both;
	}

#subnav ul {	
	list-style:none;
	}

#subnav li {
	padding:0 5px;
	text-transform:uppercase;
	display:inline;
	border-right:1px solid #ddd;
	list-style:none;
	}

#subnav a:link,
#subnav a:visited {
	text-decoration:none;
	font-size:10px;
	border:none;
	}

#subnav a:hover {
	text-decoration:none;
	font-size:10px;
	border:none;
	}

/* Typography
---------------------------------------*/

p {
	margin-bottom:15px;
	font-size:85%;
	}

	p.small {
		margin-bottom:5px;
		font-size:11px;
		}

	.pdfbox p {
		margin:0;
		}

small {
	font-size:10px;
	}

	.pdfbox small a {
		font-size:10px;
		}

blockquote {
	margin:15px 0 15px 30px;
	border-left:1px solid #ddd;
	}

	blockquote p {
		margin:0;
		font-size:12px;
		text-indent:50px;
		}

/* Lists
---------------------------------------*/

ul {
	font-size:85%;
	}

.content ul {
	margin:15px 0;
	}

.content ul li {
	padding:0 0 0 20px;
	margin:5px 0;
	border-bottom:1px solid #eee;
	list-style:none;
	}

/* Forms
--------------------------------------*/

#contactform {
	margin-bottom:15px;
	border-collapse:collapse;	
	background:#f3f3ea;
	width:100%;
	}

#contactform th,
#contactform td {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border-bottom:3px double #fff;
	width:auto;
	}

#contactform th {
	font:bold 11px georgia, serif;
	color:#333;
	width:12%;
	}

	#contactform th.alert {
		color:#e10000;
		}

#contactform td {
	padding-right:20px;
	font-size:11px;
	}

	th#th_message {
		vertical-align:top;
		}

#contactform input,
#contactform textarea {
	padding:4px;
	border:1px solid #ccc;
	font:normal 13px 'courier new', monospace;
	width:100%;
	}

#contactform input:focus {
	background:#ffffcc;
	}

#contactform input.radio {
	padding:auto;
	border:0;
	width:auto;
	}

#contactform table.smtable {
	border-collapse:collapse;	
	width:auto;
	}

#contactform table.smtable td,
#contactform table.smtable th {
	border-bottom:0;
	width:auto;
	}

/* Calendar */

.month {
	margin-bottom:20px;
	width:100%;
	text-align:center;
	border:10px solid #ddd;
	font-size:10px;
	}

	.month a img {
		border:0;
		}

.month a {
	text-decoration: none;
	color:#000;
	text-align: center;
	border:0;
	}

.month a:hover {
	text-decoration: none;
	color:#336699;
	}

.monthname {
	padding:7px 0;
	text-align: center;
	font:normal 20px georgia, serif;
	color:#333;
	}

.dayname td {
	padding-top:6px;
	text-align:center;
	font-size:10px;
	border-bottom:6px solid #ddd;
	color:#333;
	text-transform:uppercase;
	}

.datepicker {
	background-color: #e4e4e4;
	}

.datepickerform {
	padding:6px;
	}

.monthnavigation {
	text-align:center;
	}

.monthpicker {
	font-size:90%;
	font-family:arial, verdana, sans-serif;
	}

.yearpicker {
	width:60px;
	font-size:90%;
	font-family:arial, verdana, sans-serif;
	}

.pickerbutton {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	background:#f6f6f6;
	font-size:90%;
	font-family:arial, verdana, sans-serif;
	}

.monthday,
.eventday {
	padding:4px;
	text-align: center;
	background-color:#f9f9f9;
	color:#333;
	height:70px;
	width:14.3%;
	vertical-align:top;
	}

.eventday {	
	background:#e9f5ff;
	}

.today {
	padding:4px;
	text-align:center;
	font-weight:bold;
	background:url(../images/bg_currentday.gif) top left;
	border:1px solid #ddd;
	color:#336699;
	vertical-align:top;
	}

.sunday,
.saturday {
	padding:4px;
	text-align: center;
	color: #999;
	height:70px;
	width:14.3%;
	background:#ededed;
	vertical-align:top;
	}

.eventcontent,
.todayevent {
	margin-top:1px;
	margin-bottom:3px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #ccc;
	background:#fff;
	font-size:9px;
	line-height:140%;
	width:100%;
	}

	.eventcontent a,
	.todayevent a {
		font-size:9px;
		}
