/*
Theme Name: Image Advantage
Description: IA Theme
Version: 1.0
Author: Aaron Saray
*/
            body {
                background-image: url('/images/backblog.jpg');
                background-repeat: no-repeat;
                background-color: #000;
                margin: 0;
                font-family: arial, sans-serif;
            }
            #body {
                height: 720px;
                width: 1000px;
            }
            #links a {
                position: absolute;
                text-decoration: none;
            }
            #links a em, #links a h1, #links a h2 { visibility: hidden; }
            
            #homelink {
                top: 55px;
                left: 165px;
                width: 145px;
                height: 130px;
            }
            #homelinkextend {
                top: 50px;
                left: 310px;
                width: 60px;
                height: 90px;
            }
            #letteringlink, #signslink, #designlink {
                top: 145px;
                height: 45px;
            }   
            #letteringlink {
                left: 315px;
                width: 145px;
            }
            #letteringlink:hover {
                background-image: url('/images/lettering_over.jpg');
            }
            #signslink {
                left: 465px;
                width: 95px;
            }
            #signslink:hover {
                background-image: url('/images/signs_over.jpg');
            }
            #designlink {
                left: 560px;
                width: 115px;
            }
            #designlink:hover {
                background-image: url('/images/design_over.jpg');
            }
            #letteringlink:hover,#signslink:hover,#designlink:hover {
                border: none;
            }
            #contactlink {
                top: 195px;
                left: 115px;
                height: 105px;
                width: 30px;
            }
            #aboutlink {
                top: 380px;
                height: 80px;
                left: 130px;
                width: 30px;
            }
            #contentblog {
                position: absolute;
                width: 470px;
                top: 215px;
                left: 233px;
                
                background-image: url('/images/paper.png');
                background-repeat: repeat-y;
                padding-left: 30px;
                padding-right: 25px;
                padding-bottom: 20px;
            }
            #sideblog {
                position: absolute;
                left: 530px;
                top: 0px;
                width: 230px;
                padding: 10px;
                background-image: url('/images/sideblog.png');
            }
            #backtosite img {
                border: none;
            }
            #backtosite {
                position: absolute;
                top: 215px;
                left: 95px;
            }
            
            a {
                color: #000;
            }
