/*
	Theme Name:HomeXPO
	Author: Daniel Priebs
	Version: 1.0
	.
	Copyright 2013  all rights reserved.
	.
*/
@charset "utf-8";
 @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic);
/* General */
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
	line-height: 1.7;
	color: #3e3e3e;
	background: url(images/pageshadow.png) repeat-y center top;
}
a img{
	border:0px none; 
}
h1 {
	color: #f6841f;
	font-size: 22pt;
	border-bottom: 1px solid #eaeaea;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	color: #f6841f;
	font-size: 16.5pt;
	margin: 0;
	padding: 0;
	line-height: 30px;
	font-weight: normal;
}
h2.newsheading{
	border-bottom:0px none;
	margin-bottom: 0px;
}
div.newsheading{
	margin-top: -30px;
	margin-bottom: 0.8em;
}	
p {
	margin: 0 0 1em 0;
}
h1, h2, h3 {
	margin: 0 0 .5em 0;
}
h2 {
	margin-bottom: 1em;
}
h1.formheading{
	margin-bottom: -1px !important;	
}

.formheading{
	color: #f6841f;
	font-size: 22pt;
	line-height: 35px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: -5px;
	font-weight: normal;
	display: block;

}

.formheading-event{
	color: #f6841f;
	font-size: 22pt;
	line-height: 35px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-bottom: 15px;
	font-weight: normal;
	border-bottom: 1px solid #eaeaea;
	display: block;
}

a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #f6841f;
}
.wrapper {
	width: 960px;
	margin: 0px auto;
}
.topbg {
	height: 291px;
	background: url(images/bg.png) repeat;
	width: 100%;
	top: 48px;
	position: absolute;
	z-index: -1;
}
.beforecontent {
	width: 910px;
	margin: 0px auto;
}
/* search bar */
.searchbar {
	background: #f6841f;
	width: 100%;
	height: 48px;
	margin-bottom: -9px;
}
.search {
	float: right;
	margin: 4px 21px 0px 0px;
	width: 210px;
	height: 28px;
	background: #fff;
	border: 1px solid #c97020;
}
.search #searchsubmit {
	float: left;
	border: 0px none;
	background: url(images/search.png) center 8px no-repeat;
	width: 29px;
	height: 28px;
	cursor: pointer;
}
.search #s {
	float: left;
	width: 172px;
	padding: 4px 0px 0px 5px;
	height: 20px;
	border: 0px none;
}
.leftcol {
	float: left;
	width: 603px;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
/* Header */
header {
	height: 279px;
	background: #fff;
	width: 910px;
	margin: 0px auto;
	padding: 25px 25px 0px 25px;
	position: relative;
}
header .slideshow {
	border: 6px solid #c97020;
	height: 239px;
	width: 899px;
}
header .logo {
	position: absolute;
	bottom: 2px;
	left: 59px;
	width: 250px;
	height: 219px;
	background: #fff url(images/logoshadow.png) center bottom no-repeat;
	font-size: 13pt;
	text-align: center;
	z-index:1000;
}
header p {
	margin: 0px;
	padding: 0px;
}
header .logo img {
	float: left;
	margin:19px 41px 0px 43px;
}
header .logo .date {
	font-style: italic;
	text-transform: uppercase;
	color: #231f20;
	margin-bottom: -6px;
}
header .logo .location {
	color: #f6841f;
	line-height: 2;
}
/* Navigation Styling */
nav {
	margin-top: -17px;
	padding: 0px 0px 60px 0px;
	color: #000000;
}
nav a:active, nav a:visited, nav a:link {
	color: #000 !important;
}
{
 color: #f6841f !important;
}
nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eaeaea;
	float: left;
	width: 100%;
}
nav ul li {
	font-size: 11pt;
	text-transform: uppercase;
	margin-bottom: -1px;
	display: block;
	float: left;
	font-weight: 500;
	color: #000;
}
/* Nav hover and current page */ 
nav a:hover, .current-menu-item a:link, .current-menu-item a:active, .current-menu-item a:hover, .current-menu-item a:visited {
	text-transform: uppercase;
	text-decoration: none !important;
	color: #f6841f !important;
	border-bottom: 1px solid #f6841f !important;
}
nav a:link, nav a:active, nav a:visited {
	border-bottom: 1px solid #eaeaea;
	padding: 0px 8px 10px 37px;
	margin-right: 12px;
	color: #000;
	text-decoration: none;
	line-height: 41px !important;
	transition: color .1s linear, border-bottom .1s linear;
	-webkit-transition: color .1s linear, border-bottom .1s linear;
	-o-transition: color .1s linear, border-bottom .1s linear;
	-moz-transition: color .1s linear, border-bottom .1s linear;
}
/* hack for firefox to display nav correctly */
@-moz-document url-prefix() {
 nav a:link, nav a:active, nav a:visited {
 padding:0px 8px 9px 37px;
}
}
ul.tick {
	margin: 11px 0px 11px 30px;
	text-indent: 10px;
	list-style-image: url('images/tick.png');
}
/* navigation icons */
nav .home a:link, nav .home a:active, nav .home a:visited {
	background: url(images/homeico.png) 6px top no-repeat;
}
nav .home a:hover, nav .current-menu-item.home a:link, nav .current-menu-item.home a:active, nav .current-menu-item.home a:visited, nav .current-menu-item.home a:hover {
	background: url(images/homeicoh.png) 6px top no-repeat;
}
nav .visitor a:link, nav .visitor a:active, nav .visitor a:visited {
	background: url(images/visitorico.png) 6px top no-repeat;
}
nav .visitor a:hover, nav .current-menu-item.visitor a:link, nav .current-menu-item.visitor a:active, nav .current-menu-item.visitor a:visited, nav .current-menu-item.visitor a:hover {
	background: url(images/visitoricoh.png) 6px top no-repeat;
}
nav .exhibitor a:link, nav .exhibitor a:active, nav .exhibitor a:visited {
	background: url(images/exhibitorico.png) 6px top no-repeat;
	padding-left: 60px;
}
nav .exhibitor a:hover, nav .current-menu-item.exhibitor a:link, nav .current-menu-item.exhibitor a:active, nav .current-menu-item.exhibitor a:visited, nav .current-menu-item.exhibitor a:hover {
	background: url(images/exhibitoricoh.png) 6px top no-repeat;
}

nav .exhibitorlist a:link, nav .exhibitorlist a:active, nav .exhibitorlist a:visited {
	background: url(images/listico.png) 6px top no-repeat;
	padding-left: 39px;
}
nav .exhibitorlist a:hover, nav .current-menu-item.exhibitorlist a:link, nav .current-menu-item.exhibitorlist a:active, nav .current-menu-item.exhibitorlist a:visited, nav .current-menu-item.exhibitorlist a:hover {
	background: url(images/listicoh.png) 6px top no-repeat;
}



nav .news a:link, nav .news a:active, nav .news a:visited {
	background: url(images/newsico.png) 6px top no-repeat;
}
nav .news a:hover, nav .current-menu-item.news a:link, nav .current-menu-item.news a:active, nav .current-menu-item.news a:visited, nav .current-menu-item.news a:hover {
	background: url(images/newsicoh.png) 6px top no-repeat;
}
nav .contact a:link, nav .contact a:active, nav .contact a:visited {
	background: url(images/contactico.png) 2px top no-repeat;
}
nav .contact a:hover, nav .current-menu-item.contact a:link, nav .current-menu-item.contact a:active, nav .current-menu-item.contact a:visited, nav .current-menu-item.contact a:hover {
	background: url(images/contacticoh.png) 2px top no-repeat;
}
/* content area */

.pagecontent {
	width: 910px;
	padding: 25px;
	margin: 0px auto;
}
.pagecontent section {
	width: 575px;
	float: left;
	padding: 0px 28px 0px 0px;
}
.pagecontent a:link, .pagecontent a:active, .pagecontent a:visited, .footercontent a, .footercontent a:visited, {
	color: #f6841f;
}
.pagecontent a:hover {
	color: #f9a75f;
	text-decoration: underline;
}
.interested {
	height: 124px;
	width: 446px;
	float: left;
}
.interested.first {
	margin-right: 18px;
}
.interested-2 {
	height: 124px;
	width: 446px;
	float: left;
	margin-top:25px;
}
.interested-2.first {
	margin-right: 18px;
}
.interested-2 img {
	float: left;
	display: block;
}
.interested-2 .text {
	padding: 40px 0px 0px 33px;
	float: left;
	height: 82px;
	width: 277px;
	background: #fcfcfc;
	border: 1px solid #ededed;
	font-size: 16pt;
	line-height: 1;
}
.interested-2 .text .caption {
	font-size: 10pt;
}

.beforecontent {
	width: 910px;
	margin: 20px 0px 20px 0px;
	float: left;
}
.interested img {
	float: left;
	display: block;
}
.interested .text {
	padding: 40px 0px 0px 33px;
	float: left;
	height: 82px;
	width: 277px;
	background: #fcfcfc;
	border: 1px solid #ededed;
	font-size: 16pt;
	line-height: 1;
}
.interested .text .caption {
	font-size: 10pt;
}
.black {
	color: #000 !important;
}
a:link .black, a:active .black, a:visited .black {
	color: #000 !important;
}
a:hover .black {
	color: #666 !important;
}
/* Sidebar */
.pagecontent aside {
	width: 306px;
	float: left;
}
aside h1 {
	width: 306px;
}
aside th {
	width: 75px;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
}
aside td {
	font-size: 10pt;
	line-height: 1.8;
	height: 1.8em;
}
section.latestposts h2.lpheading {
	color: #231f20 !important;
}
.postdetails {
	font-size: 8pt;
	line-height: 2em;
}
.postdetailssingle {
	font-size: 8pt;
	line-height: 2em;
	position: relative;
	top: -17px;
}
/* footer */
footer {
	height: 114px;
	width: 100%;
	background: url(images/bg.png) repeat;
	float: left;
	color: #f6841f;
	font-size: 14px;
	padding-top: 46px;
	position: relative;
}
footer .footercontent {
	margin-left: 25px;
	float: left;
}
footer .overlap {
	position: absolute;
	top: 0px;
	background: #fff;
	width: 960px;
	height: 11px;
	float: left;
}
footer .footershadow {
	position: absolute;
	top: 11px;
	background: url(images/footershadow.png) no-repeat center top;
	height: 12px;
	width: 960px;
}
/* contact forms */

.form{
	width:284px;
	border: 1px solid #e9e9ea;
	padding:25px 10px 25px 10px;
	float:left;
}	
/* hack for firefox to display form correctly */
@-moz-document url-prefix() {
.form{
	padding-bottom:0px;	
}
}
.form .left{
	width:136px;
	margin-right:10px;	
	float:left;
}
.form .right{
	width:136px;
	float:left;
}
.form input, .wpcf7-captchac, .captchaborder{
	width:129px;
	height:	31px;
	border:1px solid #cfcfcf;
}
.form input, .left input{
	padding-left:5px;	
}
.left input{
	height:	31px;
	border:1px solid #cfcfcf;	
}
.form select, .left select{
	padding-left:5px;	
}
.left select{
	height:	31px;
	border:1px solid #cfcfcf;
	width: 279px;	
}
.wpcf7-captchac{
	padding-bottom:2px;	
}
.wpcf7-submit.send{
	width:282px;
	height:35px;
	background:url(images/signupbtn.png) no-repeat top left;
	float:left;
	cursor:pointer;
}
p.fixwrap{
		margin:0px;
		padding:0px;
}
p.small{
	font-size: 12px;
	line-height:2;
}
aside img.visitorinformation{
	margin: 20px 0px 10px 0px;
}
.form p.small{
margin-top:-10px;	
}
aside h1.padding{
	float: left;
	margin-top: 20px;	
}
.form.paddingbottom{
	margin-bottom:20px;
	float:left;	
}

.footer-right{
	float: right;
	margin-right: 25px;
}

.facebook-top{
float: right;
margin-right: 10px;
margin-top: 4px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
}
