
/*
----------------------------------------------
DESKTOP
----------------------------------------------
*/

@media screen and (min-width: 1025px) {

/*
Theme Name: COHAA
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 1.3
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*
----------------------------------------------
ERIC MEYER'S CSS RESET RELOADED
----------------------------------------------
*/

#wpadminbar {
	display: none	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	overflow-x: hidden;
	-ms-overflow-x : hidden;
}

ol, ul {
	list-style: none;
}#logos h1
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a {
	outline: none;
}


/*
----------------------------------------------
NECESSARY TO MAKE HTML5 PLAY NICE WITH IE
----------------------------------------------
*/
header,section,nav,article,footer,details,footer,summary {display: block;}


/*
----------------------------------------------
BEGIN PAGE STYLING
----------------------------------------------
*/

.back {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	cursor: pointer;
	cursor: hand;
}


html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background: url(images/body-bg.png) repeat-x;
	color: #2e2e2e;
}

body {
	overflow-x: hidden;	
}

.overflow-hidden {
	overflow-x: hidden;
}


html, body.page,
html, body.single  {
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background: url(images/interior-body-bg.png) top left repeat-x;
}

a {
	outline: none;
	cursor: pointer;
	cursor: hand;
	color: #2e2e2e;
	text-decoration: underline;
}


strong, b{
	font-weight: bold;
}

em, i {
	font-style: italic;	
}

.clear {
	clear: both;	
}

a:focus {
	outline: none;	
}

#container {
	width: 980px;
	margin: auto;
}

#container header {
	padding-top: 30px;
}

#container header #welcome {
	border-top: 1px solid #bbbbbb;
	text-align: center;
	position: relative;
}

#container header #welcome span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	display: block;
	padding: 0px 10px;
	background: #FFF;
	width: 280px;
	margin: -9px auto 0px auto;
}

#container header #event-date {
	width: 255px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 26px;
	margin: 40px 0px 0px 0px;
}

#container header #logos {
	width: 725px;
	height: 106px;
	float: left;
	background: url(images/path-to-agility-logo.png) no-repeat;
	margin: 15px 0px 0px 0px;
}

#container header #logos h1,
#container header #logos h2 {
	text-indent: -2000px;	
}

#mobile-header {
	display: none;
}

#container header #logos h1 a{
	display: block;	
	width: 593px;
	height: 106px;
}

#container header nav#desktop-tablet {
	clear: both;
	padding-top: 20px;	
}

#container header nav#desktop-tablet ul {
	width: 980px;
	height: 35px;
}

#container header nav#desktop-tablet ul li a {
	color: #FFF;	
	background: #5b9dc0;
	width: 120px;
	float: left;
	border-right: 1px solid #FFF;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-indent: -2000px;
}

#container header nav#desktop-tablet ul li a.overview-tab {
	background: #5b9dc0 url(images/nav-overview.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.overview-tab:hover {
	background: #2e2e2e url(images/nav-overview.png) no-repeat center;
}

.home #container header nav#desktop-tablet ul li a.overview-tab {
	background: #2e2e2e url(images/nav-overview.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.speakers-tab {
	background: #5b9dc0 url(images/nav-speakers.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.speakers-tab:hover {
	background: #2e2e2e url(images/nav-speakers.png) no-repeat center;
}

.page-template-page-speakers-day-one-php #container header nav#desktop-tablet ul li a.speakers-tab,
.page-template-page-speakers-day-two-php #container header nav#desktop-tablet ul li a.speakers-tab {
	background: #2e2e2e url(images/nav-speakers.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.sessions-tab {
	background: #5b9dc0 url(images/nav-sessions.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.sessions-tab:hover {
	background: #2e2e2e url(images/nav-sessions.png) no-repeat center;
}

.page-template-page-sessions-day-one-php #container header nav#desktop-tablet ul li a.sessions-tab,
.page-template-page-session-day-two-php #container header nav#desktop-tablet ul li a.sessions-tab{
	background: #2e2e2e url(images/nav-sessions.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.venue-tab {
	background: #5b9dc0 url(images/nav-venue.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.venue-tab:hover {
	background: #2e2e2e url(images/nav-venue.png) no-repeat center;
}

.page-template-page-venue-php #container header nav#desktop-tablet ul li a.venue-tab {
	background: #2e2e2e url(images/nav-venue.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.sponsors-tab {
	background: #5b9dc0 url(images/nav-sponsors.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.sponsors-tab:hover {
	background: #2e2e2e url(images/nav-sponsors.png) no-repeat center;
}

.page-template-page-sponsors-php #container header nav#desktop-tablet ul li a.sponsors-tab {
	background: #2e2e2e url(images/nav-sponsors.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.attend-tab {
	background: #2c749a url(images/nav-attend.png) no-repeat center;
	border-top: 5px solid #2c749a;
	margin-top: -5px;
}

#container header nav#desktop-tablet ul li a.attend-tab:hover {
	background: #2e2e2e url(images/nav-attend.png) no-repeat center;
	border-top: 5px solid #2e2e2e;
	margin-top: -5px;
}

#container header nav#desktop-tablet ul li.current-item a.attend-tab {
	background: #2e2e2e url(images/nav-attend.png) no-repeat center;
	border-top: 5px solid #2e2e2e;
	margin-top: -5px;
}


#container header nav#desktop-tablet ul li a.past-years-tab {
	background: #dbdbdb url(images/nav-past-years.png) no-repeat center 0px;
}

#container header nav#desktop-tablet ul li a.past-years-tab:hover {
	background: #2e2e2e url(images/nav-past-years.png) no-repeat center -35px;
}

.page-template-page-past-years-php #container header nav#desktop-tablet ul li a.past-years-tab,
.post-template-single-past-years-php #container header nav#desktop-tablet ul li a.past-years-tab,
.post-template-single-video-php #container header nav#desktop-tablet ul li a.past-years-tab {
	background: #2e2e2e url(images/nav-past-years.png) no-repeat center -35px;
}

#container header nav#desktop-tablet ul li a.about-us-tab {
	background: #dbdbdb url(images/nav-about-us.png) no-repeat center 0px;
}

#container header nav#desktop-tablet ul li a.about-us-tab:hover {
	background: #2e2e2e url(images/nav-about-us.png) no-repeat center -35px;
}

.page-template-page-about-us-php #container header nav#desktop-tablet ul li a.about-us-tab {
	background: #2e2e2e url(images/nav-about-us.png) no-repeat center -35px;
}

nav#mobile {
	display: none;	
}

#container #main-content {
	padding: 50px 0px 0px 0px;	
}

.sponsors #container #main-content {
	padding: 0px;	
}

#container #main-content #left-col {
	width: 735px;
	float: left;
	background: url(images/striped-bg.png) right bottom no-repeat;
	margin-bottom: 35px;
}

#container #main-content #right-col {
	width: 245px;
	float: right;
	margin-bottom: 35px;
}

#container #main-content #left-col #video-content {
	background: url(images/video-bg.png);
	width: 602px;
	height: 416px;
	margin: auto;
}

#container #main-content #left-col #video-content iframe,
#container #main-content #left-col #video-content embed {
	margin: 13px 0px 0px 13px;	
	width: 575px;
	height: 345px;
}

.post-template-single-video-php iframe {
	width: 575px !important;
	height: 340px !Important;
	margin: auto;
	margin-top: 35px;
	text-align: center;
}

#container #main-content #left-col #homepage-about {
	padding: 0px 0px 0px 0px;
}

#container #main-content #left-col #homepage-about #homepage-h2 {
	width: 305px;
	float: left;
	background: url(images/striped-bg.png) right no-repeat;
}

#container #main-content #left-col #homepage-about #homepage-h2 h2 {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b9dc0;
	width: 280px;
	line-height: 38px;
}

#container #main-content #left-col #homepage-about #homepage-about-content {
	float: left;
	width: 400px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #2e2e2e;
}

#container #main-content #left-col #homepage-about #homepage-about-content p {
	padding-right: 20px;
}


#container #main-content #left-col #homepage-about #homepage-about-content p a {
	text-decoration: underline;	
	color: #2e2e2e;
}

#container #main-content #left-col #homepage-about #homepage-about-content p a:hover {
	text-decoration: none;	
}

#container #main-content #right-col .number-list {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#container #main-content #right-col .number-list li {
	width: 190px;
	margin: 12px auto;
	text-align: center;
	font-size: 40px;
}

#container #main-content #right-col .number-list li a {
	display: block;
	text-decoration: none;
}

#container #main-content #right-col .number-list li.first-child {
	margin-top: 0px;
}

#container #main-content #right-col .number-list li span {
	font-size: 125px;
	display: block;
	margin-bottom: 10px;
}

#container #main-content #right-col .number-list li.second-child,
#container #main-content #right-col .number-list li.last-child {
	color: #2e2e2e;	
}

#container #main-content #homepage-event-info {
	clear: both;
	padding: 35px 0px 0px 0px;
	border-top: 1px solid #bbbbbb;
}

#container #main-content #homepage-event-info h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

#container #main-content #homepage-event-info a {
	color: #2e2e2e;
	text-decoration: underline;
}

#container #main-content #homepage-event-info #arena-grand {
	width: 435px;
	float: left;
}

#container #main-content #homepage-event-info #tweets {
	width: 545px;
	float: right;
}

#container #main-content #homepage-event-info #tweets ul li {
	background: url(images/tweet.png);
	width: 490px;
	height: 52px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #909090;
	padding: 20px;
	margin: 0px 0px 10px 15px;
}

#container #main-content #homepage-event-info #tweets ul li a {
	color: #909090;	
}

#container #main-content #homepage-event-info #tweets abbr {
	display: block;
}

#container #main-content #sponsors {
	background: url(images/sponsors-bar.png);
	width: 980px;
	height: 107px;
	margin-top: 35px;
	padding: 1px 0px 0px 0px;
	position: relative;
}

#container #main-content #sponsors-container {
	width: 900px !important;	
	height: 107px;
	overflow: auto;
	margin: auto;
}

#container #main-content #sponsors li {
	width: 225px;	
	max-height: 105px;
	overflow: hidden;
	text-align: center;
}

#container #main-content #sponsors li img {
	width: 225px;
	height: 105px;

}

#container #main-content #sponsors button {
	background: none;
	border: none;
}

#container #main-content #sponsors button.prev {
	background: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 107px;
	display: block;
	cursor: pointer;
	cursor: hand;
}


#container #main-content #sponsors button.next {
	background: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 107px;
	display: block;
	cursor: pointer;
	cursor: hand;
	z-index: 2000;
}

/* speaker page */

.page-template-page-speakers-day-one-php footer,
.page-template-page-speakers-day-two-php footer {
	margin: 70px 0px 0px 0px !important;
}

#container h2.header-title {
	width: 980px;
	height: 78px;
	color: #FFF;
	font-size: 48px;
	padding-top: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#container nav#event-days {
	width: 980px;
	margin: auto;
	margin-top: 83px;
	padding-bottom: 50px;
}


#container nav#event-days ul li {
	width: 475px;
	height: 105px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 105px;
	float: left;
	font-size: 40px;
	font-style: italic;
	margin: auto;
	text-align: center;
}


#container nav#event-days ul li a {
	display: block;
	width: 475px;
	height: 105px;
	line-height: 105px;
	background: #6b6b6b;
	color: #bababa;
	text-decoration: none;
}


#container nav#event-days ul li.selected a,
#container nav#event-days ul li a:hover {
	background:#FFF;
	color: #2c749a;
}


.page-template-page-past-years-php #container nav#event-days,
.post-template-single-past-years-php #container nav#event-days,
.post-template-single-video-php #container nav#event-days {
	margin-top: 0px;
	width: 980px;
	height: 40px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin: auto;
	text-align: center;
}

.page-template-page-past-years-php #container nav#event-days ul,
.post-template-single-past-years-php #container nav#event-days ul,
.post-template-single-video-php #container nav#event-days ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}

.page-template-page-past-years-php #container nav#event-days ul li,
.post-template-single-past-years-php #container nav#event-days ul li,
.post-template-single-video-php #container nav#event-days ul li {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	float: left;
	margin-right: 5px;
	width: auto;

}


.page-template-page-past-years-php #container nav#event-days ul li a,
.post-template-single-past-years-php #container nav#event-days ul li a,
.post-template-single-video-php  #container nav#event-days ul li a{
	display: inline-block;
	width: auto;
	height: 40px !important;
	overflow: hidden;
	text-decoration: none;
	background:#5b9dc0;
	color: #FFF;
	padding: 0px 20px;
	line-height: 40px !important;
}

/*.page-template-page-past-years-php #container nav#event-days ul li.selected a,
.post-template-single-past-years-php #container nav#event-days ul li.selected a,

.page-template-page-past-years-php #container nav#event-days ul li a:hover,
.post-template-single-past-years-php #container nav#event-days ul li a:hover,

.page-template-page-past-years-php #container nav#event-days ul li a:active,
.post-template-single-past-years-php #container nav#event-days ul li a:active


{
	background:#5b9dc0;
	color: #FFF;
}
*/
#container nav#event-days ul li span {
	font-size: 40px;
	color: #bababa;
	display: block;
	padding-top: 15px;
	font-style: normal;
}

#container nav#event-days ul li.selected span,
#container nav#event-days ul li a:hover span {
	color: #2e2e2e;	
}


#container nav#event-days ul li.day-two {
	float: right;	
}



#container #main-content h2.page-title {
	text-align: center;
	border-top: 1px solid #bbbbbb;
	margin-top: 70px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	width: 980px;
}



#container #main-content h2.page-title  span {
	display: inline-block;
	background: #FFF;
	padding: 0px 20px;
	text-align: center;
	width: auto;
	position: relative;
	top: -14px;
}

.post-template-single-video-php h2.page-title {
	line-height: 32px;
}

#container #main-content .speaker {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container #main-content .speaker .speaker-image {
	width: 310px;
	margin-right: 25px;
	float: left;
}

#container #main-content .speaker .speaker-image {
	width: 310px;
	margin-right: 25px;
	float: left;
}

#container #main-content .speaker .speaker-info {
	width: 645px;
	float: left;
}

#container #main-content .speaker h3 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

#container #main-content .speaker h4 {
	color: #2c749a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin-bottom: 15px;
}

#container #main-content .speaker h4 a {
	color: #2c749a;
	text-decoration: none;
}


#container #main-content .speaker p {
	font-size: 12px;
	line-height: 18px;
}

#container #main-content .speaker h3 span {
	font-size: 15px;
	color: #8f8f8f;
	text-transform: uppercase;
}

#container #main-content .speaker h3 span a {
	color: #8f8f8f;
	padding-left: 5px;
	text-decoration: none;
}


#container #main-content .speaker h3 span a:hover {
	text-decoration: underline;	
}


/* sessions page */



#container #main-content #sessions {
	width: 1005px;
	margin-left: -25px;	
}

#container #main-content article.session-note {
	background: url(images/agile-card.jpg);
	width: 258px;
	height: 254px;
	display: block;
	cursor: pointer;
	cursor: hand;
	padding: 25px;
	float: left;
	margin: 25px 0px 0px 25px;
	overflow: hidden;
	position: relative;
}

#container #main-content article.session-note a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 258px;
	height: 254px;
	padding: 25px;
	color: #2e2e2e;
	text-decoration: none;
	height: 227px;
	overflow: hidden;
}

#container #main-content article.session-note:hover {
	background: url(images/agile-card.jpg) 0px -304px;
	width: 258px;
	height: 254px;
	display: block;
}


#container #main-content article.session-note h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

#container #main-content article.session-note h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 20px;
}

#container #main-content article.session-note author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #2c749a;
}

#container #main-content article.session-note:hover h2 {
	color: #99ceea;	
}

#container #main-content article.session-note:hover h3 {
	color: #FFF;	
}

#container #main-content article.session-note:hover author {
	color: #99ceea;	
}

.session-popup {
	display: none;	
	font-size: 12px;
	line-height: 18px;
}

.session-popup h3 {
	color: #2c749a;
	font-size: 21px;	
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
}

.session-popup .byline {
	font-size: 16px;	
	color: #2e2e2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px 0px 20px 0px;
}

#container #main-content nav#session-nav {
	clear: both;
	margin: 50px 0px 0px 0px;	
	line-height: 80px;
}

#container #main-content nav#session-nav ul li.day-1-back {
	width: 141px;
	float: left;	
	border-top: 1px solid #FFF;
}

#container #main-content nav#session-nav ul li.session-register-btn {
	width: 698px;
	float: left;	
	text-align: center;
}

#container #main-content nav#session-nav ul li.day-2-back {
	width: 141px;
	float: right;	
	border-top: 1px solid #FFF;
}


/* venue page */

#container .venue-headline {
	background: url(images/venue.jpg) no-repeat;
	width: 980px;
	overflow: auto;
	height: 188px;
	margin-bottom: 5px;
	text-indent: -2000px;
}


#container .speakers-headline,
#container .sessions-headline {
	display: none;
}

#container #main-content #venue-info {
	width: 295px;
	float: left;	
	padding: 0px 40px 0px 0px;
}

#container #main-content #venue-info p {
	margin: 15px 0px;
	font-size: 12px;
	line-height: 18px;	
}

#container #main-content #venue-info h2,
#container #main-content #venue-info h2 p {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b9dc0;
	line-height: 34px;
}

#container #main-content #venue-photo {
	width: 645px;
	float: right;	
}

#container #main-content #hotels {
	width: 645px;
	float: left;	
	margin-top: 30px;
}

#container #main-content #hotels h2 {
	width: 645px;	
	margin-top: 0px;
	padding-top: 0px;
}

#container #main-content #hotels .hotels-list,
#container #main-content #hotels .restaurants-list {
	width: 310px;
	float: left;
	font-size: 12px;
	line-height: 24px;
}

#container #main-content #hotels .hotels-list h3,
#container #main-content #hotels .restaurants-list h3 {
	color: #5a9dc0;	
}

#container #main-content #hotels .hotels-list ul li,
#container #main-content #hotels .restaurants-list ul li {
	list-style: inside disc;	
}

#container #main-content #hotels .hotels-list ul li a,
#container #main-content #hotels .restaurants-list ul li a {
	text-decoration: none;	
}

#container #main-content #hotels .restaurants-list {
	float: right;
}

#container #main-content #venue-map {
	width: 305px;
	float: right;	
	padding-top: 30px;
}


#container #main-content #venue-map img {
	margin-bottom: 10px;	
}

#container #main-content #venue-map p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;	
}


/* sponsors page */

#container .sponsors-headline {
	background: url(images/sponsors.jpg) no-repeat;
	width: 980px;
	overflow: auto;
	height: 188px;
	text-indent: -2000px;
}

#container .sponsors-list {
	width: 1000px;
	margin-left: -23px;
=}

#container .sponsors-page {
	margin: 0px !important;
	padding: 0px !important;
}


#container .sponsors-list li {
	width: 225px;
	height: 180px;
	overflow: hidden;
	text-align: center;	
	margin-left: 23px;
	margin-top: 23px;
	float: left;
}

#container .sponsors-list li p {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}

#container .sponsors-list li a {
	text-decoration: none;	
}

#container .interested-in-sponsorship {
	width: 980px;
	text-align: center;
	margin-top: 35px;
}

/* attend page */

iframe.attend {
	width: 980px;
	height: 9000px;
}

.register-new-window {
	display: none;	
}

/* past years page */

#container .past-years-headline {
	background: url(images/past-years.jpg) no-repeat;
	width: 980px;
	overflow: auto;
	height: 188px;
	text-indent: -2000px;
}

#container #main-content #video-2011 {
	background: url(images/video-bg.png);
	width: 602px;
	height: 416px;
	margin: auto;
	margin: 40px 0px 0px 0px;
	float: left;
}

#container #main-content #video-2011 iframe {
	margin: 13px 0px 0px 13px;	
	width: 575px;
	height: 340px;
}

#container #main-content #about-past-event {
	width: 330px;
	float: right;	
	font-size: 12px;
	line-height: 18px;
	margin: 40px 0px 0px 0px;
}

#container #main-content #about-past-event h3 {
	color: #2c749a;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	margin-bottom: 10px;
}

#container #main-content #past-event-assets {
	clear: both;
	margin-top: 30px;	
	width: 720px;
	float: left;

}


#container #main-content #past-event-assets .content p {
	margin: 0px 0px 25px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
	line-height: 22px;
}

#container #main-content #past-event-assets .content strong {
	color: #2c749a;
	font-weight: normal;
}

#container #main-content #past-event-assets .content a {
	color: #000 !important;
	font-weight: normal;
}

#container #main-content #flickr {
	width: 220px;
	float: right;
}

#container #main-content #flickr li {
	width: 90px; 
	float: left; 
	text-align: center;
	padding: 10px;
}

#container #main-content #flickr li img {
	width: 90px;	
}

/* about us page */

#container .about-headline {
	background: url(images/about-us.jpg) no-repeat;
	width: 980px;
	overflow: auto;
	height: 188px;
	text-indent: -2000px;
}

#container #about-cohaa {
	width: 580px;
	float: left;	
	font-size: 17px;
	line-height: 29px;
	color: #2c749a;
}

#container #about-cohaa p {
	margin-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;		
}

#container #about-cohaa .main-p {
	font-size: 23px;
	line-height: 39px;
	color: #2e2e2e;
	margin-bottom: 50px;
}



#container #contact-form {
	width: 305px;
	float: right;	
}

#container #contact-form h3 {
	font-size: 23px;
	line-height: 39px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#container #contact-form label {
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	color: #505050;
	font-size: 11px;
	display: block;	
}

#container #contact-form input[type="text"],
#container #contact-form select {
	width: 300px;
	height: 30px;
	border: 1px solid #e2e2e2;
	padding-left: 5px;
}

#container #contact-form select {
	width: 310px;	
	line-height: 30px;
	padding-top: 6px;
	height: 30px;
}

#container #contact-form select option {
	line-height: 30px !important;
		
}

#container #contact-form  p {
	margin: 0px !important;
	padding: 0px !important;
	height: auto;
}

#container #contact-form textarea {
	width: 300px;
	height: 170px;
	border: 1px solid #e2e2e2;
	padding-left: 5px;
}

#container #contact-form input[type="submit"] {
	background: url(images/submit-bt.png);
	width: 115px;
	height: 36px;
	display: block;
	text-indent: -2000px;
	line-height: 1px;
	font-size: 1px;
	border: 0px;
	margin-top: 15px;
}

/* Contact Form 7 */

.wpcf7-not-valid-tip,
.screen-reader-response {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: Red;
}

/* footer */

footer {
	margin: 30px 0px 0px 0px;
	clear: both;
	border-top: 1px solid #bbbbbb;
	color: #757575;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 30px 0px 30px 0px;
}

footer a {
	color: #757575;
	text-decoration: underline;
}

footer p {
	margin-bottom: 10px;	
}

footer .col-1 {
	width: 284px;
	padding: 0px 35px 0px 0px;
	float: left;
}

footer .col-2 {
	width: 155px;
	padding: 0px 35px;
	float: left;
}

footer .col-3{
	width: 100px;
	padding: 0px 35px;
	float: left;
}

footer .col-3 img {
	text-align: center;
	max-width: 140px;	
}

footer .col-4{
	width: 120px;
	padding: 0px 0px 0px 35px;
	float: right;
}

footer nav a {
	text-decoration: none;	
}
footer nav a:hover {
	text-decoration: underline;
}

footer .col-2 nav ul {
	float: left;
	margin-right: 20px;
}

footer .col-4 ul li {
	float: left;
	margin-left: 8px;
}







/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
	border-radius: 4px;
	
}

.fancybox-opened {
	z-index: 1003;	
	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	outline: none;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
}

.fancybox-inner h1 {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	color: #2c749a;	
	margin: 15px 0px;	
}

.fancybox-inner p {
	margin: 15px 0px;	
}

.fancybox-inner ul {
	margin: 15px 0px;	
}

.fancybox-inner ul li {
	margin:  0px;
	list-style: disc;
	margin-left: 40px;
	padding-left: 10px;
}

.fancybox-inner article {
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('scripts/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('scripts/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('scripts/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


.attend-new-window,
.attend-new-window a {
	display: none;	
	border: none;
}

#tweets aside h3 {
	display: none	
}

.wpcf7-response-output {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;	
}

}

































/*
----------------------------------------------
TABLET
----------------------------------------------
*/

@media screen and (max-width: 1024px) {
	
	/*
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: CWT
Author URI: http://wordpress.org/
Description: Custom theme for www.pursuityourself.com, created by the CareWorks Technologies interactive team.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*
----------------------------------------------
ERIC MEYER'S CSS RESET RELOADED
----------------------------------------------
*/

#wpadminbar {
	display: none	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	overflow-x: hidden;
	-ms-overflow-x : hidden;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
----------------------------------------------
NECESSARY TO MAKE HTML5 PLAY NICE WITH IE
----------------------------------------------
*/
header,section,nav,article,footer,details,footer,summary {display: block;}


/*
----------------------------------------------
BEGIN PAGE STYLING
----------------------------------------------
*/


.back {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	cursor: pointer;
	cursor: hand;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	
	color: #2e2e2e;
}

body {
	overflow-x: hidden;	
	background: url(images/body-bg-tablet.png) repeat-x;
}

.overflow-hidden {
	overflow-x: hidden;
}

a {
	outline: none;
	cursor: pointer;
	cursor: hand;
	color: #2e2e2e;
	text-decoration: underline;
}


strong, b{
	font-weight: bold;
}

em, i {
	font-style: italic;	
}

.clear {
	clear: both;	
}

a:focus {
	outline: none;	
}

#container {
	width: 730px;
	margin: auto;
}

#container header {
	padding-top: 25px;
}

#container header #welcome {
	border-top: 1px solid #bbbbbb;
	text-align: center;
	position: relative;
}

#container header #welcome span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	display: block;
	padding: 0px 10px;
	background: #FFF;
	width: 280px;
	margin: -9px auto 0px auto;
}

#container header #event-date {
	width: 205px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 26px;
	margin: 15px 0px 0px 0px;
}

#container header #logos {
	width: 407px;
	height: 73px;
	float: left;
	background: url(images/path-to-agility-logo-tablet.png) no-repeat;
	margin: 5px 90px 0px 0px;
}

#container header #logos h1,
#container header #logos h2 {
	text-indent: -2000px;	
}

#mobile-header {
	display: none;
}

#container header #logos h1 a{
	display: block;	
	width: 407px;
	height: 73px;
}

#container header nav#desktop-tablet {
	clear: both;
	padding-top: 15px;
}

#container header nav#desktop-tablet ul {
	width: 730px;
	height: 35px;
}

#container header nav#desktop-tablet ul li a {
	color: #FFF;	
	background: #5b9dc0;
	width: 90px;
	float: left;
	border-right: 1px solid #FFF;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-indent: -2000px;
}

#container header nav#desktop-tablet ul li a.overview-tab {
	background: #5b9dc0 url(images/nav-overview.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.overview-tab:hover {
	background: #2e2e2e url(images/nav-overview.png) no-repeat center;
}

.home #container header nav#desktop-tablet ul li a.overview-tab {
	background: #2e2e2e url(images/nav-overview.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.speakers-tab {
	background: #5b9dc0 url(images/nav-speakers.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.speakers-tab:hover {
	background: #2e2e2e url(images/nav-speakers.png) no-repeat center;
}

.page-template-page-speakers-day-one-php #container header nav#desktop-tablet ul li a.speakers-tab,
.page-template-page-speakers-day-two-php #container header nav#desktop-tablet ul li a.speakers-tab {
	background: #2e2e2e url(images/nav-speakers.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.sessions-tab {
	background: #5b9dc0 url(images/nav-sessions.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.sessions-tab:hover {
	background: #2e2e2e url(images/nav-sessions.png) no-repeat center;
}

.page-template-page-sessions-day-one-php #container header nav#desktop-tablet ul li a.sessions-tab,
.page-template-page-session-day-two-php #container header nav#desktop-tablet ul li a.sessions-tab{
	background: #2e2e2e url(images/nav-sessions.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.venue-tab {
	background: #5b9dc0 url(images/nav-venue.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.venue-tab:hover {
	background: #2e2e2e url(images/nav-venue.png) no-repeat center;
}

.page-template-page-venue-php #container header nav#desktop-tablet ul li a.venue-tab {
	background: #2e2e2e url(images/nav-venue.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.sponsors-tab {
	background: #5b9dc0 url(images/nav-sponsors.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.sponsors-tab:hover {
	background: #2e2e2e url(images/nav-sponsors.png) no-repeat center;
}

.page-template-page-sponsors-php #container header nav#desktop-tablet ul li a.sponsors-tab {
	background: #2e2e2e url(images/nav-sponsors.png) no-repeat center;
}

#container header nav#desktop-tablet ul li a.attend-tab {
	background: #2c749a url(images/nav-attend.png) no-repeat center;
	border-top: 5px solid #2c749a;
	margin-top: -5px;
}

#container header nav#desktop-tablet ul li a.attend-tab:hover {
	background: #2e2e2e url(images/nav-attend.png) no-repeat center;
	border-top: 5px solid #2e2e2e;
	margin-top: -5px;
}

#container header nav#desktop-tablet ul li.current-item a.attend-tab {
	background: #2e2e2e url(images/nav-attend.png) no-repeat center;
	border-top: 5px solid #2e2e2e;
	margin-top: -5px;
}

#container header nav#desktop-tablet ul li a.past-years-tab {
	background: #dbdbdb url(images/nav-past-years.png) no-repeat center 0px;
}

#container header nav#desktop-tablet ul li a.past-years-tab:hover {
	background: #2e2e2e url(images/nav-past-years.png) no-repeat center -35px;
}

.page-template-page-past-years-php #container header nav#desktop-tablet ul li a.past-years-tab {
	background: #2e2e2e url(images/nav-past-years.png) no-repeat center -35px;
}

#container header nav#desktop-tablet ul li a.about-us-tab {
	background: #dbdbdb url(images/nav-about-us.png) no-repeat center 0px;
}

#container header nav#desktop-tablet ul li a.about-us-tab:hover {
	background: #2e2e2e url(images/nav-about-us.png) no-repeat center -35px;
}

.page-template-page-about-us-php #container header nav#desktop-tablet ul li a.about-us-tab {
	background: #2e2e2e url(images/nav-about-us.png) no-repeat center -35px;
}

nav#mobile {
	display: none;	
}

#container #main-content {
	padding: 35px 0px 0px 0px;	
}

#container #main-content #left-col {
	width: 550px;
	float: left;
	background: url(images/striped-bg.png) right bottom no-repeat;
	margin-bottom: 35px;
}

#container #main-content #right-col {
	width: 180px;
	float: right;
	margin-bottom: 35px;
}

#container #main-content #left-col #video-content {
	background: url(images/video-bg-tablet.png);
	width: 455px;
	height: 299px;
	margin: auto;
}

#container #main-content #left-col #video-content iframe {
	margin: 13px 0px 0px 13px;	
	width: 428px;
	height: 253px;
}


.post-template-single-video-php iframe {
	width: 428px !important;
	height: 253px !Important;
	margin: auto;
	margin-top: 35px;
	text-align: center;
}


#container #main-content #left-col #homepage-about {
	padding: 20px 0px 0px 0px;
}

#container #main-content #left-col #homepage-about #homepage-h2 {
	width: 210px;
	float: left;

}

#container #main-content #left-col #homepage-about #homepage-h2 h2 {
	font-size: 26px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b9dc0;
	width: 205px;
}

#container #main-content #left-col #homepage-about #homepage-about-content {
	float: left;
	width: 290px;
	padding-left: 30px;
	font-size: 12px;
	line-height: 15px;
	color: #2e2e2e;
	background: url(images/striped-bg.png) left no-repeat;

}

#container #main-content #left-col #homepage-about #homepage-about-content p {
	padding-right: 20px;
}


#container #main-content #left-col #homepage-about #homepage-about-content p a {
	text-decoration: underline;	
	color: #2e2e2e;
}

#container #main-content #left-col #homepage-about #homepage-about-content p a:hover {
	text-decoration: none;	
}

#container #main-content #right-col .number-list {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#container #main-content #right-col .number-list li {
	width: 160px;
	margin: 16px auto;
	text-align: center;
	font-size: 30px;
}

#container #main-content #right-col .number-list li a {
	display: block;
	text-decoration: none;
}


#container #main-content #right-col .number-list li.first-child {
	margin-top: 0px;
}

#container #main-content #right-col .number-list li span {
	font-size: 93px;
	display: block;
	margin-bottom: 5px;
}

#container #main-content #right-col .number-list li.second-child,
#container #main-content #right-col .number-list li.last-child {
	color: #2e2e2e;	
}

#container #main-content #homepage-event-info {
	clear: both;
	padding: 35px 0px 0px 0px;
	border-top: 1px solid #bbbbbb;
}

#container #main-content #homepage-event-info h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

#container #main-content #homepage-event-info a {
	color: #2e2e2e;
	text-decoration: underline;
}

#container #main-content #homepage-event-info #arena-grand {
	width: 320px;
	float: left;
}

#container #main-content #homepage-event-info #arena-grand img {
	width: 320px;	
	height: 220px;
}

#container #main-content #homepage-event-info #tweets {
	width: 400px;
	float: right;
}

#container #main-content #homepage-event-info #tweets ul li {
	background: url(images/tweet-tablet.png);
	width: 368px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #909090;
	padding: 15px;
	margin: 0px 0px 5px 0px;
}

#container #main-content #homepage-event-info #tweets ul li a {
	color: #909090;
}

#container #main-content #homepage-event-info #tweets abbr {
	display: block;
}

#container #main-content #sponsors {
	background: url(images/sponsors-bar-tablet.png) no-repeat;
	width: 730px;
	height: 107px;
	margin-top: 35px;
	padding: 1px 0px 0px 00px;
	position: relative;
	overflow: hidden;
}

#container #main-content #sponsors-container {
	width: 600px !important;	
	overflow: hidden;
	margin: auto;
}

#container #main-content #sponsors li {
	width: 200px;
	text-align: left;
	overflow: hidden;
	height: 107px;
}

#container #main-content #sponsors li img {
	width: 200px;
	height: 93px;
	margin-top: 5px;
	text-align: center;
}

#container #main-content #sponsors button {
	background: none;
	border: none;
}

#container #main-content #sponsors button.prev {
	background: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 107px;
	display: block;
	cursor: pointer;
	cursor: hand;
}


#container #main-content #sponsors button.next {
	background: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 107px;
	display: block;
	cursor: pointer;
	cursor: hand;
	z-index: 2000;
}

/* speaker page */

#container h2.header-title {
	width: 730px;
	height: 78px;
	color: #FFF;
	font-size: 48px;
	padding-top: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#container nav#event-days {
	width: 730px;
	height: 105px;
	margin: auto;
	margin-top: 83px;
	padding-bottom: 10px;
}

#container nav#event-days ul li {
	width: 355px;
	height: 105px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 105px;
	float: left;
	font-size: 40px;
}


#container nav#event-days ul li a {
	display: block;
	width: 355px;
	height: 105px;
	background: #6b6b6b;
	color: #bababa;
	text-decoration: none;
}

#container nav#event-days ul li.selected a,
#container nav#event-days ul li a:hover {
	background:#FFF;
	color: #2c749a;
}

#container nav#event-days ul li a:hover {
	background: #FFF;	
}

#container nav#event-days ul li span {
	font-size: 40px;
	color: #bababa;
	display: block;
	padding-top: 15px;
	font-style: normal;
}

#container nav#event-days ul li.selected span,
#container nav#event-days ul li a:hover span {
	color: #2e2e2e;	
}


#container nav#event-days ul li.day-two {
	float: right;	
}


.page-template-page-past-years-php #container nav#event-days,
.post-template-single-past-years-php #container nav#event-days,
.post-template-single-video-php #container nav#event-days {
	margin-top: 0px;
	width: 730px;
	height: 40px !important;
	line-height: 40px !important;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin: auto;
	text-align: center;
}

.page-template-page-past-years-php #container nav#event-days ul,
.post-template-single-past-years-php #container nav#event-days ul,
.post-template-single-video-php #container nav#event-days ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}

.page-template-page-past-years-php #container nav#event-days ul li,
.post-template-single-past-years-php #container nav#event-days ul li,
.post-template-single-video-php #container nav#event-days ul li{
	height: 105px;
	line-height: 105px;
	font-size: 40px;
	float: left;
	margin-right: 5px;
	width: auto;
	
}


.page-template-page-past-years-php #container nav#event-days ul li a,
.post-template-single-past-years-php #container nav#event-days ul li a,
.post-template-single-video-php #container nav#event-days ul li a{
	display: block;
	width: auto;
	background: #dbdbdb;
	color: #8f8f8f;
	text-decoration: none;
	background:#5b9dc0;
	color: #FFF;
	padding: 0px 20px;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 11px;
}

/*.page-template-page-past-years-php #container nav#event-days ul li.selected a,
.post-template-single-past-years-php #container nav#event-days ul li.selected a,

.page-template-page-past-years-php #container nav#event-days ul li a:hover,
.post-template-single-past-years-php #container nav#event-days ul li a:hover,

.page-template-page-past-years-php #container nav#event-days ul li a:active,
.post-template-single-past-years-php #container nav#event-days ul li a:active


{
	background:#5b9dc0;
	color: #FFF;
}
*/


#container #main-content h2.page-title {
	text-align: center;
	border-top: 1px solid #bbbbbb;
	margin-top: 70px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	width: 730px;
}

#container #main-content h2.page-title:first-child {
	margin-top: 0px;	
}


#container #main-content h2.page-title  span {
	display: inline-block;
	background: #FFF;
	padding: 0px 20px;
	text-align: center;
	width: auto;
	position: relative;
	top: -14px;
}

.post-template-single-video-php h2.page-title {
	line-height: 32px;
}


#container #main-content .speaker {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container #main-content .speaker .speaker-image {
	width: 230px;
	margin-right: 25px;
	float: left;
}

#container #main-content .speaker .speaker-image img {
	width: 230px;	
}

#container #main-content .speaker .speaker-info {
	width: 475px;
	float: left;
}

#container #main-content .speaker h3 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}

#container #main-content .speaker h4 {
	color: #2c749a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin-bottom: 15px;
}

#container #main-content .speaker h4 a {
	color: #2c749a;
	text-decoration: none;
}


#container #main-content .speaker p {
	font-size: 11px;
	line-height: 14px;
}

#container #main-content .speaker h3 span {
	font-size: 15px;
	color: #8f8f8f;
	text-transform: uppercase;
}

#container #main-content .speaker h3 span a {
	color: #8f8f8f;
	padding-left: 5px;
	text-decoration: none;
}


#container #main-content .speaker h3 span a:hover {
	text-decoration: underline;	
}


/* sessions page */



#container #main-content #sessions {
	width: 1005px;
	margin-left: -25px;	
}

#container #main-content article.session-note {
	background: url(images/agile-card-tablet.jpg);
	width: 180px;
	height: 177px;
	display: block;
	cursor: pointer;
	cursor: hand;
	padding: 25px;
	float: left;
	margin: 25px 0px 0px 25px;
	overflow: hidden;
	position: relative;
}

#container #main-content article.session-note a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 153px;
	padding: 25px;
	color: #2e2e2e;
	overflow: hidden;
}

#container #main-content article.session-note:hover {
	background: url(images/agile-card-tablet.jpg) 0px -229px;
	width: 180px;
	height: 177px;
	display: block;
}


#container #main-content article.session-note h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 10px;
}

#container #main-content article.session-note h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 10px;
}

#container #main-content article.session-note author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #2c749a;
}

#container #main-content article.session-note:hover h2 {
	color: #99ceea;	
}

#container #main-content article.session-note:hover h3 {
	color: #FFF;	
}

#container #main-content article.session-note:hover author {
	color: #99ceea;	
}

#container #main-content article.session-note a {
	text-decoration: none;	
}

.session-popup {
	display: none;	
	font-size: 12px;
	line-height: 18px;
}

.session-popup h3 {
	color: #2c749a;
	font-size: 21px;	
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
}

.session-popup .byline {
	font-size: 16px;	
	color: #2e2e2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px 0px 20px 0px;
}

#container #main-content nav#session-nav {
	clear: both;
	margin: 50px 0px 0px 0px;	
	line-height: 80px;
}

#container #main-content nav#session-nav ul li.day-1-back {
	width: 145px;
	float: left;	
	border-top: 1px solid #FFF;
}

#container #main-content nav#session-nav ul li.session-register-btn {
	width: 440px;
	float: left;	
	text-align: center;
}

#container #main-content nav#session-nav ul li.day-2-back {
	width: 145px;
	float: right;	
	border-top: 1px solid #FFF;
}


/* venue page */

#container .venue-headline {
	background: url(images/venue-tablet.jpg) no-repeat;
	width: 730px;
	overflow: hidden;
	height: 187px;
	text-indent: -2000px;
}

#container .speakers-headline,
#container .sessions-headline {
	display: none;
}

#container #main-content #venue-info {
	width: 325px;
	float: left;	
	padding: 0px 20px 0px 0px;
}

#container #main-content #venue-info p {
	margin: 15px 0px;
	font-size: 11px;
	line-height: 14px;	
}


#container #main-content #venue-info h2,
#container #main-content #venue-info h2 p {
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b9dc0;
	line-height: 24px;
}



#container #main-content #venue-photo {
	width: 375px;
	float: right;
}

#container #main-content #venue-photo img {
	width: 375px;
	height: auto;
}

#container #main-content #hotels {
	width: 490px;
	float: left;	
	margin-top: 30px;
}

#container #main-content #hotels h2 {
	width: 490px;	
	margin-top: 0px;
	padding-top: 0px;
}

#container #main-content #hotels .hotels-list,
#container #main-content #hotels .restaurants-list {
	width: 245px;
	float: left;
	font-size: 11px;
	line-height: 18px;
}

#container #main-content #hotels .hotels-list h3,
#container #main-content #hotels .restaurants-list h3 {
	color: #5a9dc0;	
}

#container #main-content #hotels .hotels-list ul li,
#container #main-content #hotels .restaurants-list ul li {
	list-style: inside disc;	
}

#container #main-content #hotels .hotels-list ul li a,
#container #main-content #hotels .restaurants-list ul li a {
	text-decoration: none;	
}

#container #main-content #hotels .restaurants-list {
	float: right;
}

#container #main-content #venue-map {
	width: 210px;
	float: right;	
	padding-top: 30px;
}


#container #main-content #venue-map img {
	margin-bottom: 10px;	
	width: 210px;
	height: auto;
}

#container #main-content #venue-map p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;	
}


/* sponsors page */

#container .sponsors-headline {
	background: url(images/sponsors-tablet.jpg) no-repeat;
	width: 730px;
	overflow: hidden;
	height: 187px;
	margin-bottom: 15px;
	text-indent: -2000px;
}

#container .sponsors-list {
	width: 753px;
	margin-left: -23px;
}

#container .sponsors-list li {
	width: 225px;
	height: 180px;
	overflow: hidden;
	text-align: center;	
	float: left;
	margin-left: 23px;
	margin-top: 23px;
}

#container .sponsors-list li p {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	display: block;
}

#container .sponsors-list li a {
	text-decoration: none;	
}

#container .interested-in-sponsorship {
	width: 730px;
	text-align: center;
	margin-top: 50px;
}

/* attend page */

iframe.attend {
	width: 730px;
	height: 9000px;
	display: none;
}

.register-new-window {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* past years page */

#container .past-years-headline {
	background: url(images/past-years-tablet.png) no-repeat;
	width: 730px;
	overflow: auto;
	height: 188px;
	text-indent: -2000px;
}


#container #main-content #video-2011 {
	background: url(images/video-bg-tablet.png);
	width: 455px;
	height: 299px;
	margin: auto;
	margin: 0px 0px 0px 0px;
	float: left;
}

#container #main-content #video-2011 iframe {
	margin: 13px 0px 0px 13px;	
	width: 428px;
	height: 253px;
}

#container #main-content #about-past-event {
	width: 250px;
	float: right;	
	font-size: 11px;
	line-height: 14px;
	margin: 0px 0px 0px 0px;
}

#container #main-content #about-past-event h3 {
	color: #2c749a;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	margin-bottom: 10px;
}

#container #main-content #past-event-assets {
	clear: both;
	margin-top: 30px;	
	width: 480px;
	float: left;
}


#container #main-content #past-event-assets .content p {
	margin: 0px 0px 25px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
	line-height: 22px;
}

#container #main-content #past-event-assets .content strong {
	color: #2c749a;
	font-weight: normal;
}

#container #main-content #past-event-assets .content a {
	color: #000 !important;
	font-weight: normal;
}


#container #main-content #flickr {
	width: 220px;
	float: right;
}

#container #main-content #flickr li {
	width: 90px; 
	float: left; 
	text-align: center;
	padding: 10px;
}

#container #main-content #flickr li img {
	width: 90px;	
}


/* about us page */

#container .about-headline {
	background: url(images/about-us-tablet.jpg) no-repeat;
	width: 730px;
	overflow: hidden;
	height: 187px;
	text-indent: -2000px;
}

#container #about-cohaa {
	width: 380px;
	float: left;	
	font-size: 17px;
	line-height: 29px;
	color: #2c749a;
}

#container #about-cohaa p {
	margin-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;		
}

#container #about-cohaa .main-p {
	font-size: 23px;
	line-height: 34px;
	color: #2e2e2e;
	margin-bottom: 50px;
}



#container #contact-form {
	width: 305px;
	float: right;	
}

#container #contact-form h3 {
	font-size: 23px;
	line-height: 39px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#container #contact-form label {
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	color: #505050;
	font-size: 11px;
	display: block;	
}

#container #contact-form input[type="text"],
#container #contact-form select {
	width: 300px;
	height: 30px;
	border: 1px solid #e2e2e2;
	padding-left: 5px;
}

#container #contact-form select {
	width: 310px;	
	line-height: 30px;
	padding-top: 6px;
	height: 30px;
}

#container #contact-form select option {
	line-height: 30px !important;
		
}


#container #contact-form textarea {
	width: 300px;
	height: 170px;
	border: 1px solid #e2e2e2;
	padding-left: 5px;
}

#container #contact-form  p {
	margin: 0px !important;
	padding: 0px !important;
	height: auto;
}

#container #contact-form input[type="submit"] {
	background: url(images/submit-bt.png);
	width: 115px;
	height: 36px;
	display: block;
	text-indent: -2000px;
	line-height: 1px;
	font-size: 1px;
	border: 0px;
	margin-top: 15px;
}

/* Contact Form 7 */

.wpcf7-not-valid-tip,
.screen-reader-response {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: Red;
}

/* footer */
footer {
	margin: 30px 0px 0px 0px;
	clear: both;
	border-top: 1px solid #bbbbbb;
	color: #757575;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 30px 0px 30px 0px;
}


.page footer {
	margin: 70px 0px 0px 0px;
	clear: both;
	border-top: 1px solid #bbbbbb;
	color: #757575;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 30px 0px 30px 0px;
}

footer a {
	color: #757575;
	text-decoration: underline;
}

footer p {
	margin-bottom: 10px;	
}

footer .col-1 {
	width: 290px;
	padding: 0px 0px 0px 0px;
	float: left;
}

footer .col-2 {
	width: 170px;
	padding: 0px 0px;
	float: left;
}

footer .col-3{
	width: 150px;
	padding: 0px 0px;
	float: left;
}

footer .col-3 img {
	text-align: center;
	max-width: 140px;	
}

footer .col-4{
	width: 120px;
	padding: 0px 0px 0px 0px;
	float: right;
}

footer nav a {
	text-decoration: none;	
}
footer nav a:hover {
	text-decoration: underline;
}

footer .col-2 nav ul {
	float: left;
	margin-right: 20px;
}

footer .col-4 ul li {
	float: left;
	margin-left: 8px;
}







/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
	border-radius: 4px;
	
}

.fancybox-opened {
	z-index: 1003;	
	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	outline: none;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
}

.fancybox-inner h1 {
	font-size: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	color: #2c749a;	
	margin: 15px 0px;	
}

.fancybox-inner p {
	margin: 15px 0px;	
}

.fancybox-inner ul {
	margin: 15px 0px;	
}

.fancybox-inner ul li {
	margin:  0px;
	list-style: disc;
	margin-left: 40px;
	padding-left: 10px;
}

.fancybox-inner article {
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('scripts/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('scripts/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('scripts/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.attend-iframe {
	display: none;	
}

#tweets aside h3 {
	display: none	
}

.wpcf7-response-output {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;	
}	

	
}










































/*
----------------------------------------------
MOBILE
----------------------------------------------
*/

@media screen and (max-width: 767px) {
	
/*
Theme Name: Pursuit Yourself
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: CWT
Author URI: http://wordpress.org/
Description: Custom theme for www.pursuityourself.com, created by the CareWorks Technologies interactive team.
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*
----------------------------------------------
ERIC MEYER'S CSS RESET RELOADED
----------------------------------------------
*/

#wpadminbar {
	display: none	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	overflow-x: hidden;
	-ms-overflow-x : hidden;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
----------------------------------------------
NECESSARY TO MAKE HTML5 PLAY NICE WITH IE
----------------------------------------------
*/
header,section,nav,article,footer,details,footer,summary {display: block;}


/*
----------------------------------------------
BEGIN PAGE STYLING
----------------------------------------------
*/


.back {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;	
	cursor: pointer;
	cursor: hand;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #2e2e2e;
}

body 
 {
	overflow-x: hidden;	
	background: url(images/mobile-dropdown-bg.png) repeat-x;
}

.overflow-hidden {
	overflow-x: hidden;
}


body.page-template-page-speakers-day-one-php,
body.page-template-page-speakers-day-two-php,
body.page-template-page-sessions-day-one-php,
body.page-template-page-session-day-two-php,
body.page-template-page-past-years-php,
body.post-template-single-past-years-php,
body.post-template-single-video-php,
body.page-template-page-venue-php,
body.post-template-single-video-php

{
	width: 100%;
	min-height: 660px;
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background: url(images/mobile-interior-bg.png) repeat-x;

}

body.page-template-page-sponsors-php,
body.page-template-page-about-us-php {
	background: url(images/mobile-bg-sponsors.png) repeat-x;
}

a {
	outline: none;
	cursor: pointer;
	cursor: hand;
	color: #2e2e2e;
	text-decoration: underline;
}


strong, b{
	font-weight: bold;
}

em, i {
	font-style: italic;	
}

.clear {
	clear: both;	
}

a:focus {
	outline: none;	
}

#container {
	width: 300px;
	margin: auto;
}

#container header {
	padding-top: 25px;
	width: 300px;
	text-align: center;
}

#container header #welcome {
	border-top: 1px solid #bbbbbb;
	text-align: center;
	position: relative;
}

#container header #welcome span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	display: block;
	padding: 0px 10px;
	background: #FFF;
	width: 240px;
	margin: -9px auto 0px auto;
}

#container header #event-date {
	display: none;

}

#container header #logos {
	width: 300px;
	height: 117px;
	background: url(images/path-to-agility-logo-mobile.png) no-repeat;
	margin: 20px auto 15px auto;
	text-align: center;
	display: none;
}

#container header #logos h1,
#container header #logos h2 {
	text-indent: -2000px;	
	display: none;
}

#mobile-header {
	margin: 20px auto 15px auto;
	display: block;
}

#mobile-header img {
	max-width: 215px;
}

#container header #logos h1 a{
	display: block;	
	width: 300px;
	height: 117px;
}

.show_hide {
    display:none;
}


#container header nav#mobile {
	clear: both;
	padding-top: 0px;
	display: block;
	
}

#container header nav#mobile ul {
	width: 300px;
	height: 35px;
	position: relative;	
}


#container header nav#mobile ul li a  {
	color: #FFF;	
	background: #2e2e2e;
	width: 300px;
	float: left;
	border-right: none;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-indent: -2000px;
	display: block;
	display: none;
}

#container header .slidingDiv {
}

#container header .slidingDiv ul li a {
	text-decoration: -3000px;	
	display: block;
	width: 300px;
	height: 35px;
}

.show_hide {
	width: 300px;
	height: 35px;	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4000;
	display: block;
}

/* OVERVIEW TAB */
 

.home #container header nav#mobile ul li a.overview-tab {
	background: #2e2e2e url(images/nav-overview-dropdown.png) no-repeat left;
	display: block;
}

#container header .slidingDiv ul li a.overview-tab {
	background: #2e2e2e url(images/nav-overview.png) no-repeat 20px;
	text-indent: -3000px;
}

.home #container header .slidingDiv ul li a.overview-tab {
	display: none;	
}

/* SPEAKERS TAB */

.page-template-page-speakers-day-one-php #container header nav#mobile ul li a.speakers-tab,
.page-template-page-speakers-day-two-php #container header nav#mobile ul li a.speakers-tab {
	background: #2e2e2e url(images/nav-speakers-dropdown.png) no-repeat left;
	display: block;
}

#container header .slidingDiv ul li a.speakers-tab {
	background: #2e2e2e url(images/nav-speakers.png) no-repeat 20px;
	text-indent: -3000px;
}
.page-template-page-speakers-day-one-php #container header .slidingDiv ul li a.speakers-tab,
.page-template-page-speakers-day-two-php #container header .slidingDiv ul li a.speakers-tab {
	display: none;	
}


/* SESSIONS TAB */

.page-template-page-sessions-day-one-php #container header nav#mobile ul li a.sessions-tab,
.page-template-page-session-day-two-php #container header nav#mobile ul li a.sessions-tab {
	background: #2e2e2e url(images/nav-sessions-dropdown.png) no-repeat left;
	display: block;
}

#container header .slidingDiv ul li a.sessions-tab {
	background: #2e2e2e url(images/nav-sessions.png) no-repeat 20px;
	text-indent: -3000px;
}
.page-template-page-sessions-day-one-php #container header .slidingDiv ul li a.sessions-tab,
.page-template-page-session-day-two-php #container header .slidingDiv ul li a.sessions-tab {
	display: none;	
}


/* VENUE TAB */

.page-template-page-venue-php #container header nav#mobile ul li a.venue-tab {
	background: #2e2e2e url(images/nav-venue-dropdown.png) no-repeat left;
	display: block;
}

#container header .slidingDiv ul li a.venue-tab {
	background: #2e2e2e url(images/nav-venue.png) no-repeat 20px;
	text-indent: -3000px;
}

.page-template-page-venue-php #container header .slidingDiv ul li a.venue-tab {
	display: none;	
}


/* SPONSORS TAB */

.page-template-page-sponsors-php #container header nav#mobile ul li a.sponsors-tab {
	background: #2e2e2e url(images/nav-sponsors-dropdown.png) no-repeat left;
	display: block;
}

#container header .slidingDiv ul li a.sponsors-tab {
	background: #2e2e2e url(images/nav-sponsors.png) no-repeat 20px;
	text-indent: -3000px;
}

.page-template-page-sponsors-php #container header .slidingDiv ul li a.sponsors-tab {
	display: none;	
}
	


/* ATTEND TAB */

#container header .slidingDiv ul li a.attend-tab {
	background: #2e2e2e url(images/nav-attend.png) no-repeat 20px;
	text-indent: -3000px;
}


/* PAST YEARS TAB */

.page-template-page-past-years-php #container header nav#mobile ul li a.past-years-tab,
.post-template-single-video-php #container header nav#mobile ul li a.past-years-tab,
.post-template-single-past-years-php #container header nav#mobile ul li a.past-years-tab
 {
	background: #2e2e2e url(images/nav-past-years-dropdown.png) no-repeat left;
	display: block;
}

#container header .slidingDiv ul li a.past-years-tab {
	background: #2e2e2e url(images/nav-past-years.png) no-repeat 20px 0px;
	text-indent: -3000px;
}

.page-template-page-past-years-php #container header .slidingDiv ul li a.past-years-tab,
.post-template-single-video-php #container header .slidingDiv ul li a.past-years-tab,
.post-template-single-past-years-php #container header .slidingDiv ul li a.past-years-tab {
	display: none;	
}



/* ABOUT US TAB */

.page-template-page-about-us-php #container header nav#mobile ul li a.about-us-tab {
	background: #2e2e2e url(images/nav-about-us-dropdown.png) no-repeat top left;
	display: block;
}

#container header .slidingDiv ul li a.about-us-tab {
	background: #2e2e2e url(images/nav-about-us.png) no-repeat 15px 0px;
	text-indent: -3000px;
}

.page-template-page-about-us-php #container header .slidingDiv ul li a.about-us-tab {
	display: none;	
}
	


#container header nav#mobile ul li.current-item {
	display: block !important;
}


nav#desktop-tablet {
	display: none;	
}


#container #main-content {
	padding: 10px 0px 0px 0px;	
}

#container #main-content #left-col {
	width: 300px;
	clear: both;
	background: none;
	margin-bottom: 0px;
	margin-top: 25px;
}

#container #main-content #right-col {
	width: 300px;
	clear: both;
	margin-bottom: 0px;
}

#container #main-content #left-col #video-content {
	background: url(images/video-bg-mobile.png);
	width: 300px;
	height: 198px;
	margin: auto;
}

#container #main-content #left-col #video-content iframe {
	margin: 13px 0px 0px 17px;	
	width: 266px;
	height: 155px;
}


.post-template-single-video-php iframe {
	width: 266px !important;
	height: 155px !Important;
	margin: auto;
	margin-top: 25px;
	text-align: center;
}

#container #main-content #left-col #homepage-about {
	padding: 20px 0px 0px 0px;
}

#container #main-content #left-col #homepage-about #homepage-h2 {
	width: 300px;
	clear: both;

}

#container #main-content #left-col #homepage-about #homepage-h2 h2 {
	font-size: 26px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b9dc0;
	width: 300px;
	text-align: left;
	padding: 0px 5px;
}

#container #main-content #left-col #homepage-about #homepage-about-content {
	clear: both;
	width: 290px;
	padding: 10px 5px 20px 5px;
	font-size: 11px;
	line-height: 14px;
	color: #2e2e2e;
	background: #FFF;

}

#container #main-content #left-col #homepage-about #homepage-about-content p {
	padding-right: 0px;
}


#container #main-content #left-col #homepage-about #homepage-about-content p a {
	text-decoration: underline;	
	color: #2e2e2e;
}

#container #main-content #left-col #homepage-about #homepage-about-content p a:hover {
	text-decoration: none;	
}

#container #main-content #right-col .number-list {
	color: #2e2e2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: url(images/striped-bg-mobile.png) top right no-repeat;
	height: 70px;
	padding-top: 35px;
	margin: 15px 0px 20px 0px;
}

#container #main-content #right-col .number-list li {
	width: 33%;
	margin: auto;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	float: left;
}


#container #main-content #right-col .number-list li img {
	vertical-align: middle;
}

#container #main-content #right-col .number-list li a {
	display: block;
	text-decoration: none;
}


#container #main-content #right-col .number-list li.first-child {
	margin-top: 0px;
}

#container #main-content #right-col .number-list li span {
	font-size: 44px;
	display: block;
	margin-bottom: 0px;
}

#container #main-content #right-col .number-list li.second-child,
#container #main-content #right-col .number-list li.last-child {
	color: #2e2e2e;	
}

#container #main-content #homepage-event-info {
	clear: both;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #bbbbbb;
}

#container #main-content #homepage-event-info h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	margin: 20px 0px 15px 0px;
	width: 300px;
}

#container #main-content #homepage-event-info a {
	color: #2e2e2e;
	text-decoration: underline;
}

#container #main-content #homepage-event-info #arena-grand {
	width: 300px;
	clear: both;
}

#container #main-content #homepage-event-info #arena-grand img {
	width: 300px;	
}

#container #main-content #homepage-event-info #tweets {
	width: 300px;
	clear: both;
	border-top: 1px solid #bbbbbb;
	margin-top: 25px;
}

#container #main-content #homepage-event-info #tweets ul li {
	background: url(images/tweet-mobile.png) repeat-y;
	width: 270px;
	height: 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #909090;
	padding: 15px;
	margin: 0px 0px 6px 0px;
}

#container #main-content #homepage-event-info #tweets ul li a {
	color: #909090;	
}

#container #main-content #homepage-event-info #tweets abbr {
	display: block;
}

#container #main-content #sponsors {
	background: url(images/sponsors-bar-mobile.png) no-repeat;
	width: 300px;
	height: 107px;
	margin-top: 20px;
	padding: 1px 0px 0px 00px;
	position: relative;
	overflow: hidden;
}

#container #main-content #sponsors-container {
	width: 200px !important;	
	overflow: hidden;
	margin: auto;
}

#container #main-content #sponsors li {
	width: 200px;
	text-align: left;
	overflow: hidden;
	height: 107px;
}

#container #main-content #sponsors li img {
	width: 200px;
	height: 93px;
	margin-top: 5px;
	text-align: center;
}

#container #main-content #sponsors button {
	background: none;
	border: none;
}

#container #main-content #sponsors button.prev {
	background: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 107px;
	display: block;
	cursor: pointer;
	cursor: hand;
}


#container #main-content #sponsors button.next {
	background: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 107px;
	display: block;
	cursor: pointer;
	cursor: hand;
	z-index: 2000;
}

/* speaker page */

#container h2.header-title {
	width: 300px;
	height: 78px;
	color: #FFF;
	font-size: 48px;
	padding-top: 110px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#container nav#event-days,
.page-template-page-past-years-php #container nav#event-days,
.post-template-single-past-years-php #container nav#event-days,
.post-template-single-video-php #container nav#event-days {
	width: 300px;
	height: 75px;
	margin: auto;
	margin-top: 42px;	
	margin-bottom: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}

#container nav#event-days {
	margin-top: 42px;	

}

#container nav#event-days ul li,
.page-template-page-past-years-php #container nav#event-days ul li,
.post-template-single-past-years-php #container nav#event-days ul li,
.post-template-single-video-php #container nav#event-days ul li {
	width: 140px;
	height: 75px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 75px;
	float: left;
	font-size: 24px;
	font-style: normal;
	border: 1px solid #2e2e2e;
	border-bottom: none;
}

.page-template-page-past-years-php #container nav#event-days ul li,
.post-template-single-past-years-php #container nav#event-days ul li,
.post-template-single-video-php #container nav#event-days ul li {
	line-height: 75px;	
}


#container nav#event-days ul li a {
	display: block;
	width: 140px;
	height: 75px;
	padding-top: 0px;
	background: #6b6b6b;
	color: #bababa;
	text-decoration: none;
	margin-top: 0px;
	
}

.page-template-page-past-years-php #container nav#event-days ul li a,
.post-template-single-past-years-php #container nav#event-days ul li a,
.post-template-single-video-php #container nav#event-days ul li a{
	width: 140px;
	height: 75px;
	line-height: 75px;
	padding-top: 0px;
	background: #6b6b6b;
	color: #bababa;
	text-decoration: none;
	margin-top: 0px;
	background:#FFF;
	color: #2c749a;
	padding: 0px 0px;
}

#container nav#event-days ul li span {
	font-size: 19px;
	color: #bababa;
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
	font-style: normal;
}

#container nav#event-days ul li.selected span,
#container nav#event-days ul li a:hover span {
	color: #2e2e2e;	
}


#container nav#event-days ul li.day-two {
	float: right;
}

#container nav#event-days ul li.day-two span {
	padding-top: 18px;
}

#container #main-content h2.page-title {
	text-align: center;
	border-top: 1px solid #bbbbbb;
	margin-top: 65px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	width: 300px;
}


.sponsors #container #main-content h2.page-title:first-child {
	text-align: center;
	border-top: 1px solid #bbbbbb;
	margin-top: 25px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	width: 300px;
}

#container #main-content h2.page-title  span {
	display: inline-block;
	background: #FFF;
	padding: 0px 10px;
	text-align: center;
	width: auto;
	position: relative;
	top: -8px;
}


.post-template-single-video-php h2.page-title {
	line-height: 18px;
}



#container #main-content .speaker {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

#container #main-content .speaker .speaker-image {
	display: none;
}

#container #main-content .speaker .speaker-info {
	width: 300px;
	clear: both;
}

#container #main-content .speaker h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 0px;
}

#container #main-content .speaker h4 {
	color: #2c749a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 15px;
}

#container #main-content .speaker h4 a {
	color: #2c749a;
	text-decoration: none;
}

#container #main-content .speaker p {
	font-size: 11px;
	line-height: 14px;
}

#container #main-content .speaker h3 span {
	font-size: 11px;
	color: #8f8f8f;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
	margin-left: -5px;
	margin-bottom: 15px;
}

#container #main-content .speaker h3 span a {
	color: #8f8f8f;
	padding-left: 5px;
	text-decoration: none;
}


#container #main-content .speaker h3 span a:hover {
	text-decoration: underline;	
}


/* sessions page */



#container #main-content #sessions {
	width: 300px;
	margin-left: 0px;	
}

#container #main-content article.session-note {
	background: url(images/agile-card-mobile.jpg);
	width: 300px;
	height: 246px;
	display: block;
	cursor: pointer;
	cursor: hand;
	padding: 25px 0px;
	clear: both;
	margin: 25px 0px 0px 0px;
	overflow: hidden;
	position: relative;
}

#container #main-content article.session-note a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 226px;
	padding: 25px;
	color: #2e2e2e;
	overflow: hidden;
}

#container #main-content article.session-note:hover {
	background: url(images/agile-card-mobile.jpg) 0px -296px;
	width: 300px;
	height: 246px;
	display: block;
}


#container #main-content article.session-note h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

#container #main-content article.session-note h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 20px;
}

#container #main-content article.session-note author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 26px;
	color: #2c749a;
}

#container #main-content article.session-note:hover h2 {
	color: #99ceea;	
}

#container #main-content article.session-note:hover h3 {
	color: #FFF;	
}

#container #main-content article.session-note:hover author {
	color: #99ceea;	
}

.session-popup {
	display: none;	
	font-size: 11px;
	line-height: 14px;
}

.session-popup h3 {
	color: #2c749a;
	font-size: 21px;	
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
}

.session-popup .byline {
	font-size: 16px;	
	color: #2e2e2e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px 0px 20px 0px;
}

#container #main-content nav#session-nav {
	clear: both;
	margin: 50px 0px 0px 0px;	
	line-height: 80px;
}

#container #main-content nav#session-nav ul li.day-1-back {
	width: 300px;
	clear: both;
	margin: auto;	
	border-top: 1px solid #FFF;
	text-align: center;
}

#container #main-content nav#session-nav ul li.session-register-btn {
	width: 300px;
	clear: both;
	margin: auto;	
	text-align: center;
}

#container #main-content nav#session-nav ul li.day-2-back {
	width: 300px;
	clear: both;
	margin: auto;
	text-align: center;
	border-top: 1px solid #FFF;
}


/* venue page */

#container .venue-headline,
#container .speakers-headline,
#container .sessions-headline,
#container .sponsors-headline,
#container .past-years-headline  {
	display: none;
}

#container #main-content #venue-info {
	width: 295px;
	float: left;	
	padding: 0px 40px 0px 0px;
}

#container #main-content #venue-info p {
	margin: 15px 0px;
	font-size: 11px;
	line-height: 14px;	
}

#container #main-content #venue-info h2,
#container #main-content #venue-info h2 p{
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5b9dc0;
	line-height: 24px;
	margin-top: 225px;
}

.page-template-page-venue-php #container #main-content {
	position: relative;	
}

#container #main-content #venue-photo {
	width: 250px;	
	position: absolute;
	top: 42px;
	left: 25px;
}

#container #main-content #venue-photo img {
	width: 250px;	
}

#container #main-content #hotels {
	width: 300px;
	clear: both;	
	margin-top: 35px;
}

#container #main-content #hotels h2 {
	width: 300px;	
	margin-top: 0px;
	padding-top: 0px;
}

#container #main-content #hotels .hotels-list,
#container #main-content #hotels .restaurants-list {
	width: 300px;
	clear: both;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 10px;
}

#container #main-content #hotels .hotels-list h3,
#container #main-content #hotels .restaurants-list h3 {
	color: #5a9dc0;	
}

#container #main-content #hotels .hotels-list ul li,
#container #main-content #hotels .restaurants-list ul li {
	list-style: inside disc;	
}

#container #main-content #hotels .hotels-list ul li a,
#container #main-content #hotels .restaurants-list ul li a {
	text-decoration: none;	
}

#container #main-content #hotels .restaurants-list {
	clear: both;
}

#container #main-content #venue-map {
	width: 300px;
	float: right;	
	padding-top: 25px;
}


#container #main-content #venue-map img {
	margin-bottom: 10px;
	width: 300px;
}

#container #main-content #venue-map p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;	
}


/* sponsors page */

#container .sponsors-headline {
	color: #FFF;
	width: 300px;
	overflow: hidden;
	height: 41px;
	background: #2e2e2e;
	font-size: 32px;
	padding-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 0px;
}

#container .sponsors-page {
	margin: 0px !important;
	padding-top: 35px !Important;
}


#container .sponsors-list {
	width: 300px;
	margin-left: 0px;
}

#container .sponsors-list li {
	width: 300px;
	height: auto;
	text-align: center;	
	clear: both;
	margin-left: 0px;
	margin-top: 10px;
}

#container .sponsors-list li p {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}

#container .sponsors-list li a {
	text-decoration: none;	
}

#container .interested-in-sponsorship {
	width: 300px;
	text-align: center;
	clear: both;
	margin-top: 70px;
}

#container .interested-in-sponsorship img {
	width: 300px;
	text-align: center;
}

/* attend page */

iframe.attend {
	width: 300px;
	height: 9000px;
}

/* past years page */


#container .past-years-nav ul li a {
	/*line-height: 106px;*/
}

#container #main-content #video-2011 {
	background: url(images/video-bg-mobile.png);
	width: 300px;
	height: 198px;
	margin: auto;
	margin: 15px 0px 0px 0px;
	float: left;
}

#container #main-content #video-2011 iframe {
	margin: 13px 0px 0px 17px;	
	width: 266px;
	height: 155px;
}

#container #main-content #about-past-event {
	width: 300px;
	clear: both;	
	font-size: 11px;
	line-height: 14px;
	margin: 20px 0px 0px 0px;
}

#container #main-content #about-past-event h3 {
	color: #2c749a;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	margin-bottom: 10px;
}

#container #main-content #past-event-assets {
	clear: both;
	margin-top: 30px;	
	width: 300px;

}

#container #main-content #past-event-assets .content {
	clear: both;
	width: 300px;	

}

#container #main-content #past-event-assets .content p {
	margin: 0px 0px 25px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;	
}

#container #main-content #past-event-assets .content strong {
	color: #2c749a;
	font-weight: normal;
}

#container #main-content #past-event-assets .content a {
	color: #000 !important;
	font-weight: normal;
}



#container #main-content #flickr {
	width: 300px;
	clear: both;
	border-top: 1px solid #CCC;
	padding-top: 20px;
}

#container #main-content #flickr li {
	width: 130px;
	float: left;
	text-align: center;
	padding: 10px;
}

#container #main-content #flickr li img {
	width: 130px;	
}

/* about us page */

/* past years page */

#container .about-headline {
	display: none;
}


#container #about-cohaa {
	width: 300px;
	clear: both;	
	font-size: 14px;
	line-height: 20px;
	color: #2c749a;
}

#container #about-cohaa p {
	margin-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;		
}

#container #about-cohaa .main-p {
	font-size: 18px;
	line-height: 24px;
	color: #2e2e2e;
	margin-bottom: 30px;
	margin-top: 15px;
}



#container #contact-form {
	width: 300px;
	clear: both;	
}

#container #contact-form h3 {
	font-size: 23px;
	line-height: 39px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

#container #contact-form label {
	margin: 15px 0px 5px 0px;
	font-weight: bold;
	color: #505050;
	font-size: 11px;
	display: block;	
}

#container #contact-form input[type="text"],
#container #contact-form select {
	width: 300px;
	height: 30px;
	border: 1px solid #e2e2e2;
	padding-left: 5px;
}

#container #contact-form select {
	width: 310px;	
	line-height: 30px;
	padding-top: 6px;
	height: 30px;
}

#container #contact-form select option {
	line-height: 30px !important;
		
}


#container #contact-form textarea {
	width: 300px;
	height: 170px;
	border: 1px solid #e2e2e2;
	padding-left: 5px;
}

#container #contact-form  p {
	margin: 0px !important;
	padding: 0px !important;
	height: auto;
}

#container #contact-form input[type="submit"] {
	background: url(images/submit-bt.png);
	width: 115px;
	height: 36px;
	display: block;
	text-indent: -2000px;
	line-height: 1px;
	font-size: 1px;
	border: 0px;
	margin-top: 15px;
}

/* Contact Form 7 */

.wpcf7-not-valid-tip,
.screen-reader-response {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: Red;
}

/* footer */
footer {
	margin: 30px 0px 0px 0px;
	clear: both;
	border-top: 1px solid #bbbbbb;
	color: #757575;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 30px 0px 0px 0px;
	text-align: center;
}

footer a {
	color: #757575;
	text-decoration: underline;
}

footer p {
	margin-bottom: 10px;	
}

footer .col-1 {
	width: 300px;
	padding: 15px 0px;
	clear: both;
}

footer .col-2 {
	width: 300px;
	padding: 15px 0px;
	clear: both;
	display: none;
}

footer .col-3{
	width: 300px;
	padding: 15px 0px;
	clear: both;
}

footer .col-3 img {
	text-align: center;
	max-width: 140px;	
}

footer .col-4 {
	width: 300px;
	padding: 15px 0px;
	clear: both;
}

footer .col-4 ul li:first-child {
	margin-left: 95px;	
}

footer nav a {
	text-decoration: none;	
}
footer nav a:hover {
	text-decoration: underline;
}

footer .col-2 nav ul {
	float: left;
	margin-right: 20px;
}

footer .col-4 ul li {
	float: left;
	margin-left: 8px;
}







/*! fancyBox v2.0.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

.fancybox-outer {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
	border-radius: 4px;
	
}

.fancybox-opened {
	z-index: 1003;	
	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	outline: none;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
}

.fancybox-inner h1 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	color: #2c749a;	
	margin: 15px 0px;	
}

.fancybox-inner p {
	margin: 15px 0px;	
}

.fancybox-inner article {
}

.fancybox-inner ul {
	margin: 15px 0px;	
}

.fancybox-inner ul li {
	margin:  0px;
	list-style: disc;
	margin-left: 40px;
	padding-left: 10px;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('scripts/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('scripts/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('scripts/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.page-template-page-sessions-day-one-php #container #main-content,
.page-template-page-session-day-two-php #container #main-content{
	margin: 0px;
	padding: 0px;
}

.page-template-page-sessions-day-one-php #container #main-content h2.page-title,
.page-template-page-session-day-two-php #container #main-content h2.page-title {
	margin: 0px;
	padding: 0px;
	margin-top: 35px;
}


.page-template-page-speakers-day-one-php #container #main-content,
.page-template-page-speakers-day-two-php #container #main-content{
	margin: 0px;
	padding: 0px;
	margin-top: 35px;
}

#tweets aside h3 {
	display: none	
}

.wpcf7-response-output {
	font-size: 11px;
	line-height: 14px;
	margin-top: 20px;	
}	
}


/* all types */	


#container header nav ul li {
	text-indent: -9999px !important;
}

.speaker-info p {
	margin: 15px 0px;
}

.empty {display: none !important; padding: 0px !important; margin: 0px !important;}