/*
* 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
================================================== */
img {
	max-width: 100%;
	height: auto;
}
body {
	background: url('../images/back-tile.png') repeat;
	
}
body.alt {
	background: url('../images/back-tile-3.png') repeat;
}
#wrapper {
	background: #FFF;
	box-shadow: 0 0 10px #000;
	margin-bottom: 25px;
}
#container {
	clear: both;
	padding-top: 25px;
}
#banner {
	position: relative;
}
#banner p.title {
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 1px 3px #000;
	position: absolute;
	width: 50%;
	left: 10%;
	top: 20%;
	margin: 0;
}
#logo img {
	padding: 40px 0;
}
.box {
	padding-bottom: 25px;
}
.entry {
	color: #a49e99;

}
.entry ul {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}
.entry ul li {
	list-style: circle;
	margin: 0 0 5px;
	padding: 0;
}
.entry p {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 15px;
}
.entry a {
	color: #573275;
	text-decoration: none;
}
.entry a:hover {
	text-decoration: underline;
}
.entry th {
	font-weight: bold;
	width: 30px;
	text-align: left;
}
.entry .gform_wrapper h3.gform_title {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 21px;
}
h1.pagetitle, h2.person-name {
	text-transform: uppercase;
	color: #432263;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 20px;
	padding: 0;
}
h2.person-name {
	margin: 0;
}
.people-list {
	width: 15%;
	margin-right: 1%;
	float:left;
}
.entry .people-list p.person-name {
	color: #573275;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
	margin: 10px 0 4px;
}
.entry .people-list p.qualpos {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}
.entry .people-list p.qualpos span.position {
	font-weight: bold;	
}

.single-people p.qualpos {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	margin: 5px 0 15px;
	color: #432263;
}
.single-people p.qualpos span.position {
	font-weight: bold;	
	color: #928c87;
}
.single-people p.email-person a {
	color: #432263;
	font-weight: bold;
}
#content-image img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}


/* Footer */
body.alt #footer {
	background: #553370;
}
#footer {
	text-transform: uppercase;
	background: #a39d99;
	padding: 20px 0;
	color: #FFF;
}
#footer th {
	font-weight: bold;
	width: 30px;
	text-align: left;
}
#footer td {
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}


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

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#banner p.title {
			top: 16%;
			width: 60%;
		}
	}

	/* 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) {
		#banner p.title {
			position: relative;
			color: #333;
			font-size: 14px;
			text-shadow: none;
			margin: 0 0 25px;
			padding: 0;
		}
		body {
			background: #FFF;
		}
		#wrapper {
			box-shadow: none;
		}
		#footer {
			border-top: 2px solid #A39D99;
			background: #FFF;
			color: #573275;
		}
		#footer a {
			color: #573275;
		}
		.entry .people-list {
			width: 49%;
			margin-right: 1%;
			float:left;
		}		
		#logo img {
			padding: 20px 0;
		}
	}

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