body {
  background: #001D22;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #8EE3FF;
}

h1 {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 0.2em; }

h2 {
  color: #a51608;
  font-style: normal;
  font-weight: normal;
  margin: 5px 0px 6px;
  font-size: 25px;
  line-height: 1em; }

h3 {
  color: #232323;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: -0.015em;
  line-height: 1em;
  margin-bottom: 8px; 
  margin-top: 16px;
}

h4 {
  color: #333333;
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.2em; }

h5 {
  color: #333333;
  font-style: normal;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1em;
  margin-bottom: 0.5em; }

h6 {
  color: #333333;
  font-style: normal;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1em;
  margin-bottom: 0.5em; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  color: #a9e7fc;
  font-size: 17px;
  line-height: 1.2em;
  margin: 0px 0px 12px;
 	letter-spacing: 0.01em; }

a {
  color: #EA3E45;
  text-decoration: underline; }
  a:visited {
    color: #EA3E45; }
  a:focus {
    color: #EA3E45; }
  a:hover {
    color: #EA3E45;
    text-decoration: underline; }
  a:active {
    color: #EA3E45; }

blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

em.quote {
  color: #3d556f;
  padding-left: 10px;
  font-size: 90%; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 0.85em "lucida console", monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 0 1.3em;
  list-style-type: disc; }
  ul li {
    padding-left: 20px;
    list-style-type: none;
    font-size: 14px;
    line-height: 1.35em;
    color: #272626; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

hr {
  color: #124952;
  height: 1px; }

table {
  font-size: 16px;
	letter-spacing: 0.01em;
	font-weight: normal;
	color: #383C45;
	width: 100%;
	border-collapse: collapse;
  border: 1px solid #124952;
	padding: 0pt;
	margin: 0pt 0pt 15px; }
tbody {
  background: #FFFFFF; }
td {
	padding: 8px 10px;
	color: #A9E7FC; }
tr {
  background: #08373E;
  border-bottom: 1px solid #124952; }

.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

* html .clearfix {
  height: 1%; }

.clearfix {
  overflow: hidden;
  display: inline-block; }

.clearfix {
  display: block; }


/* ====== site styles	====== > */

#header, #nav {
  display: block;
}

#header {
  background: #001D22 url(/images/background2.jpg) 40% -23px no-repeat;
  height: 380px;
}

#header #stripe {
  background: #001D22;
  height: 6px;
}

#header #nav {
  width: 950px;
  margin: 0 auto;
}

#header #nav ul {
  float: right;
  margin: 0;
  padding: 0;
}

#header #nav li {
  float: left;
  list-style: none;
  margin: 0 0 0 8px;
  padding: 0;
  
}

#header #nav li a {
  display: block;
  background: #ae171d;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-family: Helvetica, Arial;
  font-size: 16px;
  width: 108px;
  height: 32px;
  line-height: 30px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;  
}

#header #nav li a:hover {
  background: #c11e24;
}

#header #nav li a.current {
  background: #BA191F;
}

#header .logo {
  position: relative;
  top: 30px;
  left: -160px;
  width: 750px;
  height: 250px;
  margin: 0 auto;
	cursor: pointer;
}

.content {
  width: 950px;
  margin: 0 auto;
  padding: 30px 0;
}

.wide {
  width: 850px;
}

div.light {
  background: #00262C;
}

/* highlighted */
#highlighted h1 {
  margin: 0 0 10px 0;
}

#highlighted .content {
  color: white;
  padding-bottom: 6px;
}

#highlighted .content h3 {
  color: #59AFCC;
  font-size: 26px;
  font-weight: normal;
  margin: 8px 0;
}

#highlighted .content p {
  color: white;
  margin: 8px 0;
}


/* .section */

.section {
  color: #8EE3FF;
  width: 580px;
/*  padding: 5px;*/
}

.full_section {
  color: #8EE3FF;
}

.section h2, .full_section h2 {
  color: #FFFFFF;
}
.section h3 {
  color: #FFFFFF;
  margin-top: 1.5em;
  margin-bottom: .4em;
}

.section h3 a {
  font-size: 24px;
  color: white;
  text-decoration: none;
}

.section a, .full_section a {
  color: #EA3E45;
}

.section b, .full_section b {
  color: #EA3E45;
  font-weight: normal;
}

.spot {
	padding: 0 20px 14px 20px;
	background: #08373e;
	border: 1px dotted #124952;
	margin-bottom: 20px;
}

.spot p {
	margin: 0;
}

/* .aside */

.aside {
  float: right;
  width: 323px;
}

.aside .box {
  background: #001D22;
  margin: 12px 0;
  padding: 24px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

em.subhead {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
	font-family: "Droid Serif",Georgia,serif;
	letter-spacing: 0.05em;
	color: #dceff2;
	padding: 3px 7px 2px 8px;
	margin: 0 2px 0 -2px;
	background: #175d68;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
	vertical-align: top;
}

.aside img.boulder {
	width: 275px;
	margin-bottom: 13px;
}
.aside h2 {
  color: #FFFFFF;
  font-size: 38px;
  margin: 0 0 9px;
  padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.aside h3 {
  color: #FFFFFF;
  font-size: 32px;
  margin: 0;
  margin-bottom: 9px;
  padding: 0;
}

.aside h4 {
  color: #5a8b94;
  font-size: 20px;
	letter-spacing: 0.08em;
  font-weight: normal;
	font-family: "Droid Serif",Georgia,serif;
	text-transform: uppercase;
	background: #000405;
	padding: 12px 14px;
	text-align: center;
  margin: 0 0 12px;
	border: 1px dotted #0c3e46;
}

.aside h4 img.register_now {
	padding-top: 10px;
}
.aside p.twitter {
	font-size: 14px;
	text-align: center;
}
.aside .mentions h4 {
	margin: 4px 0 0 0;
	font-size: 14px;
}
.aside .mentions p {
	color: #85aab7;
	font-size: 14px;
	padding: 10px;
	margin: 0;
	border-bottom: 1px dotted #0C3E46;
}


.aside ul {
  margin: 0;
  padding: 0;
}

.aside li {
	color: #A9E7FC;
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0;
  
}

.aside ul.blocked {
	margin: 0;
	padding: 0;
}
.aside ul.blocked li {
	margin: 0;
	padding: 0;
}
.aside ul.blocked li.last a {
	border-bottom: none;
}
.aside ul.blocked li a {
	margin: 0;
	padding: 8px 12px;
	border-bottom: 1px dotted #0C3E46;
	display: block;
	text-decoration: none;
	font-size: 16.5px;
	letter-spacing: 0.02em;
}
.aside ul.blocked li a:hover {
	background: #022f37;
}
.aside ul.blocked li a img {
	margin-left: -12px;
}
.aside b {
  color: #EA3E45;
  font-weight: normal;
}

.aside input {
  font-size: 14px;
  margin: 6px 0;
  padding: 0;
}

.aside input[type=text] {
  background: #FFFFFF;
  border: 1px solid #99A5A7;
  text-align: center;
  width: 153px;
  height: 27px;
  margin-right: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.aside input[type=button] {
  background: #EA3E45;
  color: #FFFFFF;
  border: 1px solid #EA3E45;
  height: 27px;
  line-height: 27px;
  padding: 0 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.aside .networks {
  padding: 12px;
  height: 52px;
}

.aside #networks .icon {
  float: left;
  margin-left: 12px;
  width: 28px;
  height: 27px;
}

.aside #networks .twitter {
  background: url(/images/icons-twitter.png) no-repeat;
}

.aside #networks .flickr {
  background: url(/images/icons-flickr.png) no-repeat;
}

.aside #networks .facebook {
  background: url(/images/icons-facebook.png) no-repeat;
}


/* Sponsors */
#sponsors .sponsor_section {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #000000;
  margin-bottom: 16px;
  padding: 20px 20px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

#sponsors h3 {
  margin: 0;
}

#sponsors h3, #sponsors h4, #sponsors p {
  color: #000000;
}

#sponsors #platinum_sponsors h3 {
  color: #998A77;
}

#sponsors #gold_sponsors h3 {
  color: #998855;
}

#sponsors #silver_sponsors h3 {
  color: #888888;
}

#sponsors h4 {
  margin: 0;
}

#sponsors .sponsor {
  margin: 0;
  padding: 16px 10px 0 0;
}

#sponsors .sponsor a {
  text-decoration: none;
  color: #000000;
}

#sponsors .logo {
  float: left;
  border: 0;
  width: 180px;
}

#sponsors .sponsor h4,
#sponsors .sponsor p {
  margin-left: 200px;
}

/* Speakers */

#index_speakers {
  list-style: none;
  border: 0;
  margin: 0;
  padding: 0;
}

#index_speakers li {
  float: left;
  height: 100px;
  width: 90px;
  padding: 0 8px 8px 0px;
  margin: 0 10px 20px 0;
  font-size: 12px;
  color: #EA3E45;
}

#index_speakers a {
  float: left;
}

#index_speakers img {
  height: 84px;
  width: 84px;
  margin-bottom: 5px;
  border: 0;
}

.speaker_section {
  color: #8EE3FF;
}

div.speaker {
  height: 160px;
  width: 820px;
  margin-bottom: 10px;
  padding: 5px 0;
}

img.speaker {
  height: 150px;
  width: 150px;
  margin-top: 20px;
}

.speaker .photo{
  float: left;
  width: 160px;
  height: 150px;
  padding: 0 5px;
}

.speaker .info{
  float: left;
  width: 620px;
  padding: 0 5px;
  margin-bottom: 15px;
}

.speaker_section .line {
  clear: both;
}

/* Sessions */

.sessions h2 {
  margin-top: 18px;
}

.session {
  margin-bottom: 10px;
  padding: 5px 0;
	min-height: 185px;
}

.session p {
  margin-top: 12px;
}
.session .photo {
	float: left;
	margin: 0 20px 15px 0;
}
.session h4 {
  font-size: 20px;
  color: #FFFFFF;
  margin: 18px 0 12px;
  padding: 0;
}

.session p.bio {
	background:none repeat scroll 0 0 #08373E;
	border:1px dotted #124952;
	margin:0 0 10px 170px;
	padding:8px 12px 8px;
	line-height:1.3em;
	font-size:15px;
	color:#86abb1;
	font-family: "Droid Serif",Georgia,serif;
	text-shadow:1px 1px 0 #05292e;
}
.session em.speaker {
	color:#DCEFF2;
	font-style:inherit;
	font-size: 18px;
	text-shadow:1px 1px 0 #05292e;
}
.session em.subhead {
	margin: 0 5px;
	vertical-align: top;
	padding: 2px 5px 2px 0;
	font-size:12px;
	text-shadow:1px 1px 0 #05292e;
}
.session em.subhead a {
	color: #ff464e;
	margin-left:5px;
	text-transform:lowercase;
	letter-spacing: 0;
	text-decoration: none;
}
.session em.subhead a:hover {
	color: #fff;
}

.session a.twitter{
  color: #EA3E45;
  text-decoration: none;
}


/* Schedule*/

#schedule_section {
  width: 100%;
}

#schedule_section .day {
  margin: 15px 0;
  padding-top: 10px;
}

.schedule table {
  width: 800px;
}

/*table .event {
}*/

table .time {
  width: 60px;
  color: #fdfd51;
}

table .location {
  width: 200px;
  color: #ff464e;
}

.schedule td h5 {
  color: white;
  font-size: 16px;
}

table.sessions {
  border: none;
  line-height: 1.5em;
}

table.sessions li {
  padding-left: 20px;
  list-style-type: none;
  font-size: 100%;
  line-height: 1.5em;
  color: #a9e7fc;;
}

table.sessions td.time {
  width: 100px;
}

table.sessions td.session {
  width: 500px;
}




/* Workshop */

.workshop .section h1 {
  margin: 0 0 15px 0;
}

.workshop .section h2 {
  margin: 20px 0 15px 0;
}

.workshop .aside h2 {
  font-size: 40px;
  margin: 0 0 18px;
	text-transform: none;
}

.workshop .aside h3 {
  font-size: 32px;
  margin: 16px 0;
}

.workshop .aside img.boulder {
	width: 275px;
	
	margin: 25px 0 0 0;
}

/* Events */


.events .event {
  margin-top: 30px;
}

.events p {
  margin-top: 12px;
}

.events h4 {
  font-size: 20px;
  color: #FFFFFF;
  margin: 18px 0 12px;
  padding: 0;
}

.events .time {
  color: #fdfd51;
}

.events .location {
  color: #ff464e;
}


/* Giveaways */

.giveaways h1 {
  margin-bottom: .4em;
}

.giveaways h2 {
  margin: 1.1em 0 .4em 0;
}

.giveaways .aside h3 {
  margin: 16px 0;
}

.giveaways .aside a {
	margin: 0;
	margin-left: 25px;
	padding: 8px 12px;
	display: block;
	text-decoration: none;
}

/* Game */

.game h4 {
  color: white;
}

.game ul li {
  color: #a9e7fc;
}

/* Footer */
#footer {
  clear: both;
}
#footer .buffer {
  clear: both;
  height: 20px;
}

.organized_by {
  float: left;
  width: 204px;
  padding: 0;
  background: #FFFFFF;
  border: 0;
  height: 140px;
  margin: 1em 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.organized_by h3 {
  color: #001D22;
  margin: 0;
  padding: 10px 0 0 14px;
}

.organized_by .organizer {
  float: left;
  margin-top: 20px;
}

.organized_by img {
  height: 95px;
  margin: -7px 4px;
  padding: 0;
  border: 0;
}

.sponsored_by {
  float: right;
  width: 730px;
  margin-left: 10px;
  padding: 0;
  background: #FFFFFF;
  border: 0;
  height: 140px;
  margin: 1em 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;  
}

.sponsored_by h3 {
  float: left;
  color: #001D22;
  margin: 0;
  padding: 10px 0 0 14px;
}

.sponsored_by img {
  padding: 0;
  border: 0;
}

.sponsored_by .platinum {
  float: left;
  margin: 0 0 0 50px;
  padding: 0 10px;
  height: 50px;
  width: 400px;
}

.sponsored_by .platinum .sponsor {
  float: left;
  margin-left: 10px;
  height: 48px;
  width: 190px;
}

.sponsored_by .gold {
  float: left;
  margin: 3px 0 0 0;
  height: 80px;
  width: 720px;
}

.sponsored_by .gold .sponsor {
  float: left;
  margin: 0;
  padding-right: 13px;
  height: 78px;
  width: 100px;
}

/* Logos */
.hcworks_logo {
  height: 117px;
  width: 269px;
  background: url(/images/hc-badge.png)  no-repeat;
}
.marty_logo {
  height: 59px;
  width: 269px;
  background: url(/images/marty-badge.png)  no-repeat;
}
.dojo4_logo {
  height: 70px;
  width: 118px;
  background: white url(/images/dojo4-logo.png) 50% 50% no-repeat;
}

