/*
Theme Name: eLFA Event
Theme URI: http://www.aprikos.com.hk/
Description: 
Author: aprikos
Author URI: http://www.aprikos.com.hk/
Version: 1.0
Tags:
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* clearing & floating */
.clearingfix:after{
    content: ".";
    display: block;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

.clearingfix{
    display: block;
}

.floatbox{
    overflow: hidden;
}

/* =Structure
----------------------------------------------- */
html, body {
background:#CCC;
width:100%;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:1.25em;
}

/* Headings */
h1 {
font-size:36px;
color:#FFCB08;
line-height:1em;
margin:45px 0 40px 0;
}
h2 {
font-size:30px;
color:#000;
line-height:1em;
margin:40px 0 20px 0;
}
h3 {
font-size:14px;
color:#FFCB08;
line-height:1em;
margin:20px 0 25px 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
line-height:1.5em;
margin-bottom:12px;
}
ul {
	margin: 0 0 15px 1.5em;
	list-style:disc;
}
ol {
	margin: 0 0 15px 1.75em;
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin: 0 0 0 1.5em;
}
dl {
	margin: 0 15px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font-size:12px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
/*	border-bottom: 1px dotted #666; */
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Links */
a {
text-decoration:none;
color:#808285;
}
a:focus,
a:active,
a:hover {
text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
width:933px;
margin:0 auto;
padding:36px;
background:#FFFFFF;
overflow:hidden;
}

#header {
}
#logo, #masthead {
float:left;
}

#main {

}

#sidebar {
float:left;
width:155px;
height:548px;
margin-top:32px;
margin-right:25px;
background-image:url(images/sidebar.gif);
}

#container {
float:left;
width:728px;
margin-top:-32px;
}

#footer {
padding-top:24px;
text-align:right;
}

/*             */
#nav ul {
list-style: none;
margin:30px 0 0 0;
padding:0;
}
#nav li {
margin-top:7px;
font-size: 11px;
font-weight:bold;
}
#nav a {
display: block;
line-height: 18px;
padding-left:15px;
text-decoration: none;
color:#000;
}
#nav a:hover,
#nav a:focus {
	color: #FFF;
	background-color:#2E3191
}
#nav .menuoff > a:hover,
#nav .menuoff > a:focus {
color:#000000;
background-color:transparent;
}
#nav li ul {
margin-top:0;
font-weight:normal;
}
#nav li li {
margin-top:2px;
font-weight:normal;
}
#nav ul ul a {
}
#nav ul ul :hover > a {
}
#nav ul li:hover > ul {
}

#nav .current-menu-item > a,
#nav .current_page_item > a {
	color: #FFF;
	background-color:#2E3191
}

.home #container {
margin-top:-60px;
}

.ceta-blue {
color:#2E3192;
}

.comm-title {font-size:20px; font-weight:bold;}

.prog-keynote {font-size:14px; color:#231F20;}
.prog-topic {font-size:24px; color:#333333;}
.prog-speakername {font-size:16px; font-weight:bold; color:#F37021;}
.prog-speakertitle {font-size:11px; color:#231F20;}

table.prog-tbl-green, table.prog-tbl-orange, table.prog-tbl-blue, table.prog-tbl-dblue {
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
}
table.prog-tbl-green table, table.prog-tbl-orange table, table.prog-tbl-blue table, table.prog-tbl-dblue table {
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
}
.prog-tbl-green tr {
border-bottom: #8CC63F 2px solid;
}
.prog-tbl-orange tr {
border-bottom: #F37021 2px solid;
}
.prog-tbl-blue tr {
border-bottom: #007DC5 2px solid;
}
.prog-tbl-dblue tr {
border-bottom: #2E3192 2px solid;
}
.prog-tbl-green tr:last-child, .prog-tbl-orange tr:last-child, .prog-tbl-blue tr:last-child, .prog-tbl-dblue tr:last-child {
border-bottom:0;
}
.prog-tbl-green td, .prog-tbl-orange td, .prog-tbl-blue td, .prog-tbl-dblue td {
padding:10px 0;
}
.prog-tbl-green td p:last-child, .prog-tbl-orange td p:last-child, .prog-tbl-blue td p:last-child, .prog-tbl-dblue td p:last-child {
margin-bottom:0;
}
.prog-tbl-green table, .prog-tbl-orange table, .prog-tbl-blue table, .prog-tbl-dblue table {
margin-top:-5px;
}
.prog-tbl-green table tr, .prog-tbl-orange table tr, .prog-tbl-blue table tr, .prog-tbl-dblue table tr {
border-bottom:#808285 dashed 1px;
}
.prog-tbl-green table td, .prog-tbl-orange table td, .prog-tbl-blue table td, .prog-tbl-dblue table td {
padding:5px 20px;
border-left:#808285 dashed 1px;
}
.prog-tbl-green table td:first-child, .prog-tbl-orange table td:first-child, .prog-tbl-blue table td:first-child, .prog-tbl-dblue table td:first-child {
border-left:0;
padding-left:0;
}
.prog-blue {color:#007DC5}
.prog-dblue {color:#2E3192}
.prog-green {color:#8CC63F}
.prog-orange {color:#F37021}

.regi-hotelname {font-size:16px; font-weight:bold; color:#00803E}
.regi-formtitle {display:block; border-bottom:#00803E 1px solid;}
table.regi-tbl-green {
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
}
.regi-tbl-green tr {
border-top: #8CC63F 1px solid;
}
.regi-tbl-green tr:first-child {
border-top:0;
}
.regi-tbl-green td {
padding:5px 10px;
border-left:#808285 dashed 1px;
}
.regi-tbl-green td:first-child {
border-left:0;
padding-left:40px;
}
table.regi-tbl-green2, table.regi-tbl-green2 table {
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
}
.regi-tbl-green2 tr {
border-top: #00803E 2px solid;
}
.regi-tbl-green2 tr:first-child {
border-top:0;
}
.regi-tbl-green2 td {
padding:15px 0;
}
.regi-tbl-green2 table tr {
border-top:#808285 dashed 1px;
}
.regi-tbl-green2 table td {
padding:5px 20px;
}
.regi-tbl-green2 table td:first-child {
padding-left:0;
}
.regi-dashed {
border-left:#808285 dashed 1px;
}
.regi-green {color:#00803E}
.regi-form-ttl {
color:#00803E;
font-size:16px;
font-weight:bold;
margin:15px 0 30px 0;
display:block;
border-bottom: #00803E 1px solid;
width:90%;
}

.callpres-purple {color:#662D91}

.callspon-pink {color:#EC008C}

.spon-orange {color:#F7931E}
.spon-title {font-size:18px; font-weight:bold; color:#333333}
.spon-tbl {
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
}
.spon-tbl hr {color:#F7931E;background-color:#F7931E;height:1px;border:none;margin-top:20px}

#wrapper img, #wrapper a img {
	border: 0;
	display:block;
}
#container table p {
line-height: 1.25em;
margin-bottom:5px;
}
#container table p:last-child {
margin-bottom:0;
}
#container table p img {
display:inherit;
}
.entry-content > ul, .entry-content > ol {
line-height:1.5em;
}

.page-template-programme-php #container p img {
display:inherit;
}

.page-template-programme-php .entry-content {
position:relative;
margin-bottom:15px;
}
.page-template-programme-php .prog_menu {
position:absolute;
top:69px;
right:120px;
}

.color-grey {
color:#808285;
}

#formWrapper label, #formWrapper input {
vertical-align:middle;
}
.dispMsg {
	text-align: left;
	padding: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px 1px 2px #a9a9a9;
	-moz-box-shadow: -1px 1px 2px #a9a9a9;
	box-shadow: -1px 1px 2px #a9a9a9;
}
.error {
	background: #999999;
}
.correct {
	background: #56d800;
	border: 3px solid #008000;
}
.wrong {
	color: #e90000;
}
.normal {
	color: #222;
}
.formField {
margin-bottom:15px;
}
.fieldTtl {
display:inline-block;
text-align:right;
width:140px;
padding-right:5px;
}
.fieldTtl2 {
display:inline-block;
width:160px;
}