/* This counter © 2014 by Chris Sparnicht
Blog: Laughter On Water http://low.li

Count down the number of wasted bottles and cans in the United States between now and the January 1 of the coming year.
This script could be easily manipulated to count down any thing.

This counter, html, css and javascript are licensed under
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
http://creativecommons.org/licenses/by-sa/4.0/
files:  
countDown.html
mini.countDown.html
jquery.cri.countdown.css
jquery.cri.mini.countdown.css
jquery.cri.countdown.js
bottle-background.jpg
mini.bottle-background.jpg */


.fixedWidth {
font-family: Verdana, Geneva, sans-serif;
}

.criSans {
font-family: Helvetica,Arial,FreeSans,sans-serif;;
}


/* use these styles  */
#bottlesCountdownOuter { 
width: 198px; 
height: 80px; 
border: 1px solid #06C; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#countdownUpper { 
width: 198px; 
height: 46px; 
background-color: #CADEDD; 
background-image:url(bottle-background.jpg); 
font-weight: bold; 
text-align: center;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#countdownYear { 
width: 198px; 
height: 21px; 
vertical-align: middle;
line-height: 21px;
color: #006E6B; 
font-size: 15px; 
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

#countdownAnimation { 
width: 198px; 
height: 25px; 
vertical-align: middle;
color: #F00; 
font-size: 18px; 
}

#countdownLink { 
width: 198px; 
height: 34px; 
vertical-align: middle;
background-color: #006E6B; 
color: #FFF; 
font-size: 10px; 
text-align: center; 
font-weight: bold; 
padding-top: 2px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#countdownLink a:link, 
#countdownLink a:hover, 
#countdownLink a:visited { 
color: #FFF;
}
