/*main*/

html { 
  background: url(../images/bigsurbeach.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
}

div#container {
    position:relative;
	width: 1000px;
	height: 890px;
    top:0;
    left:0;
    margin: auto;
    background-color: #FEFDFE;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border-style: solid;
	border-color: transparent;
	border-width: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
   	
}


/**from http://css-tricks.com/snippets/jquery/simple-auto-playing-slideshow/**/
#slideshow { 
	position: absolute; 
	top: 8px;
	left: 15px;
    width: 400px; 
    height: 225px; 
    background-color: transparent;
    float: left;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#slideshow > div { 
    position: absolute; 
}

div#header {
	position: absolute;
	top: 8px;
	right: 5px;
	width: 500px;
	height: 225px;
	background: transparent;
	
}
div#leftcontent{
	position: absolute;
	background-color: transparent;
	left: 20px;
	width: 600px;
	top: 250px;
	height: 200px;
	
	
}

div#rightcontent{
	position: absolute;
	background-color: transparent;
	right: 5px;
	width: 310px;
	top: 250px;
	height: 200px;
	
}



div#bottom{
	position: absolute;
	background-color: transparent;
	left: 20px;
	width: 800px;
	top: 400px;
	height: 200px;
}

h1 {
	font-family: 'Playball', cursive;
	font-weight: 400;
	font-size: 5em;
}

p, h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 2em;
	letter-spacing: 1px;
}

p#todo {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 1.1em;
}



