body {
  font-family: sans-serif;
  font-size: 90%;
  margin: 0;
}
body.album {
  background: #202020;
  color: #ccc;
}
body.image {
  background: #141414;
  color: #ccc;
}
A:link    { color:#eee; text-decoration:none }
A:visited { color:#ddd; text-decoration:none }
A:hover   { color:#fff; text-decoration:none }
.topfix {
  position:fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 35px;
  background-color: #0A0A0A;
  background-color: rgba(0, 0, 0, 0.50);
  color: #FFF;
}

td {
  font-family:PT Sans,Tahoma;
  font-weight:bold;
  color: #FFF;
}

p {
  font-family:PT Sans,Tahoma;
  font-weight:bold;
  color: #FFF;
}


#caption {
  font-size:140%;
  padding: 4px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family:PT Sans,Tahoma;
  font-weight:bold;
}
.capdate {
	font-style:normal;
}
.toplogofix {
  position:fixed;
  left: 0;
  top: 0;
  font-family:PT Sans,Tahoma;
  font-weight:bold;
}
.topleftfix {
  position:fixed;
  left: 0;
  top: 0;
  top: 37px;
  font-family:PT Sans,Tahoma;
  font-weight:bold;
}
.leftfix {
  position:fixed;
  left: 0;
  bottom: 45px;
}
.toprightfix {
  position: fixed;
  right: 0;
  top: 0;
  font-family:PT Sans,Tahoma;
  font-weight:bold;
  text-align: right;

}
.centerfix {
  display: table;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-family:PT Sans,Tahoma;
  font-weight:bold;
  font-family:PT Sans,Tahoma;
  font-weight:bold;
  padding: 12px;
  padding-bottom: 30px;
}
.rightfix {
  position:fixed;
  right: 0;
  bottom: 45px;
}

.weather1{
    color: #fff;
    text-align:center;
    padding:10px 10px;
    width:900px;
    background: linear-gradient(top, #3cf, #078);
    background: -webkit-linear-gradient(top, #3cf, #078);
    background: -moz-linear-gradient(top, #3cf, #078);
}
.weather3{
    color: #fff;
    text-align:center;
    padding:10px 10px;
    width:900px;
    background: linear-gradient(top, #24e3e5, #078);
    background: -webkit-linear-gradient(top, #24e3e5, #078);
    background: -moz-linear-gradient(top, #24e3e5, #078);
}
.weather2{
    color: #fff;
    text-align:center;
    padding: 5px 5px;
    width: 190px;
    background: linear-gradient(top, #24e3e5, #078);
    background: -webkit-linear-gradient(top, #24e3e5, #078);
    background: -moz-linear-gradient(top, #24e3e5, #078);
}
#permanentnextpic {
  position:fixed;
  right: 0px;
  bottom:0px;
  height:100%;
  padding-right: 80px;
}
#permanentprevpic {
  position:fixed;
  left: 0px;
  bottom:0px;
  height:100%;
  padding-left: 80px;
}
#swipe {
  position:fixed;
  left: 100px;
  right: 100px;
  top: 120px;
  bottom: 120px;
}
.bottomfix {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #070707;
  background-color: rgba(0, 0, 0, 0.60);
  color: #FFF;
  text-align: center;
  padding: 4px;
  font-family:PT Sans,Tahoma;
  font-weight:bold;
}
.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.photo {
  display: block;
  padding: 0;
  margin: auto;
  margin-top: 2px;
  margin-bottom: 6px;

}
.fit {
  max-width: 99%;
  max-height: 99%;
}
img.shadow {
  -moz-box-shadow: 4px 4px 10px #000;
  -webkit-box-shadow: 4px 4px 10px #000;
  box-shadow: 4px 4px 10px #000;
} 
img.thumbnail {
  margin: 3px;
  -moz-box-shadow: 1px 2px 2px #000;
  -webkit-box-shadow: 1px 2px 2px #000;
  box-shadow: 1px 2px 2px #000;
} 
.noscroll { overflow:hidden; }
.pointer { cursor:pointer; }
.hide    { display: none; }
#preload { display: none; }
#tips {
  margin: 1em 2em 0em 2em;
  padding: 1em;
  font-size: 80%;
  color: #aaa;
  border: 1px dotted #333;
}
.bright { color: #fff; }
.right { float: right; text-align: right; right: 0px; }

.btn {
  outline:black solid 0.5px;
  padding: 8px 4px;
  background-color: #0F0F0F;
  background-color: rgba(0,0,0, .25);
  color: black;
  font-weight: bold;
  border: none;
  margin: 0;
  width: 122px;
  text-align: left;
  /*box-shadow: 0px 2px 3px #444;*/
}
.btnrt {
  outline:black solid 0.5px;
  padding: 8px 4px;
  background-color: #0F0F0F;
  background-color: rgba(0,0,0, .25);
  color: black;
  font-weight: bold;
  border: none;
  margin: 0;
  width: 120px;
  text-align: right;
  /*box-shadow: 0px 2px 3px #444;*/
}
.btncntr {
  outline:black solid 0.5px;
  padding: 8px 4px;
  background-color: #0F0F0F;
  background-color: rgba(0,0,0, .25);
  color: black;
  font-weight: bold;
  border: none;
  margin: 0;
  width: 130px;
  text-align: center;
  /*box-shadow: 0px 2px 3px #444;*/
  display: table-cell;
}
.btncntrdark {
  outline:black solid 0.5px;
  padding: 8px 4px;
  background-color: #070707;
  background-color: rgba(0,0,0, .60);
  color: black;
  font-weight: bold;
  border: none;
  margin: 0;
  width: 130px;
  text-align: center;
  /*box-shadow: 0px 2px 3px #444;*/
  display: table-cell;
}

.btn:hover {
  background-color: #070707;
   background-color: rgba(0,0,0, .60);
 text-decoration: none;
}
.btnrt:hover {
  background-color: #070707;
   background-color: rgba(0,0,0, .60);
 text-decoration: none;
}
.btncntr:hover {
  background-color: #070707;
   background-color: rgba(0,0,0, .60);
 text-decoration: none;
}

.btn a {
    color: #FFFFFF;
    text-decoration: none;
}
.btnrt a {
    color: #FFFFFF;
    text-decoration: none;
}
.btncntr a {
    color: #FFFFFF;
    text-decoration: none;
}
.btncntrdark a {
    color: #FFFFFF;
    text-decoration: none;
}

.fff {
    font-family:PT Sans,Tahoma;
    font-weight:bold;
    color: #FFF;
}
.nav {
	cursor: pointer;
}

#archiveheader {
    padding: 6px;
  background-color: #0F0F0F;
  background-color: rgba(0,0,0, .25);
  color: black;
  font-weight: bold;
  border: none;
  margin: 0;
  width: 640px;
  height: 30px;
  text-align: center;
  /*box-shadow: 0px 2px 3px #444;*/
}
.grow {
    padding: 6px;
    background-color: rgba(0,0,0, .25);
    height: 24px; /* Origional height */
    width: 260px; /* Origional width */
    float: left; /* Just for presentation (Not required) */
    position: relative; /* Just for presentation (Not required) */
    transition:height 0.5s; /* Animation time */
    -webkit-transition:height 0.5s; /* For Safari */
    font-family:PT Sans,Tahoma;
    font-weight:bold;
    color: #FFF;
    z-index: 16;
}

.grow:hover  #wp-calendar {
    display: block;
    visibility: visible;
}

.leftarrow {
    padding: 6px;
    background-color: rgba(0,0,0, .25);
    height: 24px; /* Origional height */
    width: 20px; /* Origional width */
    float: left; /* Just for presentation (Not required) */
    position: relative; /* Just for presentation (Not required) */
    transition:height 0.5s; /* Animation time */
    -webkit-transition:height 0.5s; /* For Safari */
    font-family:PT Sans,Tahoma;
    font-weight:bold;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}

.headertime {
    padding: 6px;
  background-color: #0F0F0F;
    background-color: rgba(0,0,0, .25);
    height: 24px; /* Origional height */
    width: 40px; /* Origional width */
    float: left; /* Just for presentation (Not required) */
    position: relative; /* Just for presentation (Not required) */
    transition:height 0.5s; /* Animation time */
    -webkit-transition:height 0.5s; /* For Safari */
    font-family:PT Sans,Tahoma;
    font-weight:bold;
    color: #FFF;
}

.headerdate {
    padding: 6px;
  background-color: #0F0F0F;
    background-color: rgba(0,0,0, .25);
    height: 24px; /* Origional height */
    width: 84px; /* Origional width */
    float: left; /* Just for presentation (Not required) */
    position: relative; /* Just for presentation (Not required) */
    transition:height 0.5s; /* Animation time */
    -webkit-transition:height 0.5s; /* For Safari */
    font-family:PT Sans,Tahoma;
    font-weight:bold;
    color: #FFF;
}
.headerdatespace {
    padding: 6px;
  background-color: #0F0F0F;
    background-color: rgba(0,0,0, .25);
    height: 24px; /* Origional height */
    width: 80px; /* Origional width */
    float: left; /* Just for presentation (Not required) */
    position: relative; /* Just for presentation (Not required) */
    transition:height 0.5s; /* Animation time */
    -webkit-transition:height 0.5s; /* For Safari */
    font-family:PT Sans,Tahoma;
    font-weight:bold;
    color: #FFF;
}

.rightarrow {
    padding: 6px;
  background-color: #0F0F0F;
    background-color: rgba(0,0,0, .25);
    height: 24px; /* Origional height */
    width: 20px; /* Origional width */
    float: left; /* Just for presentation (Not required) */
    position: relative; /* Just for presentation (Not required) */
    transition:height 0.5s; /* Animation time */
    -webkit-transition:height 0.5s; /* For Safari */
    font-family:PT Sans,Tahoma;
    font-weight:bold;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
}








#wp-calendar {
    color: #DBDBDB;
    font-size: 12px;
    background: #F5F5F5;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	margin: -20px auto;
display: none;
visibility: hidden;
width: 238px;
}

#wp-calendar a {    color: #ffffff }

#wp-calendar caption {
    background: #383838;
    color: #e0e0e0;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
    -webkit-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 0 #484848, 0 -1px 5px rgba(0,0,0,0.3);
    border: 1px solid #373737;
    z-index: -99;
}

#wp-calendar thead th {
    font-size: 8px;
    padding: 5px 0;
    color: #666;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border-bottom: 1px solid #bbbbbb;
    background: #f7f7f7;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
    background: -moz-linear-gradient(top,  #f7f7f7,  #f1f1f1);
}

#wp-calendar tbody td {
    color: #666;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    padding: 8px;
    text-align: center;
    font-weight: bold;
    border: 1px solid;
    border-color: #fff #bbbbbb #bbbbbb #fff;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede));
    background: -moz-linear-gradient(top,  #ededed,  #dedede);
}

#wp-calendar tbody td.pad {
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ececec));
    background: -moz-linear-gradient(top,  #f5f5f5,  #ececec);
}

#wp-calendar tfoot {
    color: #e0e0e0;
    font-size: 12px;
    text-align: center;
}

#wp-calendar tfoot tr {
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ececec));
    background: -moz-linear-gradient(top,  #f5f5f5,  #ececec);
}

#wp-calendar tfoot td {    padding: 10px 10px }

#wp-calendar tfoot a {
    color: #666;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#wp-calendar tfoot td#prev {    text-align: left }

#wp-calendar tfoot td#next {    text-align: right }

#wp-calendar #today {
    color: #141414;
    border: 1px solid #467b89;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    background: #6eafbf;
    background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #6eafbf, #569EB1);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#6eafbf), to(#569EB1));
}

#wp-calendar #todayb {
    color: #141414;
    border: 1px solid #46894E;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    background: #6EBF70;
    background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #6EBF70, #56B163);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#6EBF70), to(#56B163));
}

#wp-calendar #todayc {
    color: #141414;
    border: 1px solid #878787;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    background: #BCBCBC;
    background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #BCBCBC, #989898);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 20, from(#BCBCBC), to(#989898));
}



ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
del { text-decoration: line-through; }
table {border-spacing: 0; }


#progressbarcontainer {font:16px/24px 'Droid Serif',Georgia,serif;text-align:center;color:#fff;text-shadow:0 1px 0 #000;}

/* progress bar base */
.progress-bar {
  background-color: #191919;
  border-radius: 16px;
  padding: 4px;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 24px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: inset 0 1px 2px #000, 0 1px 0 #2b2b2b;
  -moz-box-shadow: inset 0 1px 2px #000, 0 1px 0 #2b2b2b;
  box-shadow: inset 0 1px 2px #000, 0 1px 0 #2b2b2b;
}

/* code for the inner (colorful) part of the bar */
.progress-bar .completion {
  background: #999;
  display: block;
  font: bold 16px/24px sans-serif;
  position: absolute;
  overflow: hidden;
  max-width: 97.5% !important; /* Prevent a full bar from overflowing */
  height: 24px;
  text-indent: -9999px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 3px rgba(0, 0, 0, 0.4),
    0 1px 1px #000;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 3px rgba(0, 0, 0, 0.4),
    0 1px 1px #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 
   inset 0 -1px 3px rgba(0, 0, 0, 0.4), 
   0 1px 1px #000;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

@-webkit-keyframes scrollin {
	0% { left: -20px; }
	100% { left: -92px; } 
}
@-moz-keyframes scrollin {
  0% { left: -20px; }
	100% { left: -92px; }
}
@keyframes scrollin {
  0% { left: -20px; }
	100% { left: -92px; }
}

/* code to stripe the bars */
.progress-bar .completion .zebra {
  color: black;
  font: normal 120px/80px sans-serif;
  letter-spacing: -15px;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 300%;
  height: 24px;
  opacity: 0.06;
  overflow: hidden;
  text-align: left;
  text-indent: 0;
  z-index: 1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  
  -webkit-animation-name: scrollin; 
  -webkit-animation-duration: 3.2s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  
  /* Doesn't work in FF yet. Will in version 5.0 */
  -moz-animation-name: scrollin; 
  -moz-animation-duration: 3.2s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: scrollin; 
  animation-duration: 3.2s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  
  /* I hate doing it, but I need it or the HTML gets very complex */
  filter: alpha(opacity = 06);
}


/* code for the colors */
.blue .completion { 
  background: #099;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#099), to(#006A6B));
  background: -moz-linear-gradient(top, #099, #006A6B);
  text-indent: 0;
}

.pink .completion { 
  background: #f09;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f36), to(#AC2246));
  background: -moz-linear-gradient(top, #f36, #AC2246);
}

.green .completion { 
  background: #7EBD01;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7EBD01), to(#568201));
  background: -moz-linear-gradient(top, #7EBD01, #568201);
}

.orange .completion { 
  background: #f90;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f90), to(#f60));
  background: -moz-linear-gradient(top, #f90, #f60);
  text-indent: 0;
}



.dvrcontent:hover .pop-up-bc-tooltip {
    display: block;
}

        .pop-up-bc-tooltip {
	    display: none;
	    position:absolute;
            float:left;
            padding:14px 12px;
            border:2px solid #626367;
            font: normal 14px Arial, Helvetica, sans-serif;
            -moz-border-radius: 2px;
            border-radius: 2px;
            background:#000000;
        }

/*