/* ENFOLD OVERRIDES */

.main_color tr.even { background: #FFF; color: #222222; }
.main_color tr.odd { background: #FFF; color: #222222;}
.main_color tr:nth-child(even), tr:nth-child(even) { background: #FFF; color: #222222; }
.main_color tr:nth-child(odd), tr:nth-child(odd) { background: #FFF; color: #222222; }
.main_color tr:nth-child(even) a, tr:nth-child(even) a { color: #719430;}
.main_color tr:nth-child(odd) a, tr:nth-child(odd) a {color: #000;}

.main_color .info_table tr td { background: #f0f0f0; color: #222222;}

.title_container, .sidebar, .entry h1.entry_title { display:none }
.content { padding-top: 5px; padding-bottom: 5px }
p { margin: 10px 0px 1px 2px; line-height: 1.4em; font-family: 'Open Sans'; font-size: 16px;}
/* TRANSCRIOpen OVERRIDES */
.post_title     { display:none }


/* GENERAL */
.geegeez_sc             { font-family: 'Open Sans'; font-size: 16px; color: #363636 }
.geegeez_sc .box-title  { font-family: 'Open Sans'; font-size: 34px; margin: 6px 0px 14px; }

.inline { display: inline-block;}

/* TABLES */
table {  width: 100%; }

th {
  font-weight: bold;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-align: left;
  padding: 1px 3px;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-top: none;
  font-size: 14px;
  border-color: #ccc;
}
td a {
    color: black;
}

.dt_cell { min-width: 100px }

/* COLS */
div.row            { float: left; clear: left; width: 100%; padding: 1px; margin-bottom: 8px; }
div.rowcol         { float: left; margin-left: 1%; }

.rowcol70      { width: 69% }
.rowcol60      { width: 59% }
.rowcol50      { width: 49% }
.rowcol40      { width: 39% }
.rowcol30      { width: 29% }

div.rowcol.first { clear: left; margin-left: 0 }

.rowcol70.first      { width: 70% }
.rowcol60.first      { width: 60% }
.rowcol50.first      { width: 50% }
.rowcol40.first      { width: 40% }
.rowcol30.first      { width: 30% }


/* BOX */
div.box        { 
    border: 1px solid; border-color: #ad2a2a; border-radius: 2px; padding: 1px 5px 4px 4px; margin-bottom: 8px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
    box-shadow: 2px 2px 5px 0px rgba(153,153,153,1);
    background: #fff;
}
.box.boxlast    { margin-bottom: 0;}

.main_color .geegeez_sc div a, .main_color .geegeez_sc div a:hover {color:black; text-decoration: none}
.main_color .geegeez_sc div a:hover div {opacity: 0.9}

.geegeez_sc .toprow { 
  float: left;
  width: 100%;
  background-color: #DDD;
  padding: 1px 5px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.geegeez_sc .upnext { float:left; font-size: 19px; font-style: italic; font-weight: 700; color: #424242; letter-spacing: -1px;}
.geegeez_sc .upnextmore {float: right; letter-spacing: -1px; font-style: italic;}
.geegeez_sc div.upnextmore a:hover {color:#123456}

@media only screen and (max-width: 380px) {
    .mobile_hide {display: none}
}

/* POPUP */
#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}

#modal-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: auto;
    max-height: 400px;
    left: 50%;
    margin: 0 0 0 -300px;
    padding: 10px;
    position: fixed;
    top: 200px;
    width: 80%;
    max-width: 800px;
    z-index: 1000;
}

#modal-background.active, #modal-content.active {
    display: block;
}

#modal-close { cursor: pointer; float: right; border-radius: 5px; padding: 3px 11px;}