/*
	Author	:	Jacob Gunn Glanville
	Email	:	jake AT phylogenomics DOT berkeley DOT edu
	Website	:	http://www.posadadesantiago.com
*/
* {
	border:0;
	margin:0;
	padding:0;
}


/* general */
a {
	color:#70483C;						/* !!! */
	text-decoration:none;
}
a:hover {
	color:#AB130E;							/* !!! */
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;						/* !!! */
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	clear:both;
	margin:0 15px 10px 0;
}
.right {
	float:right;
	clear:both;
	margin:0 0 10px 15px;
}

/* body */
body {
	background-color:#CCAA88; /* #DB9F8D; */
	color:#70483C;
	font:0.8em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

/* header */
#header {
	background:url('photos/header.png');
	height:180px;
	margin:0 auto;
	position:relative;
	width:798px;
        text-align:right;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#70483C;
	font-size:40px;
	font-weight:400;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	top:40px;
}
#header p {
	bottom:70px;
	color:#fff;
	font-size:2em;
	position:absolute;
	right:20px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:100px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:190px;
}
#header ul li a:hover {
	background:#b484da;
	color:#eee;
	text-decoration:none;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:798px;
	text-align:left;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* navbar */
#navbar {
	width:798px;
	font:1.2em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

#navbar p {
        color:#70483C;
        line-height:20px;
        padding:10px;
}

#navbar td {
	font:1.2em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* sidebar */
#sidebar {
	float:right;
	width:210px;
}
#sidebar h1 {
	border-bottom:2px solid #70483C;
	color:#70483C;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar p {
	background:#9A8167; /* #D5856C; */
	color:#4E2518;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #b484da;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* leftbar */
#leftbar {
        float:left;
        width:310px;
}
#leftbar h1 {
        border-bottom:2px solid #70483C;
        color:#70483C;
        font-size:165%;
        font-weight:400;
        line-height:30px;
        padding:0 10px;
}
#leftbar p {
        background:#D5856C;
        color:#4E2518;
        display:block;
        font-size:90%;
        line-height:20px;
        margin:10px 0;
        padding:10px;
}
#leftbar p a.more {
        display:block;
        text-align:right;
}

/* Main */
#main {
	float:left;
	width:568px;
}
#main p {
	color:#70483C;
	line-height:20px;
	padding:10px;
}
#main h1 {
	border-bottom:2px solid #70483C;
	color:#70483C;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#main a {
  color:#AB130E;
}
#main td {
  font:0.8em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
/* Main-right, for product form pages */
#main-rt {
        float:right;
        width:468px;
}
#main-rt p {
        color:#70483C;
        line-height:20px;
        padding:10px;
}
#main-rt h1 {
        border-bottom:2px solid #70483C;
        color:#70483C;
        font-size:165%;
        font-weight:400;
        line-height:30px;
        padding:0 10px;
}


/* products */
#products {
	margin:10px auto;
	width:798px;
	text-align:left;
}
#products:after {
        clear:both;
        content:'.';
        display:block;
        height:0;
        visibility:hidden;
}
#products p {
        border-top:2px solid #70483C;
        color:#555;
        font-size:90%;
        line-height:20px;
        padding:10px;
        text-align:center;
}
#products td {
	font:0.8em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
#products a {
  color:#AB130E;
}

/* footer */
#footer {
	margin:10px auto;
	width:798px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #70483C;
	color:#70483C;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}
#footer a {
  color:#AB130E;
}

