/*
Theme Name: Symposium-Events V3
Description: Theme to work the Symposium-Events Website
Version: 3.0
Author: Andrew Faulkner
Author URI: http://www.senior.co.uk/
All rights reserved by author and Symposium-Events
*/


* { padding:0; margin:0; }

html { min-height: 101%; margin-bottom: 1px; }  /* FireFox Page-Shift Fix */

body {
	margin: 0;
	padding:0;
	text-align: center;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size:0.75em;
	color: #333333;
	background-color: #FFFFFF;
}

/*** USEFUL ***/

.clear {clear: both;}
.clear_fusion {clear: both;line-height: 1px;height: 1px;font-size: 1px;}
.float_left {float:left;}
.float_right {float:right;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.img_left, .alignleft {float: left; margin: 0 15px 5px 0;}
.img_right, .alignright {float: right; margin: 0 0 5px 15px;}
.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
a img {border: 0px none;}

/*** STRUCTURE ***/

.wrapper {
	width:980px;
	margin: 0 auto;
	text-align: left;
}

.banner_right {
	padding-top: 30px;
	text-align:right;
}

#searchform {
display:block;
float:right;
height:25px;
position:relative;
text-align:right;
width:295px;
}

.search_button{
background-image:url(images/search_button.gif);
background-position:left top;
background-repeat:no-repeat;
border:0 none;
height:26px;
position:absolute;
right:0;
top:0;
width:83px;
}
.search_button:hover{
	background-position:left bottom;
}
.search_text{
background-image:url(images/search_text.gif);
background-position:left top;
background-repeat:no-repeat;
border:0 none;
height:16px;
left:0;
margin:0;
padding:5px;
position:absolute;
top:0;
width:212px;
}

.section_cat_nav {
	background-color: #FFFFFF;
	background-image: url(images/bg_section_catnav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #737476;
	border-top: 1px solid #aaabad;
	border-bottom: 1px solid #aaabad;
	padding: 10px 0 5px 0;
}

.section_tagline, .section_footer_callouts {
	background-color: #ebebeb;
	padding: 15px 0;
}

.section_tagline p {
	padding: 0;
	margin: 0;
	font-size: 2em;
	color: #4d4d4d;
	font-style: italic;
}

.section_tagline p span {
	position: relative;
	top: 5px;
}

.section_content {
	padding: 20px 0;
}

.section_content .c1 {
	width: 655px;
	float: left;
}

.section_content .c2 {
	width: 305px;
	float: left;
	margin-left: 20px;
}

.section_content .corner {
	background-color: #f7f7f7;
	margin-bottom: 25px;
	background-image: url(images/bg_corner_main_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.section_content .corner2 {
	background-image: url(images/bg_corner_main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 30px;
}

.section_content .c2 .corner {
	background-color: #f0f0f0;
	background-image: url(images/bg_corner_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.section_content .c2 .corner2 {
	background-image: url(images/bg_corner_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 30px;
}

.section_content .c2 .corner .corner_inner {
	background-color: #FFFFFF;
	padding: 5px;
}



.testmonial_outer {
	background-color: #FFFFFF;
	background-image: url(images/bg_testimonial_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 15px;
}

.testmonial_inner {
	background-image: url(images/bg_testimonial_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px 15px 30px 15px;
	font-size: 1em;
	font-weight: bold;
}

.testmonial_inner .quote_mark {
	font-size: 1.25em;
	color: #e92c8b;

}

.testmonial_inner .quoter {
	font-size: 0.8em;
	font-weight: normal;
}

.section_footer_callouts img {
	margin: 0 5px;
}

.event_footer_wrapper {
	height: 234px;
	overflow: hidden;
}

.section_footer_callouts .event_footer_item {
	margin: 5px;
	float: left;
	background-color: #e92c8b;
	width: 223px;
	text-align: center;
	padding: 10px 5px 10px 5px;
	background-image: url(images/bg_footer_item.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 155px;
}

	.section_footer_callouts .event_footer_item p {
		height: 40px;
	}
	
	.section_footer_callouts .event_footer_item a, .section_footer_callouts .event_footer_item a:visited, .section_footer_callouts .event_footer_item a:active {
		color: #FFFFFF;
	}
	
	.section_footer_callouts .event_footer_item a:hover {
		color: #FFFFFF;
	}

.section_footer {
	background-color: #4d4d4d;
	padding: 15px 0;
}

.section_footer .wrapper {
	padding: 0 5px;
	width:970px;
}

.section_footer ul {
	list-style-type: none;
	margin: 0 0 15px 15px;
	float: left;
	padding-right: 15px;
}

	.section_footer ul.first {
		border-right: 1px solid #5d5e5e;
		margin: 0 0 15px 0;
	}

.section_footer ul li a, .section_footer ul li a:visited, .section_footer ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.section_footer ul li a:hover {
	color: #e92c8b;
}

.footer_links a, .footer_links a:visited, .footer_links a:active {
	color: #b2b2b2;
	text-decoration: none;
}

.footer_links a:hover {
	color: #FFFFFF;
}
/*** EVENTS LIST ***/

.event {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 15px;
}

.event .image_thumb {
	float: left;
	width: 200px;
	margin-right: 20px;
}

.event .deets {
	float: left;
	width: 375px;
}

.event .deets small {
	display: block;
	font-size: 1em;
}

/*** MAIN NAV ***/

ul.main_nav {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
	text-align:right;
}

ul.main_nav li {
	display: inline;
}

ul.main_nav li a, ul.main_nav li a:visited, ul.main_nav li a:active {
	color: #4d4d4d;
	text-decoration: none;
	margin: 0 0 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	}

ul.main_nav li a:hover {
	color: #ea2c8c;
}

/*** CAT NAV ***/

.cat_nav ul {
	list-style-type: none;
	margin: 0;
}

.cat_nav ul li {
	display:inline;
}

.cat_nav ul li a, .cat_nav ul li a:visited, .cat_nav ul li a:active {
	display: block;
	float: left;
	width: 108px;
	height: 47px;
	background-color: #FFFFFF;
	text-align:center;
	padding: 10px 5px 0 5px;
	margin: 0 2px;
	background-image: url(images/bg_catnav_button.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	text-decoration:none;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2;
	
}

.cat_nav ul li a:hover {
	background-position: left bottom;
}

/*** FORMATTING ***/

p {
line-height: 160%;
margin: 0 0 1em 0;
}

ul, ol {
line-height: 160%;
margin: 0 0 1em 25px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	margin: 0 0 0.75em 0;
	font-weight:bold;
	color: #e92c8b;
}

h1.toptitle, h1.toptitle font{
color: #e92c8b !important;
}

h2 {
	font-size: 1.6em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #e92c8b;
}

h3 {
	font-size: 1.2em;
	color: #4d4d4d;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px dotted #CCCCCC;
}

h3 a, h3 a:visited, h3 a:active {
	color: #4d4d4d;
	text-decoration: none;
}

h3 a:hover {
	color: #000000;
}

h4 {
	font-size: 1.2em;
	color: #e92c8b;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px dotted #CCCCCC;
}

h5 {
	font-size: 1.2em;
	color: #4d4d4d;
	padding-top: 0.75em;
	padding-bottom: 0.75em;

}

h6 {
	font-size: 1.2em;
	color: #e92c8b;
	padding-top: 0.75em;
	padding-bottom: 0.75em;

}
a, a:visited, a:active {
	color: #e92c8b;
	text-decoration: none;
}

a:hover {
	color: #000000;
}


#conffooter{
clear:both;
}

/** event date in content **/
.post_event_date{
display:block;
font-size:1.5em;
text-align:left;
color:#4d4d4d;
padding-bottom:25px;
}
.event_date_hide{
display:none;
}
.post_event_extras p{
text-align:left !important;
}
.post_event_extras p img{
margin:5px;
}

/** event page **/
.event_content{
background-color:#F7F7F7;
margin-bottom:25px;
padding:15px 30px;
clear:both;
}

/*** tabs **/
.tabs_wrapper{
display:block;
clear:both;
}
.tabs_wrapper ul{
list-style-type:none;
margin:0;
}
.tabs_wrapper ul li{
list-style-type:none;
margin:0;
float:left;
}
.tabs_wrapper ul li a{
float:left;
display:block;
background-image:url(images/tabs.gif);
background-repeat:no-repeat;
background-position:top left;
color:#4d4d4d;
padding:0 0 0 5px;
}
.tabs_wrapper ul li a span{
background-image:url(images/tabs.gif);
background-position:right top;
background-repeat:no-repeat;
display:block;
float:left;
height:21px;
padding:10px 8px 5px 0;
}
.tabs_wrapper ul li a:hover, .tabs_wrapper ul li a.selected{
background-position:bottom left;
}
.tabs_wrapper ul li a:hover span, .tabs_wrapper ul li a.selected span{
background-position:bottom right;
}

.book_button_large{
background-image:url(images/book_button_large.gif);
background-repeat:no-repeat;
color:#FFFFFF !important;
display:block;
font-size:2.5em;
height:51px;
margin-bottom:20px;
padding-right:95px;
padding-top:10px;
text-align:center;
text-decoration:none;
width:500px;
}
.event_speakers_callout{
text-align:center;
}
.event_speakers_callout h2{
text-align:left;
}
/** tables with fixed widths of 700 are too wide to fit in callout blocks on LHS 
The contents of the table are stripped out of the table using jquery - see single-conference.php **/
.event_speakers_callout table{
display:none;
}

.event_speakers_callout .white_inner div{
width:auto;
display:inline;
}

.corner hr{
display:none;
}
.white_inner .alignright{
float:none;
}
.white_inner{
background-color:#fff;
padding:10px;
}
.white_inner img{
margin:5px;
}

/* search page */
.search_nav{
clear:both;
}
.search_nav{
padding:20px 0;
}
.search_nav .search_nav_older{
	float:left;
}
.search_nav .search_nav_newer{
	float:right;
}
.search_nav .search_nav_older a, .search_nav .search_nav_newer a{
	font-weight:bold;
}
.search_item{
	clear:both;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #ccc;
}
.search_item h2{
border:0px none;
font-size:1.4em;
margin-bottom:0;
padding-bottom:10px;
}

.book_button {
display: block !important;
}

#tabsI {
height: 40px;
display:block !important;
margin-bottom: 10px;
}
