/*
THEME NAME: Deem PR Summit
AUTHOR: Deem
VERSION: 1.0
*/

a {
	outline:none;	
	color:#f37520;
}

a:hover {
	/*text-decoration:underline;*/
}

a img {
	border:none;
}

body {
	margin:0;
	padding:0;
	font-family: Arial;
	font-size:13px;
	color:#404041;
}

h1, h2, h3, h4, h5, h6 {
	
	color: #f37520;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration:none;
}


#program table th {
 background: #f37520;
text-align: left;
font-weight: normal;
color: #FFFFFF;
}



#program table tr:nth-child(even) td {
	background: #ebe5e0;
}

#program table tr:nth-child(odd) td {
	background: #cdc4bc;
}

.back_to_top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    display: none;
	z-index: 1000;
}

.head_area {
	min-width: 100%;
	top: 0px;
	height: 298px;
	padding-bottom: 30px;
	z-index: 10;
    overflow: hidden;
	position: fixed;
	background: #FFFFFF;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

.head_area.shrink {
	height: 76px;
}

.head_area .head_image {
	width: 1024px;
	margin: 0px auto;
}

.head_area .menu_area {
	width: 1024px;
	margin: 20px auto 0px;
}

.head_area ul.menu {
	margin: 20px 50px 20px 0px;
	padding: 0px;
	list-style: none;
	padding-bottom: 20px;
	float: right;
}

.head_area ul.menu li {
	float: left;
	margin: 0px 15px;
}

.head_area ul.menu li a {
	font-size: 14px;
	color: #998b7d;
	text-transform: uppercase; 
	text-decoration: none;
}

.head_area ul.menu li a:hover {
	color: #fdb813;
}

.head_area ul.menu li#menu-item-29 {
	margin: 0px 0px 0px 40px;
	position: absolute;
	right: 0px;
}

.head_area ul.menu li#menu-item-29 a {
	padding: 19px 20px 19px 45px;
	height: 26px;
	color: #FFF;
	background: url('img/reg-bg.png') no-repeat left center #f37520;
}

#content {
	position: relative;
}

.wrapper {
	width: 100%;
	margin: 0px auto;
}

#about {
	width: 100%;
	margin: 0px auto;
	background: #ebe5e0;
}

#program {
	width: 100%;
	margin: 0px auto;
	background: #716c69;
}

#speakers {
	width: 100%;
	margin: 0px auto;
	background: #ebe5e0;
}

#speakers h3 {
	margin-top: 0px;
}

#speakers .post_thumb {
	float: left;
	margin-right: 10px;
	width: 117px;
	height: 117px;
	position: relative;
	overflow: hidden;
}

.post_frame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url('img/frame.png') no-repeat center;
}

#speakers .post_content {
	float: left;
	width: 748px;
}

#register {
	width: 100%;
	margin: 0px auto;
	background: #d3c9c1;
	position: relative;
}

#register .frm_forms {
	float: right;
	width: 100%;
}

#register .frm_forms #frm_field_98_container {
	text-align: right;
}

#register .frm_forms #frm_field_99_container  textarea{
	height: 320px;
}

#register .frm_required {
	color: #f37520;
}

.with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .with_frm_style.frm_login_form input[type=submit] {
position: absolute;
right: 0px;
width: 120px;
font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
font-size: 14px;
height: 35px;
text-align: center;
background: #f37520 url('img/submit-bg.png') no-repeat left;
background-size: auto 100%;
border-width: 0px;
color: #FFFFFF;
cursor: pointer;
font-weight: normal;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
text-shadow: none;
padding: 3px 14px 3px 18px;
-moz-box-sizing: content-box;
box-sizing: content-box;
-ms-box-sizing: content-box;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
float: right;
bottom: 10px;
}

#support {
	width: 100%;
	margin: 0px auto;
	background: #ebe5e0;
}

#contact {
	width: 100%;
	margin: 0px auto 20px;
	min-height: 115px;
	background: url('img/footer-bg.png') no-repeat center top #ffffff;
	background-size: 100% auto;
}

.container {
	width: 875px;
	margin: 0px auto;
	padding: 20px 0px;
}
/*For images in the content*/
.alignleft {
	float:left;
	margin:5px;	
}

.alignright {
	float:right;
	margin:5px;	
}

/*Celarfix hack*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
