/*
Theme Name: n/a
Theme URI: n/a
Description: n/a
Version: 1.0
Author: Sebastian Nitu
Author URI: http://sebnitu.com/
Tags: n/a

	*Theme Name* is a custom theme built for *Company Name*. All rights reserved.
	If you would like to learn more about having a custom theme built for your website, 
	please visit my website at: http://sebnitu.com/
	
	This theme was designed and built by Sebastian Nitu,
	whose professional site you will find at http://sebnitu.com/

*/

/* ----- @global ----- */

html { text-align: center; }

hr.clear { border: 0 none; clear: both; height: 0; visibility: hidden; }

strong { font-weight: bold; }

em { font-style: italic; }

img.alignleft {
	float: left;
	margin-right: 15px;
	}
	
img.alignright {
	float: right;
	margin-left: 15px;
	}
	
.left { float: left; }
.right { float: right; }
	
a {
	color: #4B86A4;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	}
	
a.more-link {
	background: #e0dbcf;
	float: right; margin: 10px 0 10px 200px;
	padding: 2px 10px;
	}

/* ----- @structure ----- */

body {
	font-family: "Times New Roman", Times, Georgia, Serif;
	text-align: left;
	background: #ddd1af;
	font-size: 13px;
	}
	
#header {
	background: #eee8d7 url(images/lfi-bg-wall.jpg) repeat-x center 40px;
	min-height: 285px;
	}
	
#main {
	background: #eee8d7;
	}
	
.container {
	width: 760px;
	margin: 0 auto;
	}

/* ----- @header ----- */

/* @branding */
#header .bug-container {
	position: relative;
	}

#header a#logo-bug {
	position: absolute;
	text-indent: -9999px;
	background: #000 url(images/lfi-bug-logo.png) no-repeat center 80%;
	top: 0;
	left: 0;
	width: 60px;
	height: 85px;
	}
	
#header small#web-address {
	font-family: "TradeGothic", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: #fff;
	}
	
#header #conf-logo {
	background: url(images/lfi-main-logo-bg.png) repeat-x top;
	}
	
#header #conf-logo .container {
	background: url(images/lfi-main-logo.png) no-repeat top;
	height: 192px;
	text-indent: -9999px;
	margin-bottom: 30px;
	}
	
/* @header search */
#header form.search-form {
	float: left;
	}
	
#header form.search-form legend {
	display: none;
	}

#header form.search-form input.search-field {
	width: 174px;
	padding: 4px 6px;
	color: #afafaf;
	font-style: italic;
	font-size: 14px;
	font-family: "Times New Roman", Times, Georgia, Serif;
	}

#header form.search-form input.search-btn {
	background: url(images/search-btn.png) no-repeat center;
	text-indent: -9999px;
	margin-left: -34px;
	height: 24px;
	width: 24px;
	border: none;
	cursor: pointer;
	}

/* @header verse */

#header blockquote {
	font-size: 14px;
	font-family: "Goudy", "Times New Roman", Times, Georgia, Serif;
	}

#header blockquote p.verse-text {
	background: #fff460;
	padding: 15px 30px 15px 60px;
	text-align: right;
	float: right;
	font-style: italic;
	}
	
#header blockquote p.verse-cite {
	border-top: 1px solid #cbc5b7;
	border-bottom: 1px solid #cbc5b7;
	text-align: right;
	clear: right;
	line-height: 35px;
	padding-right: 30px;
	}
	
/* @header lower */
#header .header-content {
	padding-bottom: 30px;
	}
	
#header #breadcrumb {
	line-height: 35px;
	margin-top: -36px;
	font-style: italic;
	}
		
#header #breadcrumb a {
	margin: 0 8px;
	text-decoration: none;
	color: #4B86A4;
	}
	
#header #breadcrumb a:hover {
	color: #e54045;
	}

#header #breadcrumb span.trail-end {
	margin: 0 8px;
	color: #6d6d6d;
	}
	
#header #breadcrumb span.breadcrumb-title {
	display: none;
	}

/* ----- @navigation-main ----- */

/* @nav all */

ul#nav {
	font-family: "TradeGothic", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	width: 200px;
	float: left;
	margin-right: 40px;
	}

ul#nav li {
	background: #000 url(images/nav-arrow.jpg) no-repeat bottom right;
	}
	
ul#nav li:hover {
	background: #232323 url(images/nav-arrow.jpg) no-repeat bottom right;
	}
	
ul#nav li.curent-page-item {
	background: #3f3f3f url(images/nav-arrow.jpg) no-repeat top right;
	}

ul#nav li a {
	line-height: 35px;
	padding: 0 0 0 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-indent: -9999px; 
	}
	
ul#nav li.home-btn a 		{ background: url(images/nav-home-btn.png) no-repeat 15px center; }
ul#nav li.speakers-btn a 	{ background: url(images/nav-speakers-btn.png) no-repeat 15px center; }
ul#nav li.breakout-btn a 	{ background: url(images/nav-breakout-btn.png) no-repeat 15px center; }
ul#nav li.music-btn a 		{ background: url(images/nav-music-btn.png) no-repeat 15px center; }
ul#nav li.schedule-btn a 	{ background: url(images/nav-schedule-btn.png) no-repeat 15px center; }
ul#nav li.info-btn a 		{ background: url(images/nav-info-btn.png) no-repeat 15px center; }
ul#nav li.accom-btn a 		{ background: url(images/nav-accom-btn.png) no-repeat 15px center; }
ul#nav li.contact-btn a 	{ background: url(images/nav-contact-btn.png) no-repeat 15px center; }
ul#nav li.register-btn a 	{ background: url(images/nav-registration-btn.png) no-repeat 15px center; }

ul#nav li.register-btn {
	background: #77a8c0 url(images/star-white.png) no-repeat 95% center;
	margin: 10px 10px 10px 0;
	}
	
ul#nav li.register-btn:hover {
	background-color: #E54045;
	}

/* @nav home */

body#home ul#nav {
	width: 100%;
	margin: 0 0 10px 0;
	float: left;
	position: relative;
	}
	
body#home ul#nav li {
	background-color: #000;
	background-image: none;
	float: left;
	}
	
body#home ul#nav li:hover {
	background-color: #232323;
	background-image: none;
	}
	
body#home ul#nav li.curent-page-item {
	background-color: #3f3f3f;
	background-image: none;
	}

body#home ul#nav li a {
	background-position: center center;
	line-height: 35px;
	padding: 0;
	display: block;
	text-decoration: none;
	color: #fff;
	float: left;
	}
	
body#home ul#nav li.home-btn a 		{ width: 110px; }
body#home ul#nav li.speakers-btn a 	{ width: 120px; }
body#home ul#nav li.breakout-btn a 	{ width: 150px; }
body#home ul#nav li.music-btn a 	{ width: 140px; }
body#home ul#nav li.schedule-btn a 	{ width: 120px; }
body#home ul#nav li.info-btn a 		{ width: 120px; }
body#home ul#nav li.contact-btn a 	{ display: none; }


body#home ul#nav li.register-btn {
	background: #77a8c0 url(images/star-white.png) no-repeat 95% center;
	margin: 10px 10px 10px 0;
	position: absolute;
	top: 50px;
	right: 0;
	width: 200px;
	}
	
body#home ul#nav li.register-btn a 	{ 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: none; letter-spacing: 1px;
	text-indent: 0;
	width: 180px;
	padding-left: 20px;
	}
	
body#home ul#nav li.register-btn:hover {
	background-color: #E54045;
	}


/* ----- @main ----- */

/* @content-pages */
/* @typography */
#main #content {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	}
	
#main #content h1, #main #content h2, #main #content h3, #main #content h4, #main #content h5, #main #content h6, #main #content p, #main #content ul, #main #content dl {
	margin-bottom: 8px;
	}
	
#main #content h2 {
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-size: 32px;
	line-height: 32px;
	color: #e54045;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CBC5B7;
	}
	
#main #content h3 {
	margin-bottom: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	}
		
#main #content img.float-left {
	float: left;
	margin: 0 15px 15px 0;
	}
	
#main #content img.float-right {
	float: right;
	margin: 0 0 15px 15px;
	}
	
/* @structure */
#main #content {
	width: 520px;
	float: right;
	min-height: 500px;
	margin-bottom: 30px;
	}
	
#main #sidebar {
	width: 200px;
	margin-right: 40px;
	float: left;
	}

/* @static-page */

#main #content span.name {
	}

#main #content span.ministry {
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-weight: bold;
	color: #e54045;
	font-size: 16px;
	}
	
#sidebar .subpages {
	margin-top: 30px;
	}
	
#sidebar .subpages h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}
	
#sidebar .subpages ul {
	margin: 15px 10px 40px 0;
	}
	
#sidebar .subpages ul li a {
	padding: 6px 6px;
	text-decoration: none;
	font-style: italic;
	display: block;
	color: #000;
	}
	
#sidebar .subpages ul li a:hover {
	background: #dcd6c5;
	}
	
#sidebar .subpages ul li.current_page_item a, #sidebar .subpages ul li.current_page_item a:hover {
	background: #cdc6b2;
	}

/* @listing-page */
.conf-speaker {
	border-bottom: 1px solid #cbc5b7;
	margin-bottom: 40px;
	padding-bottom: 12px;
	}

.conf-speaker .conf-speaker-meta {
	width: 140px;
	float: left;
	}
	
.conf-speaker .conf-speaker-content {
	width: 350px;
	float: right;
	}
	
.conf-speaker .conf-speaker-meta a img { border: 3px solid #000; }
.conf-speaker .conf-speaker-meta a:hover img { border: 3px solid #e54045; }
	
.conf-speaker .conf-speaker-meta a.site-btn {
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-style: italic;
	display: block;
	text-align: center;
	margin: 10px 0;
	line-height: 30px;
	text-decoration: none;
	color: #000;
	background: #fff;
	border: 1px solid #cbc5b7;
	}
	
.conf-speaker .conf-speaker-meta a.site-btn:hover {
	background-color: #fff791;
	border-color: #d3ca4d;
	}
	
.conf-speaker .conf-speaker-content h3 span.name {
	float: left;
	
	}
	
.conf-speaker .conf-speaker-content h3 a.permalink {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 24px;
	width: 27px;
	margin-left: 15px;
	background: url(images/permalink-star.png) no-repeat center center;
	}
	
.conf-speaker .conf-speaker-content h3 a.permalink:hover {
	background: #fff url(images/permalink-star.png) no-repeat center center;
	}

/* @home-page banner */
body#home #main #content {
	width: 100%;
	float: none;
	min-height: inherit;
	margin-bottom: 0px;
	}

body#home #main #content h2 {
	clear: both;
	}
	
body#home #main #content h2 a {
	background: url(images/home-banner.jpg) no-repeat top center;
	display: block;
	text-indent: -9999px;
	height: 430px;
	margin-bottom: 30px;
	}
	
/* @home-page links */
body#home #main #sidebar {
	width: 100%;
	float: none;
	margin-right: 0;
	}

body#home #main #sidebar a.home-link {
	background-image: url(images/star-white.png);
	background-repeat: no-repeat;
	background-position: 90% 10%;
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	float: left;
	padding: 20px 20px 12px;
	width: 210px;
	margin-bottom: 30px;
	text-decoration: none;
	}

body#home #main #sidebar a.home-link h3 {
	text-indent: -9999px;
	height: 18px;
	margin-bottom: 12px;
	}
	
body#home #main #sidebar a.home-link p {
	margin-bottom: 8px;
	}
	
body#home #main #sidebar a#speakers { background-color: #77a9c0; }
body#home #main #sidebar a#breakout { background-color: #5e96b2; }
body#home #main #sidebar a#schedule { background-color: #4b86a4; }

body#home #main #sidebar a#speakers h3 { background: url(images/home-link-speakers.png) no-repeat left center; }
body#home #main #sidebar a#breakout h3 { background: url(images/home-link-breakout.png) no-repeat left center; }
body#home #main #sidebar a#schedule h3 { background: url(images/home-link-schedule.png) no-repeat left center; }

body#home #main #sidebar a#breakout {
	margin: 0 5px;
	}
	
body#home #main #sidebar a.home-link:hover {
	background-color: #e54045 !important;
	}

/* @registration-page */

#content .registration-page h3 {
	font-size: 18px;
	font-weight: bold;
	}
	
#content .registration-page fieldset {
	border: 1px solid #CBC5B7;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
	}
	
#content .registration-page fieldset legend {
	font-weight: bold;
	}
	
#content .registration-page fieldset .submit-btn {
	float: right;
	display: block;
	width: 96px;
	height: 21px;
	}

#content .registration-page fieldset table {
	float: left;
	}

#content .registration-page fieldset tr {
	display: block;
	float: left;
	width: 160px;
	}
	
#content .registration-page fieldset p.desc {
	font-family: "Times New Roman", Times, Georgia, Serif;
	color: #E54045;
	font-style: italic;
	padding-bottom: 12px;
	}
	
#content .registration-page fieldset#child tr, #content .registration-page fieldset#meals tr {
	display: block;
	float: left;
	width: 320px;
	}
	
input.cart-btn {
	padding: 10px 50px 10px 0;
	background: url(images/cart.png) no-repeat center right;
	}

#content .registration-page fieldset#directions a, #content .registration-page fieldset#date a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 30px;
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-style: italic;
	border: 1px solid #CBC5B7;
	text-align: center;
	background: #fff;
	}
	
#content .registration-page fieldset#directions a:hover, #content .registration-page fieldset#date a:hover {
	border-color: #D3CA4D;
	background-color: #FFF791;
	}

#content .registration-page fieldset#directions {
	border-bottom: 1px solid #CBC5B7;
	float: left;
	width: 208px;
	margin-right: 20px;
	padding: 20px 20px 12px 20px;
	}
	
#content .registration-page fieldset#date {
	border-bottom: 1px solid #CBC5B7;
	float: left;
	width: 208px;
	padding: 20px 20px 12px 20px;
	}
	
#content .registration-page a.reg-btn {
	background-image: url(images/star-white.png);
	background-position: 90% 10%;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
	margin-top: 15px;
	padding: 20px 20px 12px;
	text-decoration: none;
	width: 210px;
	}
	
#content .registration-page a.reg-online-btn {
	background-color: #5E96B2;
	margin-right: 20px;
	}
	
#content .registration-page a.reg-mail-btn {
	background-color: #4B86A4;
	}
	
#content .registration-page a.reg-btn:hover {
	background-color: #E54045 !important;
	}
	
#content .registration-page a.reg-btn h3 {
	height: 18px;
	margin-bottom: 12px;
	text-indent: -9999px;
	}
	
#content .registration-page a.reg-online-btn h3 {
	background: url(images/reg-link-online.png) no-repeat left center;
	}
	
#content .registration-page a.reg-mail-btn h3 {
	background: url(images/reg-link-mail.png) no-repeat left center;
	}

#content .registration-page fieldset#cost {
	padding-top: 10px;
	}
	
#content .registration-page .left-cost, #content .registration-page .right-cost {
	width: 219px;
	float: left;
	padding-right: 20px;
	}
	
#main #content .registration-page .left-cost h3, #main #content .registration-page .right-cost h3 {
	font-size: 16px; color: #E54045;
	}
	
#content .registration-page fieldset#cost dt {
	font-weight: bold;
	margin-top: 10px;
	}
	
#content .registration-page fieldset#cost dd span {
	font-family: "Times New Roman", Times, Georgia, Serif;
	font-style: italic;
	color: #E54045;
	}

/* @schedule-page */

table {
	width: 100%; margin-bottom: 20px;
	border: 3px solid #CBC5B7;
}
	
table td, table th {
	padding: 8px 15px;
}
	
table td {
	border-right: 1px solid #CBC5B7;
	border-bottom: 1px solid #CBC5B7;
}
	
table thead {
	background: #E54045; color: #fff; font-weight: bold;
	text-transform: uppercase; letter-spacing: 1px;
}

table thead th {
	text-align: center;
}

table tr.headers {
	background: #dcd7cb;
}
table tr.headers td {
	font-weight: bold;
}


/* ----- @registration info form ----- */

#content .registration-page table#reg-info-form {
	width: 100%;
	border: 1px solid #CBC5B7;
	padding: 20px;
	}
	
#content .registration-page table#reg-info-form span.required {
	color: #E54045;
	font-family: Georgia, Times, serif;
	}
	
#content .registration-page table#reg-info-form tr {
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 100%;
	float: left;
	border-bottom: 1px solid #CBC5B7;
	}
	
#content .registration-page table#reg-info-form tr td.left {
	float: left;
	width: 180px;
	}

#content .registration-page table#reg-info-form tr td.right {
	float: right;
	width: 298px;
	}

#content .registration-page table#reg-info-form tr .name-desc {
	color: #686868;
	font-size: 12px;
	margin-top: 15px;
	}
	
#content .registration-page form.contributions tr {
	width: 340px;
	}
	
#content .registration-page form.contributions input.submit-btn {
	width: auto;
	}

/* @static pages */

.entry p {
	margin-bottom: 10px;
	}

/* ----- @footer ----- */

#footer .container {
	background: url(images/footer-bg.jpg) no-repeat top left;
	padding: 30px 0;
	font-size: 14px;
	line-height: 18px;
	}

#footer .container .left-block {
	width: 500px;
	float: left;
	}
	
#footer .container .right-block {
	width: 230px;
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	}
	
#footer .container .left-block p.phone-reg {
	background: #000;
	color: #fff;
	width: 166px;
	padding: 9px 12px;
	position: relative;
	text-align: right;
	}
	
#footer .container .left-block p.phone-reg small {
	display: block;
	height: 54px;
	width: 197px;
	position: absolute;
	top: 0;
	left: 200px;
	text-align: left;
	text-indent: -9999px;
	background: url(images/contact-phone.png) no-repeat center left;
	}
	
#footer ul#nav-foot {
	margin: 15px 0;
	font-style: italic;
	}

#footer ul#nav-foot li {
	display: inline;
	}
	
#footer ul#nav-foot li:after {
	content: " / "
	}
	
#footer ul#nav-foot li.curent-page-item a {
	color: #e54045;
	cursor: default;
	}
	
#footer .container .left-block small {
	font-style: italic;
	}
	
#footer a { text-decoration: none; color: #4B86A4; }
#footer a:hover { color: #e54045; }

#footer dl dt {
	font-style: italic;
	}
	
#footer dl dd.name {
	font-weight: bold;
	color: #e54045;
	font-size: 16px;
	margin: 8px 0;
	}
	
#footer dl dd.image {
	padding: 20px 0 0;
	}