@charset "utf-8";
/* defaults */
body {
  margin: 0;
  background: #1a1a1a url(../img/headerBackground.png) top left repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
}
a { color: #fff; }
a img { border: none; }
/* layout */
.mainWrapper {
  width: 910px;
  margin: 0 auto 30px auto;
  overflow: hidden;
}
.header {
  height: 89px;
  padding-top: 8px;
}
.topNavigation {
  background: #073C42 url(../img/topNavBackground.png) top left repeat-x;
  margin: 0 5px;
  box-shadow: 0px 0px 8px #000;
  -moz-box-shadow: 0px 0px 8px #000;
  -webkit-box-shadow: 0px 0px 8px #000;
  z-index: 10;
  position: relative;
}
.contentBorder {
  background: #828282 url(../img/contentBoxBorderGradient.png) bottom left repeat-x;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius:  8px;
  margin: 0 5px 0 4px;
  box-shadow: 0px 0px 8px #000;
  -moz-box-shadow: 0px 0px 8px #000;
  -webkit-box-shadow: 0px 0px 8px #000;
  z-index: 1px;
  position: relative;
  padding-bottom: 1px;
  border-left:1px solid #1a1a1a;
  border-left:1px solid #1a1a1a;
  border-left:1px solid #1a1a1a;
}
.content {
  margin: 0 5px 5px 5px;
  padding: 15px;
  background: #333;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  overflow: hidden;
}
.footer { padding-top: 15px; }
.linkBlock {
  padding: 0 15px;
  float: left;
}
.leftColumn {
  width: 420px;
  float: left;
}
.rightColumn {
  width: 420px;
  float: right;
}
.teaser {
  margin-bottom: 18px;
  overflow: hidden;
}
.widgetHighlight {
  float: left;
  width: 124px;
  margin: 18px 8px 20px 8px;
}
.widgetHighlight.last { margin-right: 0; }
.widgetHighlight a { text-decoration:  none; color: #fff; font-style: italic; font-weight:  normal; }
.widgetHighlight a:hover .widgetThumb {
  box-shadow: 0px 0px 3px #fff;
  -moz-box-shadow: 0px 0px 3px #fff;
  -webkit-box-shadow: 0px 0px 3px #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.credits { float: right; }
/* navigation */
.topNavigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topNavigation ul li {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 30px;
  float: left;
}
.topNavigation ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 0 9px;
  line-height: 30px;
  display: block;
}
.topNavigation ul li a.external { background-image: url(../img/external.gif); background-position: 10px center; background-repeat: no-repeat; padding-left: 27px; }
.topNavigation ul li a.current { background-color: #073C42; }
.topNavigation a:hover { background: #0d6e7d; }
/* type */
.header h2 {
  font-size: 28px;
  float: right;
  margin: 0;
  margin-right: 25px;
  padding-top: 35px;
}
.content h2 { color: #1299aa; font-size: 24px; font-style: italic; padding: 0 8px; }
h1 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 45px;
  margin: 0;
  padding: 0 15px;
  clear: left;
}

h3 {
  margin: 0;
  padding: 4px 8px;
  background: #111;
  font-size: 14px;
  clear: both;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
h4 {
  margin: 18px 0;
  padding: 4px 8px;
  background: #666;
  font-size: 12px;
  clear: both;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
h5 { padding: 0 8px; }
.leftColumn h4, .rightColumn h4 {
  font-size: 18px;
  color: #1299aa;
  margin:  17px 0 3px 0;
  padding: 0 8px;
}
.content p {  font-size: 12px; line-height: 170%; padding: 0 8px; }
.leftColumn h4 {background:  none;}
.leftColumn p, .rightColumn p {
  padding: 0 8px;
}
.leftColumn p.postDate, .rightColumn p.postDate {
  font-size: 11px;
  color: #666;
  padding: 0 8px;
  margin: 0;
}
.linkBlock h6 {
  font-size: 15px;
  color: #333;
  margin: 0 0 5px 0;
}
.linkBlock a {
  font-size: 10px;
  color: #666;
  float: left;
  clear: left;
  text-decoration: none;
  text-transform: uppercase;
}
.linkBlock a.current, .linkBlock a:hover, .credits a:hover { color: #1299aa; }
.credits, .credits a { 
	font-size: 10px;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 26px;
}
.credits img { vertical-align: middle; margin-left: 5px; margin-top: -4px; margin-right: 15px; }
.widgetHighlight span.widgetName {
  font-size: 14px;
  margin: 13px 0 4px 0;
  padding: 0;
  font-weight:  bold;
  color: #1299AA;
  display: block;
}
.widgetHighlight span.widgetDescription {
  margin: 0;
  line-height: 150%;
  padding: 0;
  font-size: 12px;
  color: #ffF;
  font-style: italic;
}
/* .content ol { list-style-type: decimal; font-size: 12px; line-height: 170%; margin-bottom: 15px;  }
.content ol li { font-weight: bold; color: #1299aa; text-transform: uppercase; margin: 8px 0; padding-left: -2px; margin-left: -15px; }
.content ol li ol li { font-weight: normal; color: #fff; text-transform: none; } */

dt { font-size: 14px; color: #1299aa; font-weight: bold; font-style: italic; }
dd { font-size: 12px; margin: 4px 0 20px 20px; }
.content dl dd ol li { text-transform: none; color: #fff; }
dt a { font-size: 10px; font-weight: normal; color: #aaa; }

.content ul { font-size: 12px; }
.content ul li { margin: 8px 0; padding-left: -2px; margin-left: -15px; }

.content ol { font-size: 12px; }
.content ol li { margin: 8px 0; padding-left: -2px; margin-left: 5px; }

.trainingSession { background: #222; padding: 10px; margin-top: 20px; overflow: hidden; }
.trainingSession h4 { background: #000; color: #fff; margin: 0 auto; font-size: 18px; margin-bottom: 10px; }
.trainingSession h5 { margin-bottom: 0; font-style: italic; color: #777; }
.trainingSession p.speaker { font-size: 16px; font-weight: bold; margin-top: 8px; }
.trainingSession p.schedule { margin-top: 5px; }

.prizeList h4 { text-align: center; margin-top: -20px; text-shadow: 0px 0px 5px #000; }
p.prizes { margin-bottom: 0; }

ul.prizes {}
ul.prizes li { font-weight: bold; text-transform: uppercase; color: #1299aa; }
ul.prizes li ol li, ul.prizes li ul li { font-weight: normal; text-transform: none; color: #fff; }

pre { background: #111; border: 1px #888 dotted; padding: 15px; color: #fff; margin: auto 8px; font-size: 15px; }
pre span.key { font-weight: bold; color: #090; }
pre span.ident { color: #06F; }
pre span.string { color: #F00; }
pre span.comment { color: #F90; }

/* images */
.header a img {
  vertical-align: middle;
  border: none;
}
img.speaker { float: left; margin-right: 20px; border: 5px #1299aa solid; }
.widgetThumb { 
  display: block; 
  width: 124px;
  height: 90px; 
  background: #fff; 
  line-height: 90px;
  box-shadow: 0px 0px 5px #000;
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center; 
}
.widgetThumb img { vertical-align: middle; }
/* links */
a.social { text-decoration: none; padding:  7px 6px 8px 6px; background: #666; height: 30px; line-height: 30px; margin-right: 8px; }
a.social:hover { background: #222; }
a.social img { vertical-align: middle; }
.content a { color: #1299aa; font-weight: bold; }
.content a:hover { color: #ccc; }
a.external { background: url(../img/external.gif) center right no-repeat; padding-right: 17px; }
/* tables */
table.devices { width: 100%; margin: 16px 0 0 0; border-collapse: collapse; }
table.devices tr { padding: 4px 0; border-top: 3px #333 solid; border-bottom: 3px #333 solid; }
table.devices tr.odd { background: #444; }
table.devices tr.even { background: #555; }
table.devices th { text-align: left; background: #222; font-size: 14px; padding: 8px 10px; border: 3px #333 solid;  }
table.devices td { font-size: 12px; padding: 8px 10px; margin: 2px; border: 3px #333 solid; }
/* common */
.rounded5px {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.smallShadow {
  box-shadow: 0px 0px 5px #111;
  -moz-box-shadow: 0px 0px 5px #111;
  -webkit-box-shadow: 0px 0px 5px #111;
}
.rounded5pxLeft {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
}
.rounded5pxRight {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}
table { width: 100%; font-size: 12px; }
th { font-weight: bold; background: #1a1a1a; border-bottom: 1px solid #555; padding: 4px; }
td { background: #222; border-bottom: 1px solid #555; padding: 4px; }
