/* Index CSS */

/*
Theme Name: Untitled
Theme URI: http://www.noahmanos.com/
Description: New site design introduced in Summer 2009
Version: 1.0
Author: Gerald Bivens
Author URI: http://www.gbivens.com/
*/


body { 
background-color: #fff;
color: #000;
font-family: arial, helvetica, sans-serif; 
font-size: 11px;
}


/* Structure
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
margin: 0;
padding: 0;
}

#header { 
position: relative;
width: 490px;
height: 500px;
margin: 40px 0 0 40px;
}

#hd-left {
position: absolute;
width: 150px;
height: 500px;
top: 0;
left: 0;
}

#hd-left-top {
position: absolute;
width: 150px;
height: 500px;
top: 0;
left: 0;
overflow: hidden;
}

#hd-left-bottom {
position: absolute;
width: 150px;
height: 250px;
top: 250px;
bottom: 0;
left: 0;
overflow: hidden;
}

#hd-right {
position: absolute;
width: 718px;
height: 500px;
top: 0;
left: 150px;
}


#nav-list {
position: absolute;
top: 0px;
left: 10px;
}

#site-info { 
position: absolute;
top: 85px;
left: 10px;
}


/* Typography
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#name {
color: #808080
font-family:   helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.25em;
}

#rubric {
color: #808080
font-family:   arial, helvetica, san-serif;
font-size: 13px;
line-height: 1.25em;
}

#nav-list {
color: #808080 
font-family:   arial, helvetica, san-serif;
font-size: 13px;
list-style-type: none;
line-height: 1.25em;
}

#site-info {
color: #808080;
font-family: verdana, sans-serif;
font-size: 10px;
}


/* Link styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a { text-decoration: none; }

a img { border: none; }

#nav-list a:link { color: #000; padding: 2px; }

#nav-list a:visited { color: #000; padding: 2px; }

#nav-list a:hover { background-color: #000; color: #fff; padding: 2px; }

#nav-list a:active { background-color: #fff; color: #fff; padding: 2px; }

#nav-list .current a:link { color: #00BFFF; padding: 2px; }

#nav-list .current a:visited { color: #00BFFF; padding: 2px; }

#nav-list .current a:hover { background-color: #000; color: #fff; padding: 2px; }

#nav-list .current a:active { background-color: #fff; color: #fff; padding: 2px; }

a#gbivens:link { color: #808080; }

a#gbivens:visited { color: #808080; }

a#gbivens:hover { color: #808080; text-decoration: underline; }

a#gbivens:active { color: #fff; }
