﻿@media screen
{

/* Common */

p.center 
{
    text-align: center;
    }

img.article 
{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    height: 180px;
    width: 240px;
    }
img.right 
{
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    }


/* Page navigation */

ul.articles, ul.albums, ul.icons
{
    list-style-type: none;
    padding-left: 0;
    }
ul.articles li 
{
    margin: 1.5em 0 1.5em 0;
    min-height: 80px;
    padding-left: 128px;
    }
ul.albums li
{
    background-image: url(images/album_bg.png); 
    background-repeat: no-repeat;
    margin: .75em 0 .75em 0;
    min-height: 80px;
    padding: 9px 0 9px 128px;
    }
ul.articles img, ul.albums img 
{
    float: left; 
    height: 72px;
    margin-left: -122px; 
    width: 96px;
    }
ul.articles a, ul.albums a 
{
    font-size: 110%; 
    font-weight: bold;
    }
ul.articles span, ul.albums span 
{
    display: block;
    }
ul.articles cite, ul.albums cite 
{
    display: block;
    color: Green;
    }
ul.albums .False 
{
    background-color: #EFEFEF;
    }


/* Photos */

.thumbnails 
{
    width: 555px;
    }
.thumbnails td 
{
    padding: 0.75em 0 0.75em 0;
    text-align: center;
    height: 104px;
    width: 111px;
    }
.slideshow 
{
    text-align: center;
    height: 416px;
    width: 555px;
    }
.slideshow img
{
    max-height: 416px;
    max-width: 555px;
    }


/* Icons */

.rss, .thumbs, .slides, .facebook, .linkedin, .rendalltechnology
{
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 16px;
    padding-left: 21px;
    }
.rss 
{
    background-image: url(Icons_16x16/RSS.png);
    margin: 1.4em 0 1.4em 0;
    }
.thumbs 
{
    background-image: url(Icons_16x16/Thumbnails.png);
    }
.slides 
{
    background-image: url(Icons_16x16/Slideshow.png);
    }
.facebook 
{
    background-image: url(Icons_16x16/facebook.png);
    margin: .2em 0 .2em 0;
    }
.linkedin 
{
    background-image: url(Icons_16x16/linkedin.png);
    margin: .2em 0 .2em 0;
    }
.rendalltechnology 
{
    background-image: url(Icons_16x16/rendalltechnology.png);
    margin: .2em 0 .2em 0;
    }

}
