/*
Theme Name: Phenotypic
Theme URI: http://www.phenotypic.co.uk
Description: Phenotypic plasticity
Version: 1.0
Author: Andrew Senter
*/

@import url(style/blankcanvas.css);
@import url(style/assets.css);
@import url(style/base-typography.css);
@import url(style/base-dataset.css);
@import url(style/screen.css);

@media screen {

	/* =dvxl-com */

		body { 
			background: #816a3d; 
			position: relative; color: #493c22; min-width: 60em;
		}
		
	/* =header */
	
		div#header {
			padding-bottom: 30px;
			background: #685531 url("images/layout/header.png") left bottom repeat-x
		}
		
		div#header p#identity { 
			display: block; width: 60em; margin: 0 auto; position: relative;
			height: auto !important; height: 162em; min-height: 162px;
		 }
		
		div#header p#identity a { 
			height: 3em; width: 13.4em; display: block; text-indent: -9999px;
			cursor: pointer; right: 90px; top: 90px; position: absolute; 
		}
		
		div#header p#identity a span { 
			background: url("images/identity-alpha.png") no-repeat;
		}
		
	/* =content */
	
		div#bringonhtmlfive {
			background-color: #f9e2ac; padding: 0 0 1.5em 0;
			height: auto !important; height: 18em; min-height: 18em;
			background-image: url("images/layout/content-bg.gif");
			background-repeat: repeat-x; background-position: top left;
		}
		
		div#bringonhtmlfive div#content { width: 55em; margin: 0 auto; overflow: hidden; }
		
		/* navigation - older, newer etc */
		div.navigation { font-size: 0.75em; }
		
	/* =site-information */
	
		ul#site-information {
			background: #816a3d url("images/layout/site-information.gif") top left repeat-x;	
			width: 100%; height: auto !important; height: 6.25em; min-height: 6.25em; 
		}
		
		ul#site-information li { display: none; }

}	