@charset "UTF-8";
/**
 * CSS for layout elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: layout-screen.css 65 2009-03-01 03:23:02Z jason.pelletier $
 */

body {
    background: #EEE url('../images/body.png') repeat-x top;
    _background-image: none;
    font-family: Helvetica, sans-serif;
    font-size: 62.5%;
    color: black;
    text-align: center;
}
#page {
    position: relative;
    width: 955px;
    margin: 25px auto;
    text-align: left;
}
#header {
    position: absolute;
    width: 945px;
    height: 45px;
    top: -65px;
    _top: -18px;
    *top: -18px;
    left: 0;
    padding: 20px 5px 0;
    _padding-top: 18px;
    *padding-top: 18px;
    overflow: visible;
}
	#header img#tagnabit-logo {
	   position: absolute;
	   top: 0.1em;
	   left: 0.3em;
	}
	#header #beta {
	   position: absolute;
	   top: 2.4em;
	   left: 15.9em;
	   font-size: 1.2em;
	   color: #777;
	}
#content {
    position: relative;
    min-height: 350px;
    margin: 70px 0 5px;
    _margin-top: 45px;
    *margin-top: 45px;
    padding: 50px 15px 25px;
    background-color: white;
    border: 1px solid #BBB;
    line-height: 1.2;
}
#footer {
    color: #444;
    text-align: right;
    text-transform: uppercase;
}
    #footer li {
        display: inline;
        margin-right: 5px;
    }
    #footer li a {
        color: #444;
        text-decoration: none;
    }
    #footer li a:hover,
    #footer li a:focus {
        text-decoration: underline;
    }

a {
    color: #17A6DB;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}

ul.nav {
    position: absolute;
    width: 953px;
    top: -1px;
    _top: 0;
    left: -1px;
    _left: -16px;
    background-color: #BBB;
    border: 1px solid #BBB;
    _border-bottom: none;
    *border-bottom: none;
    line-height: 1.0;
    z-index: 5;
}
ul.nav li {
    display: inline;
    margin-right: 1px;
}
ul.nav li a {
    display: inline-block;
    padding: 0.9em 1.1em 0.8em;
    background: #DDD url('../images/ul.nav-li-a.png') repeat-x top;
    _background-image: none;
    font-size: 1.2em;
    text-decoration: none !important;
    color: #444;
}
ul.nav li a:hover,
ul.nav li a:focus {
    background-color: #AAA;
    color: #111;
}
    body.enhanced ul.nav li a:hover {
        background-color: #DDD;
        color: #444;
    }
ul.nav li a.navlinkactive {
    background-color: #17A6DB !important;
    color: white !important;
}

h1#tag {
    position: absolute;
    top: -0.3em;
    right: -0.2em;
    font-size: 1.4em;
    line-height: 1.0;
    font-weight: bold;
    z-index: 8;
}
h1#tag a {
    display: block;
    padding: 0.9em 0.9em 0.8em;
    font-size: 1.2em;
    text-decoration: none;
    color: #444;
}
h1#tag a:hover,
h1#tag a:focus {
    color: #222;
    text-decoration: underline;
}
