* { /* adds to all elements or you can just add to the ones that use padding */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: #FFFFF3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #181B20;
}

h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    text-transform: lowercase;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    color: #3FA449;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}

#page ul {
    list-style-type: none;
    margin-left: 40px;
}

#page ul li {
    font-weight: bold;
}

ul, ol {
}

a {
    text-decoration: none;
    color: #9C9A9A;
}

a:hover {
    text-decoration: underline;
}

span.exclGreen {
    margin-top: -10px;
    font-size: 20px;
    color: #3FA449;
}

img.border {
    border: 6px solid #EEE7DF;
}

img.alignleft {
    float: left;
    margin-right: 25px;
}

img.alignright {
    float: right;
}

img.aligncenter {
    margin: 0px auto;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
}

/* Header */

#header-wrapper {
    height: 40px;
    background: #3A3A3A;
}

#top-phone {
    width: 960px;
    margin: 0 auto;
}

#top-phone div {
    font-family: "Abel", sans-serif;
    font-size: 30px;
    font-weight: bolder;
    margin-top: -2px;
    margin-bottom: -2px;
    display: inline-block;
}


div.animated a {
    color: black;
    text-decoration: none;
}

#header {
    width: 960px;
    height: 20px;
    margin: 0 auto;
}

/* Logo */

#logo {
    width: 980px;
    height: 100px;
    margin: 0px auto;
    padding: 80px 0px 0px 0px;
    color: #3FA43A;
}

#logo h1, #logo p {
    display: block;
    margin: 0px;
    padding: 0px;
    text-transform: lowercase;
}

#logo h1 {
    letter-spacing: -5px;
    text-align: center;
    text-transform: lowercase;
    font-size: 80px;
    color: #3FA43A;
}

#logo h1 a {
    color: #73CC43;
}

#logo p {
    margin-top: -25px;
    text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 25px;
}

#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #3FA43A;
}

/* Search */

#search {
    float: right;
    width: 280px;
    height: 100px;
    padding: 0;
}

#search form {
    height: 41px;
    margin: 0;
    padding: 60px 0 0 30px;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search-text {
    width: 195px;
    padding: 6px 10px;
    border: none;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #7F7F81;
}

#search-submit {
    display: none;
}

/* Menu */

#menu-wrapper {
    width: 980px;
    margin: 0px auto;
    padding: 0px;
}

#menu {
    margin: 0;
    padding: 0px 20px;
    list-style: none;
    line-height: 60px;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: lowercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    font-family: 'Abel', sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
}

#menu li {
    float: left;
    margin-right: 1px;
}

#menu a {
    display: block;
    float: left;
    height: 60px;
    margin: 0px;
    color: #FFFFFF;
}

#menu .current_page_item a {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    background: #378C32;
    height: 63px;
    margin-top: -3px;
}

#menu a:hover {
    background: #378C32;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    color: #FFFFFF;
}

#menu span {
    padding: 0px 20px;
}

#menu > li {
}

#menu > li.active {
    background: #378C32;
    color: #FFFFFF;
}

.dropotron li.opener {
    border-right: solid 2px #FFFFFF;
}

.dropotron {
    margin: 0px;
    padding: 10px 0px;
    background: #378C32;
    list-style: none;
    text-transform: lowercase;
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
}

.dropotron a {
    color: #FFF;
    text-decoration: none;
}

.dropotron li {
    margin: 0px;
    padding: 5px 20px;
}

.dropotron li:hover, .dropotron li.active {
    background: #4DA43A;
}

/* Page */

#page {
    width: 980px;
    margin: 0px auto;
    padding: 0px;
}

/* Content */

#content {
    float: right;
    width: 650px;
}

#content .contentbg {
    width: 590px;
    padding: 10px 30px 0px 30px;
}

.post {
    clear: both;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
}

.post .title {
    padding-top: 10px;
    letter-spacing: -4px;
    text-transform: lowercase;
    font-size: 50px;
    color: #3FA449;
}

.post .title a {
    border: none;
    color: #3FA449;
}

.post .meta {
    padding-bottom: 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
}

.meta {
    padding-bottom: 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
}

.post .meta a {
}

.post .entry {
    text-align: justify;
    margin-bottom: 25px;
    padding: 10px 0px 0px 0px;
}

.links {
    display: block;
    width: 96px;
    padding: 2px 0px 2px 0px;
    background: #A53602;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #FFFFFF;
}

/* Sidebar */

#sidebar-bg {
    float: left;
    width: 330px;
}

#sidebar {
    overflow: hidden;
    width: 270px;
    padding: 30px 30px 20px 30px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 0;
}

#sidebar li ul {
    margin: 0px 0px;
    padding-bottom: 30px;
}

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

#sidebar li li span {
    display: block;
    margin-top: -20px;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}

#sidebar h2 {
    height: 38px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1DAF7;
    letter-spacing: -2px;
    font-size: 30px;
    color: #3FA449;
}

#sidebar p {
    margin: 0 0px;
    padding: 0px 20px 20px 20px;
    text-align: justify;
}

#sidebar a {
    border: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/* Footer */

#footer {
    height: 100px;
    background: #3A3A3A;
}

#footer p {
    margin: 0;
    padding-top: 18px;
    line-height: normal;
    text-align: center;
    text-transform: lowercase;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    color: #A4B890;
}

#footer a {
    text-decoration: underline;
    color: #70C964;
}

#slider {
    position: relative;
    width: 590px;
    margin: 0px auto 20px auto;
}

#slider .viewer {
    width: 590px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}

#slider .viewer .reel {
    display: none;
    height: 300px;
}

#slider .viewer .reel .slide {
    position: relative;
    width: 590px;
    height: 300px;
}

#splash {
    width: 980px;
    margin: 16px auto 10px auto;
}


/* Form, table */
table.formTable td {
    padding: 10px 15px;
    font-size: 15px;
}

input {
    padding: 5px 10px 5px;
    font-size: 15px;
}

label {
    font-weight: bold;
}

/* Boxes */
table.boxesTbl {
    width: 100%;
}

table.boxesTbl td {
    padding: 10px 15px;
    width: 25%;
}

a .bullet1, .bullet1 {
    color: #FF9F00;
    text-decoration: none;
}

ul.plain li {
    list-style-type: square;
    font-weight: normal !important;
}


/* Share button */

div.share-button {
    position: fixed;
    top: 20%;
    right: 0;
    display: inline-block !important;
    width: 60px;
}

.entypo-export::before {
    text-align: center;
    display: block;
}


/* DESIGN BY DODC */
a.dim2Bright img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: all .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: all .5s ease-in-out;

    transition: all .5s ease-in-out;

    opacity: .6;
}

a.dim2Bright:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1;
}

.dodcH5 {
    display: inline-block;
    margin-right: 25px;
    color: white;
}


/* Picture upload */
div#muteScreen {
    position: fixed;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    background: black;
    opacity: 0;
    z-index: 9900;
    width: 100%;
    height: 100%;
    display: none;
}

div#overlayPopup {
    display: none;
    position: absolute;
    z-index: 9999;
}

img.picUloadThumb {
    vertical-align: middle;
    max-width: 148px;
    max-height: 148px;
    display: inline-block;
}

ul#thumbs {
    list-style: outside none none;
}

ul#thumbs li {
    width: 150px;
    height: 150px;
    border: black 1px solid;
    display: inline-block;
    margin-bottom: 22px;
    margin-left: 11px;
    margin-right: 11px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

ul#thumbs li a.remove-img {
    color: red;
    font-size: 25px;
    height: 30px;
    padding: 0;
    position: absolute;
    right: -14px;
    top: -14px;
    text-decoration: none;
}

ul#thumbs li.add-img {
    border: 3px dashed #777;
    position: relative;

    background: white none repeat scroll 0 0;
}

ul#thumbs li.add-img a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    font-weight: bold;
}

ul#thumbs li.add-img > a > span {
    font-size: 40px;
    left: 50%;
    margin-left: -13px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    font-weight: bold;
}


