/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


@font-face {
	font-family: 'VegurExtraLight';
	src: url('/vegur-el_0500-webfont.eot');
	src: local('☺'), url('/vegur-el_0500-webfont.woff') format('woff'), url('/vegur-el_0500-webfont.ttf') format('truetype'), url('/vegur-el_0500-webfont.svg#webfontLYDUwO71') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VegurRegular';
	src: url('/vegur-r_0500-webfont.eot');
	src: local('☺'), url('/vegur-r_0500-webfont.woff') format('woff'), url('/vegur-r_0500-webfont.ttf') format('truetype'), url('/vegur-r_0500-webfont.svg#webfontY6ynnpfA') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('/League_Gothic-webfont.eot');
	src: local('☺'), url('/League_Gothic-webfont.woff') format('woff'), url('/League_Gothic-webfont.ttf') format('truetype'), url('/League_Gothic-webfont.svg#webfontOTINA1xY') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 *
 *
 */


/* Page
-------------------------------------------------------------- */

body { background-color: #fff; color: #39368E; }

.wrap { margin: 0 auto; width: 950px; position: relative; text-align: left; }


/* Header
-------------------------------------------------------------- */

#header { background-color: #39368E; color: #fff; height: 63px;
	position: relative;
	 z-index: 5;
 }

#header #logo { 
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 145px;
	-webkit-box-shadow: 0 0 15px rgba(170, 178, 192, 1);
	-moz-box-shadow: 0 0 15px rgba(170, 178, 192, 1);
}

#header #logo a {
	background-image: url(/images/interface/logocol.gif);
	display: block;
	/*text-indent: -9999px;*/
	width: 110px;
	height: 145px;
}

#header .tabs {position: absolute; z-index: 50; left: 0;}

#header .tabs li { margin-right: 2px; }
#header .tabs a {
	padding: 5px 10px;
	font-size: 1.2em;
	background: #4DAFEF;
	color: #fff;
	font-family: 'VegurRegular', Arial, Helvetica, sans-serif;	
	text-decoration: none;
	border-top: 5px solid #5149AE;
}

#header .tabs a:hover {
	padding-top: 7px;
}

#header .tabs li.selected a { background: #39368E; border-color: #39368E; }

#header .tabs a acronym { border-bottom: none; }

#header p { padding-top: 1.5em; margin-right: 110px; }

#header p a { color: #FF4DAD; border-bottom: 1px dotted #FF4DAD; }
#header p a:hover {text-decoration: none; border-bottom-style: solid;}

/* Homepage
-------------------------------------------------------------- */

#slider {
height: 150px; width:380px; float:right; margin-top: 20px; margin-right: 60px; position: relative;
}

#slider div.panel {
	padding: 10px;
	color: #fff;
	background-color: #FF00A6; 	
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;  
}

#slider div.panel h3 {
	margin: 0; padding: 0;
	color: #fff;
	font-family: 'VegurRegular', Arial, Helvetica, sans-serif;
}

#slider div.panel p {
	margin-bottom: 0;
}

#slideshow {
	background-color: #ccc;
 	height: 390px;
	position: relative;
	z-index: 1;
}

#slideshow div.panel {
	height: 390px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #5149AE;
	background-position: center 0;
	background-repeat: no-repeat;
}

#slideshow div.panel div.wrap {
	margin-top: 160px;
	height: 220px;
}

#slideshow div.panel div.wrap a {
	display: block;
	margin-left: 420px;
	padding: 20px;
}

#slideshow div.panel div.wrap a.narrow {
	margin-left: 580px;
	margin-top: -20px;
}

#slideshow div.panel div.wrap a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);	
}

#slideshow div.panel div.wrap h1 {
	color: #fff;
	margin-bottom: 0;
	font-size: 48px;
	font-family: 'VegurExtraLight', Arial, sans-serif; font-weight: normal; letter-spacing: -0.03em;
	opacity: 1;
}

#slideshow div.panel div.wrap p {
	margin: 0 0 0 2px;
	color: #fff;
	font-size: 20px;
}

/* Training Navigation
-------------------------------------------------------------- */
#trainingnav { background-color: #574FAA; padding: 10px 0; position: relative; z-index: 3; }
#trainingnav ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
#trainingnav ul li { float: left; margin: 0 20px 0 0; padding: 0; text-align: center;
	width: 295px; 
font-family: 'VegurRegular', Arial, sans-serif; font-weight: normal; letter-spacing: -0.03em;  font-size: 20px;
}
#trainingnav ul li a {display: block; color: #00aeef; padding: 0 0 6px; }

#trainingnav ul ul li { 
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
/*	float: none;*/
	margin: 0;
	line-height: 1;
}

#trainingnav ul ul li a { color: #fff;}

/* Body
-------------------------------------------------------------- */

#pagebanner {
	border-top:5px solid #5149AE;
	height: 200px;
	background-repeat:no-repeat;
	background-position: center 0;
	background-color: #ccc;
}



#introduction { float: left; width: 580px; }

#resources { float: right; width: 340px; padding-top: 2px; }

h1 { font-family: 'VegurExtraLight', Arial, sans-serif; font-weight: normal; letter-spacing: -0.03em; }

h2, h3, h4 { color: #3a2291; font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif; font-weight: normal; }

h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}

div#section_header {  background-color: #DFF0CC; color: #443E3F; overflow:hidden; padding-top: 20px;  }
div#section_header h1 { color: #00aeef; font-weight: normal; }
div#section { background-image: url(/images/interface/sectionbg2.jpg); background-position: center top ; background-repeat: repeat-x; background-color: #f6f9ef /*e0e9d2*/; color: #443E3F; overflow:hidden; padding: 20px 0; }

#body p.lead { color: #4DAFEF; }
#body h2, #body h3 a { color: #231f20;}
#body p a, #body ul a, #body table a { color: #574FAA; }


#resources table.booking tr { line-height: 2.5em; }
#resources table.booking td.button { text-align: right; } 
#resources table.booking td a { background-color: #39368E; -webkit-border-radius: 10px; color: #fff; padding: 6px 8px; } 

div.paypal-button {
	margin-bottom: 20px;
}

#introduction .col {
width: 245px;
float:left;
margin-right: 18px;
margin-bottom: 20px;
/*border: 1px solid #958274;*/
background-color: #83C345;color: #fff;
padding: 14px 14px 0 14px;
}

#introduction .col h2 {color:;}

#introduction .col p {font-size: 12px;}

#introduction .col p a {/*background-color: #E39743; color: #fff; padding: 4px 5px;*/ font-size: 14px; }

#introduction .col.box {
	background-color: #4DAFEF;
	color: #fff;
border: none;
margin-right: 0;	
}

#resources p.button { margin-top: 20px; }

#resources p.button a { background-color: #39368E; -webkit-border-radius: 10px; color: #fff; padding: 6px 8px; } 

#resources ul.subnav {
font-size: 1.2em; line-height: 2.5em;
margin-left: 0;
}

#resources ul.subnav li {
	list-style-type: none;
	border-top: 1px solid #958274;
}

#resources ul.subnav li a {
	display: block;
	padding-left: 10px;
	color: #363430; 
}

#resources ul.subnav li.selected { }



#resources p.testimonial_author { position: relative; margin-left: 40px; }
#resources p.testimonial_author span { position: absolute; margin-left: -30px; }

#resources ul.course-dates-list {
	margin: 0 0 1em 0; padding: 0;
}

#resources ul.course-dates-list li {
	list-style-type: none;
	border-bottom: 1px solid #8F8375;
	padding: 14px 0;
}

#resources ul.course-dates-list li h4 {
	margin-bottom: 0;
}

#resources ul.course-dates-list li p {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0;
	font-size: 12px;
} 

#resources ul.course-dates-list li p em { font-style: normal; color: #000;}

#resources h3 { color: #000; }

/* Course sidebar list*/

#resources ul.course-sidebar-list {
	margin: 0 0 1em 0; padding: 0;
}

#resources ul.course-sidebar-list li {
	list-style-type: none;
	padding: 14px 0;
}

#resources ul.course-sidebar-list li h4 {
	margin-bottom: 0;
}

#resources ul.course-sidebar-list li p {
	font-size: 12px;
	margin-bottom: 0;
} 

/* Specific styles
-------------------------------------------------------------- */

body.our-trainers #introduction img {margin-left: 20px;}

p.breadcrumb, p.breadcrumb a {
	color: #9AA68D;
	font-size: 12px;
	margin-bottom: 0;
}
p.breadcrumb {
	margin-bottom: 1em;
}

#introduction ul {
	margin-left: 0;
}

#introduction ul li {
	list-style-type: disc;
}


body.blog #resources ul {
	margin:0;
}

body.blog #resources ul li {
	list-style:none;	
}

body.blog #resources ul li h4 {
	margin-bottom:0;
}

body.blog #resources h3.date_heading { margin-top: 20px;}

p.email_newsletter {
	text-align: center;
}

p.email_newsletter a {
padding: 10px;
display: block;
font-size: 1.1em;
color: #F74DAD;
background-color: #39368E;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border:2px solid #5149AE; margin-top: 20px;
}

/* Footer
-------------------------------------------------------------- */
#footer {
	padding: 20px 0;
	background-color: #fff;
	font-size: 0.9em;
	color: #9AA68D;
}

#footer a {
	color: #4CAFF0;
}

#footer .col {
width: 200px;
float:left;
margin-right: 40px;
margin-bottom: 20px;
}

#footer .wide {
width: 460px;
float:right;
margin-bottom: 20px;
text-align: right;
}

#footer .wide img {
	margin-left: 10px;
}

#footer div.vcard {
	width: 120px;
}

#footer ul li {
	list-style-type: none;
}

#footer p.credits {
	clear:both;
	width: 49%;
	float: left;
	color: #9AA68D;
	font-size: 12px;
	margin-top: 2px; line-height: 19px;
}

#footer p.social {margin-top: 2px; line-height: 19px; width: 49%;
float: right; text-align: right;}
#footer p.social a { background-repeat: no-repeat; padding: 3px 5px 5px 22px; height: 19px; }
#footer p.social a.twitter {background-image: url(/images/interface/twitter.gif); }
#footer p.social a.facebook {background-image: url(/images/interface/facebook.gif); }

div.clearfix { clear: both; }



