/* 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: 527px;
height: 400px;
margin: 40px 0 0 40px;
}

#hd-left {
position: absolute;
width: 282px;
height: 400px;
top: 0;
left: 0;
}

#hd-right {
position: absolute;
width: 245px;
height: 400px;
top: 0;
left: 282px;
}

#hd-right-top {
position: absolute;
width: 245px;
height: 200px;
top: 0;
left: 0;
overflow: hidden;
}

#hd-right-bottom {
position: absolute;
width: 245px;
height: 200px;
bottom: 0;
left: 0;
overflow: hidden;
}

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

#site-info { 
position: absolute;
bottom: 0;
left: 10px;
}


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

#name {
font-family:   helvetica, arial, sans-serif;
font-size: 16px;
font-weight: bold; 
line-height: 1.25em;
}

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

#nav-list { 
font-size: 14px;
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; }