/* @override 
	http://rippleyrichard.com/beta/templates/rippleyrichard/rippleyrichard.css
	http://www.rippleyrichard.com/beta/templates/rippleyrichard/rippleyrichard.css
	http://www.rippleyrichard.com/templates/rippleyrichard/rippleyrichard.css
	http://rippleyrichard.com/templates/rippleyrichard/rippleyrichard.css */

/*

Copyright (c) 2012 Geoff Myers of SimDex LLC. All rights reserved.

http://simdex.org
http://geoffmyers.net

*/

@import url("http://fast.fonts.com/t/1.css");
@font-face{
font-family:"Century Gothic W01 Bold";
src:url("Fonts/b247e158-e647-4a3d-9637-944de5124043.eot@");
src:url("Fonts/b247e158-e647-4a3d-9637-944de5124043.eot@") format("eot"),url("Fonts/2ef5ecda-1772-45e2-843f-a13f5d76ed3a.woff") format("woff"),url("Fonts/33cf10ca-a6bb-4888-a320-d38720c9847b.ttf") format("truetype"),url("Fonts/3428a0e6-cb4d-408a-8331-cc78554ab49c.svg") format("svg");
}
@font-face{
font-family:"CenturyGothicW01-Italic";
src:url("Fonts/38471ac0-7849-4a39-9f97-f89d78f42142.eot@");
src:url("Fonts/38471ac0-7849-4a39-9f97-f89d78f42142.eot@") format("eot"),url("Fonts/483a662e-88d8-4865-8dd3-1515c67fe28b.woff") format("woff"),url("Fonts/d29e72e3-fcd5-4fa6-8cfb-986a2e33e105.ttf") format("truetype"),url("Fonts/1e08e1b1-b459-4819-95bc-54667cb4d9b5.svg") format("svg");
}
@font-face{
font-family:"Century Gothic W01";
src:url("Fonts/bd45538f-4200-4946-b177-02de8337032d.eot@");
src:url("Fonts/bd45538f-4200-4946-b177-02de8337032d.eot@") format("eot"),url("Fonts/9908cdad-7524-4206-819e-4f345a666324.woff") format("woff"),url("Fonts/b710c26a-f1ae-4fb8-a9fe-570fd829cbf1.ttf") format("truetype"),url("Fonts/c9e387df-c0d3-42e1-8de6-78c41f68594c.svg") format("svg");
}

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

/* END RESET CSS, BEGIN STYLING FOR RIPPLEY RICHARD TEMPLATE */

body {
	color: #900e00;
	font: 12pt "Century Gothic W01";
	background: url(images/page-bg.png) repeat-x fixed 0 top;
}

div.nav-bg {
	background: url(images/nav-bar-bg.png) repeat-x 0 top;
	height: 66px;
	width: 70%;
	float: right;
	position: absolute;
	top: 76px;
	left: 30%;
	z-index: -1;
}

div.container {
	width: 950px;
	margin: auto;
}

div.navigation {
	float: right;
}

div.navigation li {
	list-style-type: none;
	float: left;
}

div.navigation li a {
	display: block;
	height: 66px;
	color: #0d2f09;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font: 20pt/43pt "Century Gothic W01 Bold";
	letter-spacing: -1px;
}

div.navigation li a:hover {
	color: #ffffff;
	text-shadow: 1px 1px 4px #000000;
}

div.navigation li.item-101 {
	display: none;
}

div.navigation li.active a {
	background: url(images/nav-bar-bg-hover.png) repeat-x;
	color: #ffffff;
	text-shadow: 1px 1px 4px #000000;
}

div.content, div.navigation, div.clear {
	clear: both;
}

strong {
	font-family:"Century Gothic W01 Bold";
	font-weight: normal;
	font-style: normal;
}

em {
	font-family: "CenturyGothicW01-Italic";
	font-weight: normal;
	font-style: normal;
}

div.header-left, div.footer-left, div.content-left {
	float: left;
}

div.header-right, div.footer-right, div.content-right {
	float: right;
}

div.footer-right {
	text-align: right;
}

div.footer-left, div.footer-right {
	margin-bottom: 30px;
}

div.header-right {
	font-size: 18pt;
	margin-top: 25px;
}

div.header-right a {
	color: inherit;
}

div.header-right a:hover {
	color: #ffffff;
	background-color: #900e00;
	text-decoration: none;
}

div.footer {
	font-size: 11pt;
	color: #0b2a07;
	clear: both;
}

div.footer a {
	color: inherit;
}

div.footer a:hover {
	color: #ffffff;
	background-color: #0b2a07;
	text-decoration: none;
}

div.header-left {
	position: relative;
	top: 76px;
}

a.button {
	display: block;
	width: 227px;
	height: 66px;
	color: #0c2f08;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	float: left;
	font: 20pt/60px "Century Gothic W01 Bold";
	margin-right: 5px;
	text-shadow: none;
	background: url(images/button.png) no-repeat;
}

a.button-ext {
	display: block;
	color: #0c2f08;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	float: left;
	font: 20pt/56px "Century Gothic W01 Bold";
	margin-right: 5px;
	text-shadow: none;
	padding-left: 20px;
	padding-right: 20px;
	background: url(images/button-bg.png) repeat-x;
	height: 58px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #909090;
	-webkit-box-shadow: 2px 2px 5px #909090;
	box-shadow: 2px 2px 5px #909090;
}

a.button:hover {
	background-image: url(images/button-hover.png);
	color: #ffffff;
	text-shadow: 1px 1px 4px #000000;
}

a.button-ext:hover, #phocagallery div.pg-csv-desc p a.button-ext:hover {
	color: #ffffff;
	text-shadow: 1px 1px 4px #000000;
	background: url(images/button-bg-hover.png) #a38300 !important;
}

div.lower-content div.content-right p em {
	display: block;
	text-align: right;
}

h4 {
	text-transform: uppercase;
	font: 14pt "Century Gothic W01 Bold";
	clear: both;
}

p.content-middle {
	width: 360px;
	display: block;
	text-align: center;
	height: 60px;
	margin: auto auto 20px;
}

h5 {
	font: 14pt "CenturyGothicW01-Italic";
	margin-bottom: 5px;
}

body#home div.navigation {
	margin-bottom: 20px;
}

div.banner {
	background: url(images/banner-bg.png) repeat-x;
	height: 418px;
	padding: 30px 0;
	margin-bottom: 40px;
	color: #ffffff;
	font-size: 15pt;
	text-shadow: 1px 1px 4px #000000;
}

body#home div.overlay {
	background: url(images/banner-bg.png) repeat-x 0 192px;
}

div.content-left {
	clear: left;
}

body#home div.content-left, body#home div.content-right {
	width: 49%;
}

div#navigation92.navigation-container {
	padding-top: 340px;
}

img#prev92.prev-button {
	padding-left: 20px;
}

img#next92.next-button {
	padding-right: 20px;
}

div.content-right {
	clear: right;
}

div.lower-content {
	clear: both;
}

div.content-left, div.content-right {
	width: 48%;
	margin-bottom: 20px;
}

div.content p, div.content ul, div.content ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

div.banner p {
	line-height: 1.19em;
}

div.content ul {
	float: left;
}

div.content li {
	margin-left: 20px;
}

div.content p.intro {
	font-size: 24pt;
	margin-bottom: 26px;
}

h3 {
	font-size: 24pt;
	margin-bottom: 10px;
}

h2 {
	color: #fdc900;
	text-align: center;
	border-bottom: 2px solid #fdc900;
	letter-spacing: -2px;
	font: 32pt "Century Gothic W01 Bold";
	margin-bottom: 20px;
}

#pg-icons a img {
	display: none;
}

#phocagallery form div.pagination.pagination-centered {
	display: none !important;
}

#default div.overlay div.overlay2 div.container div.content div.clearfix.pg-cv-paginaton {
	display: none;
}

div#pg-msnr-container {
	clear: both;
	padding-top: 20px;
}