
/* Copyright (c) 2011 Ernesto Mendez <der-design.com> */

/* BUTTONS */

a.sc-button { margin: 0 12px 0 0; }
a.sc-button + br { display: none; }

/* COLUMNS */

.column-2, .column-3, .column-4 { float: left; margin-right: 28px; margin-bottom: 2.3em !important; min-height: 50px; }
.column-4 { width: 125px; min-height: 50px; }
.column-3 { width: 176px; }
.column-2 { width: 278px; }

#content-wrap > article .column-4 { width: 204px; }
#content-wrap > article .column-3 { margin-right: 27px; width: 282px; }
#content-wrap > article .column-2 { width: 436px; }

.column-4.last, .column-3.last, .column-2.last { margin-right: 0 !important; }
.column-4.last + .clear + p, .column-3.last + .clear + p, .column-2.last + .clear + p { margin-top: 0 !important; }
.column-4 > *:first-child, .column-3 > *:first-child, .column-2 > *:first-child { margin-top: 0 !important; }

/* TABS */

.js ul.sc-tabs { }
.js ul.sc-tabs > li.title { display: none; }
.js ul.sc-tabs > li.nav { position: relative; display: block; margin-bottom: -1px; }
.js ul.sc-tabs > li.nav span { display: block; font-weight: 300; padding: 5px 10px; border-right: solid 1px #d9d9d9; float: left; border: solid 1px #E7E7E7; margin-right: 4px; border-top-right-radius: 5px; border-top-left-radius: 5px;
text-shadow: 0 1px 0 white;
background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f2f2f2)); /* Webkit */
background: -moz-linear-gradient(top,  #fcfcfc,  #f2f2f2); /* Firefox */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f2f2f2'); /* Internet Explorer */ }
.js ul.sc-tabs > li.nav span:hover, .js ul.sc-tabs > li.nav span.active { background-color: #fefefe; color: #eb5426; cursor: pointer; }
.js ul.sc-tabs > li.nav span.active { filter: none; background: #fefefe; border-bottom-color: #fefefe; font-weight: bold; color: #3f3f3f; }
.js ul.sc-tabs > li.tab { display: none; padding: 10px 10px 15px; background-color: #fefefe; border: solid 1px #E7E7E7; }
.js ul.sc-tabs > li.tab > *:first-child { margin-top: 0 !important; }
.js ul.sc-tabs > li.nav + li { display: block; }

.no-js ul.sc-tabs li.title { font-weight: bold; }

/* NOTIFICATIONS */

p.notification { padding: 25px; background-color: #EA7716; border: solid 1px orange; color: #ffffff; -moz-border-radius:20px; -moz-box-shadow:1px 2px 5px #888; box-shadow:1px 2px 5px #888;}
p.notification.success { background-color: #efffed; border-color: #b4e3af; }
p.notification.error { background-color: #ffeff0; border-color: #ffbabc; }
p.notification a {color:#ffffff; text-decoration:underline;}

/* SLIDER SHORTCODE */

.slider-sc { position: relative; z-index: 0; }
.slider-sc a.nivo-nextNav, .slider-sc a.nivo-prevNav { display: block; width: 30px; height: 30px; background: url(../js/nivo-slider/themes/default/arrows.png) no-repeat; text-indent: -9999px; }
.slider-sc a.nivo-nextNav { background-position: center right; margin-right: 10px; }
.slider-sc a.nivo-prevNav { background-position: center left; margin-left: 10px; }
.slider-sc .nivo-controlNav { display: block !important; position: absolute; bottom: 18px; left: 0; width: 100%; z-index: 10; text-align: center; }
.slider-sc .nivo-controlNav > a { display: inline-block; width: 22px; height: 20px; margin: 0 5px; background: url(../js/nivo-slider/themes/default/bullets.png) top center no-repeat; text-indent: -9999px; }
.slider-sc .nivo-controlNav > a.active { background-position: bottom center; }