/* TYPOGRAPHICAL RULES */

h1 {
    font-family: "Garamond", "Times New Roman", Times;
    text-shadow: 8px 8px 25px orange;
    font-size: 400%;
    text-align: left;
    color: #9F1313;
    letter-spacing: .2em;
    font-variant: small-caps;
    height: 2em;
    white-space: nowrap;			
}

h1:first-letter {
    font-size: 200%;
}

h2 {
    position: relative;
    left: .5em;
    font-size: 150%;
    display: block ;
    height: 2em;
    vertical-align: top;
    border-bottom: 1px solid red;
    margin-left: 9em;
    white-space: nowrap;
}

ul.sitelist {
    list-style-type: none;
    width: auto;
}

ul.sitelist a {
    color: red;
    opacity: .8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);				
    display: inline-block;
    text-decoration: none;  
}

ul.sitelist li>a {
    float: left;
}

ul.sitelist a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);    
    border-bottom: 1px dotted orange;
    &border-bottom: none;
    &text-decoration: underline;
}



ul.sitelist li>a:hover {
    border-bottom: none;
}

/* SPECIAL CLASSES */

ul.sitelist li {
    position: relative;
    padding-top: 2em;
    margin-bottom: 2em;
    clear: both;
    text-align: justify;
}

ul.sitelist li span {
    position: relative;
    color: silver;
}

ul.sitelist li span a{
    color: orange;
    float: right;
    font-size: 75%;
    position: relative;
    top: .5em;
    margin: .3em;
    font-weight: bold;
}

ul.sitelist li span a:hover{
    color: white;
}

ul.sitelist img {
    position: relative;
    top: 1.5em;
    &top: 2em; 
    padding: 15px;
    background-color: white;
    border-color: black;
    border-right: 3px solid #555;
    border-bottom: 3px solid #555;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 6px 6px 6px #555;
    box-shadow: 6px 6px 6px #555;
    -moz-box-shadow: 6px 6px 6px #555;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;    
    border-radius: 16px;  
    vertical-align: top;
    margin-right: 5.5em;
    margin-bottom: 4em;
    &margin-bottom: 2em;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);     
}

ul.sitelist a:hover img {
    border-right: 3px solid #888;
    border-bottom: 3px solid #888;
    -webkit-box-shadow: 6px 6px 6px #888;
    box-shadow: 6px 6px 6px #888;
    -moz-box-shadow: 6px 6px 6px #888;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);     
}

