html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
text-decoration: none;
}

::selection {
        background: #6eb233; /* Safari */
        color: #d8e9bb;
        }
::-moz-selection {
        background: #6eb233; /* Firefox */
        color: #d8e9bb;
}

::-webkit-input-placeholder {
color: #e5e5e5;
}

:-moz-placeholder {
color: #e5e5e5;
}
  	
body {
background: #fff;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
-webkit-text-size-adjust: none;
}

#topbar {
height: 10px;
background: #333;
}

#topbar_loggedin {
height: 50px;
background: #333;
}

#topbar_loggedin > div {
width: 960px; margin: 0 auto; overflow: hidden;
}

#topbar_loggedin > div > p {
float: right; line-height: 50px; color: #fff;
}

#topbar_loggedin > div > p a {
background: #fff;
padding: 5px 10px;
border-radius: 5px;
font-size: 12px;
position: relative;
top: -2px;
margin: 0 0 0 10px;
color: #aaa;
font-weight: 500;
}

#containerwrap {
background: #fff;
}

#container {
margin: 0 auto;
width: 960px;
overflow: hidden;
position: relative;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

header {
height: 130px;
width: 960px;
background: url(http://experienceresonate.com/siteimages/header.png);
text-indent: -9999px;
}

.overflow {
overflow: auto;
}

.first {
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.last {
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.mainnav {
display: block;
width: 190px;
float: left;
font-family: helvetica neue, helvetica, sans-serif;
background: #222;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(0,0,0)),
    color-stop(1, rgb(66,66,66))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(0,0,0) 0%,
    rgb(66,66,66) 100%
);
color: #fff;
text-align: center;
padding: 20px 0;
border-left: 1px solid #000;
border-right: 1px solid #333;
}

.mainnav:hover {
background: #6eb233;
-moz-box-shadow: inset 0 0 5px #4a6f2a;
-webkit-box-shadow: inset 0 0 5px #4a6f2a;
box-shadow: inset 0 0 5px #4a6f2a;
cursor: pointer;
border-left: 1px solid #333;
border-right: 1px solid #000;
}

.mainnav:hover .subnav {
display: block;
}

.subnav {
display: none;
height: 221px;
width: 860px;
position: absolute;
top: 184px;
left: 0px;
background: transparent;
background: hsla(0,0%,0%,0.93);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ED000000,endColorstr=#ED000000)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ED000000,endColorstr=#ED000000);   /* IE6 & 7 */      zoom: 1;
border-top: 10px solid #fff;
z-index: 1;
padding: 40px 50px;
}

.subnav:hover {
cursor: default;
}

.subnavheading {
padding: 0 60px 0 0;
}

.subnavheading, .subnavheading a {
float: left;
color: #91c244;
text-align: left;
font-weight: 500;
}

.subnavlist a {
color: #777;
position: relative;
top: 8px;
font-size: 13px;
line-height: 20px;
text-decoration: none;
clear: left;
}

.subnavheading a:hover, .subnavlist a:hover {
color: #fff;
}

#featured {
float: left;
height: 300px;
width: 960px;
background: #444;
border-top: 10px solid #fff;
}

.jshowoff{
background: #111;
height: 358px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
clear: left;
}

.jshowoff a{
color: #666;
font-size: 14px;
padding: 0 70px 0 0;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
text-decoration: none;
line-height: 49px;
}

.jshowoff a:last-child {
padding: 0px;
}

p.jshowoff-controls {
display: none;
}

p.jshowoff-slidelinks {
text-align: center;
}

a.jshowoff-active {
color: #fff;
}

.jshowoff a:hover {
color: #fff;
}

.heroimage {
float: left;
width: 231px;
height: 120px;
margin: 10px 12px 0 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: #333;
}

.pagetemplateheader {
width: 960px;
height: 300px;
background: #fbfbfb;
border-bottom: 1px solid #ccc;
float: left;
margin: 10px 0 0;
}

.pagetemplate {
width: 958px;
float: left;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.pagetemplatesidebar {
width: 918px;
padding: 35px 0px 55px 40px;
background: #fbfbfb;
overflow: hidden;
}

.pagetemplatesidebar a {
color: #999;
font-weight
}

.pagetemplatesidebar a:hover {
color: #6eb233;
}

.current a {
color: #6eb233;
font-weight: 500;
}

.pagetemplatebody {
width: 559px;
float: right;
margin: -81px 0px -55px;
padding: 35px 80px 55px 60px;
border-left: 1px solid #eee;
background: #fff;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.pagetemplatesidebar .pagetemplatebody h2 {
font-size: 20px;
color: #000;
margin: 0px 0 0px;
font-weight: 800;
}

.pagetemplatesidebar .pagetemplatebody h3 {
font-size: 14px;
font-weight: 800;
color: #000;
margin: 0px 0 5px;
}

.pagetemplatebody a {
color: #666;
}

.pagetemplatebody a:hover {
color: #6eb233;
}

.pagetemplatesidebar .pagetemplatebody p {
color: #aaa;
font-size: 13px;
line-height: 18px;
}

.pagetemplatesidebar h2 {
font-size: 16px;
font-weight: 500;
color: #000;
margin: 0 0 30px 0;
}

.pagetemplatesidebar li {
color: #bbb;
padding: 5px 5px 5px 0;
}

#preform {
width: 670px;
margin: 50px auto 0 auto;
font-size: 14px;
font-weight: 400;
line-height: 22px;
color: #888;
padding: 0 0 40px;
border-bottom: 1px solid #eee;
}

#formcontainer {
width: 520px;
margin: 0px auto 30px;
padding: 10px 0 40px;
font-size: 13px;
font-weight: 500;
color: #666;
}

#formcontainer h3 {
margin: 35px 0 25px;
font-weight: bold;
color: #000;
}

#formcontainer textarea, #formcontainer input {
font-size: 16px;
margin: 7px 0 0;
font-family: Helvetica Neue, Helvetica;
padding: 5px;
}

#formcontainer label {
font-size: 13px;
color: #000;
}

#saveForm {
width: 520px;
height: 45px;
padding: 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-family: Helvetica Neue, Helvetica;
font-weight: bold;
color: #fff;
background: #6eb233;
border: none;
}

#saveForm:hover {
cursor: pointer;
background: #444;
}

#sidebar {
width: 908px;
padding: 50px 0 0 50px;
background: #fbfbfb;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
overflow: hidden;
}

#sidebar h2 {
float: left;
clear: left;
font-size: 18px;
font-weight: 500;
margin: 0 0 10px 0;
}

#sidebar ul {
float: left;
clear: left;
margin: 0 0 20px ;
}

#sidebar li {
line-height: 22px;
}

#sidebar a {
color: #aaa;
}

#sidebar a:hover {
color: #6eb233;
}

#content {
width: 600px;
padding: 50px;
float: right;
background: #fff;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
margin: -329px 0 0;
border-left: 1px solid #eee;
}

#staffimage {
width: 200px;
height: 250px;
background: #fbfbfb;
border: 1px solid #eee;
float: left;
padding: 3px;
margin: 18px 20px 5px 0;
}

#content p {
line-height: 20px;
color: #777;
}

#content a {
color: #6eb233;
}

#content a:hover {
color: #9ed078;
}

.location {
width: 450px;
height: 200px;
background: #333;
float: left;
margin: 20px 20px 20px 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.storytile {
width: 292px;
height: 150px;
background: #fabc00;
float: left;
margin: 20px 0 0 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

footer {
width: 955px;
margin: -10px auto 0;
font-size: 11px;
color: #555;
text-align: right;
font-weight: 500;
padding: 10px 5px 30px;
}

footer a {
color: #bbb;
}

footer a:hover {
color: #6eb233;
}

