
body, h1, h2, h3, h4, h5, h6, a, p, ul, ol, li, em, strong, pre, code, form {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
body {
    background: none repeat scroll 0 0 black;
    color: #FFFFFF;
    font: 12px/20px "Helvetica Neue",Verdana,Helvetica,sans-serif;
    height: 100%;
    overflow-x: hidden;
}
body.video_background {
    overflow: hidden;
}
body.video_background #page_wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#wrapper {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 1000px;
    z-index: 100;
}
h1, #navbar li a {
    font-family: 'PT Sans Narrow','Helvetica Neue',Arial,sans-serif;
    font-weight: normal;
}
h2, h3, h4, h5 {
    font-family: 'PT Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: normal;
}
.hide {
    display: none;
}
#mediaspace_wrapper {
    z-index: 1;
}
#mediaspace_wrapper {
    position: fixed !important;
}
.grid {
    background: url("images/grid.png") repeat scroll 0 0 transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
#menu_wrap {
    display: inline-block;
    position: fixed;
    top: 0;
    width: 240px;
    z-index: 500;
}
#menu {
    background: url("images/menu_back.png") repeat-y scroll left top transparent;
    padding: 0 10px 25px;
    width: 220px;
}
#logo {
    height: 180px;
    width: 220px;
}
#logo h1 a {
    background: url("images/logo_back.png") no-repeat scroll left top transparent;
    display: block;
    height: 180px;
    text-indent: -9999px;
    width: 220px;
}
#navbar {
    list-style: none outside none;
    margin: 34px 0 -5px 20px;
    position: relative;
    z-index: 10000;
}
#navbar li {
    border-bottom: 1px solid #343434;
    height: 29px;
    padding: 6px 10px 14px;
    position: relative;
    width: 160px;
    z-index: 10000;
}
#navbar li:first-child {
    border-top: 1px solid #343434;
}
#navbar li a {
    color: #A3A3A3;
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    outline: medium none;
    text-decoration: none;
    text-transform: uppercase;
    width: 180px;
    z-index: 20;
}
#navbar li span {
    color: #555555;
    font: italic bold 12px 'PT Sans','Helvetica Neue','Verdana',sans-serif;
    left: 10px;
    position: absolute;
    text-transform: none;
    top: 26px;
    z-index: 10;
}
#navbar li span.hover_arrow {
    background: url("images/menu_hover_arrow.png") no-repeat scroll left top transparent;
    display: none;
    height: 30px;
    left: 150px;
    position: absolute;
    top: 10px;
    width: 30px;
}
#navbar li.menu-item:hover {
    background: url("images/menu_hover_arrow.png") no-repeat scroll right center transparent;
}
#navbar .sub-menu li.menu-item:hover {
    background: url("images/submenu_hover_arrow.png") no-repeat scroll right 4px transparent;
}
#navbar li.current-menu-item a, #navbar li.current-menu-ancestor > a {
    color: #FFFFFF;
}
#navbar li.current-menu-parent > a {
    color: #FFFFFF;
}
#navbar li ul {
    background: none repeat scroll 0 0 black;
    border: 1px solid #2F2F2F;
    display: none;
    left: 190px;
    list-style: none outside none;
    position: absolute;
    top: -1px;
    width: 180px;
    z-index: 1000;
}
#navbar li ul li ul {
    display: none;
    left: 150px;
}
#navbar li:hover ul {
    display: block;
}
#navbar li:hover ul li ul {
    display: none;
}
#navbar li:hover ul li:hover ul {
    display: block;
}
#navbar li ul li {
    border-color: #1B1B1B;
    margin: 0 20px;
    min-height: 30px;
    padding: 0 0 10px;
    position: relative;
    width: 140px;
    z-index: 1000;
}
#navbar li ul li a {
    display: block;
    height: 20px;
    margin: 0 0 0 -10px;
    padding: 8px 0 8px 30px;
    width: 140px;
}
#navbar li ul li a {
    font-size: 12px;
}
#navbar li ul li:hover {
    background: url("images/submenu_hover_arrow.png") no-repeat scroll left 5px transparent;
}
#navbar li ul li:first-child {
    border-top: medium none;
}
#navbar li ul li:last-child {
    border-bottom: medium none;
}
a.not_link {
    cursor: default;
}
span.not_link {
    cursor: default;
}
#hide_menu {
    background: url("images/hide_menu_back.png") no-repeat scroll left bottom transparent;
    height: 115px;
    margin: 0;
    padding: 0 30px;
    position: relative;
    width: 220px;
}
.menu_visible {
    background: url("images/menu_hide_arrow_top.png") no-repeat scroll left top transparent;
}
.menu_hidden {
    background: url("images/menu_hide_arrow_bottom.png") no-repeat scroll left top transparent;
}
#hide_menu a {
    display: none;
    height: 48px;
    left: 97px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 5px;
    width: 48px;
}
.menu_tooltip {
    background: url("images/tooltip.png") no-repeat scroll center center transparent;
    display: none;
    font: 12px/18px "Helvetica Neue",Verdana,Helvetica,sans-serif;
    height: 30px;
    left: 131px;
    padding: 17px 15px 0 25px;
    position: absolute;
    top: 4px;
    width: 140px;
}
.menu_tooltip div {
    left: 31px;
    position: absolute;
    top: 14px;
}
.menu_tooltip .tooltip_show {
    display: none;
}
.menu_tooltip p {
    text-align: center;
}
.body_hiding_content #main_wrap {
    display: none;
}
#main_wrap {
    background: url("images/content_back.png") repeat-y scroll left top transparent;
    margin: 0 0 0 240px;
    min-height: 100%;
}
#main {
    display: inline-block;
    font: 12px/20px Verdana,Arial,sans-serif;
    padding: 0 40px 5px;
    position: relative;
    width: 680px;
    z-index: 2;
    margin-top:5px;
}
#main h1 {
    font: 40px 'PT Sans Narrow','Helvetica Neue','Helvetica','Verdana',sans-serif;
    margin: 35px 0 20px;
    text-transform: uppercase;
}
#main h2 {
    font: bold 30px 'PT Sans','Helvetica Neue','Verdana',sans-serif;
    margin: 35px 0 20px;
    text-transform: uppercase;
}
#main h2.section_title {
    color: #FFFFFF;
    font: 30px 'PT Sans Narrow','Helvetica Neue','Verdana',sans-serif;
    margin: 19px 0 40px;
    text-transform: uppercase;
}
#main h3 {
    clear: left;
    font: bold 20px 'PT Sans','Helvetica Neue','Verdana',sans-serif;
    padding: 30px 0 15px;
}
#main h4 {
    clear: left;
    font: italic 16px 'PT Sans','Helvetica Neue','Verdana',sans-serif;
    padding: 20px 0 10px;
}
#main h5 {
    clear: left;
    font: bold 14px 'PT Sans','Helvetica Neue','Verdana',sans-serif;
    padding: 20px 0 10px;
}
#main h6 {
    clear: left;
    font: bold 14px 'Helvetica Neue','Arial','Helvetica',sans-serif;
    padding: 12px 0 10px;
}
#content {
    float: left;
    margin: -28px 0 30px;
    position: relative;
    z-index: 20;
}
.content_two_thirds {
    width: 460px;
}
.content_full_width {
    width: 680px;
}
.right {
    margin: 0 -20px 0 0 !important;
}
p {
    margin-bottom: 20px;
}
#content .img_floated_left {
    border: medium none;
    float: left;
    margin: 5px 20px 10px 0;
}
#content .img_floated_right {
    border: medium none;
    float: right;
    margin: 5px 0 10px 20px;
}
#content img {
    border: medium none;
    margin: 0 0 10px;
}
#content img.alignleft {
    clear: both;
    float: left;
    margin: 5px 20px 10px 0;
}
#content img.alignright {
    clear: both;
    float: right;
    margin: 5px 0 10px 20px;
}
#content ul, #content ol {
    margin: -10px 0 20px 60px;
}
#content ul li li {
    margin-left: -35px;
}
#content ul ul {
    margin-top: 5px;
}
#content ul li {
    margin-top: 5px;
}
.archives {
    margin-left: 20px !important;
}
.archives a {
    color: #9F9F9F;
    text-decoration: none;
}
.archives a:hover {
    color: #CFCFCF;
}
#content ul.no_bullets, #content ol.no_bullets {
    list-style: none outside none;
}
#content ul.floated_left {
    margin: 20px 0;
    overflow: hidden;
}
#content ul.floated_left li {
    display: inline;
    float: left;
    margin: 10px;
}
blockquote {
    background: url("images/blockquote.png") no-repeat scroll left top transparent;
    color: #BBBBBB;
    display: block;
    font-style: italic;
    margin: 0 0 0 15px;
    padding: 15px 30px 30px 60px;
    width: 440px;
}
.button {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: italic bold 14px/100% "Helvetica Neue",Verdana,Helvetica,sans-serif;
    margin: 10px;
    outline: medium none;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}
#searchform {
    width: 180px;
}
#s {
    margin: 0;
    padding: 5px;
    width: 104px;
}
#searchsubmit {
    font-size: 12px;
    padding: 4px 0;
    width: 58px;
}
#page_search {
    margin: 40px 0 30px;
}
#page_search #searchform {
    width: 400px;
}
#page_search #s {
    margin: 0 5px 0 0;
    padding: 7px 5px;
    width: 200px;
}
#page_search #searchsubmit {
    padding: 6px 0;
    width: 70px;
}
#gallery_galleria {
    height: 620px;
    margin: -20px 0 15px -10px;
    width: 700px;
}
#gallery_slideviewer {
    height: 500px;
    overflow: hidden;
    width: 600px;
}
.svw {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 20px;
    width: 50px;
}
.svw ul {
    left: -999em;
    position: relative;
}
.stripViewer {
    border: 5px solid #262626;
    margin: 0 0 1px;
    overflow: hidden;
    position: relative;
}
.stripViewer ul {
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 1%;
}
.stripViewer ul li {
    float: left;
}
.stripTransmitter {
    overflow: auto;
    width: 1%;
}
.stripTransmitter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.stripTransmitter {
    padding: 0 0 25px;
}
.stripTransmitter ul li {
    float: left;
    margin: 0 1px 1px 0;
    width: 20px;
}
.stripTransmitter a {
    background: none repeat scroll 0 0 #262626;
    color: #FFFFFF;
    display: block;
    font: bold 10px/22px Verdana,Arial;
    text-align: center;
    text-decoration: none;
}
.stripTransmitter a:hover, a.current {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #262626;
}
.tooltip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #DEDEDE;
    color: #000000;
    padding: 0.5em;
}
#tip7-title {
    text-align: left;
}
#tip7-title b {
    display: block;
    margin-right: 80px;
}
#tip7-title span {
    float: right;
    margin: -25px 0 0;
}
body #content.content_full_width .gallery {
    margin-bottom: 20px;
    margin-top: 20px;
}
#content .gallery ul li a img {
    border: medium none;
}
#content .gallery ul li {
    position: relative;
    z-index: 1;
}
.gallery_2columns {
    list-style: none outside none;
    margin: 0 0 0 -20px;
    width: 700px;
}
#content.content_full_width .gallery_2columns {
    margin: 0 0 0 -20px;
}
.gallery_2columns li {
    display: inline;
    float: left;
    height: 220px;
    margin: 0 0 20px 20px;
    position: relative;
    width: 330px;
}
.gallery_3columns {
    list-style: none outside none;
    overflow: hidden;
    width: 690px;
}
#content.content_full_width .gallery_3columns {
    margin: 0 0 0 -10px;
}
.gallery_3columns li {
    display: inline;
    float: left;
    height: 140px;
    margin: 0 0 10px 10px;
    position: relative;
    width: 220px;
}
.gallery_4columns {
    list-style: none outside none;
    overflow: hidden;
    width: 700px;
}
#content.content_full_width .gallery_4columns {
    margin: 0 0 0 -13px;
}
.gallery_4columns li {
    display: inline;
    float: left;
    height: 110px;
    margin: 0 0 13px 13px;
    position: relative;
    width: 160px;
}
.gallery_grid {
    list-style: none outside none;
    margin: 0 0 0 -3px;
    overflow: hidden;
    width: 710px;
}
#content.content_full_width .gallery_grid {
    margin: 0 0 0 -3px;
}
#content .gallery_grid li {
    display: inline;
    float: left;
    height: 112px;
    margin: 0 0 2px 2px;
    position: relative;
    width: 112px;
}
#content .gallery a span, .lightbox_blog span {
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.lightbox_blog span {
    height: 98%;
}
.lightbox_blog {
    display: block;
    margin: 10px 0;
    position: relative;
}
.page-template-template-blog-php a.image {
    display: block;
    margin: 10px 0;
}
.lightbox_blog span {
    background: url("images/gallery_hover/hover_image_medium.png") no-repeat scroll center center black;
}
.gallery .gallery_2columns a span.image_hover {
    background: url("images/gallery_hover/hover_image_big.png") no-repeat scroll center center black;
}
.gallery .gallery_2columns a span.video_hover {
    background: url("images/gallery_hover/hover_video_big.png") no-repeat scroll center center black;
}
.gallery .gallery_3columns a span.image_hover {
    background: url("images/gallery_hover/hover_image_medium.png") no-repeat scroll center center black;
}
.gallery .gallery_3columns a span.video_hover {
    background: url("images/gallery_hover/hover_video_medium.png") no-repeat scroll center center black;
}
.gallery .gallery_4columns a span.image_hover {
    background: url("images/gallery_hover/hover_image_small.png") no-repeat scroll center center black;
}
.gallery .gallery_4columns a span.video_hover {
    background: url("images/gallery_hover/hover_video_small.png") no-repeat scroll center center black;
}
.gallery .gallery_grid a span.image_hover {
    background: url("images/gallery_hover/hover_image_grid.png") no-repeat scroll center center black;
}
.gallery .gallery_grid a span.video_hover {
    background: url("images/gallery_hover/hover_video_grid.png") no-repeat scroll center center black;
}
.gallery-caption {
    margin: -10px 0 20px;
    padding: 0 5px;
}
#content.content_two_thirds .gallery_2columns {
    width: 460px;
}
#content.content_two_thirds .gallery_2columns li {
    height: 146px;
    margin: 0 0 7px 10px;
    width: 220px;
}
#content.content_two_thirds .gallery_2columns li img {
    height: auto;
    width: 220px;
}
#content.content_two_thirds .gallery_3columns {
    margin: 0 0 0 -10px;
    width: 460px;
}
#content.content_two_thirds .gallery_3columns li {
    height: 92px;
    margin: 0 0 7px 10px;
    width: 143px;
}
#content.content_two_thirds .gallery_3columns li img {
    height: auto;
    width: 143px;
}
#content.content_two_thirds .gallery .gallery_3columns a span.image_hover {
    background: url("images/gallery_hover/hover_image_small.png") no-repeat scroll center center black;
}
#content.content_two_thirds .gallery_4columns {
    width: 460px;
}
#content.content_two_thirds .gallery_4columns li {
    height: 72px;
    margin: 0 0 6px 10px;
    width: 105px;
}
#content.content_two_thirds .gallery_4columns li img {
    height: auto;
    width: 105px;
}
#content.content_two_thirds .gallery .gallery_4columns a span.image_hover {
    background: url("images/gallery_hover/hover_image_grid.png") no-repeat scroll center center black;
}
#content.content_two_thirds .gallery_grid {
    margin: 0 0 0 -3px;
    width: 460px;
}
#content.content_two_thirds .gallery_grid li {
    margin-bottom: 2px;
}
.post h3 a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}
.post .metadata {
    border-bottom: 1px solid #343434;
    border-top: 1px solid #343434;
    color: #9E9E9E;
    font: 11px "Helvetica Neue",Verdana,Helvetica,sans-serif;
    height: 16px;
    margin: 0 0 15px;
    padding: 8px 10px 6px;
    position: relative;
}
.post .metadata-no-date {
    border-top: 1px solid #343434;
    color: #9E9E9E;
    font: 11px "Helvetica Neue",Verdana,Helvetica,sans-serif;
    margin: 10px 0;
    padding: 8px 10px 6px;
    position: relative;
}
.post .metadata a {
    background: url("images/comment.png") no-repeat scroll left -1px transparent;
    color: #9E9E9E;
    display: block;
    padding: 0 0 0 25px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 8px;
}
.post .metadata a:hover {
    text-decoration: underline;
}
.post .metadata p {
    background: url("images/calendar.png") no-repeat scroll left -1px transparent;
    padding: 0 0 0 25px;
}
.post .metadata_tags {
    border-bottom: 1px solid #343434;
    border-top: 1px solid #343434;
    color: #9E9E9E;
    font: 11px "Helvetica Neue",Verdana,Helvetica,sans-serif;
    height: 16px;
    margin: 10px 0 20px;
    padding: 8px 10px 6px;
    position: relative;
}
.post .metadata_tags a {
    color: #9E9E9E;
    text-decoration: none;
}
.post .metadata_tags a:hover {
    text-decoration: underline;
}
.post .metadata_tags p {
    background: url("images/tags.png") no-repeat scroll left -1px transparent;
    padding: 0 0 0 25px;
}
.post {
    padding: 0;
    position: relative;
}
.single_post {
    padding: 0;
}
#content .post img.blog_thumbnail {
    border: 0 none;
    margin: 0;
}
.post a.thumbnail {
    margin: 0 0 20px;
}
.post p {
    color: #C0C0C0;
}
.post a.read_more {
    bottom: -26px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 1px 0 0;
    position: absolute;
    right: 0;
    text-decoration: none;
}
.post a.read_more:hover {
    border-bottom: 1px solid white;
    padding: 1px 0 0;
}
#sidebar {
    float: left;
    margin: 10px 0 30px 40px;
    width: 180px;
}
#sidebar div {
    margin: 0 0 40px;
}
#sidebar h3 {
    color: #D1D1D1;
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 20px;
}
#sidebar ul {
    list-style: none outside none;
    margin: 0;
}
#sidebar ul li:first-child {
    border-top: 1px solid #2B2B2B;
}
#sidebar ul li {
    border-bottom: 1px solid #2B2B2B;
}
#sidebar ul li a {
    color: #9F9F9F;
    display: block;
    height: 100%;
    padding: 4px 10px 6px;
    text-decoration: none;
}
#sidebar ul li:hover {
    background-color: #121212;
}
#sidebar ul li a:hover {
    color: #CFCFCF;
}
#sidebar ul ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 10px 30px;
}
#sidebar ul ul li {
    border: medium none;
}
#sidebar ul ul li:first-child {
    border: medium none;
}
#sidebar .widget_recent_entries a {
    background: url("images/posts.png") no-repeat scroll -2px center transparent;
    padding: 5px 0 5px 23px;
}
#sidebar ul#recentcomments a {
    border: medium none;
    display: inline;
}
#sidebar ul#recentcomments li {
    background: url("images/widget-comments.png") no-repeat scroll left center transparent;
    padding: 7px 0 7px 23px;
}
#sidebar ul#recentcomments li a {
    color: #FFFFFF;
    padding: 0;
}
#sidebar ul#twitter_list li {
    background: url("images/widget-twitter.png") no-repeat scroll left center transparent;
    padding: 6px 0 8px 23px;
}
#sidebar ul#twitter_list li a {
    display: inline;
    padding: 0;
}
#sidebar ul#twitter_list li a.tweet_nofollow {
    color: #929292;
    font-size: 11px;
}
#sidebar ul#twitter_list li a.tweet_nofollow:hover {
    text-decoration: underline;
}
#sidebar ul.wGallery li {
    border: medium none;
}
#sidebar ul.wGallery li:hover {
    background: none repeat scroll 0 0 transparent;
}
#sidebar ul.wGallery li a {
    padding: 0 0 20px;
}
#sidebar #searchform {
    position: relative;
}
#sidebar #searchform label {
    font-size: 11px;
    left: 5px;
    position: absolute;
    top: 1px;
}
#sidebar ul a img {
    border: medium none;
}
#pagination-container {
    position: relative;
    top: 35px;
}
#pagination {
    float: left;
    height: 25px;
    padding: 5px 0 35px;
    position: relative;
    width: 460px;
}
#pagination a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
}
#pagination div a {
    color: #FFFFFF;
    font-family: 'PT Sans','Helvetica Neue','Verdana',sans-serif;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
}
#pagination div.older a {
    left: 0;
    position: absolute;
}
#pagination div.older a:hover {
    text-decoration: underline;
}
#pagination div.newer a {
    position: absolute;
    right: 0;
}
#pagination div.newer a:hover {
    text-decoration: underline;
}
#pagination ul {
    list-style: none outside none;
}
#pagination ul li {
    float: left;
}
#pagination-full {
    clear: both;
    float: left;
    height: 25px;
    margin-top: 15px;
    padding: 5px 0 35px;
    position: relative;
    width: 600px;
}
#pagination-full a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
}
#pagination-full div a {
    color: #FFFFFF;
    font-family: 'PT Sans','Helvetica Neue','Verdana',sans-serif;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
}
#pagination-full div.older a {
    left: 0;
    position: absolute;
}
#pagination-full div.older a:hover {
    text-decoration: underline;
}
#pagination-full div.newer a {
    position: absolute;
    right: 0;
}
#pagination-full div.newer a:hover {
    text-decoration: underline;
}
#pagination-full ul {
    list-style: none outside none;
}
#pagination-full ul li {
    float: left;
}
#content ol.commentlist {
    list-style: none outside none;
    margin: 0;
    width: 460px;
}
ol.commentlist li {
    margin: 20px 0 0;
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
    border-top: 1px dotted #4D4D4D;
    margin: 30px 0 10px;
    padding: 20px 0 10px;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
}
ol.commentlist li.comment div.vcard cite.fn {
    color: #FFFFFF;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    margin: 2px 0 0;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
#content ol.commentlist li.comment div.vcard img.avatar {
    border: 1px solid #303030;
    height: 30px;
    padding: 5px;
    position: absolute;
    right: 0;
    width: 30px;
}
ol.commentlist li.comment div.vcard img.avatar:hover {
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
    border: 1px solid #E9E9E9;
    padding: 3px;
}
ol.commentlist li.comment div.vcard span.says {
    display: none;
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
    font-size: 11px;
    margin: 0 0 20px;
}
ol.commentlist li.comment div.comment-meta a {
    color: #8C8C8C;
    text-decoration: none;
}
ol.commentlist li.comment div.comment-meta a:hover {
    text-decoration: underline;
}
ol.commentlist li.comment p {
    clear: left;
}
ol.commentlist li.comment ul {
}
ol.commentlist li.comment div.reply {
    font-size: 11px;
}
ol.commentlist li.comment div.reply a {
    color: #959595;
    font-weight: bold;
    margin: 0;
}
#content ol.commentlist li.comment ul.children {
    list-style: none outside none;
    margin: 30px 0 0 30px;
}
ol.commentlist li.comment ul.children li {
}
ol.commentlist li.comment ul.children li.alt {
}
ol.commentlist li.comment ul.children li.bypostauthor {
}
ol.commentlist li.comment ul.children li.byuser {
}
ol.commentlist li.comment ul.children li.comment {
}
ol.commentlist li.comment ul.children li.comment-author-admin {
}
#content ol.commentlist li.comment ul.children li.depth-2 {
    margin: 0 0 0 25px;
}
#content ol.commentlist li.comment ul.children li.depth-3 {
    margin: 0 0 0 50px;
}
#content ol.commentlist li.comment ul.children li.depth-4 {
    margin: 0 0 0 75px;
}
ol.commentlist li.comment ul.children li.depth-5 {
}
ol.commentlist li.comment ul.children li.odd {
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
#respond {
    position: relative;
}
#cancel-comment-reply-link {
    background: url("images/cross.png") no-repeat scroll left 2px transparent;
    padding: 0 0 0 20px;
    position: absolute;
    right: 0;
    top: 7px;
}
#contact_ajax {
    display: none;
}
.page-template-template-contact-php #content {
    margin: 0 60px 0 0;
    width: 360px;
}
.page-template-template-contact-php #sidebar {
    margin: -2px 0 0 30px;
    width: 230px;
}
#contact_form {
    margin: 27px 0 -50px;
    min-height: 300px;
    position: relative;
}
p.contact_info {
    font-size: 11px;
    margin: 10px 0 20px;
}
input, textarea {
    background: none repeat scroll 0 0 #1B1B1B;
    border: 1px solid #333333;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font: 12px 'Helvetica Neue',Verdana,Helvetica,sans-serif;
    padding: 5px;
}
#comment_form textarea {
    width: 100%;
}
#contact_form input {
    height: 20px;
    width: 200px;
}
#contact_form textarea {
    height: 175px;
    width: 360px;
}
input:focus, textarea:focus {
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #616161;
}
input#form_submit {
    background: -moz-linear-gradient(center top , #424242, #282828) repeat scroll 0 0 transparent;
    height: 30px;
    padding: 0 0 2px;
    width: 150px;
}
input#form_submit:hover {
    background: -moz-linear-gradient(center top , #282828, #424242) repeat scroll 0 0 transparent;
    cursor: pointer;
}
form p {
    margin: 0 0 15px;
    position: relative;
}
#contact_form p label, #comment_form p label {
    color: #7B7B7B;
    display: none;
    left: 10px;
    position: absolute;
    top: 3px;
}
span.error {
    color: #FF0000;
    font-size: 12px;
    left: 225px;
    position: absolute;
    top: 3px;
}
span.comment_error {
    left: 275px;
    width: 100px;
}
.error_input {
    border: 1px solid red;
}
#content .success, .post .success {
    bottom: 160px;
    color: #008000;
    left: 30px;
    position: absolute;
}
#content .post .success p, .post .success p {
    background: url("images/success.png") no-repeat scroll left 50% transparent;
    color: #05CA00;
    padding: 5px 0 7px 50px;
}
#content ul.contact_list {
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}
.contact_list li:first-child {
    border-top: 1px solid #2B2B2B;
}
#sidebar ul.contact_list li {
    border-bottom: 1px solid #2B2B2B;
    padding: 4px 10px 7px 25px;
}
.contact_list li a {
    color: #9F9F9F;
    display: block;
    text-decoration: none;
}
.contact_list li.contact_phone {
    background: url("images/phone_Android.png") no-repeat scroll left 7px transparent;
    padding-left: 23px;
}
.contact_list li.contact_fax {
    background: url("images/fax.png") no-repeat scroll left 7px transparent;
    padding-left: 23px;
}
.contact_list li.contact_email {
    background: url("images/email.png") no-repeat scroll left 8px transparent;
    padding-left: 23px;
}
.contact_list li.contact_address {
    background: url("images/house.png") no-repeat scroll left 7px transparent;
    padding-left: 23px;
}
.map {
    border: 1px solid white;
    margin: 20px 0 0;
}
#footer {
    clear: both;
    font-size: 12px;
    height: auto;
    padding: 25px 40px 0 0;
    position: relative;
    width: 680px;
}
body:before {
    content: "";
    float: left;
    height: 100%;
    margin-top: -32767px;
    width: 0;
}
#footer_columns {
    border-top: 1px solid #646464;
    margin: 0 auto;
    overflow: hidden;
    padding: 35px 0 40px;
    width: 680px;
}
#footer_columns div {
    float: left;
    margin-right: 40px;
    width: 200px;
}
#footer_columns div.last {
    margin-right: 0;
}
#footer_columns h3 {
    border-bottom: 1px solid #333333;
    color: #BFBFBF;
    font-size: 16px;
    padding: 0 0 10px;
    text-transform: uppercase;
}
#footer_columns div ul {
    list-style: none outside none;
}
#footer_columns div li {
    list-style: none outside none;
}
#footer_columns div li a {
    border-bottom: 1px solid #333333;
    color: #C1C1C1;
    display: block;
    padding: 5px 0 5px 10px;
    text-decoration: none;
}
#footer_columns div li a:hover {
    background: none repeat scroll 0 0 #121212;
}
#footer_columns .widget-container {
    margin: 0 0 40px;
}
#footer_copyright {
    border-top: 1px solid #646464;
    padding: 9px 0 0;
    position: relative;
}
#footer_copyright ul.social {
    position: absolute;
    right: 0;
    top: 20px;
}
#footer_info {
    margin: 0 auto;
    position: relative;
    width: 680px;
}
#footer_info p {
    color: #BEBEBE;
    font-size: 11px;
    margin: 7px 0 14px;
}
#footer ul.social {
    list-style: none outside none;
}
#footer ul.social li {
    float: left;
    margin: 0 0 0 9px;
}
#footer ul.social li a {
    border: medium none;
}
#footer ul.social li a:hover {
    background: none repeat scroll 0 0 transparent;
}
#footer ul.social li a img {
    border: medium none;
}
.tipsy {
    background-image: url("images/tipsy.png");
    background-repeat: no-repeat;
    font-size: 10px;
    margin: -5px 0;
    opacity: 0.9;
    padding: 5px;
    position: relative;
    z-index: 100000;
}
.tipsy-inner {
    background-color: #3B3B3B;
    color: #FFFFFF;
    max-width: 200px;
    padding: 5px 8px 4px;
    text-align: center;
}
.tipsy-inner {
}
.tipsy-north {
    background-position: center top;
}
.tipsy-south {
    background-position: center bottom;
}
.tipsy-east {
    background-position: right center;
}
.tipsy-west {
    background-position: left center;
}
.black {
    background: -moz-linear-gradient(center top , #666666, #000000) repeat scroll 0 0 transparent;
    border: 1px solid #333333;
    color: #D7D7D7;
}
.black:hover {
    background: -moz-linear-gradient(center top , #444444, #000000) repeat scroll 0 0 transparent;
}
.black:active {
    background: -moz-linear-gradient(center top , #000000, #444444) repeat scroll 0 0 transparent;
    color: #666666;
}
.gray {
    background: -moz-linear-gradient(center top , #888888, #575757) repeat scroll 0 0 transparent;
    border: 1px solid #555555;
    color: #E9E9E9;
}
.gray:hover {
    background: -moz-linear-gradient(center top , #757575, #4B4B4B) repeat scroll 0 0 transparent;
}
.gray:active {
    background: -moz-linear-gradient(center top , #575757, #888888) repeat scroll 0 0 transparent;
    color: #AFAFAF;
}
.white {
    background: -moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
    border: 1px solid #B7B7B7;
    color: #606060;
}
.white:hover {
    background: -moz-linear-gradient(center top , #FFFFFF, #DCDCDC) repeat scroll 0 0 transparent;
}
.white:active {
    background: -moz-linear-gradient(center top , #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
    color: #999999;
}
.orange {
    background: -moz-linear-gradient(center top , #FAA51A, #F47A20) repeat scroll 0 0 transparent;
    border: 1px solid #DA7C0C;
    color: #FEF4E9;
}
.orange:hover {
    background: -moz-linear-gradient(center top , #F88E11, #F06015) repeat scroll 0 0 transparent;
}
.orange:active {
    background: -moz-linear-gradient(center top , #F47A20, #FAA51A) repeat scroll 0 0 transparent;
    color: #FCD3A5;
}
.red {
    background: -moz-linear-gradient(center top , #ED1C24, #AA1317) repeat scroll 0 0 transparent;
    border: 1px solid #980C10;
    color: #FADDDE;
}
.red:hover {
    background: -moz-linear-gradient(center top , #C9151B, #A11115) repeat scroll 0 0 transparent;
}
.red:active {
    background: -moz-linear-gradient(center top , #AA1317, #ED1C24) repeat scroll 0 0 transparent;
    color: #DE898C;
}
.blue {
    background: -moz-linear-gradient(center top , #00ADEE, #0078A5) repeat scroll 0 0 transparent;
    border: 1px solid #0076A3;
    color: #D9EEF7;
}
.blue:hover {
    background: -moz-linear-gradient(center top , #0095CC, #00678E) repeat scroll 0 0 transparent;
}
.blue:active {
    background: -moz-linear-gradient(center top , #0078A5, #00ADEE) repeat scroll 0 0 transparent;
    color: #80BED6;
}
.rosy {
    background: -moz-linear-gradient(center top , #F16C7C, #BF404F) repeat scroll 0 0 transparent;
    border: 1px solid #B73948;
    color: #FAE7E9;
}
.rosy:hover {
    background: -moz-linear-gradient(center top , #CF5D6A, #A53845) repeat scroll 0 0 transparent;
}
.rosy:active {
    background: -moz-linear-gradient(center top , #BF404F, #F16C7C) repeat scroll 0 0 transparent;
    color: #DCA4AB;
}
.green {
    background: -moz-linear-gradient(center top , #7DB72F, #4E7D0E) repeat scroll 0 0 transparent;
    border: 1px solid #538312;
    color: #E8F0DE;
}
.green:hover {
    background: -moz-linear-gradient(center top , #6B9D28, #436B0C) repeat scroll 0 0 transparent;
}
.green:active {
    background: -moz-linear-gradient(center top , #4E7D0E, #7DB72F) repeat scroll 0 0 transparent;
    color: #A9C08C;
}
.pink {
    background: -moz-linear-gradient(center top , #FEB1D3, #F171AB) repeat scroll 0 0 transparent;
    border: 1px solid #D2729E;
    color: #FEEEF5;
}
.pink:hover {
    background: -moz-linear-gradient(center top , #F4AACB, #E86CA4) repeat scroll 0 0 transparent;
}
.pink:active {
    background: -moz-linear-gradient(center top , #F171AB, #FEB1D3) repeat scroll 0 0 transparent;
    color: #F3C3D9;
}
.one_third {
    float: left;
    margin: 0 5% 0 0;
    width: 30%;
}
.one_third_last {
    float: left;
    margin: 0;
    width: 30%;
}
.two_thirds {
    float: left;
    margin: 0 5% 0 0;
    width: 65%;
}
.two_thirds_last {
    float: left;
    margin: 0;
    width: 65%;
}
.one_half {
    float: left;
    margin: 0 10% 0 0;
    width: 45%;
}
.one_half_last {
    float: left;
    margin: 0;
    width: 45%;
}
.message_box {
    border-radius: 5px 5px 5px 5px;
    margin: 30px 0 30px 70px;
    padding: 20px 30px 10px;
    position: relative;
    width: 480px;
    z-index: 99;
}
.content_two_thirds .message_box {
    width: 270px;
}
.message_box_sign {
    display: block;
    height: 48px;
    left: -20px;
    position: absolute;
    text-indent: -9999px;
    top: -20px;
    width: 48px;
    z-index: 999;
}
.info_box {
    background: none repeat scroll 0 0 #191919;
    border: 2px solid #32ACE3;
}
.info_box_sign {
    background: url("images/info_box.png") no-repeat scroll left top transparent;
}
.warning_box {
    background: none repeat scroll 0 0 #191919;
    border: 2px solid #FDC402;
}
.warning_box_sign {
    background: url("images/warning_box.png") no-repeat scroll left top transparent;
}
.error_box {
    background: none repeat scroll 0 0 #191919;
    border: 2px solid #EF4328;
}
.error_box_sign {
    background: url("images/error_box.png") no-repeat scroll left top transparent;
}
.download_box {
    background: none repeat scroll 0 0 #191919;
    border: 2px solid #70BF39;
}
.download_box_sign {
    background: url("images/download_box.png") no-repeat scroll left top transparent;
}
#content_gallery_top .img_floated_left {
    border: medium none;
    float: left;
    margin: 5px 20px 10px 0;
}
#content_gallery_top .img_floated_right {
    border: medium none;
    float: right;
    margin: 5px 0 10px 20px;
}
#content_gallery_top p {
    margin-bottom: 20px;
}
#content_gallery_top ul, #content ol {
    margin: -10px 0 20px 60px;
}
#content_gallery_top ul li li {
    margin-left: -35px;
}
#content_gallery_top ul ul {
    margin-top: 5px;
}
#content_gallery_top ul li {
    margin-top: 5px;
}
#content_gallery_top ul.no_bullets, #content ol.no_bullets {
    list-style: none outside none;
}
#content_gallery_top ul.floated_left {
    margin: 20px 0;
    overflow: hidden;
}
#content_gallery_top ul.floated_left li {
    display: inline;
    float: left;
    margin: 10px;
}
#gallery_prettyphoto.portfolio {
    overflow: hidden;
    padding: 0 0 20px;
}
#gallery_prettyphoto.portfolio ul li {
    display: inline-block;
    height: 400px;
    margin-bottom: 35px;
}
#gallery_prettyphoto.portfolio ul li a img {
    border: medium none;
}
#gallery_prettyphoto.portfolio ul li h3 a {
    text-decoration: none;
}
#gallery_prettyphoto.portfolio ul li p {
    margin: 10px 0 15px;
}
#gallery_prettyphoto.portfolio ul li a.more-link {
    background: none repeat scroll 0 0 #111111;
    border: 1px solid #2C2C2C;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
#gallery_prettyphoto.portfolio ul li a.more-link:hover {
    background: none repeat scroll 0 0 #222222;
}
#gallery_prettyphoto.portfolio a span {
    cursor: pointer;
    display: none;
    height: 98%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.portfolio .gallery_2columns a {
    display: block;
    position: relative;
}
.portfolio .gallery_3columns a {
    display: block;
    position: relative;
}
.portfolio .gallery_2columns a span.image_hover {
    background: url("images/gallery_hover/hover_image_big.png") no-repeat scroll center center black;
}
.portfolio .gallery_2columns a span.video_hover {
    background: url("images/gallery_hover/hover_video_big.png") no-repeat scroll center center black;
}
.portfolio .gallery_3columns a span.image_hover {
    background: url("images/gallery_hover/hover_image_medium.png") no-repeat scroll center center black;
}
.portfolio .gallery_3columns a span.video_hover {
    background: url("images/gallery_hover/hover_video_medium.png") no-repeat scroll center center black;
}
.portfolio .gallery_3columns p {
    width: 210px;
}
div.pp_default .pp_description {
    color: #000000;
}
.one_half {
    display: inline-block;
    float: left;
    margin: 0 5% 0 0;
    width: 47%;
}
.last {
    margin: 0;
}
table a, table a:link, table a:visited {
    border: medium none;
}
table {
    border-collapse: collapse;
    border-right: 1px solid #5C5C5C;
    border-top: 1px solid #5C5C5C;
    margin: 15px 0;
    width: 100%;
}
caption {
    caption-side: top;
    color: #9BA9B4;
    font-size: 0.94em;
    letter-spacing: 0.1em;
    margin: 1em 0 0;
    padding: 0;
    text-align: center;
}
td {
    background: none repeat scroll 0 0 #0F0F0F;
    border-bottom: 1px solid #5C5C5C;
    border-left: 1px solid #5C5C5C;
    color: #D4D4D4;
    padding: 5px 10px;
    text-align: center;
}
th {
    border-bottom: 1px solid #5C5C5C;
    border-left: 1px solid #5C5C5C;
    color: #FFFFFF;
    font-weight: normal;
    padding: 5px 10px;
    text-align: left;
}
thead th {
    background: none repeat scroll 0 0 #313131;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}
tfoot th {
    background: none repeat scroll 0 0 #F4F9FE;
    text-align: center;
}
tfoot th strong {
    color: #66A3D3;
    margin: 5px 5px 5px 0;
}
tfoot th em {
    color: #F03B58;
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
}
.zebra_horizontal tr.odd td {
    background: none repeat scroll 0 0 #222222;
}
.zebra_vertical .col_odd {
    background: none repeat scroll 0 0 #222222;
}
.zebra_vertical td {
    background: none repeat scroll 0 0 transparent;
}
#pricing_table {
    margin: 15px auto;
    text-align: center;
    width: 100%;
}
#pricing_table .pricing_section {
    background: none repeat scroll 0 0 #141414;
    border: 1px solid #5A5A5A;
    color: #EBEBEB;
    float: left;
    padding: 20px;
    position: relative;
}
#pricing_table.pricing_3_col .pricing_section {
    width: 184px;
}
#pricing_table.pricing_4_col .pricing_section {
    width: 128px;
}
#pricing_table.pricing_4_col.table_w_active .pricing_section {
    width: 124px;
}
#pricing_table.pricing_3_col.table_w_active .pricing_section {
    width: 178px;
}
#pricing_table.pricing_4_col.table_w_active .pricing_active {
    width: 137px;
}
#pricing_table.pricing_3_col.table_w_active .pricing_active {
    width: 195px;
}
#pricing_table .pricing_active {
    background: none repeat scroll 0 0 #3B3B3B;
    border-radius: 5px 5px 5px 5px;
    border-width: 3px;
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
    color: #FFFFFF;
    margin: 0 -1px;
    padding: 30px 20px;
    top: -13px;
    z-index: 2;
}
#pricing_table .plan:nth-child(1) {
    border-radius: 5px 0 0 5px;
}
#pricing_table .plan:nth-child(4) {
    border-radius: 0 5px 5px 0;
}
#pricing_table h3 {
    font-size: 20px;
    font-weight: normal;
    margin: -20px -20px 0;
    padding: 30px 20px 0;
}
#pricing_table #most-popular h3 {
    background-color: #DDDDDD;
    background-image: linear-gradient(#EEEEEE, #DDDDDD);
    border-radius: 5px 5px 0 0;
    margin-top: -30px;
    padding-top: 30px;
}
#pricing_table h3 span {
    color: #FFFFFF;
    display: block;
    font: bold 25px/100px Georgia,Serif;
}
#pricing_table ul {
    list-style: none outside none;
    margin: 20px 0 0;
    padding: 0;
}
#pricing_table li {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
}
#pricing_table .signup {
    background-color: #72CE3F;
    background-image: linear-gradient(#72CE3F, #62BC30);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    display: inline-block;
    font: bold 14px Arial,Helvetica;
    margin: 20px 0 0;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
#pricing_table .signup:hover {
    background-color: #62BC30;
    background-image: linear-gradient(#62BC30, #72CE3F);
}
#pricing_table .signup:active, #pricing_table .signup:focus {
    background: none repeat scroll 0 0 #62BC30;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    top: 2px;
}
.clear:before, .clear:after {
    content: "";
    display: table;
}
.clear:after {
    clear: both;
}
.clear {
}
#content .float_left {
    float: left;
    margin: 0 0 20px 50px;
}
ul.check_list li {
    background: url("images/elements/accept.png") no-repeat scroll left 2px transparent;
    list-style: none outside none;
    margin: 0 0 0 -23px;
    padding: 0 0 0 23px;
}
ul.circle_list li {
    background: url("images/elements/bullet_red.png") no-repeat scroll left 1px transparent;
    list-style: none outside none;
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
}
ul.star_list li {
    background: url("images/elements/bullet_star.png") no-repeat scroll left 2px transparent;
    list-style: none outside none;
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
}
ul.arrow_list li {
    background: url("images/elements/bullet_arrow_right.png") no-repeat scroll left 2px transparent;
    list-style: none outside none;
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
}
ul.arrow_alt_list li {
    background: url("images/elements/bullet_go.png") no-repeat scroll left 2px transparent;
    list-style: none outside none;
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
}
.dropcaps p:first-child:first-letter {
    float: left;
    font-family: Palatino,Georgia,serif;
    font-size: 340%;
    line-height: 0.7em;
    margin: 10px 7px 0 0;
    position: relative;
}
.dropcaps_alt p:first-child:first-letter {
    float: left;
    font-family: Verdana,Arial,sans-serif;
    font-size: 340%;
    line-height: 0.7em;
    margin: 7px 7px 0 0;
    position: relative;
}
div.separator {
    border-bottom: 1px solid #383838;
    margin: 20px 0 30px;
    width: 100%;
}
div.separator_top {
    border-bottom: 1px solid #383838;
    margin: 10px 0;
    padding: 0 40px 0 0;
    position: relative;
    width: 90%;
}
div.separator_top a {
    position: absolute;
    right: -30px;
    text-decoration: none;
    top: -10px;
}
.tabs-content .tab {
    display: none;
}
.tabs, .tabs_alt {
    list-style: none outside none;
}
.tabs li, .tabs_alt li {
    display: inline;
}
.tabs li a {
    background: none repeat scroll 0 0 white;
    color: #EDEDED;
    display: block;
    float: left;
    left: 0;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
    z-index: 0;
}
.tabs_alt li a {
    background: none repeat scroll 0 0 padding-box #121212;
    border: 1px solid #2A2A2A;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 10px;
    text-decoration: none;
}
.tabs li a:hover {
    background: none repeat scroll 0 0 #1A1A1A;
}
.tabs li.active a {
    background: none repeat scroll 0 0 white;
    border-bottom: medium none;
    color: #FFFFFF;
    position: relative;
    z-index: 1000;
}
.tabs_alt li.active a {
    background: none repeat scroll 0 0 #2A2A2A;
    border-bottom: 1px solid #2A2A2A;
}
.tab_container {
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #2A2A2A;
    clear: left;
    display: block;
    list-style: none outside none;
    margin: -3px 0 0;
    position: relative;
    width: 100%;
    z-index: 3;
}
.tab_container_alt {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
}
.tab_container div {
    padding: 20px;
}
.tab_container p {
    margin-bottom: 5px !important;
}
.tab_container_alt div {
    padding: 20px 0;
}
.tabs_wrap ul {
    margin: 0 !important;
}
.toggle_box p {
    margin-bottom: 0 !important;
}
.tab_container div {
    padding: 10px 3%;
}
.tab_container div.two_thirds {
    float: left;
    margin: 0 5% 0 0;
    width: 59%;
}
.tab_container div.one_third {
    float: left;
    margin: 0 5% 0 0;
    width: 24%;
}
.accordion {
    margin: 15px 0;
    padding: 0;
    position: relative;
}
.accordion div {
    margin: 0 0 5px;
    padding: 0;
}
.accordion div.accordion_head {
    background: none repeat scroll 0 0 #121212;
    border: 1px solid #2A2A2A;
    margin: 0 0 5px;
    position: relative;
    z-index: 1;
}
.accordion div.accordion_head a {
    background: url("images/elements/accordion_open.png") no-repeat scroll 98% center transparent;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}
.accordion div.accordion_head.active_acc a {
    background: url("images/elements/accordion_close.png") no-repeat scroll 98% center #292929;
    color: #FFFFFF;
}
.accordion div.accordion_content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #121212;
    border-color: -moz-use-text-color #2A2A2A #2A2A2A;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin: 0;
    padding: 15px 20px;
    position: relative;
    top: -5px;
    z-index: 0;
}
.toggle_box {
    margin: 10px 0;
}
.toggle_box .hide {
    padding: 5px 0;
}
.toggle_box .toggle {
    background: url("images/elements/accordion_open.png") no-repeat scroll left center transparent;
    display: block;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}
.toggle_alt .toggle_box {
    background: none repeat scroll 0 0 #121212;
    border: 1px solid #2A2A2A;
    margin: 10px 0;
    text-decoration: none;
}
.toggle_alt .toggle_box .toggle {
    background: url("images/elements/accordion_open.png") no-repeat scroll 5px center transparent;
    padding: 5px 0 4px 25px;
    text-decoration: none;
}
.toggle_alt .toggle_box div {
    padding: 5px 25px 15px;
}
.toggle_alt .toggle_box .toggle {
}
.toggle_alt .toggle_box .toggle.active {
    background: url("images/elements/accordion_close.png") no-repeat scroll 5px center transparent;
    color: #FFFFFF;
}
.separator {
    border-bottom: 1px solid #787878;
    height: 20px;
    width: 100%;
}
#content ul.gallery_shortcode {
    margin: -10px 0 20px -10px;
}
#content ul.gallery_shortcode_slideviewer {
    margin: 0;
}
#content ul.gallery_shortcode_slideviewer li {
    margin: 0;
}
#stripTransmitter0 ul {
    margin: 0 !important;
}
#content.content_full_width .gallery_2columns {
    margin: 0 0 20px -20px;
}
#wrapper #slidecaption {
    bottom: 30px;
    overflow: visible;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: none;
    width: 550px;
}
.slider_details_bottom #wrapper #slidecaption {
    bottom: 95px;
}
#slidecaption h2 {
    background: url("images/slider-bg.png") repeat scroll left top transparent;
    bottom: 33px;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'PT Sans','Helvetica Neue','Arial','Helvetica',sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 10px;
    right: 0;
    text-transform: uppercase;
}
#slidecaption p {
    background: url("images/slider-bg.png") repeat scroll left top transparent;
    bottom: -7px;
    color: #FFFFFF;
    display: block;
    font: italic 16px 'PT Sans',Arial,sans-serif;
    margin: 0;
    padding: 7px;
    position: relative;
    right: 0;
}
#wrapper #slidecaption a {
    text-decoration: underline;
}
#wrapper #slidecaption a.slider_link {
    background: url("images/slider-bg.png") repeat scroll left top transparent;
    bottom: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 4px 8px;
    position: relative;
    text-decoration: none;
}
#wrapper #slidecaption a:hover {
    text-decoration: underline;
}
.slider_details_bottom #wrapper #slidecounter {
    bottom: 53px;
}
#wrapper #slidecounter {
    bottom: 183px;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    right: 10px;
    text-shadow: none;
}
#nextslide {
    background: url("images/thumb-forward.png") no-repeat scroll 0 0 transparent;
    bottom: 163px;
    right: 60px;
    text-indent: -9999px;
}
#prevslide {
    background: url("images/thumb-backward.png") no-repeat scroll 0 0 transparent;
    bottom: 163px;
    right: 90px;
    text-indent: -9999px;
}
.slider_details_bottom #wrapper #nextslide, .slider_details_bottom #wrapper #prevslide {
    bottom: 33px;
}
#wrapper #play-button {
    bottom: 173px;
    opacity: 0.7;
    position: absolute;
    right: 150px;
}
.slider_details_bottom #wrapper #play-button {
    bottom: 42px;
}
#wrapper #play-button {
    opacity: 1;
}
.clearboth {
    clear: both;
}
.shortcode-video {
    margin-bottom: 20px;
    margin-top: 10px;
}
div#backgroundvimeo {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
div#backgroundvimeo > iframe {
    border: medium none;
    display: block;
    height: 100%;
    width: 100%;
}
div#calendar_wrap table {
    margin: 0;
}
div#calendar_wrap thead th, #wp-calendar td {
    padding: 0;
}
.subscribe-label {
    display: inline !important;
    margin: -5px 10px;
}
#content .wp-smiley {
    margin: 0;
}
a {
    color: #008000;
    outline: medium none;
}
.wpcf7-file {
    border: medium none;
}
.wpcf7 span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 black;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 5px;
}
.wpcf7 .wpcf7-select {
    background: none repeat scroll 0 0 #1B1B1B;
    border: 1px solid #333333;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font: 12px 'Helvetica Neue',Verdana,Helvetica,sans-serif;
}
.wpcf7 .wpcf7-select option {
    padding: 5px;
}
