@font-face {
    font-family: "yanone_kaffeesatz";
    src: url("../fonts/yanonekaffeesatz-bold-webfont.eot");
    src: url("../fonts/yanonekaffeesatz-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/yanonekaffeesatz-bold-webfont.woff2") format("woff2"),
         url("../fonts/yanonekaffeesatz-bold-webfont.woff") format("woff"),
         url("../fonts/yanonekaffeesatz-bold-webfont.ttf") format("truetype"),
         url("../fonts/yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "yanone_kaffeesatz";
    src: url("../fonts/yanonekaffeesatz-extralight-webfont.eot");
    src: url("../fonts/yanonekaffeesatz-extralight-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/yanonekaffeesatz-extralight-webfont.woff2") format("woff2"),
         url("../fonts/yanonekaffeesatz-extralight-webfont.woff") format("woff"),
         url("../fonts/yanonekaffeesatz-extralight-webfont.ttf") format("truetype"),
         url("../fonts/yanonekaffeesatz-extralight-webfont.svg#yanone_kaffeesatzextra_light") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "yanone_kaffeesatz";
    src: url("../fonts/yanonekaffeesatz-light-webfont.eot");
    src: url("../fonts/yanonekaffeesatz-light-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/yanonekaffeesatz-light-webfont.woff2") format("woff2"),
         url("../fonts/yanonekaffeesatz-light-webfont.woff") format("woff"),
         url("../fonts/yanonekaffeesatz-light-webfont.ttf") format("truetype"),
         url("../fonts/yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "yanone_kaffeesatz";
    src: url("../fonts/yanonekaffeesatz-regular-webfont.eot");
    src: url("../fonts/yanonekaffeesatz-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/yanonekaffeesatz-regular-webfont.woff2") format("woff2"),
         url("../fonts/yanonekaffeesatz-regular-webfont.woff") format("woff"),
         url("../fonts/yanonekaffeesatz-regular-webfont.ttf") format("truetype"),
         url("../fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
}
input {
    padding: 3px;
    border: none;
    background-color: #DDDDDD;
    border-bottom: solid 3px #CCCCCC;
    transition: border 2.0s;
    font-family: "yanone_kaffeesatz";
    font-weight: 300;
    letter-spacing: 0px;
    text-align: center;
    width: 70px;
}
input:focus,
input.focus {
  border-bottom: solid 3px #000000;
}
.paypalinput {
    padding: 0px;
    border: none;
    background-color: transparent;
}
fieldset, img, abbr {
    border: 0 none;
}
address, caption, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
    font-style: normal;
    font-weight: normal;
}
caption, th {
    text-align: left;
}
q:before, q:after {
    content: "";
}
a {
    text-decoration: none;
    color: #5F4C1A;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #777777 -moz-use-text-color -moz-use-text-color;
    border-right: 0 none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    clear: both;
    margin-bottom: 20px;
    margin-top: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
body {
    background-color: #FFFFF0;
    color: #black;
    font-family: "Helvetica",Arial,sans-serif;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 21px;
}
.page {
    background-color: #FFFFF0;
    margin: 0 auto !important;
    width: 940px;
}
.headertext {
    color: #4FD5D6;
    padding-top: 20px;
    text-transform: uppercase;
}
.headertext2 {
    color: #738A8D;
    text-transform: uppercase;
}
.headertext3 {
    color: #738A8D;
    font-weight: 300;
}
.headertextbold {
    color: #738A8D;
    font-weight: 700;
    text-transform: uppercase;
}
.program {
    margin-bottom: 80px;
}
.redpipe {
    color: #FF6550;
    margin-left: 10px;
    margin-right: 10px;
}
#stage a {
    color: #5F4C1A;
    text-decoration: underline;
}
#stage a:hover {
    color: #777777;
}
#stage strong, #events-posts strong, #stage b {
    color: #000 !important;
    font-weight: bold !important;
}
#stage em, #stage i {
    font-style: italic !important;
}
#sidebar {
    float: left;
    font-size: 12px;
    text-align: left !important;
    width: 285px;
}
#leftsidebar {
    float: left;
    width: 220px;
}
#sidebar a {
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}
#leftsidebar a:hover {
    text-decoration: underline;
}
#logo img {
    height: 150px;
    vertical-align: middle;
}
#logo:hover {
    opacity: 0.5;
}
.area-title {
    color: #777777;
}
#header {
    height: 200px;
    position: relative;
    width: 100%;
}
#portfolios #header {
    color: #FFFFFF !important;
    height: 15px !important;
    position: static;
    width: 100%;
    z-index: 100;
}
#portfolios #logo {
    float: left !important;
    left: 10px;
    margin-left: 8px;
    margin-top: 8px;
}
#portfolios #logo img {
    margin-left: 0;
}
#portfolios #header img {
    height: 25px;
    margin-top: 0 !important;
}
#portfolio-menu a {
    margin-left: 25px;
}
#portfolios #header {
    background-color: #000000;
}
#portfolios #portfolio {
    background-color: #000000;
}
#main-menu {
    color: #777777;
    font-family: "yanone_kaffeesatz";
    font-weight: 700;
    font-size: 28px;
    height: 21px;
    letter-spacing: 0.3px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 60px;
    width: 100%;
}
#main-menu a.first {
    color: #5F4C1A;
}
#main-menu a.second {
    color: #4FD5D6;
}
#main-menu a.third {
    color: #738A8D;
}
#main-menu a.fourth {
    color: #FF6550;
}
#main-menu a {
    color: #000000;
    margin: 0 30px 0 30px;
    padding: 2px 3px;
}
#main-menu a:hover {
    opacity: 0.5;
}
#main-menu .current {
    color: #777777;
}
#main-menu a.current {
}
#submenu a {
    color: #000000;
    text-decoration: none;
	letter-spacing: 0px;
}
#submenu a:hover {
    color: #777777;
}
#submenu .current {
    color: #777777;
}
#submenu a.current {
    color: #777777;
}
#portfolio-menu {
    margin-top: 0;
}
#portfolio-menu a {
    border-color: #000000;
    color: #FFFFFF;
}
#portfolio-menu a:hover {
    border-color: #FFFFFF;
}
#portfolios #header a {
    border-color: #000000;
    color: #FFFFFF;
}
#portfolios #header a:hover {
    border-color: #999999;
}
#portfolios #header h1 a {
    color: #FFFFFF;
}
#portfolios #header h1 a:hover {
    color: #CCCCCC;
}
#portfolio {
    position: absolute;
    top: 40px;
    width: 940px;
}
#portfolios {
    background-color: #000000;
}
.chapters h2 span {
    padding-right: 25px;
    text-align: right;
}
#portfolios-entry .chapterwrap {
    padding: 20px 30px 20px 20px;
}
.chapters h2 span {
    display: block;
    float: left;
    text-align: right;
    width: 70px;
}
#portfolios-entry .chapters h2, #portfolio-coleman .chapters h2, .chapters h2, #portfolio-projects .chapters h2 {
    color: #FFFFFF;
    font-size: 23px;
}
#portfolios-entry .description {
    float: left;
    margin-top: 25px;
    width: 468px;
}
#portfolios-entry .chapters {
    background-color: #000000;
    float: left;
    margin-top: 28px;
    width: 468px;
}
#portfolios-entry .chapters h2 span {
    color: #FFFFFF;
}
#portfolios-entry .chapters h2 a {
    color: #FFFFFF;
}
#portfolios-entry .chapters h2 a:hover {
    color: #777777;
}
#portfolios-entry .chapters {
    background-color: #000000;
    float: left;
    margin-top: 28px;
    width: 468px;
}
#portfolios-entry .chapters h2 a {
    color: #FFFFFF;
}
#portfolios-entry .chapters h2 a:hover {
    color: #777777;
}
#portfolios .description, #portfolios-entry .description {
    border-bottom: 1px dotted #777777;
    border-top: 4px solid #000000;
    color: #000000;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-right: 168px;
    padding-bottom: 20px;
    width: 300px;
}
#portfolios .description {
    border-color: #FFFFFF;
    color: #FFFFFF !important;
}
.portfolio-photo {
    float: left;
    margin: 0 auto;
    width: 100%;
}
.portfolio-slide-description {
    color: #FFFFFF;
    margin: 15px auto 0;
    width: 800px;
}
.portfolio-slide-description p {
    margin-bottom: 15px;
}
#portfolio-slideshow {
    padding-top: 0;
}
#portfolio-button-prev, #portfolio-button-next {
    background-color: #000000;
    color: #FFFFFF;
    opacity: 0.5;
    padding: 5px 10px;
    text-transform: uppercase;
}
#portfolio-button-next {
    display: none;
    padding-left: 15px;
    position: absolute;
    right: 100px;
    top: 100px;
    width: 40px;
}
#portfolio-button-prev {
    display: none;
    left: 100px;
    padding-right: 15px;
    position: absolute;
    top: 100px;
    width: 45px;
}
#portfolio-button-staticprev, #portfolio-button-staticnext, #portfolio-button-play {
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    padding: 3px 7px;
    text-transform: uppercase;
}
#portfolio-button-staticprev:hover, #portfolio-button-staticnext:hover, #portfolio-button-play:hover {
    color: #888888;
}
#portfolio-button-play.on {
    background-color: #000000;
    color: #FFFFFF;
}
#portfolio-button-play.on:hover {
    background-color: #FFFFFF;
    color: #000000;
}
#portfolio-button-staticnext {
    background-image: url("../images/slideshow_buttons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 39px;
    line-height: 1000px;
    margin-right: 5px;
    opacity: 0.5;
    overflow: hidden;
    width: 64px;
}
#portfolio-button-staticprev {
    background-image: url("../images/slideshow_buttons.png");
    background-position: 0 -45px;
    background-repeat: no-repeat;
    height: 39px;
    line-height: 1000px;
    margin-left: 30px;
    opacity: 0.5;
    overflow: hidden;
    width: 64px;
}
#portfolio-button-staticnext:hover {
    opacity: 1;
}
#portfolio-button-staticprev:hover {
    opacity: 1;
}
#portfolios-entry .description h2, #portfolios .description h2 {
    color: #000000;
    font-size: 54px;
    line-height: 50px;
    margin-top: 15px;
    text-align: left;
    text-transform: uppercase;
}
#portfolios .description h2 {
    color: #FFFFFF;
}
#portfolio-buttons {
    -moz-user-select: none;
}
#portfolio_index {
    border-top: 1px dotted #555555;
    clear: both;
    color: #FFFFFF;
    margin-top: 50px;
    padding-top: 15px;
    width: 940px;
}
#portfolios #portfolio_index h3 {
    color: #FFFFFF;
    font-family: "Helvetica",Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: underline;
    text-transform: uppercase;
}
.portfolio-photo-index {
    float: left;
    height: 140px;
    margin-right: 15px;
}
#homepage-featured {
    float: left;
    width: 500px;
}
#footer {
    color: #000000;
    font-family: "Helvetica",Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 29px;
    letter-spacing: 10px;
    margin-top: 25px;
    padding-bottom: 10px;
    width: 914px;
    font-style: normal;
    vertical-align: bottom;
}
#footer a {
    color: #000000;
}
#footer ul, #footer li {
    list-style: none outside none;
}
.footer-avatar {
    float: left;
    font-family: "yanone_kaffeesatz";
    text-align: left;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0px;
    font-weight: normal;
    vertical-align: bottom;
}
.footer-links {
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}
#stage {
    margin-left: 20px;
    margin-right: 19px;
    margin-top: 17px;
}
.portfolio-thumbnail {
    float: left;
    font-family: "yanone_kaffeesatz";
    height: 181px;
    margin-bottom: 70px;
    margin-right: 20px;
    position: relative;
    width: 287px;
    text-align: center;
}
.portfolio-thumbnail-about {
    float: left;
    font-family: "yanone_kaffeesatz";
    height: 181px;
    margin-bottom: 40px;
    margin-right: 20px;
    position: relative;
    width: 287px;
    text-align: center;
}
.portfolio-thumbnail-programs {
    float: left;
    font-family: "yanone_kaffeesatz";
    height: 181px;
    margin-bottom: 30px;
    margin-right: 20px;
    position: relative;
    width: 287px;
    text-align: center;
}
#instagram-title {
    font-family: "yanone_kaffeesatz";
    text-align: center;
    margin-bottom: 20px;
}
#about-top {
    font-family: "yanone_kaffeesatz";
    text-align: left;
    margin-bottom: 20px;
}
#about-top p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.about-thumbnail-image {
    padding-right: 50px;
}
.about-thumbnail-image img {
    border: 5px solid #DDDDDD;
}
.snapwidget-widget {
    margin-top: 20px;
}
.portfolio-thumbnail a {
    display: block;
    font-size: 13px;
    text-decoration: none !important;
    width: 287px;
}
.portfolio-thumbnail-image {
    background-color: #DDDDDD;
    height: 200px;
    margin-bottom: 5px;
    margin-left: 5px
    overflow: hidden;
    width: auto;
    font-family: "yanone_kaffeesatz";
    text-align: left;
    font-size: 13px;
    font-weight: 100;
    word-wrap: break-all;
    white-space: pre-line;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.portfolio-thumbnail-image img {
    display: block;
}
#portfolio-featured {
    margin-top: 15px;
    width: 940px;
}
