/*
Maizels Lab CSS Style
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #36393D url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D1E9A3;
}

form {
}

input, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #36393D;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
}

h4 {
	color: #D1E9A3;
}



/* For UW Medicine logo in banner - this underlines it */
#uwmed_logo1 a {
	color: #36393D;
	text-decoration: underline;
	}

#uwmed_logo2 a {
	color: #36393D;
	text-decoration: none;
	}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#banner {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	background: #D1E9A3 url(../images/img02.gif) repeat-x;
}

#banner_container {
	position: relative;
	height: 100px;
	float: left;
	}



/* Left part of logo */
#logo_left {
	width: 150px;
	height: 100px;
	background: url(../images/img03.gif) no-repeat;
	color: #36393D;
}

#logo_left h1 {
	padding: 20px 0 0 0;
	color: #36393D;
}

#logo_left p {
	color: #36393D;
}

#logo_left a {
	text-decoration: none;
	color: #36393D;
}


#logo_center {
	position: absolute;
	width: 273px;
	left: 151px;
	top: 0px;
	height: 98px;
	}

#logo_center h1 {
	padding-top: 10px;
	color: #36393D;
	}

#logo_center p {
	color: #36393D;
	}


/* UW Medicine logo  */
/* Right part of main banner */
#logo_rt {
	position: absolute;
	width: 183px;
	left: 797px;
	top: 0px;
	background: url(../images/img04.gif) no-repeat right top;
	height: 98px;
	text-align:center;
}



#logo_img {
	position:absolute;
	left: 500px;
	top: 0px;
	width: 175px;
	height: 100px;
	}



/* This is for the alignment of UW Medicine text logo */
#logo_rt h2 {
	color: #36393D;
	padding: 35px 0 0 000px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#logo_rt h3 {
	color: #36393D;
	padding: 0px 0 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#w_logo {
	padding: 0px 0 0 10px;
	}



/*  out of commission.  Used to be for a search box.
#logo_rt form {
	height: 25px;
	padding: 65px 0 0 25px;
	background: url(../images/img05.gif) no-repeat 0 60px;
}

#logo_rt fieldset {
	border: none;
}


}

#logo_rt legend, #logo_rt-submit {
	display: none;
}
*/



#menu {
	clear: both;
	height: 40px;
	background: url(../images/img09.gif) no-repeat right bottom;
}

#menu ul {
	height: 28px;
	padding: 12px 0 0 20px;
	background: url(../images/img08.gif) no-repeat left bottom;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a:link{
	padding: 0 20px;
	background: url(../images/img06.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #36393D;
}

#menu a:visited {
	padding: 0 20px;
	background: url(../images/img06.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #36393D;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a:active{
	background: url(../images/img07.gif) no-repeat left center;
	color: #B42600;
}

.home #home a,
.publications #publications a,
.people #people a,
.G4calc #G4calc a,
.contact #contact a
{
	background:transparent url(../images/img07.gif) no-repeat scroll left center;
	color:#B42600;
}
/* END header */






/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#back2top {
	height: 72px;
	background: url(../images/img19.gif) no-repeat left bottom;
}

#back2top a {
	display: block;
	width: 40px;
	padding: 27px 0 0 25px;
	text-decoration: none;
	text-align: center;
}

#back2top a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

.post {
	padding: 20px 0;
}

.post .title {
	font-size: 2.6em;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	border-bottom: 1px dotted #000000;
}

.post .byline {
	margin-bottom: 2em;
}

.post .date {
	display: block;
	float: left;
	width: 69px;
	height: 64px;
	margin-top: 7px;
	background: #CCE698 url(../images/img14.gif) no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #BF3600;
}

.post .date .month {
	display: block;
	height: 16px;
	padding: 1px 0 0 0;
	background: #BF3600 url(../images/img14.gif) no-repeat;
	color: #FFFFFF;
}

.post .date .day {
	height: 47px;
	font: bold 36px Georgia, "Times New Roman", Times, serif;
}

.post .date .year {
	margin-top: -8px;
	display: block;
	text-indent: -9999px;
}

.post .entry {
	margin: 30px 5px 0 0px;
}

.post .entry h3 {
	font-size:1.3em;
}

.post .entry h4 {
	font-size:1.1em;
}

.post .entry p, .post .entry ol, .post .entry ul {
	margin-bottom: 1.6em;
	line-height: 180%;
	list-style-position: inside;
}

.post .entry ul{
	margin-bottom: 0px;
	}
 
.post .entry ul ul {
	margin-left: 20px;
	line-height: 20px;
}


.entry img.floatleft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	}

.entry img.floatright {
	float: right;
	margin-left: 15px;
	}

.entry .intro_text {
	font-size: 2em;
}

.post .links {
	height: 22px;
	padding: 5px 0 0 10px;
	background: url(../images/img15.gif) no-repeat;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	padding-left: 15px;
	background: url(../images/img16.gif) no-repeat 0 5px;
}

.post .links .comments {
	padding-left: 15px;
	background: url(../images/img17.gif) no-repeat 0 6px;
}

.post .links .rss {
	padding-left: 15px;
	background: url(../images/img18.gif) no-repeat 1px 6px;
}


/* post G4 */

.post-people .entry .G4 {
	display:block;
	float:left;
}
.post-people .entry .G4_notes {
	display:block;
	float:left;
}
.post-people .entry .G4 .G4_left ul {
	float:left;
	line-height:50px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	vertical-align:center;
}
.post-people .entry .G4 .G4_right ul {
	float:left;
	line-height:40px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* post people */

.post-people {
	padding: 20px 0;
	}

.post-people .title {
	font-size: 2.6em;
}

.post-people .entry-left h4 a {
	text-decoration: underline;
	font-weight: bold;
	color: #F1F8E2;
}

.post-people .entry-left h4 a:hover {
	text-decoration: underline;
	color: #FF531A;
}
.post-people .byline {
	margin-bottom: 2em;
	margin-left: 10px;
}

.post-people .entry-left {
	margin-top: 7px;
}

.post-people .entry-left  h4 {
	font-size:1.1em;
	height: 18px;
	color: #D1E9A3;
}

.post-people .entry-right {
	height: 18px;
}

.post-people .entry-right .vcards a:hover img {
	background-image: url(../images/vcard_mo.png);
	}




/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
}

#sidebar ul {
	background: #D6EBAD url(../images/img10.gif) repeat-y;
	list-style: none;
	color: #36393D;
}

#sidebar li {
	background: url(../images/img12.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 10px 20px 30px 20px;
	line-height: 200%;
	background: none;
}

#sidebar li li {
	padding: 0 0 0 10px;
	background: url(../images/img13.gif) no-repeat left center;
}

#sidebar h2 {
	height: 42px;
	padding: 8px 0 0 10px;
	background: #BA3300 url(../images/img11.gif) no-repeat;
	font-size: 1.6em;
}

#sidebar a {
	text-decoration: none;
	color: #BA3300;
}

#sidebar a:hover {
	text-decoration: underline;
}



/* Member */
#member {
	vertical-align:text-top;
	
	}



/* Calendar */

#calendar {

}

#calendar_wrap {
	height: 280px;
	padding: 10px 20px 10px 20px;
}

#calendar table {
	width: 200px;
	border-collapse: collapse;
	text-align: center;
}

#calendar caption {
	padding: 2px 0;
	font-weight: bold;
	color: #BA3300;
}

#calendar thead th {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	border-bottom: 2px solid #BFD19A;
}

#calendar tbody td {
	padding: 4px 0;
}

#calendar tfoot td {
	padding: 2px 0;
	border-top: 2px solid #BFD19A;
	font-weight: bold;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}


/* This is the year next to the copyright */
#today {
	background: #BFD19A;
	font-weight: bold;
}
	
/* For content on index.php page */
#entry_index_text {
	margin: 0 100px 0 20px;
}
#install_instru {
	margin: 0 0px 0 30px;
	}

/* For content on people pages */
.entry-left {
position: relative;
float: left;

}

.entry-right {
position: relative;
float: right;
}



/* Footer */

#footer {
	clear: both;
	padding: 50px 0;
	background: #242628 url(../images/img20.gif) repeat-x;
	font-size: 11px;
	color: #666666;
}

#footer p {
	text-align: center;
	line-height: 2em;
}

#footer a {
	color: #666666;
}
