/*
Theme Name: LAWS.GOV
Theme URI: http://laws.gov.ag
Author: ab.gov
Author URI: https://ab.gov.ag
Description: Theme for laws.gov site
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*from her main.css*/



.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


.separator{
    border: 1px dotted grey;
    margin-left: -40px;
}


#nav,.menu {
    list-style: none;
}

#nav  li, .menu li {
    display: block;
    position: relative;
    float: left;

}


h1{
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-transform: uppercase;
    font-size: 1.7em;
    margin: 10px 0 25px 0;
}

h2{
    color: #00688C;

}

table {
    text-align: left;
    line-height: 150%;
}


.news-events {
    margin-top: 50px;
}

#glossary-terms p {
    padding: 0;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

#content div{
    float: left;
    /*border: thin dotted green;*/
    width: 310px;
}
#content #Bills, #Laws, #Statutory
{
    padding: 1em;
}

#content #Bills a.links,
#Laws a.links,
#Statutory a.links
{
    color: red;
    text-decoration:none;
    float: right;
}

#content #Bills a.links:hover,
#Laws a.links:hover,
#Statutory a.links:hover
{
    text-decoration:underline;

}


#intro {
    /*padding: 1em;*/
}

#footer {
    
}



.lstdisplay {
    text-align: left;
}

.lstdisplay li{
    list-style: none;
    line-height: 150%;
    width: 100%;

}

.lstdisplay li a{
    /*font-family: Verdana;*/
    /*font-size: 12px;*/
    text-decoration: none;
    display: block;
    color: #515151;
    /*padding-left: 10px;*/
}

.lstdisplay li a:hover
{
    background-color: #cde6ed;
}
a.topLink{
    text-decoration: none;
    color: red;
}


table a:link{
    color: #454545;
    text-decoration: none;
    display: block;
    font-weight: normal;
}

table a:hover,
.list tr:hover > td{
    background-color: #fafad2;
}

/**-----------My Section-------------**/

div#alphabet h2{
    margin-top: 50px;
}

.letter-item, .current-letter-item{
    color: grey;
    font-size: 0.8rem;
    margin-right: 7px;
    padding: 5px;
}

.current-letter-item{
    background: red;
    color: #fff;
    border-radius: 2px 7px;
    text-decoration: none;
}

form.menu-search-form{
    margin-left: 15px;
}


/**** My attempt to contain li's in ul.lstdisplay
https://stackoverflow.com/questions/18397576/how-can-i-make-the-ul-contain-li-in-its-content-box
**/

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
* For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
*/

.cf {
    *zoom: 1;
}