

body
{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: White;
    font-size: 15px;
    font-family: Georgia, Georgia, serif;
    font-weight: normal;
    background: Silver url(images/wallpaper.png) top left repeat-x;
    text-align: center;
}

h1
{
    font-size: 1.7em;
    font-weight: normal;
    position: absolute;
    text-indent: -9999px;
}

h2
{
    font-size: 2.4em;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    color: Red;
}

h3
{
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: -15px;
}

h4
{
    color: Aqua;
    font-size: 2em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

ul
{
    margin: 20px auto 35px;
    padding: 0;
    list-style-type: none;
}

li
{
    margin: 10px 0;
}

p
{
    font-size: 1em;
}

a
{
    color: Aqua;
    text-decoration: underline;    
}

a:hover
{
    color: white;
    text-decoration: underline;
}

a:visited
{
    color: Aqua;
}

a:active
{
    color: gray;
    text-decoration: underline;
}

cite
{
    font-size: .75em;
}

/*________________________________________DIV______*/


.room
{
    position: relative;
    width: 1000px;
    height: 100%;
    color: White;
    margin: 0 auto;
    text-align: center;
}

.header
{
    width: 1000px;
    height: 460px;
}

.nav
{
    position: relative;
    margin: 0 auto;
    width: 1000px;
}


.content
{
    
    width: 900px;
    margin: 0 auto 15px;
    padding: 15px 15px;
    position: relative;
    display: inline-block;
    text-align: left;
    background: url(images/alphaGrey.png) repeat top left;
}

.note
{
    margin-top: 50px;
    font-style: italic;
    font-size: .75em;
    font-family: Verdana, Geneva, sans-serif;
}

.footer
{
    width: 900px;
    height: 100%;
    margin: 0px auto;
    padding: 0px 15px 15px;
}

.media
{
    margin: 0px auto;
    text-align: center;
}

.content .blog
{
    width: 600px;
    margin: 0 15px 0 0;
    float: left;
    display: inline-block;
}

.content .twitter
{
    border-left: 2px dotted white;
    /*---
    background: url(images/alpha.png) repeat top left;
    ---*/
    width: 265px;
    padding: 0 0 0 15px;
    margin: 10px 0;
    display: inline-block;
}

/*________________________________________ SPAN ______*/

.content h2 span
{
    font-size: .45em;
    text-transform: none;
    font-family: Verdana, Geneva, sans-serif;
}

.content .twitter .spanNote
{
    color: Red;
    font-size: .5em;
    font-family: Verdana, Geneva, sans-serif;
}

.content .twitter ul li span
{
    font-size: 1em;
}

.content ul.ulGallery li span
{
    color: Aqua;
}

/*________________________________________ IMG ______*/

img.imgWall
{
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
}

.content .blog img
{
    margin: 15px 0 0 0;
}

.header img.personalLogo
{
    float: right;
}

.content img.personalImage
{
    float: right;
    margin: 15px 5px 15px 15px;
}

.content ul.ulGallery li a img
{
    border: none;
}

/*________________________________________ UL ______*/

.ulMenu
{
    margin: 0 auto;
}

.content ul.ulGallery
{
    text-align: center;
}

/*________________________________________ LI ______*/

.ulMenu li
{
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 1.25px;
    height: 40px;
    width: 180.5px;
}

.content ul li
{
    margin: 0 15px;
}

.content ul.ulGallery li
{
    width: 85px;
    height: 115px;
    margin: 5px 3px;
    font-size: .6em;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-family: Verdana, Geneva, sans-serif;
}

.content .twitter li
{
    margin: 0 auto 15px;
}

/*________________________________________ P ______*/

.content p
{
    font-size: 1em;
}

.footer p
{
    font-size: .75em;
    text-align: right;
    color: gray;
    margin: 0 auto;
}

/*________________________________________ A ______*/

.ulMenu li a
{
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
    width: 100%;
    height: 30px;
    color: Aqua;
    font-size: 1em;
    text-decoration: none;
    background: url(images/alphaButton.png) repeat top left;
}

.ulMenu li a:hover
{
    color: white;
    background: url(images/alphaButtoned.png) repeat top left;
}

 .ulMenu a.aCurrently
 {
    color: white;
    background: url(images/alphaButtoned.png) repeat top left;
 }

.content ul.ulGallery li a
{
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    margin-left: 5px
}

a.pdf img
{
    border: none;
    text-decoration: none;
}

/*---
.content ul.ulGallery li a:hover
{
    background: url(images/dot.png) repeat top left;
    text-decoration: none;
}
---*/

/*________________________________________ H1 ______*/

.header h1
{
    float: left;
    position: absolute;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: 17px;
    top: 60px;
}

.content h1,
.content h2,
.content h3
{
    clear: both;
}

/*________________________________________ H3 _______*/

.content h3
{
    border-bottom: 1px dotted #6f6f6f;
}

.content .ulGallery h3
{
    border: none;
}

.content ul li h3
{
    margin-left: -13px;
    border-bottom: 1px dotted #6f6f6f;
}

.content .twitter h3
{
    margin: 0 auto;
    border: none;
}