/* ----------------------------------------
	RESET
---------------------------------------- */
* {
	margin: 0;
	padding: 0;
}


/* ----------------------------------------
	TAGS
---------------------------------------- */
a {
	color: #da9e00;
	text-decoration: none;
}

a:hover {
	color: #ffc222;
}

body {
	background-color: #333;
	font-family: georgia, 'times new roman', times, serif;
	font-size: 14px;
}

#header h1 {
	height: 85px;
	position: absolute;
	right: -10px;
	top: 15px;
	width: 118px;
}

#header h1 a {
	background: url('/img/gui/logo-pondry.png') no-repeat center;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -1000em;
}


/* ----------------------------------------
	ID'S
---------------------------------------- */
#backdrop {
	background: #000 url('/img/gui/bg-home.jpg') no-repeat center top;
	border-bottom: 2px solid #444;
	height: 646px;
	position: absolute;
	left: 0;
	width: 100%;
}

#commentform {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

#commentform input[type='text'],
#commentform textarea {
	border: 1px solid #aaa;
	color: #888;
	font-size: 10px;
	padding: 3px;
	width: 197px;
}

#commentform input[type='text'].active {
	color: #000;
}

#commentform label {
	display: none;
}

#commentform p {
	font-size: 12px;
	margin: 5px 0;
}

#commentform textarea {
	height: 50px;
}

#comments {
	color: #3b3b3b;
	list-style: none;
	margin: 20px 0;
}

#comments li,
.column .commentList li {
	background-color: #e5e5e5;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 1.3;
    margin-bottom: 20px;
	padding: 10px;
	position: relative;
}

#comments li p {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 11px;
	margin-top: 3px;
	overflow: hidden;
}

#comments cite,
#comments cite a {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}

#comments cite a {
	text-decoration: underline;
}

#comments cite a:hover {
	color: #000;
}

#comments .says {
	color: #999;
}

#comments .comment-meta,
.commentList .tab {
	border-right: 10px solid transparent;
	border-top: 10px solid #e5e5e5;
	bottom: -10px;
	height: 0;
	position: absolute;
	left: 5px;
	width: 0;
}

#comments .comment-meta a {
	display: none;
}

#container {
	position: relative;
	min-width: 960px;
	overflow-x: hidden;
}

#content {
	background-color: #e5e5e5;
	border: 1px solid #d8d8d8;
	padding: 28px 32px 0 32px;
}

.multiColumn #content {
	background: none;
	border: none;
	padding: 0;
}

#content.post {
	padding-bottom: 16px;
	padding-top: 16px;
}

#content.post.multi {
	padding-bottom: 0;
}

.entry a,
#comments li p a {
	background-color: #fff;
	padding: 2px;
}

#contentContainer {
	border: 1px solid #d8d8d8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 0 0 2px #999;	
	-webkit-box-shadow: 0 0 2px #999;	
	padding: 15px;
	margin: 0 15px;
}

.blog #contentContainer {
	float: left;
	width: 650px;
}

#contentContainer.multiColumn {
	padding-bottom: 0;
}

#footer {
	background-color: #222;
	color: #999;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	position: relative;
}

#footer p {
	border-top: 3px solid #111;
	margin: 0 auto;
	padding: 20px 30px;
	width: 880px;
}

#header {
	background-color: #fff;
	height: 120px;
	position: relative;
}

#intro {
    background-color: rgba(0,0,0,.6);
}

#intro ul {
	font-size: 16px;
	list-style: none;
}

#intro ul li {
	line-height: 32px;
	margin-top: -14px;
	position: absolute;
	right: 18px;
	top: 50%;
}

#intro ul > li:first-child {
	left: 18px;
	right: auto;
}

#intro ul li a {
	background: #000;
	color: #fff;
	display: block;
	text-align: center;
	width: 90px;
}

#intro ul li a span {
	background-color: #6e6e6e;
	border: 2px solid #fff;
    border-radius: 22px;
    cursor: pointer;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    font-size: 40px;
	height: 40px;
	line-height: 32px;
	right: -38px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: -7px;
	width: 40px;
}

#intro ul > li:first-child a span {
	left: -38px;
	right: auto;
}

#intro ul li a:hover span {
	background-color: #333;
}

#intro ul li.inactive a,
#intro ul li.inactive a span {
	cursor: default;
}

#intro .wrapper {
    background-color: rgba(40,40,40,.4);
    min-height: 165px;
    padding: 30px 0;
    position: relative;
}

#introBlog .intros {
	opacity: 0;
}

#introBlog .intros.active.hidden {
	display: block !important;
	opacity: 1;
	left: 0 !important;
	right: auto !important;
}

#introBlog .intros.item1 {
	opacity: 1;
}

#introBlog h2 {
	color: #fff;
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	line-height: 50px;
	margin: 0 128px;
	text-align: center;
}

#introBlog h2 a {
	color: #fff;
}

#introBlog h2 a:hover {
	color: #ffc222;
}

#introBlog p {
	color: #aaa;
	margin: 10px 128px;
	text-align: center;
}

#introBlog p img {
	background: #aaa;
	border: 4px solid #000;
	margin-right: 5px;
	padding: 1px;
	vertical-align: middle;
}

#introBlog p a img {
	background: #ffe090;
}

#introBlog p a:hover img {
	background-color: #ffc222;
}

#introBlog p span {
	color: #fff;
	margin: 0 .5em;
}

#introBlog p em {
	color: #fff;
}

#introBlog #searchform {
	margin: 20px 200px;
}

#introBlog #searchform label {
	display: none;
}

#introBlog #searchform input[type='text'] {
	border: 3px solid #000;
	float: left;
	font-size: 20px;
	height: 23px;
	padding: 5px;
	width: 443px;
}

#introBlog #searchform input[type='submit'] {
	background: url('/img/gui/btn-search.gif') no-repeat;
	border: 3px solid #000;
	border-left: none;
	float: right;
	height: 39px;
	overflow: hidden;
	text-indent: -1000em;
	width: 81px;
}

#introHome blockquote {
	margin-top: 12px;
}

#introHome blockquote p {
	color: #fff;
	font-size: 50px;
	line-height: 1;
	margin-left: 203px;
	text-indent: -76px;
}

#introHome blockquote strong {
	font-size: 60px;
	font-weight: normal;
}

#introHome p {
	color: #ffb900;
	font-size: 24px;
	margin-left: 226px;
}

#listBox {
	background-color: #ffc222;
	border: 1px solid #d4a01c;
	padding: 15px 0;
	text-align: center;
}

#listBox h3 {
	background: url('/img/gui/bg-rule.png') no-repeat center bottom;
	padding-bottom: 15px;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

#listBox ul {
	list-style: none;
}

#listBox ul li {
	margin: 10px 0;
}

#listBoxContainer {
	color: #000;
	float: left;
	font: 14px georgia, 'times new roman', times, serif;
	margin: -12px 30px 12px -74px;
	width: 226px;
}

#middle {
	background-color: #fff;
	padding: 15px 0;
}

#multiHeader {
	color: #888;
	font-size: 28px;
	font-weight: normal;
	line-height: 36px;
}

#multiHeader a {
	color: #666;
}

#multiHeader a:hover {
	color: #333;
}

#multiHeader strong {
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 36px;
	line-height: 46px;
	margin-top: 6px;
}

#nav {
	font-size: 18px;
	left: 45px;
	line-height: 1;
	position: absolute;
	top: 25px;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	border-top: 5px solid #fff;
	float: left;
	padding: 4px 10px 16px 10px;
	position: relative;
	margin: 0 10px;
}

#nav ul li.active {
	background: url('/img/gui/bg-nav-act.png') no-repeat center bottom;
	border-top-color: #ffe090;
}

#nav ul li a {
	color: #878787;
}

#nav ul li a:hover,
#nav ul li.active a {
	color: #000;
}

#sidebar {
	float: right;
	margin: 20px 20px 0 0;
	width: 205px;
}

#sidebar h3 {
	color: #666;
	font-weight: normal;
}

#sidebar ul {
	color: #999;
	line-height: 1.5;
	list-style-type: square;
	margin: 5px 0 15px 32px;
	text-transform: capitalize;
}

#sidebar ul li {
    margin: 2px 0;
}

#sidebar #searchBox {
	margin-bottom: 15px;
	margin-right: -30px;
	position: relative;
}

#sidebar #searchBox #searchform {
	background-color: #ffc222;
	height: 25px;
	padding: 15px;
}

#sidebar #searchBox #searchform label {
	display: none;
}

#sidebar #searchBox #searchform input[type='text'] {
	border: 2px solid #d4a01c;
	float: left;
	font-size: 12px;
	height: 15px;
	padding: 3px 1px;
	width: 143px;
}

#sidebar #searchBox #searchform input[type='submit'] {
	background: url('/img/gui/btn-search-small.gif') no-repeat;
	border: 2px solid #d4a01c;
	border-left: none;
	float: right;
	width: 56px;
	height: 25px;
	text-indent: -1000em;
}

#sidebar #searchBox .wrapCorner {
	bottom: -10px;
	position: absolute;
	right: 0;
}

#testimonial {
	background-color: #ffc222;
	float: right;
	font-size: 12px;
	margin-left: 40px;
	width: 280px;
}

#testimonial img {
	vertical-align: top;
}

#testimonial p {
	border: 1px solid #d4a01c;
	line-height: 1.5;
	padding: 15px;
}

#testimonial cite {
	display: block;
	margin-top: 15px;
	text-align: right;
}

#testimonial .overlay {
	background-color: rgba(255,194,34,.5);
	position: relative;
	height: 8px;
	margin-top: -8px;
	width: 280px;
}


/* ----------------------------------------
	CLASSES
---------------------------------------- */
.clearing {
	clear: both;
}

.column {
	color: #3b3b3b;
	float: left;
	line-height: 1.5;
	width: 305px;
}

.column.right {
	float: right;
}

.column a {
	color: #777;
}

.column a:hover {
	color: #e8a800;
}

.column ul {
	list-style: none;
	margin: 5px 0 25px 0;
}

.column ul li {
	font-size: 12px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	margin: 10px 0;
}

.column .commentList li {
	margin-top: 0;
}

.column .commentList cite {
	color: #555;
	font-family: georgia, 'times new roman', times, serif;
	font-weight: bold;
}

.column .postList {
	background-color: #e5e5e5;
	border: 1px solid #d8d8d8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	padding: 0 20px;
}

.contactInfo {
	background-color: #191919;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
	height: 165px;
	float: right;
	font-size: 12px;
	line-height: 1.5;
	padding: 14px;
	margin: -15px 64px 0 0;
	width: 250px;
}

.contactInfo dt {
	clear: both;
	color: #ffc222;
	float: left;
	font-style: italic;
	padding-right: 10px;
	text-align: right;
	width: 50px;
}

.contactInfo dd {
	float: left;
	margin-bottom: 10px;
	width: 190px;
}

.contactInfo dd em {
	margin-left: .5em;
}

.divider {
	border-bottom: 2px solid #000;
	border-top: 5px solid #000;
	height: 2px;
	margin: 30px 0;
	width: 492px;
}

.entry {
	font-size: 13px;
}

.entry blockquote,
.entry p,
.entry ol,
.entry ul {
	margin: 12px 0;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
	font-family: georgia, 'times new roman', times, serif;
	font-weight: bold;
	font-style: italic;
}

.entry h2 { font-size: 24px; }
.entry h3 { font-size: 20px; }
.entry h4 {	font-size: 16px; }
.entry h5 { font-size: 12px; }

.entry img {
	background-color: #999;
	border: 7px solid #d8d8d8;
	padding: 1px;
}

.entry li {
	margin: 12px 30px;
}

.entry .alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.entry .alignright {
	float: right;
	margin: 0 0 0 10px;
}

.hidden {
	display: none !important;
}

.highlight {
	background-color: #ffc222;
	color: #fff;
	padding-left: 3px;
}

.intros {
	position: absolute;
	width: 100%;
}

.intros a {
	color: #ffe090;
}

.intros a:hover {
	color: #ffc222;
}

.introCopy {
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	width: 428px;
}

#introContact .introCopy {
	margin-left: 128px;
}

#introTeam .introCopy {
	clear: both;
	margin-left: 64px;
	width: 684px;
}

#introTeam .introCopy {
	display: none;
}

#introTeam #coreTeam.introCopy {
	display: block;
}

.introCopy h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1;
}

.introCopy h4 {
	font-size: 12px;
	font-style: italic;
}

.introCopy p {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	margin: 10px 0;
}

.pageCopy, .entry {
	color: #3b3b3b;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	line-height: 1.5;
}

.pageCopy p {
	margin: 25px 0;
}

.post .post_author {
	font-style: italic;
}

.post .post_details {
	color: #555;
	font-size: 12px;
	margin: 5px 0;
}

.post .post_details a {
	color: #999;
}

.post .post_details a:hover {
	color: #000;
}

.post .post_tags {
	text-transform: capitalize;
}

.post .hentry {
	margin-bottom: 30px;
}

.teamPhotos {
	margin: -15px 0 7px 58px;
}

.teamPhotos img {
	background: #bb8600;
	border: 1px solid #000;
	margin: 0 6px;
	padding: 5px;
}

.teamPhotos > img:first-child {
	margin-left: 0;
}

.teamPhotos a:hover img,
.teamPhotos a img.active {
	background: #ffc222;
}

.wrapper {
    margin: auto;
    width: 940px;
}

.wrapCorner {
	width: 0;
	height: 0;
}

.wrapCorner.left {
	border-right: 10px solid #bb8600;
	border-top: 10px solid transparent;
}

.wrapCorner.right {
	border-top: 10px solid #bb8600;
	border-right: 10px solid transparent;
}