/*
____________                
___  __/__(_)___________  __
__  /  __  /__  __ \_  / / /
_  /   _  / _  / / /  /_/ / 
/_/    /_/  /_/ /_/_\__, /  
                   /____/   
______________________               _____              
___    |__  /__  /__(_)______ ______ __  /______________
__  /| |_  /__  /__  /__  __ `/  __ `/  __/  __ \_  ___/
_  ___ |  / _  / _  / _  /_/ // /_/ // /_ / /_/ /  /    
/_/  |_/_/  /_/  /_/  _\__, / \__,_/ \__/ \____//_/     
                      /____/                            
______                                  ________              _________
___  / ______ ______________ _____      ___  __ )_____ _____________  /
__  /  _  __ `/_  ___/_  __ `/  _ \     __  __  |  __ `/_  __ \  __  / 
_  /___/ /_/ /_  /   _  /_/ //  __/     _  /_/ // /_/ /_  / / / /_/ /  
/_____/\__,_/ /_/    _\__, / \___/      /_____/ \__,_/ /_/ /_/\__,_/   
                     /____/                                 
                                                 
*/

/* Global Settings */
html,body { margin: 0 auto; padding: 0; width: 1000px; height: 100%; font-family: Calibri, Helvetica, Verdana, sans-serif; background: #222222 url(http://www.tinyalligator.com/assets/cabg.jpg) fixed bottom no-repeat;}
a { outline: none; }
.hidden { display: none; }
.right { float: right; margin: 0 0 15px 15px; }
.left { float: left; margin: 0 15px 15px 0; }

/* Container Divs */
#container { height: 100%; }
#content { position: absolute; margin: 0 0 0 125px; padding: 150px 25px 100px; width: 500px; }

/* Transparency */
.cthru { background: url(http://www.tinyalligator.com/assets/cthru.png) repeat; }
.cthru5 { filter:alpha(opacity=50);	-moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
.cthru8 { filter:alpha(opacity=80);	-moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; }

/* Navigation Dropdown */
#nav { position: absolute; margin: 0 0 0 100px; padding: 0; width: 600px; z-index: 99; }
#nav .menutop {	width: 600px; }
#nav .menutop a img.home { border: none; outline: none; margin: 0; padding: 0; height: 75px; width: 600px; }
#nav ul.top { margin: -5px 0 0 0; padding: 0; list-style:none; cursor: pointer; }
#nav ul.top li { width: 100%; }
#nav ul.top li.menu_l, #nav ul.top li.menu_c, #nav ul.top li.menu_r {color: #CCCCCC; text-align: center; padding: 10px 0; width: 150px; height: 75px; float: left; font-size: 20px; }
#nav ul.top li a { color: #CCCCCC; text-decoration: none; }
#nav ul.top li.menu_l { background: url(http://www.tinyalligator.com/assets/menu_l.png) no-repeat top left; }
#nav ul.top li.menu_c { background: url(http://www.tinyalligator.com/assets/menu_c.png) no-repeat top left; }
#nav ul.top li.menu_r { background: url(http://www.tinyalligator.com/assets/menu_r.png) no-repeat top left; }
#nav ul.top li.menu_l:hover { background: url(http://www.tinyalligator.com/assets/menu_l_h.png) no-repeat top left; }
#nav ul.top li.menu_c:hover { background: url(http://www.tinyalligator.com/assets/menu_c_h.png) no-repeat top left; }
#nav ul.top li.menu_r:hover { background: url(http://www.tinyalligator.com/assets/menu_r_h.png) no-repeat top left; }
#nav ul.top li ul {	margin: 35px 0 0; padding: 0 0 20px; float: left; list-style:none; display:none; color: #FFFFFF; font-size: 0.75em; }
#nav ul.top li ul.sub_l, #nav ul.top li ul.sub_c, #nav ul.top li ul.sub_r { background: url(http://www.tinyalligator.com/assets/drop.png) bottom left no-repeat; width: 100%; }
#nav ul.top li ul li {margin: 5px auto 0; padding: 5px 0; width: 100%; }
#nav ul.top li:hover ul { display: block; }
#nav ul.top li ul li a { margin: 0; padding: 0; color: #FFFFFF; text-decoration: none; }
#nav ul.top li ul li a:hover { color: #FF3333; }
#nav ul.top li ul li a img { border: 1px solid #333333; }
#nav ul.top li ul li a:hover img { border-color: #FF3333; }

/* Images */
.captioned { margin: 15px 0; }
.captioned img { border: none; }
.captioned p { margin: -1.75em 0 0 5px; color: #FFFFFF; }

.flickr_wrapper { padding: 12px 0 0; background-color: #FFFFFF; border: solid 1px #000000; }
.flickr_wrapper img { margin: 0 12px 12px 12px; padding: 0; display: inline; }

/* Link Styles */
a img { border:none; }
#content a { color: #000000; text-decoration: underline; }
#content a:active { color: #990000; }
#content a:visited { color: #666666; }
#content a:hover { color: #990000; }


/* Headline Styles */
h1 { font-size: 3.5em; margin: 30px 0 15px; }
h2 { margin: 40px 0 15px; padding: 10px 0 0 0; border-top: solid 4px #990000; }
.attention { margin: 20px 0; padding: 25px; text-align: center; font-weight:bold; background-color: #FFFFFF; border: solid 1px #333333; font-size: 1.5em; }
.attention:hover { background-color: #FFFFCC; }



/* Frontpage Splash */
#splash { margin: 0; padding: 0; height: 500px; width: 500px; background: url(http://www.tinyalligator.com/assets/splash.png) top left no-repeat; }
#splash p { position: absolute; margin: 300px 0 0 0; padding: 15px; height: 170px; width: 470px; font-size: 2em; text-align: center; color: #EEEEEE; }
#splash a, #splash a:visited { color: #FF3333; text-decoration: none; }
#splash a:hover { color: #FFFFFF; }




/* Footer */
#footer { position: absolute; bottom: 0; margin: 0; padding: 65px 0 35px; }
#footer p { margin: 0; padding: 0; color: #AAAAAA; text-align: left; font-size: 0.8em; }


