/*Site style sheet for atomicllama.com*/
/*Copyright 2006 Matt Harriger All Rights Reserved*/
/*Some parts based on:
http://bluerobot.com/web/layouts/view_css.asp?layout=layout1*/

body
{
    margin:0px;
    font-family:arial, sans-serif;
}

/*Links*/
a
{
    color:#09c;
    font-weight:600;
    text-decoration:none;
    border:none;
}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {color:#999;}

/*No borders around link images*/
a img {border: none; }

a.header 
{
    color:#09e;
    font-weight:800;
}


div.page
{
    border:0;
    margin:0;
}

/*Page header*/
div.page_header
{
    color:#09e;
    font-family:verdana, arial, helvetica, sans-serif;
    background-color:#eee;
    padding:3px;
    border-bottom:2px dotted black;
}

h1.header
{
    padding:0;
    margin:0;
}

div.header_menu
{
    font-size:small;
    display:inline;
    margin-left:10px;
    position:relative;
    top:-5px;
}

/*Sidebar*/
div.sidebar
{
    border:1px solid black;
    float:right;
}

/*Icon Box on bottom of main page*/
div.iconbox
{
    background-color:#eee;
    border:2px dotted black;
    padding:5px;
    width:200px;
}

div.content
{
    color:black;
    padding:1em;
}

