/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#baseline corrections
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */


/* #Typography (baseline corrections)
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: 'oswaldlight', sans-serif;
		font-weight: 300;
		text-transform:uppercase; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }
	
	h3 { color: #FF6600;}

	p { margin: 0 0 20px 0;  }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }



/* #Lists (baseline corrections)
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
		ul.square li { color: #FF6600; }
		ul.square li span { color: #000; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
	ul.lista1 li {
		list-style-type: square;
		
		margin: 4px 0 5px 30px;
	}
	
	p img {
		padding: 3px 0;
	}


/* #Site Styles
================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* bands */
.band {
	background: #fff;
}

.band.header {
	border-top: 7px solid #F68428;
	border-bottom: 2px solid #888;
	background: url(../images/header_bg.jpg) center top no-repeat;
	background-color: #535353;
}


.band.extra {
	background: url(../images/shadow.png) no-repeat top center;
}

.band.navigation {
	background: /*url(../images/stitch_hr.png) repeat-x,*/
				url(../images/bg_dark.png) repeat,
				#343434;
}

.band.footer {
	background: url(../images/stitch_large.png) repeat-x,
				url(../images/bg_footer.png) repeat,
				#343434;
	padding: 49px 0 14px 0;
	margin-top:49px;
	color: #e0e0e0;
}

.band.bottom {
	background: url(../images/bg_staggered.png) repeat-x,
				url(../images/bg_bottom.png) repeat,
				#242424;
	padding: 28px 0 7px 0;
	color: #e0e0e0;
}

/* heading */

header.main {
	padding: 25px 0;
	
}

header h1.logo {
	margin: 7px 0 0 0;
	float:left;
}

header h1.logo a {
	width: 280px;
	height: 68px;
	display: block;
	background: url(../images/sprite.png) no-repeat 0 0;
	
	font: 0/0 a;
 	text-shadow: none;
 	color: transparent;
}

/* Navigation */
nav.primary ul,
nav.primary ul li {
	margin:0px;
}

nav.primary ul li {
	display: inline;
	float:left;
	position: relative;
}

nav.primary select {
	display: none;
	width: 100%;
	height: 28px;
	margin: 21px 0;
}

nav.primary ul li a {
	display: inline-block;
	
	font-family: 'oswaldlight', sans-serif;
	font-weight: 300;
	font-size:1.4em;
	
	line-height:49px;
	padding: 0 14px;

	color: #ebebeb;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:0,08em;

}

nav.primary ul li a:hover {
	background: #F68428;
	cursor:pointer;
}

/* Submenu */

nav.primary ul ul {
	opacity: 0;
	filter: alpha(opacity=0);
	
	position: absolute;
	z-index:999;
	background:url(../images/bg_footer.png);
	
	height: 0px;
	overflow:hidden;

	min-width:100%;
	
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	

	/*-moz-box-shadow:    0px 3px 12px 0px #333;
	-webkit-box-shadow: 0px 3px 12px 0px #333;
	box-shadow:         0px 3px 12px 0px #333;*/
}

nav.primary ul li span {
	display:none;
}

nav.primary ul li:hover ul {
	opacity: 10;
	filter: alpha(opacity=10);
	
	height: auto;
	overflow:auto;
}

nav.primary ul ul li {
	float:none;
	display:list-item;
	border-bottom: 1px solid #383737;
}

nav.primary ul ul li:last-child {
	border-bottom: 0px;
}


nav.primary ul ul li a {
	display:block;
	line-height:42px;
	text-transform:none;
	white-space: nowrap;
}

nav.primary ul li:hover > a {
	background: #F68428;
}


/* images */

figure {
	padding: 6px;
	border: 1px solid #dadada;
	background: #eee;
	
	

  position: relative;
}
figure:before, figure:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
figure:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
}	


/* FOOTER */
footer a,
footer a:visited {
	color: #8f8f8f;
}

footer a:hover {
	text-decoration:none;
	color:#fff;
}
.bottom footer {
	font-size: 12px;
}

div.last-credit {
	text-align:right;
	font-size:.8em;
	color:#666;
}

div.infotext p {
	padding: 0px 0;
	margin: 0px 0;
}

footer h3.logo {
	margin: 14px 0 21px;
}

footer h3.logo a {
	width: 200px;
	height: 35px;
	display: block;
	background: url(../images/sprite.png) no-repeat 0 -75px;
	
	font: 0/0 a;
 	text-shadow: none;
 	color: transparent;
}

footer.main header {
	background: url(../images/vertical_orange.png) repeat;
	font-size: 14px;
	line-height: 1em;
	margin: 28px 0 0;
}

footer.main h4 {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: arial, sans-serif;
	
	background: url(../images/bg_footer.png) repeat;
	display: inline;
	padding: 0 10px;
	margin: 0 0 0 14px;
}


/* footer lists */
footer.main ul {
	margin: 7px 0 0;
}
footer.main li {
	padding: 21px 0;
	line-height:21px;
	margin: 0;
	background: url(../images/stitch_staggered.png) repeat-x left bottom;
}

footer.main li:last-child {
	background:none;
}


/* FLICKR STYLE */
div.flickr {
	padding: 21px 0 0;
}


div.flickr img {
	float: left;
	max-width: 46%;
	margin: 2%;
	padding: 6px;
	border: 1px solid #ededed;
	background: #eee;
}



/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/flexslider-icon.eot');
	src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/flexslider-icon.woff') format('woff'),
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* OWN FLEXSLIDER STYLES */

.flexslider {
	margin: 0 0 21px 0;
	
}

.flex-control-nav {
	width: 100%;
	text-align: center;
	
}

.flex-control-nav li {
	display: inline;
	margin: 0 5px;
}

.flex-control-nav li a,
.flex-control-nav li a:visited {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #d5d5d5;
	border: 1px solid # d5d5d5;
	
	cursor: pointer;
	
	font 0/0 a;
	text-shadow: none;
	color: transparent;
	
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

.flex-control-nav li a.active,
.flex-control-nav li a:active,
.flex-control-nav li a:hover {
	background: #f1f1f1;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		nav.primary select {
			display:block;
		}
		
		nav.primary ul {
			display:none;
		}
		
		.bottom footer {
			font-size:1em;
			text-align:center;
		}
		
		div.last-credit {
			text-align:center;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.eot');
    src: url('../fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-light-webfont.woff') format('woff'),
         url('../fonts/oswald-light-webfont.ttf') format('truetype'),
         url('../fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/