/* #Basic Styles
================================================== */
body {
	color: #32272f;
}
/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #32272f;
}
.subheader {
	color: #32272f;
}
p {
	color:#32272f;
}
strong {
	color: #32272f;
}
/*	Blockquotes  */
blockquote, blockquote p {
	color: #cdcdcd;
}
blockquote {
	border-right: 1px solid #796172;
}
blockquote cite {
	color: #cdcdcd;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #cdcdcd;
}
hr {
	border: solid #ddd;
}
/* Text Selection */
::selection {
background: #ffd600;
color: #32272f; /* Safari */
}
::-moz-selection {
background: #ffd600;
color: #32272f; /* Firefox */
}
/* #Links
================================================== */
a, a:visited {
	color: #fff;
}
/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs li a {
	border-right:1px solid #796172;
	color:#ffd600;
}
ul.tabs1 li a {
	color:32272f;
}
ul.tabs li a.active {
	color: #fff;
}
ul.tabs-content {
	color:#efefef;
}
/* #Forms
================================================== */

/* General Forms */
label span, legend span {
	color: #444;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	color: #32272f;
	background: #eee;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #bbb;
	color: #555;
}
/*===============================================================
	MAIN STYLES 
================================================================*/
/* Deviders */
div.line {
	border-top:2px solid #ffd600;
}
/*===============================================================
	TOP PANEL - Sliding Panel
================================================================*/

.slide {
	border-top: solid 10px #32272f;
}
.btn-slide {
	background:#32272f;
	border-bottom: solid 5px #ffd600;
	color: #fff;
}
/*Contact*/
#toppanel {
	background:#32272f;
}
#toppanel .eleven.columns {
	border-top:2px solid #ffd600;
}
#toppanel .eleven.columns:hover {
	border-top:2px solid white;
}
#toppanel .five.columns {
	border-top:2px solid #ffd600;
}
#toppanel .five.columns:hover {
	border-top:2px solid white;
}
#toppanel p {
	color:#fff;
}
a.contactLink {
	color:#32272f;
	background:#ffd600;
	margin-left:5px;
}
a.contactLink:hover {
	background:white;
}
.tip-twitter {
	border-top:3px solid white;
	color:#32272f;
	background:rgba(255, 214, 0, 0.95);
}
/*===============================================================
	PLAYER AND SLIDING PANEL
================================================================*/
/* Player Styles */
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
*/
a.jp-play {
	background: url(/wp-content/themes/positivowp/images/icons/playback_play.png) no-repeat center center;
}
a.jp-pause {
	background: url(/wp-content/themes/positivowp/images/icons/playback_pause.png) no-repeat center center;
}
a.jp-stop {
	background: url(/wp-content/themes/positivowp/images/icons/playback_stop.png) no-repeat center center;
}
a.jp-mute {
	background: url(/wp-content/themes/positivowp/images/icons/sound_mute.png) no-repeat center center;
}
a.jp-unmute {
	background: url(/wp-content/themes/positivowp/images/icons/sound_high.png) no-repeat center center;
}
div.jp-volume-bar {
	background: #ffd600;
}
div.jp-volume-bar-value {
	background:#fff;
}
/* Panel Styles */
.panel {
	background: rgba(50, 39, 47, 0.9);
	border-bottom:5px solid #ffd600;
}
.panel p {
	color: white;
}
a.trigger {
	color:#fff;
	background:#32272f url(/wp-content/themes/positivowp/images/plus.png) 10% 55% no-repeat;
	border-bottom:5px solid #ffd600;
}
a.active.trigger {
	background:#32272f url(/wp-content/themes/positivowp/images/minus.png) 10% 55% no-repeat;
}
/*===============================================================
	HOME - Logo & Menu
================================================================*/

/* Header - Logo & Menu */
.logotext {
	color: #32272f;
}
/*** Positivo Menu ***/

.sf-menu li a:link {
	color: #32272f;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color:#32272f;
}
.sf-menu li a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:#796172;
}
.sf-menu li li a { /* visited pseudo selector so IE6 applies text colour*/
	color:#32272f;
}
.sf-menu li li a:hover { /* visited pseudo selector so IE6 applies text colour*/
	color:#796172;
}
.sf-menu li ul {
	border-right:5px solid #ffd600;
}
.sf-menu li ul a:link {
	background: #fff url(/wp-content/themes/positivowp/images/raster.png) left center no-repeat;
	color: #32272f;
}
.sf-menu li li {
	background:rgba(255, 255, 255, 0.9);
	border-bottom:1px solid #efefef;
}
.sf-menu li li li {
	background:rgba(255, 255, 255, 0.9);
}
/* Header Responsive Menu Form Style */
.header select {
	background:#fff url('/wp-content/themes/positivowp/images/navselect.gif') no-repeat right center;
}
.header option {
	color: #32272f;
}
/*===============================================================
	HOME - Breadcrumbs & Socials
================================================================*/

.breadcrumbs {
	background: #32272f;
	border-top:10px solid #ffd600;
}
.titlepart h2 {
	color:white;
}
.titlepart1 h2 {
	background:url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	color:white;
}
span.line {
	color:#796172;
}
span.tagline {
    color:#fff;
}
span.tagline1 {
    color:#fff;
}
a.breadcrumbslink1 {
	color:#ffd600;
}
a.breadcrumbslink {
	color:#fff;
}
span.bread {
	color:#ffd600;
}
span.bread a {
	color:#fff;
}
/*===============================================================
	HOME - Box One
================================================================*/
.homecontent {
	background:rgba(255, 255, 255, 0.78);
}
.homecontent h2, .homecontent h3 {
	color:#32272f;
}
.homecontent p {
	color:#483844;
}
span.plus {
	color:#32272f;
}
a.buttonhome {
	background: #32272f;
	border-bottom:3px solid #ffd600;
	color:white;
}
a.buttonhome:hover {
	color:#ffd600;
}
a.buttonhome span {
	background:#ffd600;
	color:#32272f;
}
/*===============================================================
	HOME - Box Two
================================================================*/

.boxtwo .one-third {
	background: rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -2px 0px #fff;
	border-bottom:3px solid transparent;
}
.boxtwo .one-third:hover {
	border-bottom:3px solid #ffd600;
}
.boxtwoleft, .boxtwocenter, .boxtworight {
	padding:20px 20px 15px 20px;
	background:url(/wp-content/themes/positivowp/images/home/square.png) left 95% no-repeat;
}
.boxtwo h3 {
	border-bottom:1px solid #efefef;
}
a.simple {
	color:#32272f;
}
/*===============================================================
	HOME - Flexslider
================================================================*/
/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff;
	border: 8px solid #fff;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -2px 0px #fff;
}
/* Caption style */
/* IE rgba() hack */
p.flex-caption {
	color:white;
}
.flex-caption {
	background: #32272f;
	color:#ffd600;
}
/* Direction Nav */
.flex-direction-nav a {
	background:  url(/wp-content/themes/positivowp/images/flexslider/bg_direction_nav.png) no-repeat;
}
/*===============================================================
	FOOTER
================================================================*/
.footer {
	background:#32272f;
	border-bottom:10px solid #ffd600;
}
.footer p {
	color:white;
}
.footer h3 {
	color:#ffd600;
}
#tweets li {
	color:#efefef;
	border-bottom:1px solid #d6d6d6;
}
#tweets li a {
	color:#ffd600;
}
#tweets p.meta {
	color:#ffd600;
}
#tweets .hash {
	color:#efefef;
}
#tweets .reply {
	color:#efefef;
}
/*Tabs*/
a.info {
	color:#ffd600;
}
#t1Tab .one_fourth img {
	border-top:5px solid #ffd600;
}
span.yellow {
	color:#ffd600;
}
p.copyright {
	color:white;
}
p.copyright a {
	color:#ffd600;
}
/*===============================================================
	ABOUT
================================================================*/
/***************** About One *****************/
.aboutoneleft p.quote, .aboutonecenter p.quote {
	color:#635660;
}
p.quote1 {
	color:#cdcdcd;
}
/***************** About Two *****************/
span.quotedesign {
	color:#796172;
}
/***************** About Three *****************/
.aboutthree .one_sixth {
	background: rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -2px 0px #fff;
	border-bottom:1px solid transparent;
}
.aboutthree .one_sixth:hover {
	border-bottom:1px solid #ffd600;
}
.aboutthree h3 {
	border-bottom:1px solid #efefef;
}
a.product {
	color:#32272f;
}
/****************************** ABOUT -  Team ******************************/
.team .ten.columns {
	margin-bottom:30px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -2px 0px #fff;
}
.sidebar1 p.quote, .sidebar2 p.quote {
	color:#635660;
}
/****************************** ABOUT - Full Page,Left Sidebar, Right Sidebar ******************************/
p.quote {
	color:#635660;
}
/*===============================================================
	PORTFOLIO
================================================================*/
/****************************** PORTFOLIO - Three Columns Portfolio ******************************/
.portfolio3columns .one-third {
	background: rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -2px 0px #fff;
	border-bottom:3px solid transparent;
}
.portfolio3columns .one-third:hover {
	border-bottom:3px solid #ffd600;
}
.portfolio3columns h3 {
	border-bottom:1px solid #efefef;
}
.portfolio-item a.more-link {
	color:#322f2f;
	background: url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
}
div.thumb img {
	background:20px solid white;
}
ul.portfolioCat {
	color:#32272f;
}
ul.portfolioCat li.cat-item {
	color:#fff;
	background:#32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
}
ul.portfolioCat li.cat-item:hover {
	color:#32272f;
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
}
ul.portfolioCat li span.portfolioplus {
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
a.catlink {
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
div.pagination a {
	color:white;
	background:#32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
}
div.pagination a:hover {
	color:#32272f;
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
}
/****************************** PORTFOLIO - Content Part - Portfolio Detail Page ******************************/
.portfoliodetail1 h2 a {
	color:#32272f;
}
.portfoliodetail1 img {
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2), 1px 2px 0px #fff;
	border-top:2px solid #32272f;
}
/*===============================================================
	GALLERY
================================================================*/
.gallery .four.columns img {
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -2px 0px #efefef;
}
/*===============================================================
	BLOG
================================================================*/
/****************************** BLOG - Blog Page ******************************/
div.sixteen.columns.blog h2 a {
	color:#32272f;
}
div.sixteen.columns.blog p img {
	border-top:2px solid #32272f;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
div.sixteen.columns.blog p.meta {
	border-bottom:1px solid #fff;
	border-top:2px solid #fff;
	background:#32272f url(/wp-content/themes/positivowp/images/raster1.png) right center no-repeat;
	color:#ad9da9;
}
div.sixteen.columns.blog.meta a {
	color: #efefef;
}
span.left strong {
	color:#fff;
}
a.more-link {
	background: #32272f;
	border-bottom:3px solid #ffd600;
	color:white;
}
a.more-link:hover {
	color:#ffd600;
}
a.more-link span {
	background:#ffd600;
	color:#32272f;
}
p.quoteblog {
	background: url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#635660;
}
p.list a {
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
p.list a:hover {
	background:#32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	color:#fff;
}
img.blog../../images {
	border-top:2px solid #32272f;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
blockquote {
	background:#fff;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
blockquote p {
	color:#635660;
}
blockquote p.quote-author {
	background:url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
}
/******************************* BLOG / Sidebar *******************************/
.blogList .comment-author img.avatar {
	background-color: #efefef;
}
.blogList .comment-author .fn {
	color:#32272f;
}
.blogList .comment-author span {
	color:#32272f;
}
/******************************* BLOG / Blogpost / Comments Template  *******************************/
h3#comments {
	background: url(/wp-content/themes/positivowp/images/boxthreesep.png) left bottom no-repeat;
}
ul.commentlist {
	background:#fff;
	border:1px solid #efefef;
	border-bottom:1px solid #cdcdcd;
	color:#32272f;
}
.comment-meta a {
	background:url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
#comments_template li {
	border-bottom: 1px solid #efefef;
	border-top: 1px solid white;
}
.reply a.comment-reply-link {
	background: #32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	border-bottom:3px solid #fff;
	color:#fff;
}
.reply a.comment-reply-link:hover {
	color:#ffd600;
}
#comments_template .avatar {
	background-color: #fff;
	border:1px solid #efefef;
}
/******************************* BLOG / Blogpost / Respond form  *******************************/
#respond h3 {
	color:#32272f;
}
#respond {
	background-color:#fff;
	border:1px solid #efefef;
	border-top:1px solid #cdcdcd;
}
#respond input {
	border: 2px solid #efefef;
	background-color: white;
}
#respond textarea {
	border: 2px solid #efefef;
	background-color: white;
}
#respond label {
	color: #32272f;
}
#commentform a {
	color:#786071;
}
span.required {
	color:#32272f;
}
p.form-allowed-tags code {
	color:#a38b9c;
}
#respond input[type="text"]:focus, #respond input[type="text"]:hover, #respond textarea:focus, #respond textarea:hover, #respond input[type="text"]:focus, #respond input[type="text"]:hover, #respond textarea:focus, #respond textarea:hover {
	background-color:#efefef;
}
#respond input[type="submit"] {
	background:#32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	color:white;
}
#respond input[type="submit"]:hover {
	color:#ffd600;
}
/******************************* CONTACT FORM - contact page  *******************************/
#contactform {
	background-color:white;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	color:#32272f;
}
#contactForm span.error {
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
p.error {
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
#contactForm input[type="text"] {
	border: 1px solid #e1e5e9;
	background-color: white;
}
#contactForm textarea {
	border: 1px solid #e1e5e9;
	background-color: white;
}
#contactForm label {
	background:url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color: #32272f;
}
#contactForm label span {
	color: #32272f;
}
#contactForm input[type="text"]:focus, #contactForm input[type="text"]:hover, #contactForm textarea:focus, #contactForm textarea:hover, #contactForm input[type="text"]:focus, #contactForm input[type="text"]:hover, #contactForm textarea:focus, #contactForm textarea:hover {
	background-color:#efefef;
}
#contactForm input[type="submit"] {
	background: #32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	border:none;
	color:white;
}
#contactForm input[type="submit"]:hover {
	color:#ffd600;
}
/***************** Contact/Sidebar *****************/
ul.contactlist li {
	color: #32272f;
	background: url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
}
ul.contactlist li a {
	color: #796172;
}
span.color {
	background:#ffd600;
	color:#32272f;
}
.map-holder {
	border-bottom:10px solid white;
	border-top:10px solid white;
	border-left:10px solid white;
	border-right:10px solid white;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
h2.form {
	background:#32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	color:#fff;
}
/*===============================================================
	WIDGETS
================================================================*/
#blogsidebar h3.widget-title {
	background: url(/wp-content/themes/positivowp/images/boxthreesep.png) bottom no-repeat;
}
#blogsidebar ul li a {
	color:#32272f;
}
#blogsidebar h5, #blogsidebar h1, #blogsidebar h2, #blogsidebar h3, #blogsidebar h4, #blogsidebar p {
	color:#32272f;
}
#blogsidebar p.quote {
	color:#635660;
}
/* Twitter */
.widget_twitter ul li {
	background:#251d23;
	color:#fff;
}
span.entry-content a {
	color:#ffd600;
}
span.from-meta {
	color:#ffd600;
}
/* Menu */
.widget_nav_menu ul li a {
	background:url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
}
.widget_nav_menu ul li a:hover {
	color:#ffd600;
}
/* Pages */
.widget_pages li.page_item {
	border-bottom:1px dotted #000;
	background:url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
}
#blogsidebar .widget_pages li.page_item {
	border-bottom:1px dotted #cdcdcd;
	background:url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
}
/* Post */
.widget_recent_entries ul li {
	background:url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
}
/* Search */
form#searchform {
	color:#586680;
}
label.screen-reader-text {
	color:#ffd600;
}
#blogsidebar label.screen-reader-text {
	color:#32272f;
}
form#searchform input#s {
	background: white url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	border:2px solid #efefef;
	color: #586680;
}
input#searchsubmit {
	background:#ffd600;
	border:2px solid #ffd600;
	color:#32272f;
}
input#searchsubmit:hover {
	background:#fff;
	border:2px solid #fff;
	color:#ffd600;
}
h5.widget {
	color:white;
}
/* Custom Image Widget */
.image {
	background:#fff;
}
/* Calendar */
#wp-calendar {
	color:#fff;
	background:#251d23;
}
#wp-calendar caption {
	color:#ffd600;
	background:#251d23;
}
table#wp-calendar {
	border:1px solid #000;
}
tbody .pad {
	background-color:#251d23;
}
table#wp-calendar>tbody>tr>td>a {
	color:#ffd600;
}
thead>tr>th {
	background-color:#ffd600;
	border:1px solid #000;
	color:#32272f;
}
tbody>tr>td {
	border:1px solid #000;
}
tfoot>tr>td>a, tfoot>tr>td>a:link, tfoot>tr>td>a:visited, tfoot>tr>td>a:hover, tfoot>tr>td>a:active {
	color:#fff;
}
tfoot>tr>td#prev {
	background-color:#251d23;
}
td#prev.pad {
	color:#32272f;
}
tfoot>tr>td#next {
	background-color:#251d23;
}
/* Categories */
.widget_categories li.cat-item {
	background:url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
}
/* Comments */
li.recentcomments {
	background:url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
}
/* Tags */
.tagcloud a {
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
ul.month li a {
	background:url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
ul.subject li a {
	background:url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
/*===============================================================
	CONTENT SHORTCODES
================================================================*/
div.shortcode {
	background:#fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
h4.columns {
	background:#32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	color:white;
}
/*Alert box */

.success_box {
	border:1px solid #efefef;
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
.success_box:hover {
	background:#fff url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
}
.alert_box {
	background:#1dddfd url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
.alert_box:hover {
	background:#fff url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
}
.error_box {
	background:#ff3d0e url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	color:#fff;
}
.error_box:hover {
	background:#fff url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
/* TABS ------------------------------------------------------------*/
ul.tabsone li a {
	background:#32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	color:#fff;
}
#content ul.tabsone a {
	color: white;
}
ul.tabsone a.current, #content ul.tabsone a.current:hover, ul.tabsone li.current a {
	background:#ffd600 url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	color:#32272f;
}
.panes>div {
	background:white;
	border:1px solid #efefef;
}
/* Toggle content  ------------------------------*/
.block {
	background:#32272f url(/wp-content/themes/positivowp/images/raster1.png) left no-repeat;
	color:white;
}
.block p {
	color:#fff;
}
h5.toggle-trigger {
	color:#32272f;
	background:white url(/wp-content/themes/positivowp/images/raster.png) left no-repeat;
	border-bottom:1px solid #efefef;
}
h5.toggle-trigger a {
	color:#32272f;
}
/* Home boxes  ------------------------------*/
#boxtwo .one-third {
	background: rgba(255, 255, 255, 1);
	box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1), 1px -2px 0px #fff;
	border-bottom:3px solid transparent;
}
#boxtwo .one-third:hover {
	border-bottom:3px solid #ffd600;
}
#boxtwo h3 {
	border-bottom:1px solid #efefef;
}
/* IE8 Fixes
================================================== */

.ie8 .homecontent {
	background:white;
}
.ie8 .boxtwo .one-third {
	background: #fff;
}
.ie8 .tip-twitter {
	background:#ffd600;
}
.ie8 .panel {
	background:#32272f;
}
.ie8 .sf-menu li li {
	background:white;
}
.ie8 .aboutthree .one_sixth {
	background: #fff;
}
.ie8 .portfolio3columns .one-third {
	background:#efefef;
}


/*
     FILE ARCHIVED ON 19:45:16 Jul 10, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:17:42 Feb 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.794
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.021
  esindex: 0.012
  cdx.remote: 6.741
  LoadShardBlock: 97.133 (3)
  PetaboxLoader3.datanode: 174.309 (5)
  load_resource: 144.541
  PetaboxLoader3.resolve: 50.537
  loaddict: 45.764
*/