/*
Theme Name: OTA Sessions
Theme URI: http://wordpress.org/
Description: OTA Sessions.
Version: 1.0
Author: 44 Interactive
Author URI: http://www.44interactive.com/
*/


* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;
}

html {
	font-size: 62.5%;
	height:100%;
	width:100%;
}

@font-face {
	font-family: 'Quicksand';
	src: url('Quicksand_Book.eot');
	src: local('Quicksand Book'), local('QuicksandBook-Regular'), url('Quicksand_Book.ttf') format('truetype');
}

body {
	font-family: Quicksand, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	background: #ebe5df url(images/bodybg.jpg) repeat;
	color:#6f4f30;	
}

h1, h2, h3, h4, h5 {
	color: #afbd21;
	font-family: Quicksand, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
    font-size: 24px;
    margin-bottom: 14px;
}

h2 {
	font-size: 1.6em;	
	margin-bottom: 8px;
}

h3 {
	color: #41c4dd;
	font-size: 1.5em;
	margin-bottom: 15px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 12px;
}

a:link {
	font-weight: bold;
	color:#faa635;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color:#e79527;
	text-decoration: underline;
}

a:hover {
	color:#faa635;
	text-decoration: none;
}

a:active {
	color:#faa635;
	text-decoration: none;
}

p {
	line-height:1.65em;
	margin-bottom:10px;
}

.clear {
	clear: both;
}

/*----------------------------------------------------------- HEADER STYLES -----------------------------------------------------------*/


#hwrap {
	background: url(images/htile.jpg) repeat-x;
	height:103px;
	width:100%;
}

#header {
	background: url(images/headerdate.jpg) no-repeat 310px top;
	width:980px;
	margin:0 auto;
	height:103px;
	position: relative;
	z-index: 20;
}

#header .logo {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 21;
}

#header a.registerBtn {
	position: absolute;
	top: 0px;
	right: 28px;
	background: url(images/registerBtn.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 194px;
	height: 43px;
}	

#header a.registerBtn:hover {
	background-position: bottom;
}

/*------------------------------------------------------------ MAIN BODY STYLES -------------------------------------------------------*/

#wrap {
	background: url(../images/containertile.jpg) repeat-y center;
	width: 100%;
	position: relative;
}

#container {
	background: url(../images/containertop.jpg) center top no-repeat;
	width: 940px;
	margin: 0 auto;
	padding: 25px 20px 50px 20px;
	position: relative;
}

#content {
	width: 660px;
	float: right;
	margin-bottom: 25px;
	padding-top: 16px;
}

#slideshow {
	margin-top: -45px;
	width: 940px;
	height: 450px;
	position: relative;
	margin-bottom: 30px;
}

#slideshowControls a.controlLeft {
	position: absolute;
	top: 165px;
	left: -5px;
	background: url(images/controlLeft.jpg) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 21px;
	height: 21px;
}	

#slideshowControls a.controlRight {
	position: absolute;
	top: 165px;
	right: -5px;
	background: url(images/controlRight.jpg) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 21px;
	height: 21px;
}	

#slideshowControls a.controlLeft:hover, #slideshowControls a.controlRight:hover {
	background-position: bottom;
}

#slideshow p.quote {
	position: absolute;
	top: 80px;
	left: 320px;
	width: 600px;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
}

#slideshow p.quote em {
	font-size: 22px;
}

#slideshow p.name {
	position: absolute;
	bottom: -20px;
	left: 265px;
	width: 220px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 22px;
}

#slideshow p.link {
	position: absolute;
	bottom: 90px;
	left: 465px;
	width: 220px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}


#videoPanel {
	background: url(images/videoPanel.jpg) no-repeat;
	display: block;
	width: 442px;
	height: 127px;
	position: absolute;
	left: 520px;
	top: 272px;
}

#videoPanel a.watchVideoBtn {
	background: url(images/watchVideoBtn.jpg) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 220px;
	height: 39px;
	position: absolute;
	right: 32px;
	top: 76px;
}

#videoPanel a.watchVideoBtn:hover {
	background-position: bottom;
}

#slideshow a.slide {
	position: absolute;
	left: 540px;
	top: 330px;
}



body.home #content {
	width: 460px;
}

body.home #sidebar {	
	width: 400px;
}

/*----------------------------------------------------- SIDEBAR STYLES ---------------------------------------------*/

#sidebar {
	width: 235px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	padding-top: 16px;
}

#sidebar ul {
	list-style: none;
	float: left;
}

#sidebar ul li {
	margin-bottom: 15px;
}

#sidebar ul li.widget_twitter h2 {
	float: left;
	width: 360px;
}

#sidebar ul li.widget_twitter a.twitterLink {
	background: url(images/twitterLink.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 36px;
	height: 32px;
	float: right;
}

#sidebar ul li.widget_twitter ul {
	clear: both;
	float: left;
	margin-bottom: 25px;
}

#sidebar ul li.widget_twitter ul li {
	background: url(images/sidebartile.jpg) repeat;
	margin-bottom: 15px;
	padding: 15px;
	font-size: 16px;
	float: left;
	width: 370px;
} 

#sidebar ul li.widget_twitter ul li a {
	color: #41c4dd;
	text-decoration: none;
	font-style: italic;
}

#sidebar ul li.widget_twitter ul li a:hover {
	text-decoration: none;
}

body.page-id-13 #sidebar ul li.widget_twitter ul li {
	width: 200px;
}

body.page-id-13 #sidebar ul li.widget_twitter h2 {
	float: left;
	width: 196px;
}
#sidebar ul li.blogposts h2 {
	float: left;
	width: 360px;
}

#sidebar ul li.blogposts a.rssLink {
	background: url(images/rssLink.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 36px;
	height: 32px;
	float: right;
}

#sidebar ul li.blogposts ul {
	clear: both;
	float: left;
	margin-bottom: 25px;
}

#sidebar ul li.blogposts ul li {
	background: url(images/sidebartile.jpg) repeat;
	margin-bottom: 15px;
	padding: 15px;
	font-size: 16px;
	float: left;
	width: 370px;
	font-size: 18px;
	font-style: italic;
} 

#sidebar ul li.blogposts ul li p {
	line-height: 22px;
}	


#sidebar ul li.blogposts ul li img {
	float: left;
	padding: 6px;
	background-color: #FFFFFF;
	margin-right: 14px;
}

#sidebar ul li.blogposts ul li img.blank {
	background: transparent;
}

#sidebar ul li.blogposts ul li a {
	color: #41c4dd;
	text-decoration: none;
	font-style: italic;
}

#sidebar ul li.blogposts ul li a:hover {
	text-decoration: none;
}

#sidebar ul li.speakernav ul {
	clear: both;
	float: left;
	margin-bottom: 15px;
	padding-left: 0px;
	width: 235px;
}

#sidebar ul li.aboutnav ul {
	clear: both;
	float: left;
	margin-bottom: 55px;
	padding-left: 0px;
	width: 235px;
}

#sidebar ul li.speakernav ul li, #sidebar ul li.aboutnav ul li {
	margin-bottom: 0;
}

#sidebar ul li.speakernav ul li a, #sidebar ul li.aboutnav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 21px;
	color: #b1ba33;
	font-weight: normal;
	padding: 5px 5px 5px 12px;
	width: 230px;
	height: 30px;
	display: block;
}

#sidebar ul li.speakernav ul li a:hover, #sidebar ul li.aboutnav ul li a:hover {
	color: #40bdd3;
	text-decoration: none;
	cursor: pointer;
}

#sidebar ul li.speakernav ul li a.active,
#sidebar ul li.aboutnav ul li a.active  {
	background: url(images/speakernavBg.jpg) no-repeat;
	color: #f4ede8;
	font-weight: bold;
	display: block;
	width: 230px;
	height: 30px;
}

#sidebar ul li.widget_recent_entries ul li {
	margin-bottom: 16px;
}

#sidebar ul li.widget_recent_entries ul li a {
	font-size: 15px;
	text-transform: uppercase; 
	text-decoration: none;
	color: #6f4f30;
	font-weight: normal;
}

#sidebar ul li.widget_recent_entries ul li a:hover {
	text-decoration: underline;
}



/*----------------------------------------------------- PAGES STYLES ---------------------------------------------*/

a.denythelieBtn {
	background: url(images/denythelieBtn.jpg) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 261px;
	height: 49px;
	margin: 45px 0 35px 65px;
}

a.denythelieBtn:hover {
	background-position: bottom;
}

a.registerNowBtn {
	background: url(images/registerNowBtn.jpg) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 261px;
	height: 49px;
	margin: 45px 0 35px 65px;
}

a.registerNowBtn:hover {
	background-position: bottom;
}

a.registerNowBtnSml {
	background: url(images/registerNowBtnSml.jpg) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 213px;
	height: 40px;
	clear: left;
}

a.registerNowBtnSml:hover {
	background-position: bottom;
}

/*----------------------------------------------------- SPEAKERS STYLES ---------------------------------------------*/


ul#speakers {
	margin-bottom: 50px;
	width: 660px;
}

ul#speakers li {
	margin-bottom: 15px;
	list-style: none;
	position: relative;
	padding-left: 80px;
	padding-top: 20px;
	padding-right: 20px;
	width: 560px;
	height: 81px;
}

ul#speakers li.speakerbg1 {
	background: url(images/speakerbg1.jpg) no-repeat;
}

ul#speakers li.speakerbg2 {
	background: url(images/speakerbg2.jpg) no-repeat;
}

ul#speakers li.speakerbg1 img {
	position: absolute;
	top: 6px;
	left: 10px;
}

ul#speakers li.speakerbg2 img {
	position: absolute;
	top: 10px;
	left: 10px;
}

ul#speakers li .info a {
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #afbd21;
	font-weight: bold;
}

ul#speakers li .info p {
	font-size: 18px;
	font-style: italic;
	color: #946c50;
	width: 400px;
	line-height: 18px;
}

ul#speakers li.speakerbg1 .details {
	position: absolute;
	right: 5px;
	top: 25px;
	width: 150px;		
}

ul#speakers li.speakerbg2 .details {
	position: absolute;
	right: 5px;
	top: 25px;		
	width: 150px;
}

ul#speakers li .details p.time {
	font-size: 24px;
	color: #afbd21;
	line-height: 32px;
	margin-bottom: 0;
	text-align: center ;	
}


ul#speakers li a.detailsBtn {
	background: url(images/detailsBtn.jpg) no-repeat top right;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 101px;
	height: 29px;
	padding-left: 24px;
}

ul#speakers li a.detailsBtn:hover {
	background-position: bottom right;
}

ul.schedule {
	margin-bottom: 12px;
}

ul.schedule li {
	list-style: none;
	margin-bottom: 8px;
}

#content.speakerDetails img {	
	margin-left: -20px;
	margin-top: 10px;
}

#content.speakerDetails p.quote {
	font-size: 26px;
	width: 420px;
	color: #afbd21;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 10px;
	vertical-align: middle;
}

#content.speakerDetails p.quote em {
	font-size: 22px;
}

#content.speakerDetails p.name strong {
	font-size: 44px;
	text-transform: uppercase;
	line-height: 48px;
}
	
#content.speakerDetails p.name {
	color: #764f2c;
	font-size: 22px;
	text-align: center;
	position: absolute;
	right: -5px;
	top: 200px;	
	width: 440px;
	line-height: 22px;
}

#content.speakerDetails .info {
	margin-top: 30px;
}

#content.speakerDetails .info .details {
	float: right;
	width: 280px;
}


#content.speakerDetails .info .time {
	background: url(images/icon-time.jpg) no-repeat left top;
	padding-left: 35px;
	padding-top: 6px;
	height: 26px;
	font-size: 24px;
	color: #7e5d40;
	margin-left: 10px;
	margin-bottom: 16px;
	text-align: left;
}
	
#content.speakerDetails .info .connect {
	text-align: center;
	clear: right;
	margin-top: 12px;
	text-transform: uppercase;
	color: #41c4dd;
	font-size: 12px;
	width: 280px;
	background: url(images/connectborder.jpg) no-repeat center 20px;
}


#content.speakerDetails .info .connect ul li {
	list-style: none;
	margin-bottom: 16px;
	padding-left: 34px;
	font-size: 14px;
	text-align: left;
}

#content.speakerDetails .info .connect ul li img {
	vertical-align: middle;
	margin: 0;
}

#content.speakerDetails .info .connect ul li a {
	color: #41c4dd;
	text-decoration: none;
}
	
#content.speakerDetails .info .connect ul li a:hover {
	text-decoration: underline;
}

#content.speakerDetails h2 {
	width: 375px;
	font-size: 28px;
}

#content.speakerDetails .info p {
	width: 370px;
}

p.smalltext {
	font-size: 14px;
}

/*----------------------------------------------------- ABOUT STYLES ---------------------------------------------*/

#content.about h3 {
	font-size: 28px;
	color: #241001;
	text-align: center;
	width: 640px;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 45px;
}

#featuredSponsor {
	margin-top: 40px;
	background: url(images/sidepanelBg.jpg) repeat;
	clear: both;
	border-bottom: 1px solid #e3dbd6;
	border-right: 1px solid #e3dbd6;
	width: 185px;
	padding: 12px 10px;
}

#featuredSponsor h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#featuredSponsor img {
	margin-bottom: 8px;
	padding: 5px;
	border-bottom: 1px solid #dcd6d1;
	border-right: 1px solid #dcd6d1;
	background-color: #ffffff;
}

#featuredSponsor p {
	font-weight: bold;
	margin-bottom: 4px;
}

#featuredSponsor a {
	color: #2c1801;
	font-size: 17px;
}

#sidepanel {
	float: right;
	background: url(images/sidepanelBg.jpg) repeat;
	border-bottom: 1px solid #e3dbd6;
	border-right: 1px solid #e3dbd6;
	width: 200px;
	padding: 12px 10px;
}

#sidepanel h5 {
	margin-bottom: 2px;
	font-size: 24px;
}

#sidepanel p {
	line-height: 20px;
}

#sidepanel p a {
	color: #2c1801;
}

#schedule {
	margin-bottom: 18px;
}

#schedule h5 {
	color: #2c1801;
}

#content.schedule h5 {
	color:#2C1801;
}

/*----------------------------------------------------- BLOG STYLES ---------------------------------------------*/

#content.blog h2 a {
	color: #afbd21;
	font-size: 22px;
	text-decoration: none;
}

#content.blog img  {
	padding: 7px;
	border-bottom: 1px solid #dcd6d1;
	border-right: 1px solid #dcd6d1;
	background-color: #ffffff;
	margin-right: 20px;
	margin-bottom: 32px;
}

#content.blog img {
	float: left;
}

#content.blog h2 {
	width: 660px;
}

#content.blog .post {
	clear: both;
	margin-bottom: 30px;
	float: left;
}

#content.blog .entry, #content.single .entry {
	margin-bottom: 30px;
	width: 660px;
}

#content.blog .entry a.readmore {
	color: #6f4f30;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
}

#content.blog .entry a.readmore:hover {
	text-decoration: underline;
}

#content.single img {
	padding: 7px;
	border-bottom: 1px solid #dcd6d1;
	border-right: 1px solid #dcd6d1;
	background-color: #ffffff;
	float: right;
	margin-left: 10px;
	margin-bototm: 10px;
}


#content.single h3#comments {
	font-size: 16px;
}

#content .comment-author {
	font-size: 18px;
	color: #f4a745;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 6px;
}

#content .comment-meta {
	font-size: 12px;
	margin-bottom: 12px;
}

#content .comment-meta a {
	text-decoration: none;
}

ol.commentlist {
	margin-bottom: 30px;
	padding-left: 30px;
}

ol.commentlist li {
	padding-bottom: 18px;
	margin-bottom: 18px;
	list-style: none;
	background: url(images/divider.jpg) no-repeat bottom;
	
}

ol.commentlist li .avatar  {
	display: none;
}

.navigation {
	clear: both;
}

.navigation a {
	color: #afbd21;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*----------------------------------------------------- SPONSORS STYLES ---------------------------------------------*/

#content.sponsors #video {
	margin-bottom: 20px;
}

#content.sponsors ul li {
	list-style: none;
	width: 600px;
	float: left;
	line-height: 25px;
	margin-bottom: 12px;
	clear: both;
} 


#content.sponsors ul li p {
	width: 420px;
	float: right;
}

#content.sponsors ul li img {
	border: 1px solid #dcd6d1;
	padding: 5px;
	background-color: #ffffff;
	float: left;
}
	
#content.sponsorDetails img {
	padding: 7px;
	border-bottom: 1px solid #dcd6d1;
	border-right: 1px solid #dcd6d1;
	background-color: #ffffff;
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;	
}


/*----------------------------------------------------- DENY THE LIE STYLES ---------------------------------------------*/

#map {
	float: left;
	width: 640px;
	height: 450px;
	margin-bottom: 30px;
	border: 1px solid #6f4f30;
}

#signupForm {
	float: left;
	width: 200px;
	margin-left: 10px;
}

/*----------------------------------------------------- CONNECT STYLES ---------------------------------------------*/


#connectTop {
	margin-top: -25px;
	width: 940px;
	height: 370px;
	position: relative;
	margin-bottom: 50px;
}

#connectTop p.quote {
	position: absolute;
	top: 10px;
	left: 350px;
	width: 520px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
}

#connectTop p.link {
	position: absolute;
	bottom: 10px;
	left: 465px;
	width: 220px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}

#connectTop #video {
	position: absolute;
	top: 78px;
	left: 314px;
}

#connectmap {
	width: 640px;
	height: 380px;
	float: left;
	margin-bottom: 30px;
}

#contactform {
	width: 300px;
	float: right;
}

#content.directions ol li {
	margin-bottom: 8px;
	margin-left: 32px;
}

#content.directions h3 {
	margin-top: 24px;
	margin-bottom: 6px;
}

address {
	line-height: 22px;
	margin-bottom: 14px;
}

h3.hotel {
	margin-bottom: 6px;
}

#sidebar.connect address {
	line-height: 18px;
	font-style: normal;
	margin-bottom: 14px;
	line-height: 22px;
}

#sidebar.connect address a {
	color: #41C4DD;
}

#content.connect {
	width: 940px;
}

#content.connect #form {
	float: left;
	width: 250px;
}

#content.connect #form img {
	border: 1px solid #ABABAB;
	vertical-align: bottom;
	height: 26px;
	margin-bottom: 1px;
}

#content #main {
	float: right;
	width: 625px;
}

#content #main #links {
	margin-top: 20px;
	margin-bottom: 30px;
}

#content #main #links a {
	color: #1f1301;
	font-size: 27px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
}

#content #main #links a:hover {
	text-decoration: underline;
}




/*----------------------------------------------------- FOOTER STYLES ---------------------------------------------*/


#footer {
	background: url(images/footertop.jpg) no-repeat top center;
	clear: both;
	padding-top: 20px;
}

#footer a {
	color: #6f4f30;
}

#footer p {
	line-height: 24px;
	font-size: 18px;
}

#footer p.copyright {
	float: left;
}

#footer p.siteby {
	float: right;
	text-align: right;
	font-weight: bold;
}

/*----------------------------------------------------- FORMS ---------------------------------------------*/


input, textarea  {
	border: 1px solid #ABABAB;
	font-size: 1.0em;
	padding:3px 5px;
	background: #FFFFFF;
	color:#7d6d5d;	
}

#sendBtn  {
	background: url(images/sendBtn.jpg) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 84px;
	height: 33px;
	border: 0 none;
}

#sendBtn:hover {
	background-position: bottom;
	cursor: pointer;
}

#submitCommBtn  {
	background: url(images/submitCommBtn.jpg) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 229px;
	height: 33px;
	border: 0 none;
}

#submitCommBtn:hover {
	background-position: bottom;
	cursor: pointer;
}

#denythelieBtn  {
	background: url(images/denyBtn.jpg) no-repeat top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 192px;
	height: 33px;
	border: 0 none;
	margin-top: 8px;
}

#denythelieBtn:hover {
	background-position: bottom;
	cursor: pointer;
}

.error_msg
{
	border: 1px solid #ff0000;
	color: #ff0000;
	background-color: #FDD0D0;
	font-weight: 900;
	padding: 4px;
	text-align: center;
}

.success_msg
{
	border: 1px solid #00ff00;
	color: #009900;
	background-color: #ffffff;
	font-weight: 900;
	padding: 4px;
	text-align: center;
}

.form_msg_width
{
	width: 240px;
}

a.buttonlink, a.buttonlink:visited {
	display: block;
	border: 1px solid #999;
	background: #d8d0c5;
	width: 50px;
	height: 16px;
	padding: 7px;
	text-align: center;
}

a.buttonlink:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #BC2508;
}


/*----------------------------------------------------------- NAVIGATION STYLES -----------------------------------------------------------*/
ul#nav {
	width:653px;
	height:43px;
	position: absolute;
	right: 35px;
	top: 47px;
	z-index: 1;
}

ul#nav li {
	list-style:none;
	float:left;
}

ul#nav li a {
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	height:43px;
}

ul#nav li a.speakersBtn, ul#nav li a.speakersBtn:visited {
	width:171px;
	background:url(images/speakersBtn.jpg) top no-repeat;
}

ul#nav li a.aboutBtn, ul#nav li a.aboutBtn:visited {
	width:191px;
	background:url(images/aboutBtn.jpg) top no-repeat;
}

ul#nav li a.blogBtn, ul#nav li a.blogBtn:visited {
	width:114px;
	background:url(images/blogBtn.jpg) top no-repeat;
}

ul#nav li a.connectBtn, ul#nav li a.connectBtn:visited {
	width:177px;
	background:url(images/connectBtn.jpg) top no-repeat;
}

ul#nav li a.speakersBtn:hover,
ul#nav li a.aboutBtn:hover,
ul#nav li a.blogBtn:hover,
ul#nav li a.connectBtn:hover {
	background-position: bottom;
}

body.page-template-speakers-php ul#nav li a.speakersBtn, body.page-template-speaker-details-php ul#nav li a.speakersBtn,
body.page-template-about-php ul#nav li a.aboutBtn, body.page-template-schedule-php ul#nav li a.aboutBtn, 
body.page-template-sponsors-php ul#nav li a.aboutBtn, body.page-template-sponsor-details-php ul#nav li a.aboutBtn,
body.page-template-lodging-php ul#nav li a.aboutBtn, body.page-template-directions-php ul#nav li a.aboutBtn,
body.blog ul#nav li a.blogBtn, body.single ul#nav li a.blogBtn,
body.page-template-connect-php ul#nav li a.connectBtn {
	background-position: bottom;
	cursor: default;
}



/*-------------------------------------- --- WORD VERIFICATION --------------------------------------------------------*/

.word_verification_msg {
}

input.word_verification {
	margin-left: 2px;
	height: 26px;
	font-size: 1.7em;
	border: 1px solid #666666;
}

img.word_verification {
	border:none;
}

/*----------------------------------------------------------- SITEMAP -----------------------------------------------------------*/


#sitemap
{
	font-size: 1.2em;
	margin-left: 20px;
}

#sitemap ul li
{
	margin-left: 24px;
}

/*----------------------------------------------------------- CLEARFIX -----------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}



