/* 
Theme Name: Origins Canada
Theme URL: http://originscanada.org
Author: Kathleen F Nicholls
Author URI: http://paisleyprojects.com
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

/* html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}
/*

/*
Here is a list of all the <DIV>s in Whiteboard.
*/


body {
	background:transparent #FFFFFF repeat scroll 0 0;
	border:0 none;
	font-size:12px;
	color: #2B2821;
	font-family:"Helvetica Neue","Helvetica",arial;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
	text-align: center;
}

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

a:visited {
	color: #757116;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #2B2821;
	text-decoration: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 24px;
	text-align: center;
}

h3 {
	font-size: 16px;
}

h3 a:link {
	color: #2B2821;
	font-weight: bold;
	text-decoration: underline;
}

h3 a:visited {
	color: #2B2821;
	font-weight: bold;
	text-decoration: underline;
}

h3 a:hover {
	color: #757116;
	text-decoration: none;
}

h4 { /**title news items**/
	font-size: 20px;
	text-align: left;
}


h5 { /**sidebar**/
	font-size: 16px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 12px;
}

table {
	border-collapse: collapse;
	border: #CCCCCC;	
}

#container {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#header {
	top: 0;
	width: 100%;
	height: 428px;
	background: url(http://www.originscanada.org/wp-content/themes/whiteboard/images/headerbg.jpg) repeat-x;
}

#centreheader {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	background: url(http://www.originscanada.org/wp-content/themes/whiteboard/images/header.jpg);
	background-repeat: no-repeat;
	height: 428px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#search {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 12px;
}

#searchform{}


#learnmore {
	position: absolute;
	left: 80px;
	top: 350px;
}

/** HOMEPAGE **/

#features {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 940px;
	text-align: left;
	min-height: 280px;
}

#featureswrap {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	min-height: 200px;
}

#cbclink {
	float: right;
	padding-top: 30px;
}

#dianlink {
	float: left;
	padding-top: 20px;
	width: 480px;
	height: 70px;
}

#videoimage {
	float: left;
}

#dianquote {
	float: right;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	width: 300px;
}

.column {
	margin-right:20px;
	margin-left: 20px;
	float:left;
	width:270px;
}

.hometext {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	font-weight: bold;
	width: 248px;
}

.hometext a {
	color: #2B2821;
}

/* TOP NAV MENU */

#topnavmenu {
	position: absolute;
	top: 112px;
	right: 0px;
	background: #757116;
	border:none;
	border:0px;
	padding:0px;
	font: 67.5% Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
#topnavmenu ul{
	background:none;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#topnavmenu li{
		float:left;
		padding:0px;
		}
	#topnavmenu li a{
		color:#FFFFFF;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 12px 0 12px;
		text-align:center;
		text-decoration:none;
		}
		#topnavmenu li a:hover, .menu ul li:hover a{
			background: #757116;
			color:#D9DB56;
			text-decoration:none;
			}
	#topnavmenu li ul{
		background: #757116;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:220px;
		z-index:200;
		color: #D9DB56;
		/*top:1em;
		/*left:0;*/
		}
	#topnavmenu li:hover ul {
		display:block;
		
		}
	#topnavmenu li li {
		
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:220px;
		color: #D9DB56;
		}
	#topnavmenu li:hover li a{
		background:none;
		
		}
	#topnavmenu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		#topnavmenu li ul a:hover, .menu li ul li:hover a{
			background:#E6E6E6 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#757116;
			text-decoration:none;
			}
	#topnavmenu p{
		clear:left;
		}	
	


/* LOWER NAV MENU */

#lowernavmenu {
	position: absolute;
	top: 150px;
	left: 0px;
	border:none;
	border:0px;
	padding:0px;
	font: 67.5% Helvetica, sans-serif;
	font-size:14px;
	}
#lowernavmenu ul{
	background:none;
	height:46px;
	list-style:none;
	margin:0;
	padding:0;
	}
	#lowernavmenu li{
		float:left;
		padding:0px;
		}
	#lowernavmenu li a{
		color:#534D3E;
		display:block;
		font-weight:normal;
		line-height:39px;
		margin:0px;
		padding:0 25px 0 0;
		text-align:center;
		text-decoration:none;
		}
		#lowernavmenu li a:hover, .menu ul li:hover a{
			color:#757116;
			text-decoration:none;
			}
	#lowernavmenu li ul{
		background: #D9DB56;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:250px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	#lowernavmenu li:hover ul {
		display:block;
		
		}
	#lowernavmenu li li {
		
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:250px;
		}
	#lowernavmenu li:hover li a{
		background:none;
		
		}
	#lowernavmenu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		color: #757116;
		}
		#lowernavmenu li ul a:hover, .menu li ul li:hover a{
			background:#757116 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	#lowernavmenu p{
		clear:left;
		}
		
/** PAGE STYLING **/

#pagecontent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 20px;
	width: 760px;
	text-align: left;
	min-height: 200px;
	background-color: #F1F1F1;
}

/** #pagecontent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 940px;
	text-align: left;
	min-height: 200px;
	background-color: #F1F1F1;
} **/

/**POST PAGE**/	
	
#postpagewrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 20px;
	width: 760px;
	height: auto;
	background-color: #F1F1F1;
	overflow: hidden;
}

.post {
	float: left;
	width: 450px;
	height: auto;
	text-align: left;
}

#newsheader {
	border-bottom: 1px solid #CCCCCC;
}	

#followrss {
	float: right;
}	

#newsheadfloat {
	float: left;
}		

.postmeta{}
.postnavigation{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

/**SIDEBAR**/

#sidebar {
	float: right;
	width: 300px;
	height: auto;
	margin-top: 40px;
}

#sidebar ul li {
	list-style-type: none;
	list-style: none;
	text-align: left;
	list-style-position: inside;
}

/** FOOTER **/

#footer {
	float: right;
	height: 400px;
	width: 100%;
	background-color: #2B2821;
}

#footercentre {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	height: 400px;
	color: #575143;
}

/** NAV 1 **/

#footernav1 {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 210px;
	margin-right: 10px;
	text-align: left;
	font-size: 14px;
}

#footernav1 ul, #footernav1 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#footernav1 a {
	display:block;
	text-decoration:none;
	color: #575143;
	padding:1px 8px;
}

#footernav1 a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#575143 none repeat scroll 0 0;
	color: #2B2821;
}

/** NAV 2 **/

#footernav2 {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 210px;
	margin-right: 10px;
	text-align: left;
	font-size: 14px;
}

#footernav2 ul, #footernav1 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

/** NAV 3 **/

#footernav3 {
	position: absolute;
	top: 40px;
	left: 250px;
	width: 210px;
	margin-right: 10px;
	text-align: left;
	font-size: 14px;
}

#footernav3 ul, #footernav3 li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#footernav3 a {
	display:block;
	text-decoration:none;
	color: #575143;
	padding:1px 8px;
}

#footernav3 a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#575143 none repeat scroll 0 0;
	color: #2B2821;
}

/** MAILING LIST **/

#mailinglist {
	position: absolute;
	top: 40px;
	left: 510px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#mailinglist a {
	display:block;
	text-decoration: underline;
	color: #575143;
}

#mailinglist a:hover {
	text-decoration: none;
}

#cforms2form {
	font-weight: normal;
	width: 450px;
}

#cforms2form p.cf-sb {
	display: block;
	text-align: left;
}

#cforms2form .cform input, .cform textarea {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	color:#1C1C1C;
	font-family:Helvetica,Arial,Verdana;
	font-size:11px;
	font-weight:bold;
	padding:8px;
	width:160px;
}

#cforms2form input.cf2_field_2 {
	background:#FFFFFF none repeat scroll 0 0;
	color:#1C1C1C;
	font-family:Helvetica,Arial,Verdana;
	font-size:11px;
	font-weight:bold;
	padding:8px;
	width:160px;
}

#cforms2form label {
	display: block;
	text-align: left;
}

#cforms2form ol.cf-ol {
	list-style-type: none;
	list-style-position: inherit;
}

#cforms2form input.sendbutton {
	background:#575143 none repeat scroll 0 0;
	border: none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Helvetica,Arial,Verdana;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	padding:8px;
	margin-left: 0px;
	border-color: #2B2821;
}

/**EASY CONTACT FORM**/

fieldset {
	border:medium none;
	padding-bottom:20px;
}
.form-input input {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	color:#2B2821;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:10px;
	width:60%;
}
.form-textarea textarea {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
	color:#2B2821;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:6px;
	width:90%;
}
.form-submit .button {
	background:#757116 none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	line-height:1.2;
	padding:6px;
}
legend {
	color:#757116;
	font-weight:bold;
	font-size: 14px;
	}
.formcontainer {
	color:#666666;
}

#motherboy {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(http://www.originscanada.org/wp-content/themes/whiteboard/images/momson.jpg) no-repeat;
	width: 223px;
	height: 285px;
}

#paypalbutton {
	position: absolute;
	bottom: 80px;
	left: 500px;
}

#littlefooter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 700px;
	height: 46px;
	background-color: #1A1814;
}

#leftfooter {
	float: left;
	padding-left: 10px;
	padding-top: 16px;
}

#rightfooter {
	float: right;
	padding-right: 10px;
	padding-top: 16px;
	
}




