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

body
{
margin:0 0 0 0px;
height:100%;
font-family:Arial, Helvetica, sans-serif;
}

a img { border: 0 none; }

li
{
	font-size:0.9em;
}

/* Tree Top Area */

/*Tree top Background */
#treetop
{
background-image:url(../images/tree.png) , url(../images/echidna.png);
background-repeat:no-repeat;
background-position:top left, bottom right;
height:auto;
padding-bottom:50px;
background-color:#66ffff;
}


/* Navigation Bar */

ul#navbar 
{
margin:auto auto;
list-style:none;
width:600px;
}

ul#navbar li {
display:inline;
line-height:39px;

}

ul#navbar li a 
{
text-decoration:none;
padding:5px 0;
padding-left:20px;
padding-right:20px;
background:#FFF;
color:#000;
float:left;
margin-bottom:20px;
margin-top:0px;
-webkit-box-shadow: 0px 3px 7px #CCC; 
-moz-box-shadow: 3px 3px 7px #CCC;
}

ul#navbar li a 
{
text-align:center;
border-left:1px solid #ccc;
}

#monotreme
{
	-moz-border-radius-bottomleft: 11px;  
    -webkit-border-bottom-left-radius: 11px;
	
}

#monotreme img
{
float:left;
padding-right:10px;
padding-left:0px;
border:none;
}

#about
{
	-moz-border-radius-bottomright: 11px;  
    -webkit-border-bottom-right-radius: 11px;		
}

ul#navbar li a:hover {
color:#000;
background-image:url(../images/topmenubg.png);
background-repeat:repeat-x;
text-shadow:0px 3px 3px #FFF;
}

ul#navbar li#current a
{
color:#000;
background-image:url(../images/topmenubg.png);
background-repeat:repeat-x;
text-shadow:0px 3px 3px #FFF;
}

/* Content */

#contentbox
{
	width:800px;
	margin:auto auto;
	margin-top:0px;
}


/* Left Bar */

.leftcontent
{
	-moz-border-radius-topleft: 11px;  
    -webkit-border-top-left-radius: 11px; 
	-moz-border-radius-bottomleft: 11px;  
    -webkit-border-bottom-left-radius: 11px; 
	background-color:#CCC;
	padding:10px;
	width:200px;
	clear:left;
	float:left;
	text-align:center;
	font-size:0.75em;
	-webkit-box-shadow: 3px 3px 7px #CCC; 
	-moz-box-shadow: 3px 3px 7px #CCC;

}
.leftcontent img
{
		display:block;
	 margin-left: auto;
    margin-right: auto;	
}


/* Right Content Area */

.rightcontent
{
	-webkit-box-shadow: 3px 3px 7px #CCC; 
	-moz-box-shadow: 3px 3px 7px #CCC;
	-moz-border-radius-topright: 11px;  
    -webkit-border-top-right-radius: 11px; 
	-moz-border-radius-bottomright: 11px;  
    -webkit-border-bottom-right-radius: 11px;
	-moz-border-radius-bottomleft: 11px;  
    -webkit-border-bottom-left-radius: 11px; 
	padding:10px;
	height:100%;
	width:560px;
	float:right;
	background-color:#FFF;
}

#rightcontent ul
{
padding:0px;
margin:0px;
position:relative;
left:20px;
}

.heading
{
height:40px;
width:560px;
border-bottom:solid 1px #ccc;
color:#666;

}

/*Title Area */

ul#contenttitle
{

height:40px;
list-style-type:none;
width:560px;
border-bottom:solid 1px #ccc;
font-size:2em;
padding:0px;
margin-top:10px;
}

ul#contenttitle li
{
display:inline;
float:left;
width:50%;
}


/* Description of App */
ul#appdetails
{
list-style-type:none;
font-size:50%;
text-align:right;
float:right;
}

ul#appdetails li
{
display:block;
float:none;
width:100px;
}

ul#appdetails li a
{
	color:#666;
text-decoration:none;
}

ul#appdetails li a:hover
{
text-decoration:underline;	
}

#appdescription
{
width:560px;
font-size:0.9em;
padding-bottom:10px;
}

/* Screen Shots */

#screenshots

{
width:560px;
position:relative;
right:20px;

}
#screenshots li
{
	list-style-type:none;
	display:inline;

}

#screenshots li img
{
	width:100px;
	padding:5px;
	border:solid 1px #CCC;
}


/* Videos */
#videos

{
width:448px;
margin:auto auto;
position:relative;
right:40px;
}

#videos li
{
list-style-type:none;
}
#videos li img
{
	padding:5px;
	border:solid 1px #CCC;

}

#videos li img a
{
border:none;	
}


#spacer /*Makes the echidna on the bottom stay down there */
{
clear:right;	
}

/* Tree Roots Area */
#treeroots
{
background-image:url(../images/roots.png) , url(../images/footerbg.png);
background-repeat:no-repeat, repeat-x;
height:169px;

}

#footercontent
{
width:600px;
float:right;
}


ul#footercontent 
{
margin:0 auto;
list-style:none;
width:200px;
padding:20px;
}

ul#footercontent li 
{
display:inline;
width:200px;
line-height:75px;
}
