/* @override http://hook.org/hook.css */

/*------------------------------------------------------------------------
Project:       hook.org
Last Changed:  2008-10-22
Author:        Paige Saez
               http://paigesaez.org
------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
=Reset
------------------------------------------------------------------------*/

/* v1.0 | 20081022 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
padding: 1em;
font-size: 1em;
}


/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------------------------
=Default
------------------------------------------------------------------------*/

body {
 background: #fff;
 font: 62.5% Arial, Verdana, sans-serif;
 font-family: 'Lucida Grande', 'Lucida Sans', 'sans-serif';  
 color: grey;
}

p {
 margin-bottom: 5px;
 font-size: 1.2em;
}

a {
font-size: 1.1em;
}


/*------------------------------------------------------------------------
=Layout
------------------------------------------------------------------------*/

#wrapper {
margin: 20px auto;
margin-bottom: 20em;
width: 850px;
}

#header {
background-color: none; 
margin-bottom: 10px;
width: 850px;
color: #222;

}

#header h1 {
font-size: 6.5em;
}


#content {
margin-top: 3em;
margin-bottom: 3em;
margin-right:20px;
font-size: 1em;
width:400px;
float: left;
}

#sidebar {
float: left;
width: 400px;
font-size: 1.3em;
margin-bottom: 5em;
}
 
#spinny_globe {
position:absolute;
right:170px;
top: 30px;
width: 400px;
height: 400px;
background-color: none;
z-index: -10;
}


#friends {
 margin-top: 20px; background-color: yellow;
 padding: 5px;
}

.content_news{
margin-right: 20px;
}

#projects {
margin-top: 20em;
line-height: 1.3em;
}

#projects a {
color: #222;
line-height: 2em;
padding: 3px;
margin: 2px 2px 2px 2px;
}

#projectslist {
line-height: 1.3em;
}

#projectslist a {
color: #222;
line-height: 2em;
padding: 3px;
margin: 2px 2px 2px 2px;
}

#footer {
  clear: both;
}
#footer {
  clear: both;
}

#footer p {
  font-size: 1.3em;
}

#footer ul {
  float: right;
  font-size: 1.3em;
}



/* for project page */

ul#project_list {
  margin: 0 auto;
  width: 700px;
}

ul#project_list li {

 width: 300px;
 margin: 5px;
 font-size: 1.2em
}

ul#project_list li a {
  color: #4bba20;
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 1.2em;
}




/*------------------------------------------------------------------------
=Links
------------------------------------------------------------------------*/

a {
  color: black;
  text-decoration: none;
}

a:link {
  color: #339999;
  text-decoration: none;
}

a:visited {
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/*------------------------------------------------------------------------
=misc
------------------------------------------------------------------------*/

/* For clearing floats */

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*------------------------------------------------------------------------
=nav
------------------------------------------------------------------------*/

/* default nav styling */

ul.nav {
  list-style: none;
}

ul.nav li {
  float: left;
}

ul.nav li:first-child {
  margin-left: 0;
}

/* main nav */

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

h1 {
  font-size: 1.6em;
  margin-bottom: 10px; 
 
}

h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
  margin-top: 10px;
 
}

h1.manifesto {
  font-size: 1.9em;
  margin-bottom: 10px;
  text-transform: uppercase;
 color: #339999;
}

strong {
 font-weight: bold;
}

em {
 font-style: italic;
}

