/* HTML5 ✰ Boilerplate */

/************************************************************************************************************************************************************ RESET
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
	-webkit-font-smoothing: antialiased;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
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; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
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"], input[type="image"], 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: #f0dddd; }

::-moz-selection{ background: #222; color:#fff; text-shadow: none; }
::selection { background:#222; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #353535; }
a, a:active, a:visited { color: #353535; text-decoration: none; outline: none; }
a:hover { color: #b23939; }

/************************************************************************************************************************************************************ TYPOGRAPHY
*/

#awwwards{
position:fixed;
top:120px;
right:0px;
z-index:555;
}
#awwwards a{
width:69px;
height:105px;
text-indent:-8000px;
display:block;
background:url(images/awwwards_nominee_b_right.png) no-repeat;
overflow:hidden;
}


body {
	background: url(images/white-grain.jpg);  
	font-size: 15px;
    font-family: 'Bookman Old Style', 'Georgia', serif;
    *font-size:small;
}

h1 {
  font-size: 2.6em;
  line-height: 1.7143em;
  padding-top: 140px;
  margin-bottom: 0em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: white;
}

h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 0em;
}

h3 {
  font-size: 1.6em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-top: 1.3em;
  margin-bottom: 0.2em;
  font-weight: 600;
}

h4 {
  font-size: 1em; /* 20px */
  line-height: 1.2em; /* 24px */
  margin-bottom: 1.2em;
}

h5 {
  font-size: 1em;
  line-height: 1.2em;
  margin: 2em 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
}

h6 {
  font-size: 0.8em;
  line-height: 1.2em;
  margin: 0.8em 0 0 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
}

p, ul {
  font-size: 1em; /* 16px */
  line-height: 1.5em; /* 24px */
  margin: 0 0 1.5em 0;
}

/************************************************************************************************************************************************************ MAIN
*/

html, body {height: 100%;}

#wrap {
	display: block;
}

#main { 
	width: 980px;       
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -800px;
    padding-bottom: 60px;
}

.divider {
	width: 305px;
	height: 3px;
	display: block;
	margin: 36px auto 47px auto;
	border-top: 3px solid #575757;
	border-bottom: 1px solid #878787;	
}

.clear {clear:both;}

.gutter {
	margin-right: 32px;
}

/************************************************************************************************************************************************************ HEADER
*/

header {
	background: url(images/Bg_Pattern.png); color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: fixed;
	left:0;
	right:0;
	top:0;
	z-index:999;
}

menu {
	width: 980px;
	height: 48px;
	margin: 0 auto;
}

nav {
	float: left;
	margin: 0.75em 0;
}

menu ul li {
	display: inline;
	padding-right: 2em;
	font-size: 0.8em;
	font-weight: 700;	
}

menu li a, menu li a:visited {
	color: #fff;
	text-decoration: none;	
}

menu li a:hover {
	color: #b23939;
	text-decoration: none;	
}

menu aside {
	float: right;
}

.selected {
	color: #b23939;	
}

aside ul li {
	display:inline;
	float: left;
	padding-right: 0em;
}

aside ul li a {
	display:block;
	overflow:hidden;
	outline:none;
	width: 28px;
	height: 27px;
	text-indent: -8888px;
	background: url(images/Icons.png) top left no-repeat;
	margin: 10px 0 0 10px;	
}

.linkedin {
	background-position: 0 -20px; 
}

.linkedin:hover {
	background-position: 0 -47px; 
}

.vimeo {
	background-position: -28px -20px; 
}

.vimeo:hover {
	background-position: -28px -47px; 
}

.facebook {
	background-position: -56px -20px; 
}

.facebook:hover {
	background-position: -56px -47px; 
}

.twitter {
	background-position: -84px -20px; 
}

.twitter:hover {
	background-position: -84px -47px; 
}



/************************************************************************************************************************************************************ LOGO
*/

a#logo {
	display:block;
	overflow:hidden;
	outline:none;
	width: 189px;
	height: 42px;
	text-indent: -8888px;
	background: url(images/Logo.png) top left no-repeat;
	margin: 84px auto 0 auto;
}

.tagline {
	margin: 30px 0 0 0;
	padding-bottom: 4px;
	text-align: center;
	font-size: 0.8em;
	font-weight: 600;	
	color: #666;
}

/************************************************************************************************************************************************************ STATEMENT
*/



#feature-wrap {
	display: block;
	width: 980px;
	height: 360px;
	background: url(images/featured-mermaid.jpg);
	margin: 44px 0 38px 0;
}

#feature-caption {
	width: 980px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	top: 300px;	
}

#feature-wrap h1 {
	text-align: center;
	letter-spacing: -1px;
}

#feature-wrap h6 {
	color: white;
	text-align: center
}

a.button {
	display:block;
	overflow:hidden;
	outline:none;
	width: 40px;
	height: 40px;
	text-indent: -8888px;
	background: url(images/plus-button.png) top left no-repeat;
	margin: 24px auto 0 auto;

}

figure {
	width: 980px;
	height: 160px;
	display: block;
	background: url(images/Figure_Bg2.png);
	text-align: center; 
}

img.cogwheel {
	position: relative;
	top: -85px;
}

figure h5 {
	padding: 44px 0 0 0;
}


/************************************************************************************************************************************************************ PORTFOLIO
*/

#portfolio-header {
	margin-bottom: 44px;
}

#portfolio-wrap {
	margin: 44px 0 43px 0;
}

#portfolio-wrap section {
	width: 474px;
	height: 360px;
	margin-bottom: 24px;
	display: inline;
	float: left;
}

#portfolio-wrap section h4 {
	font-style: italic;
	color: #b23939;
}

#portfolio-wrap nav {
	display: block;
	width: 980px;
	height: 24px;
	margin-top: 5px;
	text-transform: uppercase;
	font-weight: 600;
}

#portfolio-wrap img {
	border: 1px solid #CCC;
	margin-bottom: 24px;
}

#portfolio-wrap nav ul li a { 
	float:left;
	display:block;
	padding: 0 35px 0 30px;	
	text-decoration:none;	
	border-bottom:0px;
	background: url(images/Icons.png) no-repeat;
	background-position: 0px -79px;
	color:#444;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
}

#portfolio-wrap nav ul li a:hover {
	color:#333;
}

/* Portfolio images */
	
/* selected tab */
#portfolio-wrap nav ul li a.current {
	background-position: 0px -119px;	
	color:#b23939;	
	cursor:default;
}

.tab-panes div {
	display: none;
}

/************************************************************************************************************************************************************ PORTFOLIO LIGHTBOX
*/

article {
	width: 840px;
}

#media {
	padding: 30px;
	background: #000;
	height: 440px;
}

article section {
	width: 500px;
	float: left;
	padding-left: 30px;
	display: block;
}

article section img {
	border: 1px solid #ccc;
}

article section img, article section iframe {
	margin-bottom: 1.5em;
}

article aside {
	width: 220px;
	float: right;
	padding: 0 30px 0 0;
	margin-left: 30px;
}

article aside ul {
	margin-bottom: 2.6em;	
}

article aside li {
	float: none;
	list-style: decimal;
	display: block;
	font-style: italic;
	color: #b23939;	
}

article aside p {
	font-style: italic;
	color: #b23939;		
}

article aside h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-top: 1.93em;
  margin-bottom: 0em;
  font-weight: 600;
}



/************************************************************************************************************************************************************ MUSIC
*/

#music {
	margin-bottom: 44px;
}

#music-wrap {
	margin-bottom: 44px;
	text-align: center;
}

#music-wrap a {
	font-style: italic;
	color: #b23939;
}

#music-wrap section {
	width: 474px;
	height: 360px;
	margin-bottom: 24px;
	display: inline;
	float: left;
}

#music-wrap section h4 {
	font-style: italic;
	color: #b23939;
}



/************************************************************************************************************************************************************ ABOUT
*/

#about {
	margin: 46px 0;
	display: block;
}

#about-wrap section {
	width: 305px;
	float: left;
}

.firstLetter {
  display      : block;
  float        : left;
  margin-top   : -0.63em; /* use -0.205em for two lines */
  margin-left  : -0.56em;
  margin-right : 0.5em;
  height       : 4.5em;
}

.firstLetter span {
  font-size    : 5.6em;   /* use 3.33em for two lines */
  line-height  : 1.0em;
  color: #b23939;
}

.firstLetter + span {
  margin-left  : -0.5em;
}


/************************************************************************************************************************************************************ FOOTER
*/

footer, .push {
    height: 804px;
}

footer {
	background: url(images/grain.jpg) /*rgba(0,0,0,0.3)*/;	
	color: #fff;
}

#footer_content {
	width: 980px;
	margin: 0 auto;
}

footer section {
	width: 474px;
	float: left;
}

footer h2 {
	background: url(images/Bg_Pattern.png);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 1.2em 1em 1em 1em;
	border-bottom: 1px solid white;
	color: #b23939;	
}

footer h4 {
 	font-style: italic;
	margin-top: 54px;
	margin-bottom: 26px;
}


footer aside ul li a {
	margin: 0 10px 0 0;	
}



/************************************************************************************************************************************************************ CONTACT FORM
*/

#contact-wrapper {
    position: relative;
    display: block;
    margin-top: 54px;
}

.form-wrapper {
    float: left;
    width: 474px;
    position: relative;
}


#contact-wrapper h2.success {
    color: #fff;
}

p.success {
    color: #fff;
}

.submit input{
    padding: 6px 3px;
    margin-left: 139px;
    height: 36px;
    cursor: pointer;
    width: 96px;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    background: -webkit-gradient(linear, left top, left 30, from(#f1f1f1), color-stop(4%, #ffffff), to(#f4f4f4));
    background: -moz-linear-gradient(top, #f1f1f1, #ffffff 1px, #f4f4f4 30px);
    border: 1px solid #ccc;
    font-weight:bold;
    color:#666;
}

/** Form Styles **/
input, textarea, select {
    width: 322px;
    padding: 4px 6px;
    margin: 0;
    color: #222222;
    border: 1px solid #666;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #ffffff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

input {
    height: 16px;
}

select {
    width: 348px;
    padding: 6px 6px;
}

textarea {
    width: 322px;
    overflow: hidden;
}

input:focus, textarea:focus, select:focus {

}



.field {
    margin: 0 0 22px 0;
    position: relative;
    width: 474px;
    clear:both;
}

label {
    display: block;
    width: 108px;
    padding:0 30px 0 0;
    float: left;
    text-align: right;
}


#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message {}

.error_message { 
	display: block; 
	background: url('images/error.png') no-repeat left; 
	background-position-x: 54px;
	color: #b23939;
	text-transform: uppercase;
	font-style: italic;
	margin-bottom: 28px;
	padding-left: 138px;	
  	font-family: 'Bookman Old Style', 'Georgia', serif;
}

.loader {display: inline; float: right; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }



/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1;
}


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background: url(images/Bg_Pattern.png);}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border: 5px solid #000; background: url(images/white-grain.jpg);}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:300px; position:fixed; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:300px; position:fixed; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{background:url(images/preloader-lbox.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@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; }
}
