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

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

/* #Site Styles
================================================== */
body {
	background: #50525a url(../images/bgpage.png) repeat-x;
}

/* #Page Styles
================================================== */
.contactheader {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.6em;
	color: white;
	padding: 10px 0 0 0;
	text-align: right;
}

.lclogo {
	width: 380px;
	height: 135px;
	text-indent: -9999px;
	background: url(../images/logo.png) top left no-repeat;
	margin: 0;
	padding: 0;
	
}

.lclogo a {
	width: 380px;
	height: 135px;
	display: block;
}

.navigation {
	background: #B7CBD7 url(../images/bgnav.png) top repeat-x;
	-moz-box-shadow: 0 0 5px 2px #222222;
	-webkit-box-shadow: 0 0 5px 2px #222222;
	box-shadow: 0 0 5px 2px #222222;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation li {
	margin: 0;
}

.navigation li a {
	float:left;
	display:block;
	border-left: rgba(168, 190, 203, .5) 3px solid;
	height: 135px;
	width: 150px;
	text-indent:-9999px;
}

.navigation li a.story {
	background:url(../images/navstory.png) center no-repeat;
}

.navigation li a.portfolio {
	background:url(../images/navportfolio.png) center no-repeat;
}

.navigation li a.contactlc {
	background:url(../images/navcontact.png) center no-repeat;
}

.navigation li a.story:hover {
	background:url(../images/navstoryovr.png) center no-repeat;
}

.navigation li a.portfolio:hover {
	background:url(../images/navportfolioovr.png) center no-repeat;
}

.navigation li a.contactlc:hover {
	background:url(../images/navcontactovr.png) center no-repeat;
}

.pagestory .navigation li a.story {
	background:url(../images/navstorypg.png) center no-repeat;
}

.pageportfolio .navigation li a.portfolio {
	background:url(../images/navportfoliopg.png) center no-repeat;
}

.pagecontactlc .navigation li a.contactlc {
	background:url(../images/navcontactpg.png) center no-repeat;
}

.returnhome {
	margin:0;
	padding: 0;
	text-align: left;
	font-size: .6em;
}

.returnhome a {
	padding: 5px 0px 5px 25px;
	height: 24px;
	background: url(../images/icohome.png) left center no-repeat;
}

.contentarea {
	color: #fff;
	-moz-box-shadow: 0 5px 3px 0px #222222, 5px 3px 5px 0px #222222, -5px 3px 5px 0px #222222;
	-webkit-box-shadow: 0 5px 3px 0px #222222, 5px 3px 5px 0px #222222, -5px 3px 5px 0px #222222;
	box-shadow: 0 5px 3px 0px #222222, 5px 3px 5px 0px #222222, -5px 3px 5px 0px #222222;
	padding: 20px 0px 20px 0px;
	margin-bottom: 20px;
}

.contentarea h2 {
	font-family: 'Josefin Sans', sans-serif;
	color: #c8d7e0;
}

.contentarea h3 {
	font-family: 'Josefin Sans', sans-serif;
	color: #c8d7e0;
	font-size: 1.8em;
	margin-bottom: .2em;
}

.contentarea h4 {
	font-family: 'Josefin Sans', sans-serif;
	color: #fff;
	font-size: 1.4em;
}

.contentbox {
	margin: 30px;
	padding: 30px;
	background-color: rgba(80,82,90,0.8);
}

.ie7 .contentbox, .ie8 .contentbox {
	background-color: #555555;
}


.contentbox ul {
	margin-left: 20px;
}

.contentbox li {
	list-style: square;
	font-size: 1.1em;
}

.portfoliobox {
	margin: 30px;
	padding: 30px;
	background-color: rgba(80,82,90,0.9);
	min-height: 70px;
}

.ie7 .portfoliobox, .ie8 .portfoliobox {
	background-color: #555555;
}


.portfoliobox h2 {
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: .2em;
	color: #FFF;
	font-weight:bold;
}

.portfoliobox h3 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: .3em;
	color: #dddddd;
	font-style:italic;
}

.portfoliobox p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-weight:normal;
	color: #eeeeee;
}

.portfoliobox img {
	margin: 0 0 5px 5px;
	-moz-box-shadow: 0 0 4px 1px #222222;
	-webkit-box-shadow: 0 0 4px 1px #222222;
	box-shadow: 0 0 4px 1px #222222;
}

.welcometext {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

/* #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) {
		
			.contactheader {
				font-size: 1.4em;
				padding: 8px 0 0 0;
			}
			
			.navigation li a {
				width: 100px;
			}

		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
			.contactheader {
				font-size: 1.3em;
				padding: 5px 0 0 0;
				text-align:center;
			}
			
			.contactemail p, .contactphone p {
				padding-bottom: 5px;
				margin-bottom:0px;
			}
			
			.navigation li a {
				width: 100px;
				height: 100px;
			}
			
			.returnhome {
	  			text-align: center;
			}
		
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.navigation {
			background: #B7CBD7 url(../images/bgnav.png) top repeat-x;
		}
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
			.contactheader {
				font-size: 1.2em;
			}
			
			.lclogo {
				width: 300px;
				height: 103px;
				background: url(../images/logosm.png) top left no-repeat;
			}
			
			.navigation li a {
				width: 70px;
				height: 70px;
			}
			
			.navigation li a.story {
				background:url(../images/navstorysm.png) center no-repeat;
			}
			
			.navigation li a.portfolio {
				background:url(../images/navportfoliosm.png) center no-repeat;
			}
			
			.navigation li a.contactlc {
				background:url(../images/navcontactsm.png) center no-repeat;
			}
			
			.navigation li a.story:hover {
				background:url(../images/navstorysm.png) center no-repeat;
			}
			
			.navigation li a.portfolio:hover {
				background:url(../images/navportfoliosm.png) center no-repeat;
			}
			
			.navigation li a.contactlc:hover {
				background:url(../images/navcontactsm.png) center no-repeat;
			}
			
			.pagestory .navigation li a.story {
				background:url(../images/navstorysm.png) center no-repeat;
			}
			
			.pageportfolio .navigation li a.portfolio {
				background:url(../images/navportfoliosm.png) center no-repeat;
			}
			
			.pagecontactlc .navigation li a.contactlc {
				background:url(../images/navcontactsm.png) center no-repeat;
			}
			
			.contentbox {
				margin: 15px;
				padding: 15px;
			}
			
			.welcometext {
				font-size: 1em;
				line-height: 1.3em;
			}
		
		}


/* #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: '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; }
*/