/*
* 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 {
	line-height: 49px;
	margin-bottom: 14px;
}
h1 {
	font-size: 25px;
}
h2 {
	line-height: 42px;
	margin-bottom: 7px;
}
h3 {
	line-height: 35px;
	margin-bottom: 7px;
}
h3 {
  font-size: 22px;
}
h4 {
	line-height: 28px;
	margin-bottom: 7px;
}
h5 {
	line-height: 21px;
}
p {
	margin: 0 0 28px 0;
}
p.lead {
	line-height: 28px;
}
p.strong {
	font-weight: bolder;
}
/*	Blockquotes  */


blockquote, blockquote p {
	line-height: 21px;
}
blockquote {
	margin: 0 0 21px;
	padding: 7px 20px 0 19px;
}
hr {
	margin: 14px 0 28px;
}
h1, h2, h3, h4, h5, h6, p {
	color: #FFF;
}
/* #Lists (baseline corrections)
================================================== */


ul, ol {
	margin-bottom: 21px;
}
ul ul, ul ol, ol ol, ol ul {
	margin: 7px 0 7px 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 7px;
}
li {
	line-height: 21px;
	margin-bottom: 14px;
}
/* #Site Styles
================================================== */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background-color: #442D17;
	font: 16px/21px 'AftaserifRegular', Helvetica, Arial, sans-serif;
	color: #eee;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}






/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
.flexslider {
	position: relative;
	/* width: 940px; */
	height: 300px;/* margin-top: 49px; */
  /* background-image: url(../images/slider_box2.jpg); */
  /* background-repeat: no-repeat; */
}
.flexslider {
	margin-bottom: 14px;
}
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.flexslider {
	position: relative;
	/* width: 940px; */
	height: 300px;/* margin-top: 49px; */
  /* background-image: url(../images/slider_box2.jpg); */
  /* background-repeat: no-repeat; */
}
.flexslider {
	margin-bottom: 14px;
}
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
.flexslider {
	position: relative;
	/* width: 940px; */
	height: 300px;/* margin-top: 49px; */
  /* background-image: url(../images/slider_box2.jpg); */
  /* background-repeat: no-repeat; */
}
.flexslider {
	margin-bottom: 14px;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
.flexslider {
	position: relative;
	/* width: 940px; */
	height: 300px;/* margin-top: 49px; */
  /* background-image: url(../images/slider_box2.jpg); */
  /* background-repeat: no-repeat; */
}
.flexslider {
	margin-bottom: 14px;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
.flexslider {
	position: relative;
	/* width: 940px; */
	height: 300px;/* margin-top: 49px; */
  /* background-image: url(../images/slider_box2.jpg); */
  /* background-repeat: no-repeat; */
}
.flexslider {
	margin-bottom: 14px;
}
}
	
	
	/* Additional large screens 1280+ */
	@media only screen and (min-width: 1280px) {
.page.container {
	width: 1200px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
}
.portfolio_page.container {
	width: 1200px;
	background-image: url(../images/portfolio_page_bg.jpg);
	background-repeat: no-repeat;
}
.blog_page.container {
	width: 1200px;
	background-image: url(../images/blog_page_bg.jpg);
	background-repeat: no-repeat;
}
/*heading*/


.header.container {
	padding: 35px 0;
}
.header.container h1.logo {
	margin: 14px 0 0 0;
	float: left;
}
.header.container h1.logo a {
	width: 362px;
	height: 267px;
	display: block;
	background: url(../images/logo.png) no-repeat 0 0;
	font: 0/0 a;/*use the next 3 lines instead of text-indent: -9999px*/
	text-shadow: none;
	color: transparent;
}
/*banner*/


.banner {
	background: url(../images/tagline.png) no-repeat;
	width: 362px;
	height: 267px;
	display: block;
	float: right;
}
/*navigation*/


nav.nav.container {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 940px;
}
nav.container ul {
}
nav.container select {
	display: none;
	width: 100%;
	height: 28px;
	margin: 21px 0;
}
nav.container ul li {
	margin: 54px 0 0 0;
	display: inline;
	float: left;
	position: relative;
}
nav.container ul li.left {
	display: inline-block;
	margin-left: 7px;
	line-height: 49px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: 'AftaserifRegular';
	font-size: 14px;
}
nav.container ul li.right {
  float: right;
  margin-right: 60px;
  margin-left: -7px;
  display: inline-block;
  line-height: 49px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-family: 'AftaserifRegular';
  font-size: 14px;
}
nav.container ul li a {
	display: inline-block;
	line-height: 49px;
	padding: 0 14px;
	margin-left: 14px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: 'AftaserifRegular';
	font-size: 14px;
}
nav.container ul li a:hover {
	color: #904D0A;
	cursor: pointer;
}
/*flexslider*/

.flexslider {
	position: relative;
	width: 940px;
	height: 300px;
	margin-top: 49px;
	background-image: url(../images/slider_box2.jpg);
	background-repeat: no-repeat;
}
.flexslider {
	margin-bottom: 14px;
}
/*content*/


.content.container {
	background: url(../images/page_bg.png) no-repeat;
}
.slider {
	background: url(../images/slider_bg.png) no-repeat;
	width: 913px;
	height: 241px;
	margin: 35px 0 0 7px;
}
.content h3 {
	margin-top: 56px;
	text-align: center;
	color: #eee;
	font-family: AftaserifRegular;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
}
.content p {
	margin-left: 35px;
	margin-right: 35px;
	color: #eee;
	font-family: 'AftaserifRegular';
}
.lftF {
	float: left;
	margin-top: -265px;
}
.lftFabout {
	float: left;
	margin-top: -295px;
}
.lftFwebgraphics {
	float: left;
	margin-top: -200px;
}
.rtF {
	float: right;
	margin-left: 20px;
	margin-top: 135px;
}
.rtFabout {
	float: right;
	margin-left: 20px;
}
.rtFdoctype {
	float: left;
	margin-top: 55px;
}
.rtFprintservices {
	float: right;
	margin-top: 70px;
}
.rtFform {
	float: right;
	margin-top: 40px;
}
div.right.ten.columns {
	float: right;
	margin-left: 14px;
	margin-top: 7px
}
div.one-third.column {
	width: 260px;
	margin: 0 21px 0 28px;
	text-align: center;
}
ul.links {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
/*fancybox position for thumbnails*/

a.single_1 {
	margin-left: 60px;
}
p.fancybox {
	margin-left: 150px;
}
span.portfolio1 {
	margin-left: 200px;
}
span.portfolio2 {
	margin-left: 280px;
}
span.portfolio3 {
	margin-left: 134px;
}
span.portfolio4 {
	margin-left: 105px;
}
span.portfolio5 {
	margin-left: 35px;
}
span.portfolio6 {
	margin-left: 45px;
}
span.portfolio7 {
	margin-left: 195px;
}
span.portfolio8 {
	margin-left: 270px;
}
span.portfolio9 {
	margin-left: 190px;
}
span.portfolio10 {
	margin-left: 155px;
}
span.portfolio11 {
	margin-left: 170px;
}
span.portfolio12 {
	margin-left: 216px;
}
span.portfolio13 {
	margin-left: 130px;
}
span.portfolio14 {
	margin-left: 210px;
}
span.portfolio15 {
	margin-left: 205px;
}
span.portfolio16 {
	margin-left: 240px;
}
/*form*/
div.form {
	margin-left: 320px;
}
p.contact {
	margin-top: 30px;
}
label {
	font-family: 'AftaserifRegular';
	font-size: 16px;
	color: #eee;
	text-decoration: none;
}
/*portfolio*/

img.portfolio {
	margin-left: 50px;
	margin-top: 50px;
}
/*footer*/

.divider {
	width: 940px;
	height: 33px;
	margin-left: 10px;
}
footer.footer.credits.container {
	background: url(../images/footer_bg.png) no-repeat;
	height: 200px;
	width: 940px;
}
.container .eight columns {
	width: 420px;
}
.footer a, .footer a:visited {
	color: #F93;
}
.footer a:hover {
	text-decoration: none;
	color: #eee;
}
.footer h4 {
	font-weight: bold;
	color: #eee;
	font-size: 14px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: Arial, sans-serif;
	display: inline;
	padding: 0 10px;
	margin: 0 0 0 14px;
}
p.footer {
	color: #000;
	margin-left: 35px;
}
p.first-credit, p.last-credit {
	color: #000;
}
div.eight.columns.first-credit, div.eight.columns.last-credit {
	width: 420px;
}
div.eight.columns.first-credit {
	display: inline-block;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: 'AftaserifRegular';
	font-size: 10px;
	margin-top: 80px;
}
div.eight.columns.last-credit {
	float: right;
	text-align: right;
	display: inline-block;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: 'AftaserifRegular';
	font-size: 10px;
	margin-top: 80px;
	margin-right: 28px;
}
/*footer lists*/


.footer ul {
	margin: 7px 0 0;
}
.footer li {
	margin: 28px;
	color: #eee;
}
div.bottom_footer.container {
	background: url(../images/footer_bg.png) no-repeat;
	height: 274px;
}
/*blog*/


h2 {
	font-size: 35px;
	line-height: 42px;
	margin-bottom: 7px;
}
hr {
	border: none;
	border-bottom: 1px dashed #e5e5e5;
	margin: 14px 0 28px;
}
}
/*Font Face*/


@font-face {
	font-family: 'AftaserifRegular';
	src: url('../fonts/AftaSerifThin-Regular-webfont.eot');
	src: url('../fonts/AftaSerifThin-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/AftaSerifThin-Regular-webfont.woff') format('woff'), url('../fonts/AftaSerifThin-Regular-webfont.ttf') format('truetype'), url('../fonts/AftaSerifThin-Regular-webfont.svg#AftaserifRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AftaserifItalic';
	src: url('../fonts/AftaSerifThin-Italic-webfont.eot');
	src: url('../fonts/AftaSerifThin-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/AftaSerifThin-Italic-webfont.woff') format('woff'), url('../fonts/AftaSerifThin-Italic-webfont.ttf') format('truetype'), url('../fonts/AftaSerifThin-Italic-webfont.svg#AftaserifItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
