/*
	CSS FOR		www.springall.me
	AUTHOR:		Alison Springall (ali@springall.me)
	CREATED:	16/10/2009

*/



/* GLOBAL STYLES
----------------------------------------------------------------------------------------------------------------------------- */

body				{ font: normal 80% "lucida sans unicode", "trebuchet ms", verdana, arial, sans-serif; color: #5a5a5a; }


/* HEADINGS
----------------------------------------------------------------------------------------------------------------------------- */

h1					{ font-weight: normal; font-size: 1.7em; text-transform: uppercase; margin: 0 0 5px; } 
h2					{ font-weight: normal; font-size: 1.7em; text-transform: uppercase; border-bottom: 1px solid #e8e8e8; margin: 30px 0 20px; }
h3					{ font-weight: normal; font-size: 1.3em; text-transform: uppercase; margin: 0 0 5px; }


/* TEXT
----------------------------------------------------------------------------------------------------------------------------- */

p					{ font-size: 1.0em; line-height: 1.5em; color: #5a5a5a; margin: 0 0 20px; }


/* LISTS
----------------------------------------------------------------------------------------------------------------------------- */



/* LINKS
----------------------------------------------------------------------------------------------------------------------------- */

a:link,
a:visited			{ text-decoration: none; color: #68adac; }

a:link:after,
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 0.9em;
   }



/* IMAGES
----------------------------------------------------------------------------------------------------------------------------- */

img					{ border: 0; }

.nibbler			{ display: none; }

/* LAYOUT
----------------------------------------------------------------------------------------------------------------------------- */



/* HEADER
----------------------------------------------------------------------------------------------------------------------------- */

#header 			{ display: none; }


/* NAVIGATION
----------------------------------------------------------------------------------------------------------------------------- */

.sidenav			{ display: none; }

/* CONTENT
----------------------------------------------------------------------------------------------------------------------------- */

#twitter			{ display: none; }

#cv					{ display: none; }


/* Hoverbox Code 
----------------------------------------------------------------------*/

.hoverbox					{ display: none; }



/* FOOTER
----------------------------------------------------------------------------------------------------------------------------- */



