/*
* 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
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */
html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	.container {
		padding-bottom: 60px;
		overflow: auto;
	}
	#wrap {
	min-height: 100%;	
	}
	#body {
		padding:10px;
		width: 100%;	
	}
	#footer {
		/*position:absolute;*/
		bottom:0;
		width:100%;
		position: relative;
		margin-top: -60px;
		height:60px;			/* Height of the footer */
		background:#CCC;
		clear: both;
	}
	#inner-footer {
	width: 	900px;
	margin: 0 auto;
	padding: 10px;
	}
	#copyright {
	float: right;
	font-weight: bold;	
	}
img {
max-width: 100%;	
}
#pull {
		display: none;
}
.site-link {
background-color: #27a7dc;
padding: 6px;
color: #FFF;
text-decoration: none;
font-family: Tahoma, Geneva, sans-serif;
font-size: 18px;
text-indent: 8px;
line-height: 22px;
width: 98%;
display: block;
margin: -10px 0 10px 0;
}
.site-link:hover {
text-decoration: underline;	
color: #FFF;
}
.site-link:visited {
text-decoration: none;
color: #FFF;	

}
.worksite {
			background-color: #FFF;
			padding: 4px;
			-moz-box-shadow: 0 0 0.5em grey;
-webkit-box-shadow: 0 0 0.5em grey;
box-shadow: 0 0 0.5em grey;
height: 150px;
margin: 0 0 6px 0;
width: 100%;
position: relative;
-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
		}
		.worksite_hover {
			-moz-box-shadow: 0 0 0.75em black;
-webkit-box-shadow: 0 0 0.75em black;
box-shadow: 0 0 0.75em black;
		}
		.worksite p {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 18px;
		color: #FFF;
		margin: 0;
		padding: 2px 10px;
		z-index: 100;
		position: absolute;
		top: 129px;
		left: 4px;
		width: 280px;
		background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
		}
		.portfolio {
		height: 450px;	
		}
		h5 {
		margin-left: 7px;	
		}
		.link-arrow {
		float: right;
		}
		.current {
		background-color: #666;
		margin-bottom: -2px;
		}
		.navbutton {
		-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
		}
		
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#pull {
		display: none;
}
.worksite {
height: 118px;	
}
.worksite p {
	top: 97px;
	width: 216px;
}
#inner-footer {
	width: 	737px;
}

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#pull {
		display: none;
}


}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#navigation {
width: 400px;
margin: 5px 0 0 0;
float: left;
/*background: #555;*/
color: #333;
		}
		#navigation li a {
		color: #333;	
		}
		#pull {
		display: none;
}
.worksite {
height: 150px;	
width: 300px;
}
.worksite p {
	top: 129px;
	width: 280px;
}
#inner-footer {
	width: 	737px;
}
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#pull {
		display: none;
}
#inner-footer {
	width: 	400px;
}
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#navigation {
		float: left;
		margin: 26px 0 0 0;
		width: 100%;	
		}
		#navigation ul {
		display: none;	
		padding: 0;
		}
		#navigation li{
		width: 300px;
		float: none;	
		text-align: left;
		margin: 0;
		padding: 10px 0 10px 0;
		background-color: #CCC;
		border-bottom: 1px solid #eee;
		}
		#navigation li a{
		text-align: left;
		}
		#pull {
		display: block;
		background-color: #27a7dc;
		color: #FFF;
		width: 100%;
		height: 40px;
		position: relative;
		margin: 0;
		text-indent: 14px;
		padding: 0;
		font-size: 16px;
		text-decoration: none;
		font-weight: bold;
		line-height: 2.6;
	}
	#pull img {
	float: right;
	margin: 10px;	
	}
	#inner-footer {
	width: 	300px;
}
	}


/* #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; }
*/
