/*
Theme Name: OOMPH
Author: Incite
Author URI: http://www.incitemarketing.ca
*/

/* Setting defaults on all the below tags */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, 
em, q, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend {
	margin: 0;
	padding: 0;
	border: 0;
	}

/* Remove annoying border on linked images. */
a img {
	border: none;
	}

img {
	border: medium none;
}

/* Begin Typography & Colors */
html {
	background-color: #e7e7e7;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: url('images/bg-outter.png');
	background-repeat: repeat-x;
	color: #000;
	text-align: center;
	}

#header {
	width: 940px;
	background-color: #fff;
	}

#footer {
	width: 750px;
	background-color: #878787;
	border: none;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	margin-top: 20px;
	font-size: 1.3em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

a:link {
	color: #9e3023;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
a:visited { color:#4B090B }

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 auto;
	padding: 0;
	}

#homepage {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: left;
	background-image: url(images/bg-inner-home.png);
	background-repeat: repeat-y;
	}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: left;
	background-image: url(images/bg-inner.png);
	background-repeat: repeat-y;
	}

#header {
	padding: 0;
	width: 940px;
	height: 57px;
	}
	
#oomphLogo {
	float: right;
	display: block;
	margin-top: 22px;
	margin-left: 15px;
	}

#searchBox {
	float: right;
	display: block;
	}
	
#MainNavigationBG {
	width: 940px;
	height: 43px;
	background-image: url(images/bg-main-navigation.png);
	}
	
#conferenceLogo {
	float: left;
	padding-top: 9px;
	padding-left: 22px;
	}
	
#mainNavigation	{
	width: 763px;
	float: right;
	padding-top: 12px;
	}
	
#mainNavigation ul li {
	list-style: none;
	display: block;
	float:left;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 1.4em;
	}

#mainNavigation li.current_page_item {
	background-color: #9e3023;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: -12px;
	padding: 12px 12px 13px;
}
	
#mainNavigation a:link {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}

#mainNavigation a:visited {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}

/* Main navigation hover link style */
#mainNavigation a:hover {
	color: #9e3023;
	background-color: transparent;
	text-decoration: none;
	}
	
#mainNavigation li a:hover, #mainNavigation li.active a {
	background-color: #000;
	margin-left: -12px;
	margin-right: -12px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 14px;
	}
	
#headerImage {
	clear: both;
	}
	
#sidebar {
	margin-top: 50px;
	margin-left: 30px;
	font-size: 12px;
	}

#content {
	padding-left: 82px;
	width: 550px;
	float: left;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 40px;
	}
	
#content p {
	margin-bottom: 10px;
	}
	
#contentSecondary {
	margin-left: 30px;
	width: 461px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 40px;
	}
	
#contentSecondary p {
	margin-bottom: 10px;
	}
	
#contentSecondary h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #989898;
	font-weight: lighter;
	}
	
#contentSecondary ul{
	margin-left: 40px;
	margin-bottom: 20px;
	}

.clear {
	clear: both;
}

#footer {
	clear: both;
	width: 940px;
	height: 100px;
	padding-top: 5px;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	font-size: 2.2em;
	color: #9e3023;
	padding-bottom: 26px;
	font-weight: lighter;
	margin-top: 50px;
	line-height: 1.4em;
	}


h2 {
	margin-top: 40px;
	margin-bottom: 10px;
	color: #989898;
	font-weight: lighter;
	}

h3 {
	color: #9e3023;
	}
	
h4 {
	color: 	#989898;
	font-size: 1.4em;
	font-weight: lighter;
	margin-top:10px;
	padding-bottom:26px;
}

/* End Headers */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

/* End Form Elements */


/* NoRightCol */

#contentNoRightCol {
	margin-left: 30px;
	width: 656px;
	float: left;
	display: block;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 40px;
	}
	
#contentNoRightCol p {
	margin-bottom: 10px;
	}
	
#contentNoRightCol ul{
	margin-left: 40px;
	margin-bottom: 20px;
	}
	
#contentNoRightCol h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #989898;
	font-weight: lighter;
	}

/* End No Right Col */


/* Begin Sidebar */
#sidebar
	{
	float: left;
	display: block;
	width: 180px;
	margin-left: 10px;
	}
	
#sidebar a:link {
	color: #343434;
	background-color: transparent;
	text-decoration: none;
	}

#sidebar a:visited {
	color: #343434;
	background-color: transparent;
	text-decoration: none;
	}

#sidebar li {
	width: 180px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-indent: 5px;
	list-style-type: none;
	}	
	
#sidebar li:hover, #sidebar a:hover{
	width: 180px;
	color: #989898;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#sidebar .current_page_item {
	background-color: #9e3023;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 13px;
	margin-left: -9px;
	}
#sidebar .current_page_item a{ 	color: #FFFFFF; }

#rightSidebar
	{
	float: right;
	width: 195px;
	margin-right: 30px;
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 18px;
	}


/* End Sidebar */

.scheduletable {
	background-color:#A9A9A9;
	font-size: 11px;
}


.pdutable {
	border-spacing:1px;
	margin: 8px 0px 20px 0px;
	}

table.pdutable tr {background: #FFFFFF;}

#pdutable input {
	border:medium none;
	width:40px;
}

.scheduleheader {
	color: #FFFFFF;
	font-weight: bold;
}

ol {
	margin-left: 20px;
	margin-bottom: 10px;
}

#footer2 {
	clear: both;
	height: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 920px;
	background-color: #E7E7E7;
}

#toplink-right { float: right }

.footersponsor { margin-right: 15px; }

h4 {color: #9e3023}
