/*
* 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
================================================== */


h1 {
	font-family: 'LoraBoldItalic', "Georgia", "Times New Roman", serif;
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 8px;
}
h2 {
	font-family: 'LoraBoldItalic', "Georgia", "Times New Roman", serif;
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 8px;
}

h3 {
	font-family: 'LoraRegular', "Georgia", "Times New Roman", serif;
	margin-top: 8px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 5px;
}
.container {
	margin-top: 10px;
}
p {
	font-family: 'OxygenRegular', Helvetica, Arial, sans-serif;
}
span.contentItalic {
	font-family: 'OxygenItalic', Helvetica, Arial, sans-serif;
}
#header {
	margin: 20px 0px 10px 0px;
	text-align: center;
}
#header img {
	max-width: 100%;
	height: auto;
}
#nav {
	background-color: #008bc5;
	background-image: url(../images/BG_blue.jpg);
	background-repeat: repeat;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	margin: 0;
	padding: 10px 0px;
	text-align: center;
}
#nav .container {
	margin-top: 0px;
}
#nav ul {
	margin-bottom: 0px;
}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}
#nav a {
	color: #ffffff;
	font-family: 'OxygenBold', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 5px 10px;
	text-decoration: none;
}
#nav a:hover {
	color: #008bc5;
	background-color: #ffffff;
	font-family: 'OxygenBold', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 5px 10px;
	text-decoration: none;
}
#welcome {
	margin-bottom: 20px;
	text-align: center;
}

#about {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

#work, #testimonials, #contact {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

#about p.resumeLink a {
	color: #008bc5;
	font-family: 'OxygenBold', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
#about p.resumeLink a:hover {
	color: #008bc5;
	font-family: 'OxygenBold', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
}
#testimonials p {
	font-family: 'LoraItalic', "Georgia", "Times New Roman", serif;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 20px;
	line-height: 24px;
}
#testimonials p.testimonialAuthor {
	font-family: 'LoraBold', "Georgia", "Times New Roman", serif;
	font-size: 14px;
	margin-top: 3px;
	padding-bottom: 10px;
}
#contact a {
	color: #008bc5;
	text-decoration: none;
}
#contact a:hover {
	color: #008bc5;
	text-decoration: underline;
}
#divider {
	text-align: center;
}
#divider img {
	border: none;
}

.introContainer{
	clear: both;
	margin-top: 0px;
	margin-bottom: 18px;
}

.intro p {
	padding: 0px 15px;
	text-align: center;
}
.feature img {
	border: 2px solid #ffffff;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.feature img:hover {
	border: 2px solid #008bc5;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.noBorder img:hover {
	border: 2px solid #ffffff;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
#footer {
	color: #ffffff;
	background-color: #656565;
	background-image: url(../images/BG_gray.jpg);
	background-repeat: repeat;
	border-top: 4px solid #ffffff;
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#footer p {
	font-size: 11px;
}








/* #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) {
		h3 {
			margin-top: 20px;
		}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
#nav ul li {
	display: block;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
#nav ul li {
	display: block;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}
}
/* #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; }
*/


@font-face {
	font-family: 'OxygenRegular';
	src: url('../fonts/Oxygen-webfont.eot');
	src: url('../fonts/Oxygen-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oxygen-webfont.woff') format('woff'),  url('../fonts/Oxygen-webfont.ttf') format('truetype'),  url('../fonts/Oxygen-webfont.svg#OxygenRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OxygenItalic';
	src: url('../fonts/Oxygen-Italic-webfont.eot');
	src: url('../fonts/Oxygen-Italic-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oxygen-Italic-webfont.woff') format('woff'),  url('../fonts/Oxygen-Italic-webfont.ttf') format('truetype'),  url('../fonts/Oxygen-Italic-webfont.svg#OxygenItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OxygenBold';
	src: url('../fonts/Oxygen-Bold-webfont.eot');
	src: url('../fonts/Oxygen-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oxygen-Bold-webfont.woff') format('woff'),  url('../fonts/Oxygen-Bold-webfont.ttf') format('truetype'),  url('../fonts/Oxygen-Bold-webfont.svg#OxygenBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OxygenBoldItalic';
	src: url('../fonts/Oxygen-BoldItalic-webfont.eot');
	src: url('../fonts/Oxygen-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oxygen-BoldItalic-webfont.woff') format('woff'),  url('../fonts/Oxygen-BoldItalic-webfont.ttf') format('truetype'),  url('../fonts/Oxygen-BoldItalic-webfont.svg#OxygenBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LoraRegular';
	src: url('../fonts/Lora-Regular-webfont.eot');
	src: url('../fonts/Lora-Regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lora-Regular-webfont.woff') format('woff'),  url('../fonts/Lora-Regular-webfont.ttf') format('truetype'),  url('../fonts/Lora-Regular-webfont.svg#LoraRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LoraItalic';
	src: url('../fonts/Lora-Italic-webfont.eot');
	src: url('../fonts/Lora-Italic-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lora-Italic-webfont.woff') format('woff'),  url('../fonts/Lora-Italic-webfont.ttf') format('truetype'),  url('../fonts/Lora-Italic-webfont.svg#LoraItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LoraBold';
	src: url('../fonts/Lora-Bold-webfont.eot');
	src: url('../fonts/Lora-Bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lora-Bold-webfont.woff') format('woff'),  url('../fonts/Lora-Bold-webfont.ttf') format('truetype'),  url('../fonts/Lora-Bold-webfont.svg#LoraBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'LoraBoldItalic';
	src: url('../fonts/Lora-BoldItalic-webfont.eot');
	src: url('../fonts/Lora-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lora-BoldItalic-webfont.woff') format('woff'),  url('../fonts/Lora-BoldItalic-webfont.ttf') format('truetype'),  url('../fonts/Lora-BoldItalic-webfont.svg#LoraBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
