/*   
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based Wordpress theme of your own.
Author: Monkey Do!
Author URI: http://monkeydo.biz
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 960px; margin: 20px auto;}

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


@font-face {
    font-family: 'AltGothic';
    src: url('_/fonts/AlternateGothicNo3-webfont.eot');
    src: url('_/fonts/AlternateGothicNo3-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/AlternateGothicNo3-webfont.woff') format('woff'),
         url('_/fonts/AlternateGothicNo3-webfont.ttf') format('truetype'),
         url('_/fonts/AlternateGothicNo3-webfont.svg#alternate_gothic_fs_no_3Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AltGothic-Cond';
    src: url('_/fonts/AlternateGothicNo2-webfont.eot');
    src: url('_/fonts/AlternateGothicNo2-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/AlternateGothicNo2-webfont.woff') format('woff'),
         url('_/fonts/AlternateGothicNo2-webfont.ttf') format('truetype'),
         url('_/fonts/AlternateGothicNo2-webfont.svg#alternate_gothic_fs_no_2Rg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'euphemia_ucasbold';
    src: url('_/fonts/euphemia_ucas_bold_2.6.6-webfont.eot');
    src: url('_/fonts/euphemia_ucas_bold_2.6.6-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/euphemia_ucas_bold_2.6.6-webfont.woff') format('woff'),
         url('_/fonts/euphemia_ucas_bold_2.6.6-webfont.ttf') format('truetype'),
         url('_/fonts/euphemia_ucas_bold_2.6.6-webfont.svg#euphemia_ucasbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'euphemia_ucasregular';
    src: url('_/fonts/euphemia_ucas_regular_2.6.6-webfont.eot');
    src: url('_/fonts/euphemia_ucas_regular_2.6.6-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/fonts/euphemia_ucas_regular_2.6.6-webfont.woff') format('woff'),
         url('_/fonts/euphemia_ucas_regular_2.6.6-webfont.ttf') format('truetype'),
         url('_/fonts/euphemia_ucas_regular_2.6.6-webfont.svg#euphemia_ucasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 13px;
}

#wrapper {
  margin: auto;
  width: 1105px;
}

#header {
  background: url("_/images/top-shadow.png") no-repeat scroll center bottom transparent;
  height: 145px;
  position: relative;
  z-index: 99999;
}

a#logo {
  left: 98px;
  position: absolute;
  top: 20px;
}

#nav {
  left: 238px;
  position: absolute;
  top: 112px;
}

#nav ul {}

#nav li {
  display: inline;
  float: left;
  position: relative;
}

#nav a {
  color: #999999;
  display: block;
  font-family: "euphemia_ucasregular",sans-serif;
  font-size: 17px;
  height: 33px;
  line-height: 24px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: lowercase;
}

#nav a:hover {
  color: #1393CE;
}

#nav li.current-menu-item a,
#nav li.current-page-ancestor a {
  color: #1393ce;
  font-family: "euphemia_ucasbold",sans-serif;
}

#nav ul.sub-menu {
  background: none repeat scroll 0 0 #FFFFFF;
  display: none;
  left: 0;
  position: absolute;
  width: 180px;
-webkit-box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, .5);
box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, .5); 
}

#nav li:hover ul.sub-menu {
	display: block;
}

#nav ul.sub-menu li {
  border-bottom: 1px dashed #999999;
  display: block;
  float: none;
}

#nav ul.sub-menu a {
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  padding: 5px 10px;
  text-transform: none;
}

#nav ul.sub-menu li.current-menu-item a,
#nav ul.sub-menu li.current-page-ancestor a {
}

#content {
  display: block;
  margin: 0 0 5px;
}

#left, #main, #right {
  display: inline;
  float: left;
  position: relative;
}

#left {
  margin: 55px 0 0 100px;
  width: 158px;
}

#left ul.menu {}

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

#left ul.menu a {
  color: #999999;
  font-family: AltGothic;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
}

#left ul.menu a:hover,
#left ul.menu li.current-post-ancestor a,
#left ul.menu li.current-menu-item a {
  color: #1393ce;
}

#main {
  margin: 55px 30px 0 0;
  width: 524px;
}

#main.wide {
  margin-right: 90px;
  width: 755px;
}

#main.full {
  margin-right: 0;
  width: 100%;
}

#main.home {
  display: block;
  float: none;
  margin: 0 auto;
  width: 889px;
}

#slideshow {
  height: 381px;
  margin: 1px auto 5px;
  width: 889px;
}

#info {
  font-family: "AltGothic",sans-serif;
  font-size: 19px;
  line-height: 19px;
  margin: 15px 0 5px 20px;
}

#units {
  color: #666666;
  float: right;
  font-size: 14px;
}

#units a.unit {
  color: #666666;	
}

#units a.unit:hover {
  color: #1393ce;
}

.numbers {
  margin: 0 0 25px -108px;
  width: 1105px;
}

.numbers#metric {}

.numbers#Imperial { display: none;}

.unit { cursor: pointer; }

#units a.unit.active { color: #1393ce; }

div.videos { display: block; clear: both; }

div.videos .video {
  clear: none;
  color: #1393CE;
  display: inline;
  float: left;
  font-weight: bold;
  margin: 0 55px 30px 0;
  width: 315px;
}

.home .post {
  display: inline;
  float: left;
  position: relative;
  width: 635px;
}

.home .post p {
}

.home .post .alignleft {
  margin-bottom: 80px;
}

.home #news {
  border-left: 1px solid #CDCDCD;
  float: right;
  margin: 0 0 0 25px;
  padding: 0 0 0 30px;
  width: 197px;
}

.home #news p {
  font-size: 14px;
  line-height: 18px;
}

.home #news a {
}

.home #news strong {
  font-size: 12px;
}
	
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h2 {
  color: #666666;
  font-family: AltGothic;
  font-size: 29px;
  font-weight: normal;
  margin: 0 0 25px;
  text-transform: uppercase;
}

h2.entry-title {
  margin: 0 0 10px;
  text-align: center;
}

h3 {
  color: #1393CE;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  font-weight: bold;
}

h3.form {
	cursor: pointer;
}

h4,
#right h4{
  font-family: "AltGothic",sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #666666;
  line-height: 17px;
  margin: 0 0 5px 0;
}

.newsletter h4,
.press-release h4 {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
}

h4.sub-title {
  margin: 0 0 10px;
}

h4.link {
  color: #999;
  font-size: 16px;
  font-style: italic;
}

h5 {
  font-family: "AltGothic",sans-serif;
  font-size: 16px;
  font-weight: normal;
}

h6 {
  color: #1393CE;
  margin: -25px 0 30px;
}

body.category h3 {
  line-height: 18px;
  margin: 0 0 5px;
}

body.category h4 {
  color: #AAAAAA;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 5px;
}

p {
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 25px;
}

p.date {
  font-family: "AltGothic",sans-serif;
  font-size: 15px;
  margin: -4px 0 20px;
}

.single p.date {
  text-align: center;
}


/* Press Inquiries Widget */
#include_post-4 p {
  line-height: 18px;
}

p.wp-caption-text {
  color: #999999;
  font-style: italic;
}

.wp-caption.alignleft {
	margin: 0;
}

a { 
	color: #1393CE;
	text-decoration: none;
}

.alignleft {
  float: left;
  margin: 5px 22px 10px 0;
}

.alignright { float: right; }

.aligncenter {
  display: block;
  margin: auto;
}

.entry ul {
  list-style: disc outside none;
  margin: -15px 0 25px 45px;
}

.entry li {
  line-height: 23px;
}
 
#right {
  border-left: 1px solid #999999;
  margin: 55px 0 0;
  padding-left: 15px;
  width: 210px;
}

#right p {
	margin: 0 0 15px 0;
}

#right em {
	color: #1393ce;
}

.clr { clear: both; }

#bottom {
  background: none repeat scroll 0 0 #EEEEEE;
  color: #666666;
  height: 120px;
  position: relative;
}

#bottom h3 {
  color: #3F3F3F;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 7px;
}

#inquiries {
  display: inline;
  float: left;
  margin: 15px 0 0 155px;
  position: relative;
  width: 355px;
}

div.address {
  display: inline;
  float: left;
  margin: 0 15px 0 0;
  position: relative;
}

div.address a {
  color: #1293CD;
  display: block;
  margin: 8px 0 0;
  text-decoration: none;
}

#signup {
  display: inline;
  float: left;
  font-size: 13px;
  margin: 15px 0 0;
  position: relative;
  width: 380px;
}

#signup input[type="text"] {
  border: 1px solid #AAAAAA;
  color: #999999;
  font-size: 11px;
  height: 23px;
  line-height: 18px;
  margin: 7px 0 0;
  width: 237px;
}

#signup input[type="image"] {
  margin-top: 6px;
}

#signup img {
  margin: 4px 0 0;
  vertical-align: middle;
}

#social {
  display: inline;
  float: left;
  margin: 54px 0 0 45px;
  position: relative;
}

#social a { margin: 0 10px 0 0; }

#footer {
  color: #666666;
  font-size: 11px;
  line-height: 15px;
  margin: 15px 0 40px;
  text-align: center;
}

table { border-collapse: collapse; }

table tr { vertical-align: top; }

table td {}

table td p { margin: 0 0 10px 0; }

/*img, object, embed {
  height: auto;
  max-width: 100%;
}*/

ul.faq {
  list-style: none outside none;
  margin: 15px 0 25px;
}

ul.faq li {
  background: url("_/images/plus.jpg") no-repeat scroll 0 5px transparent;
  color: #1393CE;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  line-height: 23px;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}

ul.faq li.active {
  background: url("_/images/minus.jpg") no-repeat scroll 0 5px transparent;
}

ul.faq div.answer {
  color: #666666;
  display: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

ul.faq div.answer p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 15px 0;
}

div.videos a {
  color: #1393CE;
  font-weight: bold;
}

div.videos p {
  line-height: 18px;
}

table#awards {
  display: block;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  width: 847px;
}

table#awards td {
  vertical-align: bottom;
  padding: 0 7px 0 0;
}

table#awards img {
  margin: 0 0 8px;
}

table#awards strong {
  color: #1393CE;
  font-family: "AltGothic",sans-serif;
  font-weight: normal;
}

table#awards em {
  font-family: "AltGothic",sans-serif;
}

div.quotes {
  border-left: 1px solid #999999;
  float: right;
  margin: 0 0 0 25px;
  padding-left: 15px;
  width: 180px;
}

div.quotes p {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 15px;
}

div.quotes em {
  color: #1393CE;
  font-family: "AltGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
}

ol {
  margin: 0 0 0 20px;
}

ol li {}

table.overview {
  clear: both;
  margin: 30px 0 0;
}

table.overview td {
  padding: 10px;
}

table.overview img {}

table.presskit {}

table.presskit td {
  line-height: 19px;
}

table.presskit a {
  font-size: 14px;
  font-weight: bold;
}

table.presskit h3 {
  color: #666666;
  font-family: AltGothic,sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px;
}

table.presskit h4 {}

table.presskit img {
  margin: 0 0 5px;
}

table.presskit p {
  line-height: 18px;
  margin: 0;
}

table.presskit td {
  padding: 0 0 30px;
}

#respond {
	margin: 25px 0 0 0;	
}

.category-news .icon,
.category-newsletters .icon,
.category-press-releases .icon,
.category-in-the-news .icon,
.category-news-archives .icon,
.page-template-page-resources-php .icon {
  display: inline;
  float: left;
  margin: 0 20px 0 0;
  position: relative;
}

.category-news .entry,
.category-newsletters .entry,
.category-press-releases .entry,
.category-in-the-news .entry,
.category-news-archives .entry,
.page-template-page-resources-php .entry {
  display: inline;
  float: left;
  margin: -5px 0 0;
  position: relative;
	width: 420px;
}

.category-news .entry,
.category-newsletters .entry,
.category-press-releases .entry,
.category-in-the-news .entry,
.category-news-archives .entry {
	width: 420px;
}

.category-news .icon img,
.category-newsletters .icon img,
.category-press-releases .icon img,
.category-in-the-news .icon img,
.category-news-archives .icon img {
	width: 80px;
}

.icon img {
	width: 80px;
	height: auto;
}


div.navigation {
	display: block;
	margin: 0 0 15px 0;
}

#resourcefilter {
  margin: 0 0 30px;
}

#resourcefilter input[type="checkbox"] {
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 20px;
}

#resourcefilter input[type="text"] {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 2px solid #999999;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 15px 0 0;
  width: 280px;
}

#resourcefilter input[type="submit"] {
  background: none repeat scroll 0 0 #1393CE;
  border: 0 none;
  color: #FFFFFF;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-transform: uppercase;
}

#resourcefilter select {
  display: inline-block;
  margin: 0 15px 0 0;
}

#resourcefilter p {
  margin: 0 0 10px;
}

#resourcefilter label {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 20px 0 0;
}

#resourcefilter .date {
  display: inline-block;
  width: 80px;
}

a#search-news {
  background: none repeat scroll 0 0 #1393CE;
  border: 0 none;
  color: #FFFFFF;
  float: right;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  text-transform: uppercase;
}

#base {
	position: relative;
	width: 887px;
	margin: 0 auto;
}

#slider-buttons {
	width: 889px;
	margin: 14px auto 10px;
	height: 47px;
}

#slider-buttons img {
	float: left;
}

/* Homepage */
#transition {
	width: 887px;
	height: 376px;
}

#transition img {
	display: none;
}

#transition > .trans-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#transition > .trans-wrap > div {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: white;
	border: 1px solid white;
	border-right-width: 0;
}

#transition > .trans-wrap > div > div {
	width: 100%;
	height: 100%;
}

#transition > span {
	font-family: AltGothic, sans-serif;
	display: none;
	width: 355px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 44px;
	color: #015790;
	text-transform: uppercase;
	width: 0;
	overflow: hidden;
	font-weight: normal;
}

#transition > span > span {
	white-space: nowrap;
	width: 355px;
}

#slider-controls,
#slider-controls li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#slider-controls {
	width: 78px;
	height: 12px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 9999;
}

#slider-controls a {
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	background: url('_/images/slideshow-dot.png');
	text-indent: -2000em;
	margin-left: 4px;
}

#slider-controls li:first-child a {
	margin-left: 0;	
}

#slider-controls li.current a {
	background: url('_/images/slideshow-dot-on.png');
}

#cboxLoadedContent {
  background: none repeat scroll 0 0 #000000;
}

div.videobox {
	position: relative;
}

div.videobox div {
	vertical-align: middle;
	margin: auto;
}

.numbers a {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
}

.numbers a img {
	margin: 0;
	padding: 0;	
}

.plain { color: #666; }

table.events {
  margin: 0 0 30px;
  width: 100%;
}

table.events th {
  border-bottom: 3px solid #666666;
  font-size: 14px;
  padding: 5px;
  text-align: left;
}

table.events th.name {
	width: 22%;
}

table.events th.date {
	width: 11%;
}

table.events th.city {
	width: 9%;
}

table.events th.country {
	width: 9%;
}

table.events th.stand {
	width: 11%;
}

table.events th.speaker {
	width: 13%;
}

table.events th.details {
}

table.events td {
  border-bottom: 1px solid #666666;
  padding: 5px;
}

a#ram {
background: url(http://www.glasspoint.com/media/2013/11/ram.png) no-repeat 0 0;
height: 40px; 
width: 181px;
display: block; 
position: absolute; 
top: -4px; 
right: 0px;
overflow: hidden;
text-indent: -9999px;
}

a#ram:hover {
background: url(http://www.glasspoint.com/media/2013/11/ram.png) no-repeat 0 -41px;
}

#iso {
  left: 50px;
  position: absolute;
  top: 25px;
}

#reports img,
#reports h3 {
	cursor: pointer;
}

div.wpcf7 {
  background: none repeat scroll 0 0 #99D2EC;
  border: 2px solid #1393CE;
  border-radius: 5px;
  color: #000000;
  margin: 0 0 15px !important;
  padding: 10px 5px 5px 15px !important;
  display: none;
}

div.wpcf7 p {}

div.wpcf7 input[type="text"], div.wpcf7 input[type="email"] {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0 none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 10px;
}

div.wpcf7 input[type="submit"] {
  background: none repeat scroll 0 0 #1393CE;
  border: 0 none;
  border-radius: 3px;
  color: #FFFFFF;
  margin: 0;
  padding: 4px 10px 3px;
}

div.wpcf7-mail-sent-ok {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none !important;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  padding: 10px;
}

#reports div.wpcf7 {
  display: none;
}

a.download-icon {
  background: url("_/images/icn-download.png") no-repeat scroll 8px 9px #FFFFFF;
  border: 2px solid #1393CE;
  border-radius: 5px;
  color: #000000;
  display: block;
  height: auto;
  margin: 0 0 5px !important;
  min-height: 32px;
  padding: 10px 5px 10px 53px !important;
}

#slide {
  background: url("_/images/top-shadow.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
  margin: 0 0 15px;
  padding: 15px 108px;
  position: relative;
  text-align: center;
}

#slide h1 {
  color: #FFFFFF;
  font-family: AltGothic;
  font-size: 37px;
  left: 135px;
  line-height: 37px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 35px;
}

#meta {
  background: none repeat scroll 0 0 rgba(25, 146, 210, 0.75);
  bottom: 35px;
  color: #FFFFFF;
  font-family: AltGothic,sans-serif;
  font-size: 19px;
  left: 135px;
  letter-spacing: 0.05em;
  line-height: 35px;
  padding: 5px 15px;
  position: absolute;
  text-align: left;
}

#slide #meta ul {}

#slide #meta ul li {
  border-bottom: 1px solid #72accd;
}

#slide #meta ul li:last-child {
  border-bottom: none;
}

#slide #meta a {
  color: #fff !important;
  text-decoration: none;
}

#slide #meta a:hover {
  color: #8fc7ea !important;
}

input.blue {
  background: none repeat scroll 0 0 #009DE0;
  border: 0 none;
  color: #FFFFFF;
  font-family: AltGothic,sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
  padding: 5px 20px 4px;
  text-transform: uppercase;
}

a.more {
  background: none repeat scroll 0 0 #009DE0;
  border: 0 none;
  color: #FFFFFF;
  font-family: AltGothic,sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
  padding: 5px 20px 4px;
  text-transform: uppercase;
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
}

/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
}

@media all and (orientation: portrait) {	
}

@media all and (orientation: landscape) {
}