/* help from HTML5 ✰ Boilerplate */
html, 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, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}               
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav 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; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */
body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/* minimal base styles */
body, select, input, textarea { color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
a { color: #0061c2; }
a:visited { color: #54697e; }
a:hover { color: #00274f; text-decoration: none; }
a:active { color: #a9d4ff; text-decoration: underline; }
ul, ol { margin-left: 1.4em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  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 */
}
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #ffe4c8; }
::-moz-selection { background: #32cc66; color:#fff; }
::selection { background:#32cc66; color:#fff; } 
a:link { -webkit-tap-highlight-color: #32cc66; } 
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
/* Non-semantic helper classes */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* @group Primary Styles */
/* Author: JK Keller */
#jk {
	position: fixed;
	top:10px; left:50%;
	margin-left: -25px;
	cursor: pointer;
	width: 50px; height: 25px;
	text-align: center;
}
#jk a {
  text-decoration: none;
  font-weight: bold;
}
#jk a:hover {
  border-bottom: 2px solid #776655;
}
#resize {
	position: fixed;
	bottom:5px; right:5px;
	cursor: pointer;
	background: url('images/elements.png') 0 0 no-repeat;
	width: 62px; height: 25px;
}
#vertscroll {
	position: fixed;
	top:50px; right:5px;
	background: url('images/elements.png') 0 -83px no-repeat;
	width: 69px; height: 25px;
}
#horzscroll {
	position: fixed;
	bottom: 5px; left:5px;
	background: url('images/elements.png') 0 -108px no-repeat;
	width: 61px; height: 25px;
}
#prev {
	position: fixed;
	top:2px; left:4px;
	width: 42px; height: 29px;
}
#prev a {
	display: block;
	background: url('images/elements.png') 0 -54px no-repeat;
	width: 42px; height: 29px;
}
#prev a:hover { background-position: -70px -54px; }
#prev a:active { background-position: -140px -54px; }
#next {
	position: fixed;
	top:2px; right:4px;
	width: 42px; height: 29px;
}
#next a {
	display: block;
	background: url('images/elements.png') 0 -25px no-repeat;
	width: 42px; height: 29px;
}
#next a:hover { background-position: -70px -25px; }
#next a:active { background-position: -140px -25px; }
#help {
	position: fixed;
	bottom: 35px; right:70px;
	z-index: 1000;
	font: 12px/1.3em helvetica,arial,sans-serif;
	width: 350px;
	background: #fff;
	border: 1px dotted #ccf;
	padding: 10px 15px;
	cursor: pointer;
	display: none;
}
#help h2, #help h3, #help h4 {
	color: #66f;
	line-height: 1.7em;
}
#help h2 {
	margin-bottom: 1em;
}
#help h3 {
	margin: 1em 0;
}
#help h4 {
	text-align: right;
}
#help img {
	vertical-align: text-bottom;
}
#help strong {
	text-transform: uppercase;
}
#nope {
	position: fixed;
	bottom: 35px; right:70px;
	z-index: 999;
	font: 15px/1.3em helvetica,arial,sans-serif;
	width: 300px;
	background: #fff;
	border: 1px dotted #ff7fd4;
	padding: 10px 15px;
	display: none;
}
#nope h2 {
	font-size: 17px;
	color: #ff33ba;
	margin-bottom: .5em;
}
#nope a { color: #ff33ba; }
#nope a:hover {
	color: #7f195c;
	text-decoration: none;
}
#nope a:active { color: #ffb5e6; }
/*#help li {
	margin: 20px 10px;
}*/

#wrap-social {
	position: fixed;
	left: 6px; bottom: 6px;
	z-index: 100;
  padding: 0;
  line-height: 1;
}

.list-social {
  list-style: none;
  padding: 0;
  margin-top: 0;
  font-size: 0;
}
.list-social li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.list-social li.social-linkedin {
  margin-right: 5px;
}

.lefty { float: left; }
.righty { float: right; }
#debug {
	position: absolute;
	top: 100px; left: 100px;
	z-index: 1000;
	font-size: 30px;
	padding: 5px;
	background: #ff92f0;
}
/* @end */
/* Media queries for responsive design */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/* print styles */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}