﻿/*  
Theme Name: Family Conferences
Description: A theme for familyconferences.org based on the Januas parent theme
Author: IBLP IT
Template: januas
Version: 1.0

*/

/* Default styles */
@import url("../januas/style.css");


/* Single Event Page: Program Boxes */
.two-columns  #content .event_element.programs article.post {
	width: 47%;
	float: left;
	border-top: 0px;
	-webkit-box-shadow: 0px 1px 1px 0px #CCC;
	box-shadow: 0px 1px 1px 0px #CCC;
	margin: 0;
	margin-bottom: 5px;
	background: white;
	margin-bottom: 16px;
	position: relative;
	margin-right: 15px !important;
	border-radius: 1px;
	background: #eee;
}
#content .sidebar .event_element.programs article.post {
	width: 100%;
}
article.programs {
	padding: 6px 8px;
	margin-bottom: 12px;
	border-radius: 1px;
	display: inline-block;
	zoom: 1;
	-webkit-box-shadow:
	0px 1px 1px 0px #8f8f8f;
	box-shadow: 0px 1px 1px  0px #8f8f8f;
	background: #eee;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-right: 15px;
	width: 47%;
}
article.programs .article-header img { margin: 0 auto; margin-bottom: 10px; }
article.programs .article-header h1.h2 { margin: 0; font-size: 16px; font-weight: bold; }
article.programs ul.program_info { margin: 0; font-weight: normal; font-size: 14px; }


/* Single Event Page: Speaker Boxes */
.speaker-live {
	position: absolute;
	top: 0;
	right: 0;
}
.speaker-video {
	margin-left: .25em;
	font-weight: normal;
}


/* Program Page */
.single-ja-program #main {
	width: 100%;
}
.single-ja-program header.event-header {
	padding-top: 50px;
}
.single-ja-program header.event-header img {
	width: 35%;
	float: left;
	margin-right: 35px;
	display: block;
	height: auto;
}
.single-ja-program .entry-content h3 {
	clear: both;
}
@media only screen and (min-width: 800px) {
	.single-ja-program h1.page-title, .single-ja-program h1.page-title {
		margin: 0;
		line-height: 40px;
		margin-top: 20px;
	}
	.single-ja-program .entry-content p {
		margin: 10px 0;
		font-size: 1em;
		line-height: 1.6em;
	}
	.single-ja-program .entry-content li {
		font-size: 1em;
	}
}

.single-ja-program #related_events_section {
	margin-top: 2em;
}
.single-ja-program #related_events_section article {
	margin-top: 1em;
	margin-bottom: 2em;
}

/* Search Results (Conference Listing) */
.search #content article.post {
	float: none;
	display: inline-block;
	vertical-align: top;
}