/*  
Theme Name: Jonah's
Theme URI: http://wordpress.org/
Description: Jonah's variation of the default WordPress theme
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
	color:#330044;
}


a, a:visited {
	color: #06c;
	text-decoration: none;
	}
	

a:hover {
	color: #147;
	text-decoration: underline;
	}
	


.nolink a {
	color:#333333;
	text-decoration:none;
	font-style:italic;
}


.linksul  li {
	margin:9px 5px;
}

.page_item {
	font-size:12px;
	margin:10px 5px 1px 5px;
	padding:0px;
	list-style: none;
}



.page_item li { 
	background-color:#f0f0fe;
	padding:1px 5px 1px 19px;
	margin:5px 0px;
	background-image: url(http://falconfabrication.ca/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: .6em;
}




.tablehead {
	background-color:#eee;
	font-weight:bold;
}

.table1 {
	background-color:#EEFFF6;
}

.table2 {
	background-color:#EEF6FF;
}




/* Begin Calendar */

.ec3_eventday {
	background-color:#ffaaaa;
	font-weight:800;
}

.ec3_eventday:hover {
	background-color:#ffcccc;
}

#wp-calendar {
	font-size:11px;
	empty-cells: show;
	margin: 10px auto 0;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 1px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* End Calendar */




blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

