/*
	Project: Protein Spotlight (ISB)
	Author: David Roessli (david dot roessli at cybmed dot com)
	Created: 2008-01-28
	Version: 2.0
	Last build: February 21, 2008 04:16 PM
	
	Terms
	You may adapt and learn from the elements of this CSS to use in your own
	projects, but you may not copy the design (the unique combination of images,
	colors, sizes, typography, and positioning) since this is copyright of
	ISB and David Roessli and may not be reproduced. Thanks.

	This material is copyrighted under a Common License Agreement
	


*/

/* 
	===============================================
	:: structure
*/

body {
	margin:.25in;
	padding:0;
	font-size:12pt;
	}
  
#sidebar {
	display:none;
	}

#footer {
	margin-top:12pt;
	padding-top:6pt;
	border-top:1pt solid #000;
	font-size:10pt;
	}

/* 
	===============================================
	:: header & footer & navigation
*/
#banner {
/*	padding-bottom:.1in;
	border-bottom:.5pt solid #ccc;
	margin-bottom:.15in;
*/  }

#banner ul {display:none;}
#banner hr {display:none;}

/* 
	===============================================
	:: titles
*/
body #header h1 {margin:0;}

#content h1 {
  margin:.25em 0;
  font-size:140%;
  line-height:1.4em;
  }
h3 {
  margin:.5em 0;
  font-size:110%;
  line-height:1.4em;
  }
h3.date {
	margin-bottom:3em;
/*	border-top:.5pt solid #ccc; */
	padding-top:.2em;
	font-size:85%;
	text-transform:uppercase;
	text-align:center;
	}
h2 {
  margin:1em 0 .4em;
  padding-bottom:.2em;
  border-bottom:.5pt solid #999;
  font-size:100%;
  line-height:1.4em;
  }
h2.title {
	margin:.5em 0;
	font-size:140%;
	line-height:1.4em;
	text-align:center;
	}
	
h4.subtitle {
	margin-top: 0.5em;
	text-align:center;
	}
	
h5 {
  font:bold 75%/1.4em Verdana,Arial,Sans-serif;
  margin:.75em 0 .5em;
  }


/* 
	===============================================
	:: links
*/
a {
  text-decoration:none;
  }
a img {
  border-width:0;
  border-style:none;
  }


/* Lists
----------------------------------------------- */
ul {
  margin:0 0 1em;
  padding:0;
  list-style-type:square;
  }
ul li {
  margin:0 0 0 .25in;
  padding:0;
  line-height:1.5em;
  color:#999;
  }
dl {
  margin:0 0 1em;
  padding:0;
  }
dt {
  font-weight:bold;
  margin-top:1em;
  }
dd {
  margin:0 0 1em .25in;
  }

  
/* 
	===============================================
	:: blog
*/

.blog {
  	padding-left:.25in;
  	padding-top:.25in;
  	padding-right:.25in;					
	}	

.blogbody p {
	text-align:justify;
	}

#comments {
  font-size:80%;
  }
#maincol #comments dd p {
  margin:.25em 0 .75em;
  }
p.posted {
  margin-bottom:2em;
  font-size:80%;
  }

.notes {display:none;}

#comments,
#tellafriend,
#trackback,
#branding,
.quoteright,
.quoteleft,
.syndicate {
	display:none;
	}
	
.blogimgleft,
.blogimgright,
.blogimgcenter {
	text-align:center;
	right:auto;
	left:auto;
	}
	
.blogimgleft img,
.blogimgright img,
.blogimgcenter img {
	margin:.5em auto;
	}

.blogimgleft p,
.blogimgright p,
.blogimgcenter p {
	font-size:10pt;
	text-align:center;
	}

.source {
	font-size:10pt;
	}
/* 
	===============================================
	:: misc
*/
p {
  margin:.75em 0;
  line-height:1.3em;
  }

.smallprint {
	margin:1em 0;
	text-align:center;
	font-size:9pt;
	}

.none {display:none;}
.noprint {display:none;}

/*
	===============================================
	:: last modified on February 21, 2008 04:16 PM
	===============================================
*/
