/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231;background-color:#D4EBE8 }
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #000000; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #1e8eb6; }
a:visited { color: #1e8eb6; }
a:hover { color: #4CEDAC; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: arinex technology
   ========================================================================== */


html {
	background: #e7ecdc url(html-bg.jpg) center top repeat-x!important;
}
body {
	
}
#container {
	margin: 0px auto;
	padding: 0;
	position: relative;
}
header {
	width: 100%;
	height: 266px;
	margin: 0 auto;
	padding: 0;
}
.header-banner {
	height: 225px;
overflow: hidden;
padding: 0;
width: 100%;
font-size: 140px;
font-family: inherit;
text-align: center;
}
#topnavigation {
	position: absolute;
	left: 555px;
	top: 20px;
}
html>body #topnavigation {
	right:0;
}
#navigation {
	margin: 0 auto !important;
	padding: 0 !important;
	height: 41px;
	background: url(nav-bg.jpg) repeat-x;
	width: 78%;
}
#main {	
	background: #fff !important;
	clear:both;
	height: auto !important;
	min-height: 500px;
	margin: 0 auto !important;
	padding: 0;
	padding-bottom: 20px;
	width: 960px;
	border:5px solid;
	border-top: 0px;
}
footer {
	margin: 0 auto; 
	padding: 0;
}
footer .subscribe { 
	float: left; 
	width: 290px; 
	margin-top: 10px; 
	padding-left: 20px; 
	margin-right: 30px; 
}
footer #footer-content { 
	width: 930px;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 50px;
	text-align: left;
}
footer #left {
	width: 584px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
footer #left .column {
	width: 146px;
	float: left;
}
footer #right {
	width: 250px;
	float: right;
	margin-top: 20px;
	text-align: center;
}



/* -----------------------------------------------
	Pages elements
   ---------------------------------------------- */
#wpcontent { 
	width: 620px; 
	margin: 0;
	padding: 20px 0 20px 10px;
	float: left;
	margin-left:15px;
	margin-bottom: 50px !important;
}
#sidebar{
	background: #1CBE7D;
	height:auto; 
	float: left; 
	min-height: 500px;
	margin: 10px;
	padding: 10px 5px; 
	width: 280px;
}
#social {
	background: #ffffff;
	display: block;
	height: 60px;
	float:right;
	margin: -10px -10px 0 -10px;
	padding: 10px 10px 10px 106px;
}


/* Navigation (menu css)*/
ul.menu {
	background: url(nav-bg.jpg) repeat-x top center; 
	list-style:none; 
	margin:0 -50px 0 50px; 
	padding:0;
}
ul.menu * {
	margin:0; 
	padding:0;
}
ul.menu a {
	color: #efefef;
	display:block;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 12px 10px 11px;
	text-decoration:none;
}
ul.menu li {
	background: none;
	float:left;
	height: 41px;
	margin-left: 1px;
	margin-right: 0px;
	padding: 0;
	position:relative;
	z-index:100;
}
ul.menu ul {  /* submenu styles */
	background: #076b43;
	display: none;
	left:0;
	list-style:none;
	position:absolute;
	top:41px;
	margin: 0;
	padding: 0;
}
ul.menu ul li { /*position:relative;*/
	border-top:none;
	border-bottom: 1px solid #F2F2F2;
	height: auto;
	padding-top: 1px;
	margin:0;
	width:250px;
}
ul.menu ul li a,
ul.menu ul a { /* submenu styles */
	color: #ffffff;
	display:block;
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 12px 10px;
	text-align: left;
	text-decoration:none;
}
ul.menu ul li a:hover { 
	background: #0e905c;
	color: #ffffff;
}
ul.menu li:hover ul, 
ul.menu li a:hover ul, 
ul.menu li:hover ul li, 
ul.menu li a:hover ul li {
	display:block;
}
ul.menu .menulink { /* menulink styles */
	padding:0;
	text-align: center;
	width: auto;
}
ul.menu .menulink:hover, 
ul.menu .menuhover { 
	background: #076b43;
	color: #ffffff;
}
ul.menu .parent {
	background: url(../images/icons/bullet_arrow_down.png) right center no-repeat;	
	padding-right: 4px;
}
ul.menu .parent:hover {
	background: #076b43 url(../images/icons/bullet_arrow_down_hover.png) right center no-repeat;	
}
#home-page li.active-home,
#program-page li.active-program,
#sponsorship-page li.active-sponsorship,
#tour-page li.active-tour,
#registration-page li.active-registration,
#venue-page li.active-venue,
#accommodation-page li.active-accommodation,
#host-page li.active-host,
#social-page li.active-social,
#ginfo-page li.active-ginfo
 {
	background: #C7E6E3;
	color: #ffffff;
}



/* -----------------------------------------------
	Custom elements
   ---------------------------------------------- */
ul#slideshow {
	margin-top: 75px;
	margin-left: 84px;
	
}
ul#slideshow li {
	list-style: none;
	float:right;
	margin: 0px;
	padding: 0px;
	width:880px;
}
.blurb {

	-webkit-box-shadow: 0px 0px 11px #333;
	-moz-box-shadow: 0px 0px 11px #333;
	box-shadow: 0px 0px 11px #333;
	font-size: 13px;
	color:#333;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}
   
.important {
	color: #FF0000;
	font-weight: bold;
}
.infobox { 
	-webkit-box-shadow: 0px 0px 11px #333;
	-moz-box-shadow: 0px 0px 11px #333;
	background: #FFC url(../images/icons/info.png) no-repeat 20px; 
	box-shadow: 0px 0px 11px #333; 
	margin: 10px 20px 10px 10px; 
	padding: 10px 10px 10px 60px; 
}
a img, img {
	border:none;
}
.clear {
	clear:both;
}
.hide {
	z-index:-5000 !important; 
}
.centre{
	text-align: center;
}
.rounded-corners {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
