/*
Theme Name: TEDx
Author: Firebelly Design
Author URI: http://firebellydesign.com/
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
}

#page {
	min-height: 1000px;
	position: relative;
	padding-bottom: 85px;
}

#page p {
	font-size: 11px;
}

#page .date {
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

.grid {
/*	background: url(images/16_col.gif) repeat-y top left;*/
	overflow: hidden;
}

header #logo {
	height: 65px;
	padding: 35px 0px 30px 0px;
	background: url(images/logo.png) no-repeat center left;
	text-indent: -9999px;
	overflow: hidden;
}

header nav {
	margin-top: 76px;
	font-size: 14px;
}

header nav ul {
	width: 400px !important;
	margin: 0px;
	margin-left: -28px;
	list-style-type: none;
}

header nav ul li {
	margin: 0px;
	display: inline;
}

header nav ul li:before { content: "/"; }
header nav ul li:first-child:before { content: ""; }


header nav ul li a {
	padding: 10px 8px;
	text-decoration: none;
	color: #333333;
}

header nav ul li.current_page_item a,
header nav ul li a:hover { color: #ee3724; }
	
header #social-media {
	margin-top: 30px;
	text-align: right;
}

header #social-media p {
	margin: 0px;
	margin-right: -5px; /* to account for the 5px padding-left on the last <a> element */
}

header #social-media p span,
header #social-media p a {
	padding: 5px;
	vertical-align: middle;
	display: inline-block;
}

header #social-media p span {
	font-size: 14px;
	color: #ee3724;
}

header #social-media p a {
	width: 16px;
	height: 16px;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

header #social-media a.facebook {	background: url(images/facebook-icon.png) no-repeat center center; }
header #social-media a.flickr { background: url(images/flickr-icon.gif) no-repeat center center; }
header #social-media a.twitter { background: url(images/twitter-icon.png) no-repeat center center; }

/* Start Masthead */

#masthead {
	height: 210px;
	margin-bottom: 30px;
	text-indent: -9999px;
}

.multiplebgs #masthead { padding: 12px 0px; }

.multiplebgs .home #masthead {
	background: url(images/three-dots.png) repeat-x top center,
							url(images/mastheads/home.jpg) no-repeat center center, 
							url(images/three-dots.png) repeat-x bottom center;
}

.multiplebgs .news #masthead {
	background: url(images/three-dots.png) repeat-x top center,
							url(images/mastheads/news.jpg) no-repeat center center, 
							url(images/three-dots.png) repeat-x bottom center;
}

.multiplebgs .page-id-2 #masthead {
	background: url(images/three-dots.png) repeat-x top center,
							url(images/mastheads/about.jpg) no-repeat center center, 
							url(images/three-dots.png) repeat-x bottom center;
}

.multiplebgs .page-id-4 #masthead {
	background: url(images/three-dots.png) repeat-x top center,
							url(images/mastheads/videos.jpg) no-repeat center center, 
							url(images/three-dots.png) repeat-x bottom center;
}

.multiplebgs .page-id-5 #masthead {
	background: url(images/three-dots.png) repeat-x top center,
							url(images/mastheads/partners.jpg) no-repeat center center, 
							url(images/three-dots.png) repeat-x bottom center;
}

.multiplebgs .page-id-7 #masthead {
	background: url(images/three-dots.png) repeat-x top center,
							url(images/mastheads/contact.jpg) no-repeat center center, 
							url(images/three-dots.png) repeat-x bottom center;
}

.no-multiplebgs .home #masthead {
	background: url(images/mastheads/home.jpg) no-repeat center center;
}

.no-multiplebgs .news #masthead {
	background: url(images/mastheads/news.jpg) no-repeat center center;
}

.no-multiplebgs .page-id-2 #masthead {
	background: url(images/mastheads/about.jpg) no-repeat center center;
}

.no-multiplebgs .page-id-4 #masthead {
	background: url(images/mastheads/videos.jpg) no-repeat center center;
}

.no-multiplebgs .page-id-5 #masthead {
	background: url(images/mastheads/partners.jpg) no-repeat center center;
}

.no-multiplebgs .page-id-7 #masthead {
	background: url(images/mastheads/contact.jpg) no-repeat center center;
}

/* End Masthead */


#page h2 {
	margin-bottom: 25px;
	padding-bottom: 3px;
	background-color: #ebebeb;
}

.multiplebgs #page h2 {
	background: url(images/three-dots.png) repeat-x 10px center,
							#ebebeb url(images/h2-border.png) repeat-x bottom center;
}

.multiplebgs #page #sidebar h2 {
	background: url(images/three-dots.png) repeat-x 5px center,
							#ebebeb url(images/h2-border.png) repeat-x bottom center; /* the 5px is to slightly offset the start of the dots */
}
.multiplebgs #page #main h2 {
	background: url(images/three-dots.png) repeat-x 10px center,
							#ebebeb url(images/h2-border.png) repeat-x bottom center; /* the 5px is to slightly offset the start of the dots */
}

.no-multiplebgs #page h2 {
	padding-bottom: 2px;
	border-bottom: 1px solid #ff2b06;
	background: #ebebeb url(images/three-dots.png) repeat-x center center;
}

.no-multiplebgs #page #sidebar h2 { background-position: 5px center; } /* the 5px is to slightly offset the start of the dots */
.no-multiplebgs #page #main h2 { background-position: 10px center; } /* the 5px is to slightly offset the start of the dots */

#page h2 span {
	padding: 5px 10px;
	background-color: #ebebeb;
	
	font-weight: normal;
	font-style: oblique;
	font-size: 18px;
	color: #ff2b06;

	display: inline-block;
}

.page .post { padding: 0px; }
.page-template-videos-php .post { padding: 10px; }

/* Start Home */

.home p#what-is {
	padding: 0px 10px;
	line-height: 1.8;
}


#email-signup form { padding-right: 20px; }
#email-signup form p {
	margin-bottom: 0px;
	text-align: right;
}

#email-signup input#signup_name,
#email-signup input#signup_email {
	width: 200px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#email-signup p:last-child input#signup_submit { margin-bottom: 20px; }

#recent-news .post {
	margin-bottom: 25px;
	padding-top: 0px;
}

#recent-news .entry {
	padding-bottom: 25px;
	background-position: 0px bottom;
}

#recent-news .left-pane,
#recent-news .right-pane { float: left; }

#recent-news .left-pane {
	width: 130px;
	margin-right: 20px;
	text-align: right;
}

#recent-news .left-pane h3 { line-height: 1; }

#recent-news .left-pane h3 a {
	margin-right: -10px;
	padding: 10px;	
}

#recent-news .right-pane { width: 200px; }
#recent-news .right-pane p {
	margin-bottom: 0px;
}

#recent-news a.more-link { margin-right: 0px; }

#inspiring-speakers div {
	margin-bottom: 6px;
}

#inspiring-speakers div a { margin-left: 6px; }
#inspiring-speakers div a:first-child { margin-left: 0px; }


/* End Home */


/* Start Event */

#events { margin-bottom: 25px; }

#events #buy-tickets {
	margin-left: -7px;
	margin-right: 2px;
	float: left;
}

#events #buy-tickets a {
	width: 176px;
	height: 82px;
	
	background: url(images/buy-tickets.png) no-repeat top left;
	text-indent: -9999px;
	
	display: block;
	overflow: hidden;
}

#events #buy-tickets a.sold-out { background-image: url(images/buy-tickets-sold-out.png);	}

#events ul.event-list {
	margin-bottom: 0px;
	list-style-type: none;
	float: left;
}

#events ul.event-list li.post {
	margin: 0px 0px 0px 9px;
	padding: 0px;
	background-color: #ebebeb;
	float: left;
}

#events ul.event-list li.post a {
	width: 94px;
	height: 65px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: #333333;
	display: block;
}

#events ul.event-list li.post a span.title {
	font-style: italic;
	font-size: 14px;
	color: #ee3724;
}

#events .ui-tabs-panel {
	background-image: url(images/triangle.png);
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
}

#events .ui-tabs .ui-tabs-hide { background-image: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#events .ui-tabs-panel .padding {
	margin-top: 8px;
	padding: 10px;
	background-color: #ffe9e6;
	overflow: hidden;
}

#events #events-1.ui-tabs-panel { background-position: 230px 0px; }
#events #events-2.ui-tabs-panel { background-position: 350px 0px; }
#events #events-3.ui-tabs-panel { background-position: 475px 0px; }

#events .ui-tabs-panel .description,
#events .ui-tabs-panel ul#speakers {
	float: left;
}

#events .ui-tabs-panel .description {
	width: 160px;
	line-height: 1.8;
	text-align: right;
}

#events .ui-tabs-panel .description p { margin-bottom: 0px; }

#events .ui-tabs-panel ul#speakers {
	width: 350px;
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
}

#events .ui-tabs-panel ul#speakers li {
	margin-left: 0px;
	padding: 5px 10px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
}

#events .ui-tabs-panel ul#speakers li.odd {	background-color: #e5e5e5; }
#events .ui-tabs-panel ul#speakers li.even {	background-color: #fafafa; }

#events .ui-tabs-panel ul#speakers li a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #ee3724;
}

#events .ui-tabs-panel ul#speakers li a:hover { text-decoration: underline; }

/* End Events */

/* Start Blog */

.post {
	padding: 10px;
	margin-bottom: 10px;
}

.post.odd {
	background-color: #fafafa;
}

.post.even {
	background-color: #e5e5e5;
}

.post h3 {
	margin-bottom: 5px;
}

.post h3 a {
	margin-left: -10px;
	padding: 10px;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	color: #ff2b06;
}
.post h3 a:hover { text-decoration: underline; }

.post .entry {
	line-height: 1.8;
	padding-bottom: 20px;
	background: url(images/three-dots.png) repeat-x -3px bottom;
}

.post .entry p:last-child {	margin-bottom: 0px; }

.post .entry a.more-link {
	margin-right: -10px;
	margin-bottom: -10px;
	padding: 10px;
	text-align: right;
	text-decoration: none;
	color: #ff2b06;
	display: block;
}

.post .entry a.more-link:hover { text-decoration: underline; }

.post .entry a,
.page #content a {
	text-decoration: none;
	color: #ff2b06;
}

.post .entry a:hover,
.page #content a:hover { text-decoration: underline; }

ul.archives,
ul.archives ul {
	margin-bottom: 0px;
	list-style-type: none;
}

ul.archives li {
	margin-left: 0px;
	text-align: right;
}

ul.archives > li {
	margin-bottom: 10px;
	background-color: #ebebeb;
	overflow: hidden;
}

ul.archives li > a:hover,
ul.archives li.active > a {
	background-color: #ffe9e6
}

ul.archives > li > a,
ul.archives > li > span {
	padding: 10px;
	text-decoration: none;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: #000000;
	display: block;
}

ul.archives > li > a span {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}

ul.archives > li > ul {
	background-color: #fafafa;
}

ul.archives > li > ul li a {
	padding: 3px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #ff2b06;
	display: block;
}

ul.archives > li > ul li:first-child a { padding-top: 10px; }
ul.archives > li > ul li:last-child a { padding-bottom: 10px; }

ul.archives > li > ul li a span { font-size: 10px; }
/* End Blog */

/* Start Page */

.page #content #main .entry { padding-left: 12px; }
.page #content #main .entry p {
	width: 350px;
}

.page #content .entry object,
.page #content .entry embed {
	width: 520px;
	height: 315px;
}

/* End Page */



.post.videos h3 {
	margin-left: -10px;
	padding: 10px;
	line-height: 1;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	color: #ff2b06;
}

.post.videos .entry { padding-left: 0px !important; }
.post.videos .entry p {
	margin-bottom: 0px;
	line-height: 1.8;
}

.post.videos object,
.post.videos embed {
	width: 520px;
	height: 315px;
}

/* Start Footer */

footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

footer p {
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 8px 0px;
	background-color: #333333;
	color: #ffffff;
}

/* End Footer */




/* MESSING WITH GRID */

#page #sidebar {
	width: 370px !important;
	margin-right: 20px !important;
}

#page #main {
	width: 540px !important;
}

/* END MESSING */

.navigation { margin: 20px 0px; }
.navigation a {
	padding: 10px;
	text-decoration: none;
	font-size: 11px;
	color: #ff2b06;
}

.navigation a:hover { text-decoration: underline; }


/* /////////////////////////////////////////////////// */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
