/*
	HTML5 Reset :: 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
	
-------------------------------------------------------------------------------*/

/* 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.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
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: 300 13px 'Signika Negative', Helmet, Freesans, sans-serif; background-color: #3d3c42;} 

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

body, select, input, textarea {color: #ddd;}

a {color: #cba52c; text-decoration: none; border-bottom: 1px dotted #cba52c; text-decoration: none;}
a:hover, a:visited {color: #cab26f; border-bottom: 1px dotted #cab26f; text-decoration: none;}
#main a/*, #main a:hover*/, #main a:visited{color:#cba52c;}

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

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

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

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

article, section, aside {/*border-bottom: 1px dotted #cab26f;*/ padding: 10px 0 30px 0;}
header{margin-bottom: 30px;}

h1.header{font-size: 3.8em;}
h1{font-size: 2.8em;}
h2{font-size: 2.3em;}
h3{font-size: 1.8em;}
h4{font-size: 1.4em;}
h5{font-size: 1.2em;}
h6{font-size: 1em;}

h1, h2, h3, h4, h5, h6{font-family: 'Julius Sans One', Helmet, Freesans, sans-serif; color: #cab26f; letter-spacing: -0.05em; margin: 20px 0;}
img{padding:10px; background-color: #ddd; }
.thumbnail{border: 10px solid #ddd; border-radius: 0; box-shadow: 0; padding:0;}
.thumbnail img{padding: 0; }
p{letter-spacing: 0.005em; padding-top: 10px;}
p:first-of-type{padding: 0;}
#main ul li{display: inline; padding: 4px 10px; }
#main ul li:first-of-type{padding-left: 0;}
#main a:hover{color:#ddd;}
#main li.current-page a{/*color:#cab26f;*/ font-weight: 700; /*opacity:.75;*/}
#main li.current-page a:hover{color:#cba52c; cursor: default;}
#assina{text-align: right;}
.limited{width:50%;}
.right{float: right;}
.left{float:left;}
.clear{clear: both;}
.low{color: #909090;}
.embossed{
    text-shadow: -2px -2px 1px #fc0, 1px 1px 1px #000;
    color:  #3d3c42; /* #ffcc00 #cab26f #cba52c #717173 */
    opacity: 0.65;
    /*font: 80px 'Museo700';*/
}
.no-border{border:none;}
.no-margin{margin:0;}
.pad{padding-left: 20px; /*width:45%; */}
.margin20l{margin: 0 0 0 20px;}
.wrapper{width: 90%; max-width:1170px; min-width: 640px; margin: 0 auto;}
a:hover.no-border {border:none}

/*#container{margin: 0 auto 20px; border: 1px solid #ccc;}*/

.item{width: 292px; height:auto; background-color: transparent; margin: 5px 0; }
.item a, .item a:hover, .item a:visited{color: #3d3c42; text-decoration: none;}
.item img {margin-bottom:-4px; background-color: #ddd;}
.item img:hover{background-color: #cab26f;}
.info{display: none; background-color: #cab26f; height: auto; width: 285px; }
.info p{padding:10px; font-size: 1.4em; font-weight: 400;}
.height2{height:320px;}
.height3{height:410px;}
.height4{height:500px;}

/* Project*/
/*.img-container{width:45%; height: auto;}*/

/* General */
h1.header a,h1.header a:hover,h1.header a:visited,h1.header a:active{color: #cab26f;}
.navig{margin-top:30px;}
#contact,#project,#calendar{margin-left: 0;}

/*Timeline*/
#timeline img{margin:10px;}

/* Contact */
#contact{height: auto; min-height: 450px; font-size: 1.1em;}
#contact i{color: #797782 /*#5c5b63*/ /*#CBA52C*/; padding-right: 18px; }
#contact a{border-bottom: none; color:#ddd;}
#contact a:hover{color: #cab26f; border-bottom: 1px dotted #cab26f;}

footer{font-family: 'Julius Sans One', Helmet, Freesans, sans-serif; margin: 30px 0; border-top: 1px dotted #CAB26F; padding-top: 30px;}

/* Responsive Video */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}


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



}


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

@media screen and (max-width: 480px) {	
/* Project*/
.img-container{width:100%;}	
}