
* {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

/* -----BODY STUFF----- */
html {
    background-color: #222;
}

body {
    height: auto;
    width: auto;
    /*font-family: Sans-Serif;*/
    color: #eee;
    font-family: Verdana, Geneva, sans-serif
}

/*---LIGHTBOX STYLE---*/
.pp_nav p {
    color: #333;
    width: 100px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background: #f8f8f8 !important
}

div.pp_default .pp_description {
    line-height: 27px !important;
    color: #333;
}

/* -----A TAG STUFF----- */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

p {
    font-size: 12px;
}

/* -----H TAG STUFF----- */
h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: normal;
    font-family: sans-serif;
    letter-spacing: 1px;
}

h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited,
h5, h5 a, h5 a:visited,
h6, h6 a, h6 a:visited {
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

/* -----PAGE STUFF----- */
#contentContainer {
    width: 100%;
    height: 100%;
    margin: 0;
}

#content {
    padding: 35px 35px 75px;
}

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 35px 20px;
}

#main {
    width: 300px;
    padding: 20px 20px 20px 55px;
    border: 1px solid #000;
    z-index: 2;
    position: relative;
    background: #111;
    background: rgba(0, 0, 0, .9);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

body.page #main {
    width: 505px;
}

body.page-template-fullwidth-php #main {
    width: auto;
}

body.iPad #main {
    padding: 20px;
}

#main.blog {
    width: 505px;
}

#main img {
    max-width: 100%;
    height: auto;
}

#handle {
    position: absolute;
    cursor: move;
    z-index: 4;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 30px;
    border-right: 1px solid #000;
    background: #323232 url(images/draggable.png) no-repeat center 30px;
}

#handle:before {
    border: 1px solid #333;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

body.iPad #handle {
    display: none;
}

#moveNotice {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7) url(images/mover.png) no-repeat 95% 30px;
    display: none;
    z-index: 3;
}

#closeBox {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 9px;
    width: 12px;
    height: 12px;
    background: url(images/close.png) no-repeat left top;
    display: block;
    z-index: 5
}

body.iPad #closeBox {
    left: 5px;
    top: 5px;
}

#closeBox:hover {
    background: url(images/close.png) no-repeat right top;
}

#crumbs {
    font-size: 10px;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: -5px;
}

/*---MAP STYLING---*/
#gMap {
    width: 100%;
    height: 100%;
    position: fixed !important;
    left: 0;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
}

#gMap > div:nth-child(2) {
    height: 60% !important;
    left: 20% !important;
    top: 20% !important;
    width: 60% !important;
    border: 1px solid #000;
    outline: 1000px solid rgba(0, 0, 0, .8);
}

div[title="Exit Street View"] + div {
    background: red !important;
}

/*---------HEADER STUFF-----------*/
#header {
    /*position: fixed;*/
    display: none;
    right: 0;
    left: 0;
    padding: 0 35px;
    z-index: 1000;
    background: #171717;
    background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#171717));
    background: -moz-linear-gradient(top, #282828, #171717);
    border-bottom: 1px solid #000;
}

a#logo {
    display: inline-block;
    position: relative;
    z-index: 2;
    float: none;
    padding: 10px 10px 10px 0;
}

a#logo img {
    vertical-align: middle;
}

#description {
    font-size: 10px;
    font-family: sans-serif;
    font-style: italic;
    float: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

/*-------MAIN NAVIGATION STUFF--------*/
#navigation {
    float: right;
    position: relative;
    display: inline-block;
}

#dropmenu {
    list-style: none;
    position: relative;
    z-index: 400;
}

#dropmenu > li {
    list-style: none;
    position: relative;
    display: inline-block;
}

#dropmenu > li.menu-item-has-children:hover {
    background-color: #111;
}

#dropmenu > li > a {
    display: block;
    padding: 0 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    position: relative;
    color: #aaa;
}

#dropmenu > li > a:hover {
    color: #fff;

}

#dropmenu li ul {
    list-style: none;
    position: absolute;
    width: 180px;
    padding: 10px;
    z-index: 300;
    top: 70px;
    right: -1px;
    background: #111111;
    border: 1px solid #000;
    border-width: 0 1px 1px;
    display: block;
    visibility: hidden;
    opacity: 0;
}

#dropmenu li ul:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #222;
    border-width: 0 1px 1px;
}

#dropmenu li ul li {
    position: relative;
    z-index: 2;
}

#dropmenu li ul li a {
    line-height: 35px;
    padding: 0 15px;
    display: block;
    font-size: 10px;
}

#dropmenu li ul li a:hover {
    background: #222;
    opacity: 1;
}

#dropmenu li ul li ul {
    position: absolute;
    top: -10px;
    right: 180px;
    border-width: 1px;
}

#dropmenu li ul li ul:before {
    border-width: 1px;
}

#dropmenu li:hover ul ul,
#dropmenu li:hover ul ul ul,
#dropmenu li:hover ul ul ul ul {
    visibility: hidden;
    opacity: 0;
}

#dropmenu li:hover ul,
#dropmenu li li:hover ul,
#dropmenu li li li:hover ul,
#dropmenu li li li li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.15s;
    -moz-transition-timing-function: linear;

    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;

    -o-transition-property: opacity;
    -o-transition-duration: 0.15s;
    -o-transition-timing-function: linear;
}

#dropmenu li.current-menu-item > a,
#dropmenu li.current-menu-ancestor > a {
    color: #fff;
}

#dropmenu .navDash {
    display: none;
}

#selectMenu {
    display: none;
}

#searchToggle.active {
    background: #111;
}

#searchToggle i {
    width: 10px;
}

/*--------FOOTER STUFF--------*/
#footer {
    width: 100%;
    height: 40px;
    border-top: 1px solid #000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    line-height: 40px;
    font-size: 12px;
    background: #171717;
    background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#171717));
    background: -moz-linear-gradient(top, #282828, #171717);
}

/*#footer:before {*/
/*border-top: 1px solid #2c2c2c;*/
/*border-top: 1px solid rgba(255, 255, 255, .05);*/
/*content: "";*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*z-index: 0;*/
/*}*/

.widgetsToggle {
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 35px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 2;
    float: right;
    display: inline-block;
    border: 1px solid #000;
    border-width: 0 1px;
    background: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#171717));
    background: -moz-linear-gradient(top, #323232, #171717);
}

.widgetsToggle:before {
    border: 1px solid #333;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.widgetsToggle i {
    line-height: 40px;
    vertical-align: middle;
}

.widgetsToggle:hover {
    text-decoration: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background: -moz-linear-gradient(top, #444444, #222222);
}

#widgetsClose {
    display: none;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background: -moz-linear-gradient(top, #444444, #222222);
}

/*--SINGLE POST NAVIGATION---*/
a[rel~="prev"],
a[rel~="next"] {
    float: left;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    padding: 0 12px;
    padding: 0;
    width: 35px;
    margin: 0 -1px 0 0;
    cursor: pointer;
    border: 1px solid #000;
    border-width: 0 1px;
    color: #fff;
    background: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#171717));
    background: -moz-linear-gradient(top, #323232, #171717);
}

a[rel~="prev"] i,
a[rel~="next"] i {
    line-height: 40px;
}

a[rel~="prev"]:before,
a[rel~="next"]:before {
    border: 1px solid #363636;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

a[rel~="prev"]:hover,
a[rel~="next"]:hover {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background: -moz-linear-gradient(top, #444444, #222222);
}

/*---CIRCULAR TARGET THING---*/
#target {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 2;
    height: 20px;
    width: 20px;
    margin: -40px 0 0 -25px;
    border-radius: 50px;
    background: none;
    border: 15px solid #F26666;
    opacity: .75;
}

/*---MARKER TITLE POPUP---*/
.markerTitle {
    font-size: 10px;
    color: #fff;
    width: 120px;
    display: none;
    position: absolute;
    bottom: 32px;
    bottom: 0;
    left: -65px;
    padding: 7px;
    text-align: center;
    border: 1px solid #000;
    background: #171717;
    background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#171717));
    background: -moz-linear-gradient(top, #323232, #171717);
    border-radius: 3px;
}

.markerTitle:before {
    border: 1px solid #333;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.markerTitle:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    z-index: 1000;
    left: 55px;
    width: 0;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #171717 transparent;
}

/*---MAP IMAGE POP-UP CONTAINER---*/
#mapStyleContainer {
    position: absolute;
    left: 50%;
    margin-left: -26px;
    bottom: 50px;
    width: 42px;
    height: 42px;
    display: none;
    padding: 5px;
    z-index: 30000;
    border: 1px solid #000;
    background: #171717;
    background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#171717));
    background: -moz-linear-gradient(top, #323232, #171717);
    border-radius: 3px;
}

#mapStyleContainer:before {
    border: 1px solid #333;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#mapStyleContainer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    z-index: 1000;
    left: 19px;
    width: 0;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #171717 transparent;
}

/*---MAP IMAGE POP-UP---*/
#mapStyle {
    width: 42px;
    height: 42px;
    background-image: url(images/mapType.jpg);
    background-position: right top;
}

#mapStyle.satellite {
    background-position: left top;
}

/*---MAP TYPE BUTTON CONTAINER---*/
#mapTypeContainer {
    overflow: visible;
    font-size: 10px;
    margin: 0 -1px 0 0;
    line-height: 40px;
    height: 40px;
    width: 39px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 12px;
    float: left;
    color: #fff;
    border: 1px solid #000;
    border-width: 0 1px;
    background: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#171717));
    background: -moz-linear-gradient(top, #323232, #171717);
}

#mapTypeContainer:before {
    border: 1px solid #363636;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

#mapTypeContainer:hover {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background: -moz-linear-gradient(top, #444444, #222222);
}

/*---MAP TYPE BUTTON---*/
#mapType {
    width: 39px;
    height: 25px;
    background: url(images/dial.png) no-repeat 0 -24px;
    cursor: pointer;
    margin: 7px 0 0;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
}

#mapType.roadmap {
    background-position: 0 1px;
}

/*---FOOTER MARKER CONTAINER---*/
#markers {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    width: 330px;
    position: relative;
}

body.iPad #markers {
    width: 280px;
}

/*---MARKER NAVIGATION---*/
.markerNav {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    position: relative;
    border: 1px solid #000;
    border-width: 0 1px;
    float: left;
    position: relative;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    padding: 0;
    width: 35px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    background: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#171717));
    background: -moz-linear-gradient(top, #323232, #171717);
}

.markerNav i {
    line-height: 40px;
}

.markerNav:before {
    border: 1px solid #333;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.markerNav:hover {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background: -moz-linear-gradient(top, #444444, #222222);
}

#nextMarker {
    margin-right: -1px;
}

/*---FOOTER MARKER---*/
.marker {
    font-size: 0px;
    width: 0px;
    height: 0px;
}

/*---CUSTOM INFOWINDOW---*/
.markerInfo {
    font-size: 12px;
    width: 300px;
    z-index: 1002;
    color: #fff;
    bottom: -1px;
    left: 36px;
    position: fixed;
    padding: 10px 15px;
    display: none;
    font-weight: normal;
    border: 1px solid #000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    background: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#171717));
    background: -moz-linear-gradient(top, #323232, #171717);
}

body.iPad .markerInfo {
    width: 250px;
}

.markerInfo:before {
    border: 1px solid #333;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.markerInfo h2 {
    line-height: 1em;
    margin: 3px 0 5px;
}

.markerInfo h2 a {
    font-size: 16px;
    line-height: 1em;
}

.markerInfo .imgLink {
    float: left;
    display: block;
}

.markerInfo img {
    display: block;
    border: 1px solid #000;
    margin: 5px 15px 5px 0;
}

.markerInfo a {
    position: relative;
    z-index: 2;
}

.markerInfo a:hover img {
    border-color: #fff;
}

.markerInfo p {
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.markerLink {
    position: relative;
    line-height: 20px;
    font-size: 11px;
    margin: 10px 0 0;
}

.markerTotal {
    font: italic 11px "Georgia";
    width: 50px;
    text-align: right;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    right: 15px;
}

/*---FOOTER COPYRIGHT---*/
#footer #copyright {
    font-size: 10px;
    line-height: 40px;
    float: right;
    padding: 0 15px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

#footer #copyright a {
    color: #ddd;
    border-bottom: 1px dotted #ddd;
}

#footer #copyright a:hover {
    border-bottom: 1px solid #ddd;
}

/*---FOOTER SOCIAL ICONS---*/
#socialStuff {
    float: right;
    height: 40px;
    position: relative;
    padding-right: 7px;
}

.socialicon {
    margin: 0 3px 0 0;
    border: none !important;
    z-index: 1;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

.socialicon i {
    line-height: 40px;
    vertical-align: middle;
}

#rssIcon:hover {
    color: #FF6600;
}

#skypeIcon:hover {
    color: #00AFF0;
}

#flickrIcon:hover {
    color: #FF1981;
}

#instagramIcon:hover {
    color: #18587E;
}

#linkedinIcon:hover {
    color: #0077B5;
}

#youtubeIcon:hover {
    color: #E73630;
}

#vimeoIcon:hover {
    color: #20B9EB;
}

#pinterestIcon:hover {
    color: #CB1B23;
}

#gplusIcon:hover {
    color: #DD4B39;
}

#facebookIcon:hover {
    color: #3B5998;
}

#twitterIcon:hover {
    color: #00ACEE;
}

/*---FOOTER PAGE TITLE POPUP---*/
.pageContent {
    top: 40px;
    margin-right: -1px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 1px solid #000;
    border-width: 0 1px;
    background: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#171717));
    background: -moz-linear-gradient(top, #323232, #171717);
}

.pageContent:before {
    border: 1px solid #333;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.pageContent:hover {
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
    background: -moz-linear-gradient(top, #444444, #222222);
}

.pageContent h2 {
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    padding: 0 15px;
    display: inline-block;
}

/* -----SEARCH STUFF----- */
#searchBtn {
    height: 28px;
    width: 28px;
    background: url(images/search.png) no-repeat center top;
    cursor: pointer;
    display: none;
}

#searchBtn:hover {
    background: url(images/search.png) no-repeat right top;
}

#searchform {
    background: #111;
    border: none;
}

#searchform #s {
    width: 190px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    background: none;
    border: none;
}

#searchform #searchsubmit {
    display: none;
}

#searchform #searchsubmit:hover {
    text-decoration: none;
}

#header #searchform {
    position: absolute;
    right: 35px;
    display: none;
    top: 110%;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    background: #222;
}

/* -----POST AND ENTRY STUFF----- */
.listing > div {
    margin: 30px 0;
}

.listing h2.posttitle,
.listing .entrytitle {
    margin-bottom: 5px;
    font-size: 15px;
}

h2.posttitle, .entrytitle {
    margin-bottom: 5px;
    font-size: 22px;
}

.entrytitle {
    margin-bottom: 10px;
}

.entry {
    font-size: 12px;
}

body.single .entry {
    margin-top: 15px;
}

.entry ol, .entry ul {
    margin: 0 0 15px 15px;
    padding: 0;
    font-size: 12px;
}

.entry li {
    padding: 0;
    list-style-position: outside;
    line-height: 1.5em;
}

.entry p {
    margin: 0 0 15px;
}

.details {
    font-size: 12px;
    margin-bottom: 35px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
}

ul.goodList {
    list-style-image: url(images/check.png);
    margin-left: 20px;
}

ul.okList {
    list-style-image: url(images/yield.png);
    margin-left: 20px;
}

ul.badList {
    list-style-image: url(images/exclamation.png);
    margin-left: 20px;
}

#postAddr {
    margin-bottom: 20px;
}

#shareButton {
    margin: -10px 0 20px;
    display: block;
}

#shareButton span.sharethis {
    color: #fff;
}

ul.galleryBox {
    list-style: none;
    margin: 15px 0 10px;
    display: none;
}

ul.galleryBox li {
    width: 53px;
    height: 53px;
    margin: 0 5px 5px 0;
    list-style: none;
    display: inline-block;
    border: 1px solid #000;
}

ul.galleryBox li:hover {
    border-color: #fff;
}

#related {
    margin: 15px 0;
    display: none;
}

#related ul {
    list-style: none;
}

#related ul li {
    width: 53px;
    height: 53px;
    margin: 0 0 5px 0;
    list-style: none;
    display: inline-block;
    border: 1px solid #000;
}

#related ul li:hover {
    border-color: #fff;
}

#relatedItemsLink {
    text-align: right;
    display: block;
    margin-top: 10px;
}

#tags {
    padding: 15px 0;
    display: none;
}

/*------TOGGLE STUFF-----*/
.toggleButton {
    cursor: pointer;
    color: #fff;
    clear: both;
    font-size: 11px;
    padding: 5px 8px;
    position: relative;
    border: 1px solid #000;
    border-width: 1px 0 1px;
    background: #333;
    margin-bottom: -1px;
}

.toggleButton:before {
    border: 1px solid #444;
    border: 1px solid rgba(255, 2555, 255, .05);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.toggleButton:hover {
    color: #000;
}

.toggleButton span {
    float: right;
}

/*-------BLOG POST STUFF-------*/
.blogThumb img {
    outline: 1px solid #000;
}

.blogThumb:hover img {
    outline: 1px solid #fff;
}

.blogTitle {
    font-size: 20px;
    margin-bottom: 5px;
}

.readMore {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.blogMeta {
    font-size: 10px;
    border-bottom: 1px dotted #555;
    margin-bottom: 10px;
    padding: 10px 0;
    font-style: italic;
}

/* ----TOOL TIP STYLE----- */
.itooltip {
    display: none;
    font-size: 12px;
    color: #fff;
    z-index: 10000000;
    position: absolute;
    background: #222;
    padding: 5px 10px;
    border: 1px solid #000;
}

/*-------CATEGORY PAGE NAVIGATION STUFF----------*/
.navigation {
    font-size: 12px;
    width: 100%;
    margin-bottom: 0 !important
}

.navigation .pagenav a {
    display: block;
}

/*-----SIDEBAR STUFF----*/
#sidebar {
    position: fixed;
    bottom: 40px;
    right: 0;
    padding: 35px 0 0px;
    z-index: 800;
    display: none;
    border: 1px solid #000;
    width: 320px;
    overflow: auto;
    border-bottom: none;
    background: #111;
    background: rgba(0, 0, 0, .9);
}

#sidebar > ul {
    padding: 0 30px;
}

#sidebar ul li.widget {
    list-style: none;
    margin: 0 0 30px;
    font-size: 12px;
    width: 260px;
    display: block;
}

#sidebar ul li.widget h2.widgettitle {
    margin-bottom: 5px;
}

#sidebar ul li.widget ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 10px 15px;
}

#sidebar ul li.widget ul li ul {
    margin-top: 10px;
}

#sidebar ul li.widget ul li ul li {
    list-style-type: disc;
    list-style-position: inside;
}

/* -----COMMENT STUFF----- */
#commentsection {
    width: 300px;
    font-size: 12px;
    display: none;
    margin: 15px 0;
}

.commentlist {
    width: 100%;
    list-style: none;
}

h3.comments {
    margin: 40px auto 20px;
}

.commentlist li, #commentform input, #commentform textarea {
    font: .9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
    font-weight: bold;
    list-style: none;
    padding: 15px 0;
    font-size: 12px;
}

.commentlist li img.avatar {
    float: left;
    margin-right: 23px;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
}

.commentlist p {
    font-weight: normal;
    text-transform: none;
    margin: 10px 5px 10px 53px;
    font-size: 12px;
}

.commentlist .pingback p {
    margin: 10px 5px 10px;
}

#commentform p {
    margin: 5px 0;
}

.commentmetadata {
    font-weight: normal;
    display: block;
    font-size: 10px;
    color: #333;
    padding: 3px 0 0;
    text-transform: uppercase;
}

cite.fn {
    text-transform: uppercase;
}

.commentlist {
    padding: 0 0 40px;
}

.nocomments {
    text-align: center;
}

/*---FORM STUFF---*/
select, input[type="file"], input[type="email"], input[type="text"], input[type="password"] {
    padding: 5px;
    width: 150px;
}

textarea {
    padding: 4px;
    width: 292px;
    height: 120px;
    font-family: Sans-serif;
    font-size: 12px;
}

input[type="file"] {
    width: auto;
}

select,
input[type="file"],
input[type="email"],
input[type="text"],
input[type="password"],
textarea {
    background: #333;
    border: 1px solid #3a3a3a;
    color: #fff;
    margin: 5px 0 0 0;
    border-radius: 3px;
}

#commentform input[type="submit"],
input[type="submit"] {
    cursor: pointer;
    border: none;
    display: block;
    padding: 3px 8px;
    border-radius: 3px;
}

#commentform input[type="submit"]:hover,
input[type="submit"]:hover {
    background: #333;
    color: #fff;
}

#sidebar #searchform {
    border-radius: 20px;
    background: #222;
}

#sidebar input, #sidebar textarea {
    padding: 3px
}

#sidebar input[type="submit"] {
    cursor: pointer;
}

/*-----SUBMISSION FORM STUFF------*/
#primaryPostForm .formExample {
    color: #888;
    font-style: italic;
}

/* -----MISC STUFF----- */
code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
    font-size: .9em;
    letter-spacing: .07em;
    cursor: help;
}

p img {
    max-width: 100%;
}

img.centered {
    display: block;
    margin: 0 auto;
}

img.alignright {
    display: inline;
    margin: 0 0 10px 10px;
}

img.alignleft {
    display: inline;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

acronym.abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    padding-left: 20px;
    margin: 15px;
}

blockquote cite {
    display: block;
    margin: 5px 0 0;
}

.center {
    text-align: center;
}

hr {
    /*display: none;*/
}

a img {
    border: none;
}

img#wpstats {
    width: 0;
    height: 0;
    border: none;
    overflow: hidden;
}

#hideme {
    visibility: hidden;
}

.hidden {
    visibility: hidden;
    display: none;
}

.rssSummary {
    padding-bottom: 15px;
}

.clear {
    clear: both;
}

p.clear {
    height: 1px;
    width: 1px;
}

.hide {
    display: none;
}

.red {
    color: red;
}

/* -----CALENDAR STUFF----- */
#wp-calendar {
    empty-cells: show;
    width: 100%;
    margin: 10px auto 0;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    text-decoration: none;
    display: block;
}

#wp-calendar caption {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}

#wp-calendar td {
    text-align: center;
    padding: 3px 0;
}

/*----TAG CLOUD WIDGET STUFF-------*/
.widget_tag_cloud a {
    font-size: 11px !important;
    display: block;
    float: left;
    padding: 2px 8px;
    color: #000;
    margin: 0 3px 3px 0;
    border: 1px solid #000;
    border-radius: 3px;
}

.widget_tag_cloud a:hover {
    color: #fff;
    background: #333;
}

.widget_tag_cloud:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

/*---CONTACT FORM 7 PLUGIN STUFF---*/
span.wpcf7-not-valid-tip {
    color: #333 !important
}

img.ajax-loader {
    background-color: #fff;
    margin: 5px;
}

/*---UNUSED STUFF---*/
#recentcomments li,
.alt,
.aligncenter,
.bypostauthor,
.sticky,
.wp-caption-text,
.gallery-caption,
.wp-caption {
}

/* CUSTOM*/

html, body, #map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

#panel {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}

.gm-style {
    font-size: 11px;
    font-weight: 400;
    text-decoration: none
}

@media print {
    .gm-style .gmnoprint, .gmnoprint {
        display: none
    }
}

@media screen {
    .gm-style .gmnoscreen, .gmnoscreen {
        display: none
    }
}

#map-canvas {
    color: black;
}

#divSearchResult {
    color: lightseagreen;
    cursor: pointer;
    font-size: 12px;
    text-align: right;
    padding: 10px;
    font-weight: bold;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

#divExtruder .extruder-content {
    padding: 10px;
    overflow: scroll;
}

#divExtruder .extruder-content .company-each-wrapper {
    background-color: white;
    border-radius: 10px;
    color: black;
    margin: 10px;
    padding: 10px;
}

.gm-style {
    font-family: Verdana, Geneva, sans-serif
}

/*#adp-placemark img, .adp-placemark img {*/
/*display: none;*/
/*}*/

/*#adp-placemark {*/
/*font-weight: bold;*/
/*padding: 10px 10px 10px 30px !important;*/
/*background: white url(../images/marker-icon-blue.png) no-repeat left center;*/
/*display: block;*/
/*}*/

/*.adp-placemark {*/
/*font-weight: bold;*/
/*padding: 10px 10px 10px 30px !important;*/
/*display: block;*/
/*background: white url(../images/marker-icon.png) no-repeat left center;*/
/*}*/

.collapse-directions-panel {
    background: white;
    color: black;
    cursor: pointer;
    position: absolute;
    right: 390px;
    top: 35px;
    z-index: 10000;
    padding: 5px;
}

.view-more a, .view-more a:hover {
    color: lightseagreen;
    text-decoration: none;
}

.view-more {
    cursor: pointer;
    display: block;
    text-align: right;
    width: 95%;
}

.mb-directions-panel {
    height: 300px;
    background-color: #ffffff;
}

.mb-directions-panel .adp {
    background-color: #ffffff;
}

.comment-content-wrapper {
    margin-bottom: 10px;
}

.comment-box-wrapper {
    display: none;
    width: 90%;
    min-width: 50px;
    font-size: 12px;
}

.comment-box-wrapper * {
    color: #000000;
    background-color: #ffffff;
}

.comment-wrapper > table {
    width: 100%;
}

.comment-wrapper .comment-input, .comment-box-wrapper .comment-input {
    width: 95%;
    height: 20px;
}

.comment-wrapper textarea {
    height: 30px;
    padding-left: 5px;
    padding-top: 5px;
    width: 95%;
    resize: none;
    background-color: white;
    color: #000000;
}

.btn-send-comment, .btn-reply-comment {
    border: 1px solid #d3d3d3;
    padding: 5px;
    margin: 5px;
    color: #000000;
}

.comment-wrapper td {
    padding: 5px 0;
    text-align: right;
}

.small-comment-wrapper {
    margin-left: 25px;
}

.small-comment-wrapper .comment-input {
    width: 95%;
    height: 20px;
}

.small-comment-wrapper textarea {
    width: 95%;
    height: 30px;
}

.small-comment-wrapper td {
    padding: 5px 0;
    text-align: right;
}

.comment-each-wrapper {
    margin-bottom: 10px;
}

.read-more {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #666666;
    cursor: pointer;
    font: 700 11px/26px arial;
    padding: 0 20px;
    text-align: center;
}

.btn-send-comment:hover, .btn-reply-comment:hover {
    color: #000000;
    text-decoration: none;
}

.fancybox-wrap {
    width: 250px !important;
}

.fancybox-skin {
    width: 100% !important;
}

.fancybox-inner {
    width: 100% !important;
}

#commentBox table {
    width: 100%;
}

.btn, .btn-default {
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    margin-top: 10px;
}

#commentBox input[type=text] {
    background-color: white;
    color: #000000;
}

.ad-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: white !important;
    padding: 10px;
    position: fixed;
    width: 99%;
    z-index: 10000;
}

.change-ad {
    cursor: pointer;
}

.get-location-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}

.get-location-icon img {
    background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    cursor: pointer;
    max-height: 30px;
    max-width: 30px;
    padding: 5px;
}

.fancybox-inner input[type=text] {
    background-color: #ffffff;
    color: #000000;
}

.location-wrapper input[type=text] {
    width: 95%;
    height: 15px;
}

.location-wrapper p {
    margin: 5px 0;
}

#lblGetLocationForDirection {
    cursor: pointer;
    font-weight: bold;
}

#footer ul li {
    display: inline-block;
    height: 40px;
    line-height: 35px;
    list-style: outside none none;
    text-align: center;
    width: 32%;
}

.mobile-content-wrapper {
    border: 1px solid #d3d3d3;
    color: white;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
}

#header {
    background-color: #000000 !important;
}

#footer {
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
}

#selectMenu {
    display: none;
}

select, input[type="file"], input[type="email"], input[type="text"], input[type="password"], textarea {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #3a3a3a;
    border-radius: 3px;
    color: #fff;
    margin: 5px 0 0;
}

select, input[type="file"], input[type="email"], input[type="text"], input[type="password"] {
    padding: 5px;
    /*width: 150px;*/
}

.main-content {
    width: 100%;
    margin: auto;
    background-color: #ffffff;
    padding: 10px;
}

.main-content h1 {
    font-size: 24px;
}

.main-content select, .main-content input[type="email"], .main-content input[type="text"], .main-content input[type="password"], .main-content textarea {
    background: #ffffff;
    border: 1px solid #808080;
    border-radius: 3px;
    color: #000000;
    margin: 5px 0 0;
}

.main-content input[type="file"] {
    background: none;
    border: none;
}

.form-inline, .form-horizontal {
    margin: 0;
}

.form-horizontal .control-group:before, .form-horizontal .control-group:after {
    content: "";
    display: table;
    line-height: 0;
}

.form-horizontal .control-label {
    padding: 15px 0 0 5px !important;
}

.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 30%;
}

label {
    display: block;
    margin-bottom: 5px;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.form-horizontal .control-label {
    text-align: right;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

.form-horizontal .controls {
    padding: 5px;
}

.form-horizontal .controls {
    width: 60%;
    margin-left: 32%;
}

.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}

.main-content .admin-main-wrapper input[type=text] {
    width: 80%;
}

.main-content .admin-main-wrapper select {
    width: 81%;
}

.main-content .admin-main-wrapper textarea {
    width: 81%;
    resize: none;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #ccc #ccc #b3b3b3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn {
    background: none repeat scroll 0 0 #eee;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    filter: none;
    margin-bottom: 1px;
    margin-top: 1px;
    text-shadow: none;
}

.errorSummary {
    color: #ff0000;
    margin-bottom: 15px;
}

.errorSummary ul {
    list-style: disc;
    padding-left: 30px;
}

#header {
    background-color: #000000;
}

input[type="file"] {
    background: none;
    border: none;
}

#logo img {
    max-height: 35px;
}

#btnResultButton {
    position: absolute;
    z-index: 999;
    left: 45px;
    top: 115px;
}

.mobile-content-wrapper label {
    line-height: 25px;
}



/*.ad-wrapper input[type="text"], .ad-wrapper select {*/
/*width: 90%;*/
/*}*/