/*
Theme Name: LauraV 
Description: Theme for LauraV Photography
Author: Joke de WINTER 
Author URI: http://www.jokedewinter.co.uk
Version: 20090326

Code for the on hover menu's has been taken from:
WordPress Theme: SimpleCMS Theme 1.0
URI: http://ryanhellyer.net/2008/02/23/aqua-vaccinium-wordpress-theme/
Made by: Ryan Hellyer at http://ryanhellyer.net/
Copyright &copy; 2008 Ryan Hellyer
*/


/* ----- ACCESSIBLE STUFF ----- */
h1			{	position:absolute; top:-100px; }
#nav_access	{	position:absolute; top:-70px; }

html, body, div, h1, h2, h3, h4, h5, h6, p, a, font, img, ul, li {	margin: 0; padding: 0; border: 0; outline: 0;
	font-size: 100%; vertical-align: baseline; background: transparent; font-weight:normal; }

/* ----- GENERAL ELEMENTS OF THE PAGE ----- */
body		{	text-align:center; font-size:62.5%; font-family:Verdana, Geneva, sans-serif; 
				background:#000; color:#aaa; }

#wrapper		{	margin:0 auto; width:850px; text-align:center; background:url(images/headerBg.jpg) top repeat-x;
					padding:0 25px 0 25px;}
#header			{	width:800px; height:130px; }
#header img		{	padding:25px 0 0 0; float:left; }
#navigation		{	width:800px;    }

#main			{	width:800px; clear:both;   }
#image			{	width:502px; float:left; padding:50px 0 20px 0; text-align:left; }
#content		{	width:250px; float:right; padding:50px 0 20px 0; text-align:left; }

#footer			{	width:100%; clear:both; text-align:left; border-top:1px solid #555;   }

/* ----- GENERAL TEXT STUFF ----- */
h2		{	font-size:1.8em; margin-bottom:20px;   }
p		{	font-size:1.4em; line-height:1.5em; padding:0 0 20px 0;  }
#footer	p		{	color:#555; font-size:1em; }
#footer p a		{	font-size:1em; color:#555; text-decoration:none; }
a		 	{	text-decoration:underline; color:#CCC; }
a:hover 	{	text-decoration:underline; color:#FFF;  }

/* SUCKERFISH NAVIGATION */
/* parent pages */
#suckerfishnav, 
#suckerfishnav ul 	{	list-style:none; padding:0; margin:0; }
#suckerfishnav a 	{	display:block; color:#8b8989; text-decoration:none; padding:0 2em 0 0.2em; font-size:1.6em; line-height:30px; }
#suckerfishnav li 	{	float:left; }
/* child pages */
#suckerfishnav li ul 	{	position:absolute; left:-999em; height:auto; margin:0; padding-right:2.5em; }
#suckerfishnav li li a 	{	padding-right:2.5em; } /* adjusts the padding/height of the sub menus */
#suckerfishnav li:hover ul li a 	{	color:#8b8989;} /* 1st child page */
#suckerfishnav li ul li:hover a 	{	color:#FFF;}/*hover of 1st child page*/
#suckerfishnav li ul li:hover li a 	{	display:none; }/*upstate of the 2nd child page */
#suckerfishnav li ul li li:hover a 	{	display:none; }/* hover state of 2nd child page */
#suckerfishnav li:hover ul ul		{	left:-999em; }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul	{	left:auto; }
#suckerfishnav li:hover a	{	color:#FFF;} /* hover colour of parent page */

/* SUB PAGES NAVIGATION */
#content ul 	{	margin:0; padding:0; list-style:none; }
#content ul a	{	display:block; width:200px; height:30px; line-height:30px; color:#8b8989; text-decoration:none;
				font-size:1.4em; }


/* ----- GENERAL STUFF ----- */
p.let, p.let a	{	color:#999; }
.post	{	width:350px; padding:20px 0 20px 0; border-bottom:1px solid #999; }
.moretext	{	text-decoration:none; color:#999; }
a:hover .moretext  {	text-decoration:underline; }

