@charset "utf-8";
/* CSS Document */

@import url("delicious.css");
@import url("twitter.css");
@import url("flickr.css");


/* --------------------
=COLOR GUIDE

ORANGE-#fa851e
SIDEBAR GREY- #333333
GREEN- #6CC028
FOOTER GREY- #6CC028

-------------------- */

/* --------------------
=INITIAL WIDTH VALUES

div#content div#introduction {
72 --> 75

div#explain {
73 --> 76

div#color {
73 --> 76

ul#navigation {
73 ---- 77.9 doenst relaly matter though

---------------------- */

body {
padding: 0;
margin: 0;
background-color: #333333;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 80%;
}


/* ----- header ----- */

div#wrap {
background-image:url(../images/backbone/wrapbackor_l.gif);
background-repeat: repeat-x;
/*background-position: 0 132px;*/
background-position: 0 101px;
}

div#header {
background: url(../images/backbone/headergrad2.gif) repeat-x;
background-color: #7ca7e3;
height: 100px;
}

div#header a img#logo {
margin-left: 10px;
border: none;
position: absolute;
}

div#header p#snippet {
color: #FFFFFF;
position: absolute;
top: 32px;
margin-left: 310px;
font-size: 85%;
max-width: 490px;
}

div#header h1 {
display: none;
}

/* ----- footer ----- */

div#footer {
border-top: 10px solid black;
border-bottom: 10px solid black;

/* --------
borders are up for debate, but i think it looks nice, at least on large monitor
-------- */

background-color: #333333;
min-height: 200px;
width: 100%;
clear: both;
}

div#footer a {
text-decoration: none;
color: #fa851e;
}

div#footer a:hover {
text-decoration: underline;
}

div#footer div#podcast {
float: left;
width: 27%;
margin-left: 10px;
}

div#footer div#podcast p a {
margin-left: 10px;
font-size: 110%;
}

div#footer div#smile {
float: left;
width: 20%;
}

div#interesting {
float: right;
width: 50%; /* to accomodate IE 6 48*/
margin-right: 8px;
}


div#footer p.footer_real {
clear: both;
margin-top: 0;
margin-bottom: 10px;
font-size: 100%;
margin-left: 20px;
color: #6CC028;
}

div#footer p.footer_real a {
color: #6CC028;
}

div#footer h3,h4 {
color: #6CC028;
font-size: 190%;
margin: 5px 0 0 10px;
padding: 0;
font-variant: small-caps;
}

div#footer h3.spark {
margin-bottom: 10px;
}

div#footer ul {
list-style: none;
color: #FFFFFF;
margin: 0;
margin-left: 10px;
line-height: 1.5em;
padding: 0;
}

div#footer div#podcast ul li {
margin-top: 5px;
}

div#footer div#podcast ul > li:first-child {
margin-top: 10px;
}


/* --------- content --------- */

/* --- introduction --- */
div#content div#introduction {
float: left;
width: 75%;
margin-top: 40px;
}

div#explain {
position: absolute;
top: 410px;
width: 76%;
margin: 0;
padding: 0px;
}

div#explain p {
padding: 0 30px;
line-height: 2em;
font-size: 170%;
color: #FFFFFF;
font-weight: bold;
text-align: justify;
max-width: 800px;
}

div#color {
position: absolute;
top: 133px;
width: 78%;
/*background-image:url(../images/backbone/bluegrab.gif);*/ /* before this was needed, with background positioning its fixed */
height: 270px;
}

div#color p {
margin: 0;
padding: 0;
}


/* --- text --- */
div#content div#text {
background-color: #FFFFFF;
float: right;
width: 22%;
border-left: 1px solid black;
border-top: 1px solid black;
min-height: 570px;
}


div#content div#text a { /* all links in sidebar */
text-decoration: none;
color:#FA851E;
font-weight: bold;
}

div#content div#text a:hover { /* all links in sidebar */
text-decoration: underline;
}

div#content div#text p{
margin: 0;
margin-left: 10px;
padding: 5px;
line-height: 1.7em;
padding-bottom: 15px;
color: #333333;
max-width: 400px;

}

div#content div#text h2{
margin: 0;
font-size: 180%;
border-bottom: 1px solid black;
margin-left: 10px;
padding: 5px;
color: #333333;
}

div#content div#text h2 a {
color: #333333;
}

/* --- projects ul --- */
div#content div#text ul {
list-style: none;
padding-left: 15px;
color: #333333;
width: 90%;
margin-left: 0; /* necessary for IE */
}

div#content div#text ul li {
margin: 0;
padding: 5px 0;
}

/* ----- navigation menu ----- */

div#navigationdiv {
margin: 0;
padding: 0;
}

ul#navigation {
margin: 0;
padding: 0;
top: 100px;
list-style: none;
text-align: center;
background-color: #fa851e;
position:absolute;
width: 77.9%; /* not technically needed anymore */
font-size: 120%;
}

ul#navigation li {
display: inline;
line-height: 1.5em;
text-align: center;
margin: 0;
padding: 0;
}

ul#navigation li a {
background-color: #FA851E; /* specifies the color of the buttons themselves */
color: #FFFFFF;
display: block;
float: left;
padding: 5px;
text-decoration: none;
margin-right: 10px;
width: 70px;
line-height: 1.5em; /* might leave a slight orange line on bottom on rollover, but it wont break, maybe try the bg image itself to be 1px less of orange then get rid of this */
}

ul#navigation li a:hover {
background-color: #6CC028;
color: #FFFFFF;
background-color:#FFFFFF;
color: #000000;
}