/* 
    Document   : template_extra
    Created on : Jan 24, 2013, 1:24:46 PM
    Author     : James Hamlin
    Description: 
*/

/* miscellaneous */
body {
    overflow-x: hidden;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: black;
    background-color: white;
}
fieldset{
    border: 0;
}
p{
    margin: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

#page-item a {
    font-weight: bold;
}


.nav > li > a:hover{
    background-color: inherit;
}

span.dim {
    opacity: 0.7;
}

#skip {
    position: absolute;
    top: -100px;
}

#div-pos-logo {
    margin-top: 20px;
}

#div-top-bar-row {
    position: relative;
}



/* Events */
#page-item a.event {
    font-weight: normal;
}

#page-item a.event dt.event-name + dd{
    font-weight: bold;
}

a.event:hover, a.event:focus{
    text-decoration: none;
}

a.event img{
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 10px 0 0;
    background-color: #8CE0D1;
}

a.event dt{
    display: none;
}

a.event dd{
    display: block;
}

a.event {
    clear: both;
    display: block;
}


#div-top-bar > div > div {
    background-color: #48A942;
    padding: 5px;
    height: 20px;
}
#div-top-bar form {
    display: block;
    background-color: white;
    width: 148px;
    margin: 0;
    line-height: 20px;
    
}
#div-top-bar input {
    display: block;
    float: left;
    vertical-align: middle;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 12px;
    color: black;
}

#div-top-bar input.inputbox {
    width: 140px;
    height: 20px;
    padding-left: 2px;
}

#div-top-bar input.button{
    padding: 1px 0 0 0;
    margin-left: -20px;
    width: 18px;
}

#div-top-bar {
    color: #FFFFFF;
    font-size: 12px;
}

#footer {
    margin-bottom: 40px;
    height: 130px;
}

#pos-footer-left {
    font-size: 10px;
}

#pos-footer-left div {
    background-color: transparent;
}

#div-foot-bar-row {
    position: relative;
}

#pos-footer-right li {
    float: left;
    width: 25%;
}

#pos-footer-right a {
    color: black;
    font-size: 10px;
}

#pos-footer-right a:hover {
    background-color: transparent;
}

#div-foot-pos {
    margin-top: 25px;
}

#pos-footer-right li.active a ,
#pos-footer-right a:hover {
    color: #48a942;
}

@media (min-width: 980px) {

    /*
    #div-pos-menu li,
    #div-pos-menu-foot li  {
	width: 11.28%;
    }


    #div-pos-menu li:first-child,
    #div-pos-menu-foot li:first-child {
	width: 10%;
    }

    #div-pos-menu li:last-child
    #div-pos-menu-foot li:last-child {
	width: 11%;
    }

    #div-pos-menu .nav-tabs > li:first-child,
    #div-pos-menu-foot .nav-tabs > li:first-child {
	text-align: left;
	padding-left: 0;
	padding-right: 0.5em;
    }

    #div-pos-menu .nav-tabs > li:last-child,
    #div-pos-menu-foot .nav-tabs > li:last-child{
	/* text-align: right; 
	padding-right: 0;
	/*padding-left: 0.5em; 
    } */
}