/****************************
Copyright: Wolfgang Metzner / wolfgangmetzner.com / hello@wolfgangmetzner.com
Colors: brand orange: #f96302; dark-grey:#333; light-grey:#c8c7c8;
*****************************/
/****************************
 Global CSS Reset
*****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}


/****************************
 @font-face
*****************************/
@font-face {
    font-family: 'LightSans';
    src: url('../fonts/lightsans-webfont.eot');
    src: url('../fonts/lightsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lightsans-webfont.woff') format('woff'),
         url('../fonts/lightsans-webfont.ttf') format('truetype'),
         url('../fonts/lightsans-webfont.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


/****************************
 Global element types
*****************************/
html, body {height:100%;}

body {
	font: 75%/1.4 "LightSans", "Helvetica Neue Light", "Helvetica Light", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	text-align: center; /* fix content centring in ie5 */
	letter-spacing:0.07em; /* letters seem a bit too tight... */
}

a, a:link, a:visited {color:#f96302; text-decoration:none;}
a:hover, a:active {background-color:#f96302; color:#fff;}
a img, a, img {border:none;}

abbr, acronym {border-bottom: 1px dashed #454545;}

p,
h1, h2, h3, h4, h5, h5,
ul, ol {font-weight:normal; margin-bottom:1.2em; overflow:auto;}

object, embed {display:block;}


/****************************
 Header & Navigation
*****************************/
header {display:block; overflow:hidden; padding:50px 0; text-transform:lowercase;}

nav ul {color:#000; float:left; list-style-type:none; padding:2px 0; text-transform:lowercase; width:140px;}
nav a:link, nav a:visited {color:#333;}
nav a:hover, nav a:active {color:#fff;}
nav a:hover, nav li.active a {background:#f96302; color:#fff; text-decoration:none;}

nav #logo {float:right;}
nav #logo, nav #logo:hover, nav #logo:active {background:none;}

#navBG {background:#f96302; height:20px; left:0; position:absolute; top:110px; z-index:-1;}

/* Skip Links */
#skipLinks {background:#333; /* for non-css3 browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f', endColorstr='#303030'); /* for IE */
	background:-webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#303030)); /* for webkit browsers */
	background:-moz-linear-gradient(top,  #3f3f3f, #303030); /* for firefox 3.6+ */
	height:10px;}
#skipLinks a, #skipLinks a:hover, #skipLinks a:visited{height:1px; left:0px; overflow:hidden; position:absolute; top:-500px; width:1px;} /* hide skip link */
#skipLinks a:active, #skipLinks a:focus{color:#000; font-weight:bold; font-size:120%; height:auto; position:static; width:auto;} /* make visible when tabbed to */

.home header div.section {border-right:1px solid #333; float:left; padding-right:39px; width:420px;}
.home header div.section * {margin:0; padding:0;}
.home header #twitterFeed {padding-left:20px; width:270px;}

/****************************
 Content
*****************************/
section {display:block; overflow:auto; padding-bottom:50px; text-transform:lowercase;}

h1 {font-weight:bold;}

/*.appGallery li {display:block; float:left; margin:0; padding:0;}
.imageHandler {cursor:pointer; min-height:300px;position:absolute; z-index:30; width:618px !important;}*/

#projectGallery {float:left; margin:0; overflow:hidden; padding:0; width:618px;}
#projectContent {float:right; width:300px;}

.left-button, .right-button {cursor:pointer; display:none; height:72px; margin-top:-36px; -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; position:absolute; top:50%; width:50px; z-index:100;}
.right-button {background-image: url("../images/graphics/right-arrow.png"); right:1px;}
.left-button {background-image: url("../images/graphics/left-arrow.png"); left:1px;}

.external {background:transparent url('../images/graphics/external.png') 98% 4px no-repeat; padding-right:14px; text-transform:lowercase;}
.external:hover {background-position:98% -8px;}

#thumbList {list-style-type:none; overflow:hidden;}
#thumbList li {border:1px solid #ccc; float:left; height:129px; margin:0 20px 20px 0; overflow:hidden; padding:0; position:relative; width:218px;}
#thumbList li.last {margin-right:0;}
#thumbList li.footer {border:none;}
#thumbList li.footer li {border:none; height:auto; margin:0; width:auto;}
#thumbList li.listItem a, #thumbList li.listItem a:link, #thumbList li.listItem a:active, #thumbList li.listItem a:hover, #thumbList li.listItem a:visited {background:none; border:none; height:129px; width:218px;}
#thumbList li.listItem a:active, #thumbList li.listItem a:hover {color:#f96302;}
#thumbList li span {background:#f96302; color:#fff; bottom:0; display:block; left:0; padding:2px 10px; position:absolute; width:200px;}

#wrapper, .wrapper {margin:0 auto; overflow:auto; text-align:left; width:940px;}


/****************************
 Footer
*****************************/
footer {
	background:#333; /* for non-css3 browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3f3f', endColorstr='#303030'); /* for IE */
	background:-webkit-gradient(linear, left top, left bottom, from(#3f3f3f), to(#303030)); /* for webkit browsers */
	background:-moz-linear-gradient(top,  #3f3f3f, #303030); /* for firefox 3.6+ */
	color:#fff;
	display:block;
	font-size:90%;
	overflow:hidden;
	padding:30px 0 20px 0;
	text-transform:lowercase;
}
footer ul {list-style-type:none; overflow:hidden;}
footer .section {border-left:1px solid #999; display:block; float:right; min-height:90px; padding:10px 20px 10px 19px; width:270px;}
footer .vcard {border:0; padding:10px 20px 10px 0; width:290px;}
footer p.section {padding-right:0; width:290px;}
.vcard .hide, .vcard .type, .vcard img {left:-1000px; position:absolute; top:-1000px;}

footer a, footer a:link, footer a:visited {color:#fff;}
footer a:hover, footer a:active {background:#f96302; color:#fff;}

.home #thumbList li.footer {font-size:80%; overflow:hidden; width:200px;}
.home #thumbList li.footer ul li {margin:0; padding:0; float:none; width:auto;}
.home #thumbList li.footer span {background:none; display:inline; margin:0; padding:0; width:auto;}
.home #thumbList li.footer span:hover {background:none;}
.home #thumbList li.footer ul li.hide {float:left; left:-1000; position:absolute; top:-1000px;}



/* Twitter Feed */
#twitterFeed {}
#twitterFeed .entry-meta {position:absolute; left:-9000px; top:-500px;}


/****************************
 CV
*****************************/
.hresume .vcard {background:none; font-size:110%; left:auto; margin:auto; position:relative; top:auto; width:auto;}
.hresume .vcard .email {background:none; padding-left:0;}
.hresume a:hover {color:#28bf00;}
.hresume p {margin-bottom:auto;}


.hresume ul,
.hresume ol {margin-left: 1.5em; overflow:hidden;}

.hresume ol li {margin-bottom: 1em;}

.hresume h4 {border-top: 1px dashed #c8c7c8; font-weight:bold; margin-top:1em; padding-top:1em;}

.hresume ul li {float:left; list-style-type:none; margin-right:0.3em;}
.hresume ul li:after {content:','}
.hresume ul li.last:after {content:''}

.hresume ul.bullets li {float:none; list-style-type:disc !important; margin:0 0 0 1.5em;}
.hresume ul.bullets li:after {content:'';}



/****************************
 Forms
*****************************/
#formErrors ul, ul.errors {color:#c30; list-style-type:none;}
input [type=text]:focus {background-color:#e6f8ff; color:#3300CC;}
.mandatory {font-size:80%; margin-top:2em;}

#contactMe h2 {font-weight:normal; text-transform:lowercase;}
#contactMe p {overflow:hidden;}
#contactMe label, #contactMe input, #contactMe textarea { width:200px;}
#contactMe textarea {width:204px;}
#contactMe label {float:left; text-transform:lowercase; width:100px;}
#contactMe #submit {background:#fff; border:1px solid #333; float:right; margin-right:45px; width:auto;}


/****************************
 media queries
*****************************/
@media all and (orientation:portrait) {}

@media all and (orientation:landscape) {}

@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
