/* primary stylesheet for abitofawesome.com */

body{
background-color:rgb(255,200,0);
font-family:ITC Avant Garde Gothic Pro, Helvetica, Gotham, sans-serif;
font-style:normal;
font-weight:300;
font-size:9pt;
}

a{
color:rgb(130,16,210);
text-decoration:none;
}
a:hover{
color:rgb(0,157,255);
text-decoration:none;
}
a.copy{
color:rgb(252,177,21);
}

a.blueL{
color:rgb(0,157,255);
}
a.blueL:hover{
color:rgb(130,16,210);
}


#copyright{
position:fixed;
bottom:5px;
right:8px;
width:330px;
font-family:sans-serif;
color:rgb(252,177,21);
font-size:6pt;
text-align:center;
}

/* Inert Images ::
// inactive background images */

.inertImg{
border:0px;
z-index:-2;
}

#corner1{
position:fixed;
bottom:0px;
right:0px;
z-index:-2;
}

#corner2{
position:fixed;
top:0px;
left:0px;
z-index:-2;
}

#titleImage{
position:fixed;
bottom:0px;
right:0px;
z-index:-1;
}

/* Tabs ::
// interactive images used as links */

.externalTab{
border:0px;
z-index:1;
position:fixed;
right:0px;
}

#blog{
top:70px;
}

#twitter{
top:114px;
}

#linkedIn{
top:158px;
}


/* primary DIVs ::
// div tags providing placement 
// to major site elements and
// interactive components. */

#mainDiv{
width:55%;
height:100%;
margin-left:auto;
margin-right:475px;
/*overflow:scroll;
background-color:#00CC00;*/
z-index:1;
}

#navDiv{
overflow:hidden;
z-index:1;
position:fixed;
bottom:58px;
right:5px;
text-align:right;
font-family:ITC Avant Garde Gothic Pro, Helvetica, Gotham, sans-serif;
font-style:normal;
font-weight:400;
font-size:10pt;
}
