/* 
CSS for Jin Lab website http://jin-lab.org
Design by Ian Levesque <ian@subcultured.org>
*/

a, a:visited {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted #b31b1b;
}

a:hover {
	text-decoration: none;
	color: #b31b1b;
	border-bottom: 1px dotted #b31b1b;
}

#menu a, #menu a:visited {
	border-bottom: none;
}

/* PDF images in publications page */
.li a .media {
  margin: 0px;
}

p {
	margin-bottom: 10px;
}

* {
	margin: 0;
	padding: 0;	
}

html {
	background: url('/newsite/html_background.gif') repeat-x;
	background-color: #68645b;
}

body {
	background: transparent url('/newsite/body_head.gif') no-repeat top center;
	margin: 0;
	padding: 0; 
	font: normal 62.5% Georgia, Tahoma, serif;
	color: #68645b;
}

#container {
	position: relative;
	top: 140px;
	border: none;
	margin: 0px auto;
	background-color: white;
	width: 800px;
	min-height: 460px;
	background-image: url('/newsite/body_foot.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 150px;
}

/* min-height fix for IE pre v7 */
/*\*/
* html #container {
	height: 460px;
}
/**/


#content { 	
	position: relative;
	top: 0px;
	left: 170px;
	color: #6C6C6C;
	width: 600px;
	text-align: justify;
	margin-left: 5px;
	padding-left: 10px;
	font: normal 1.3em Georgia, Tahoma, serif; 
	padding-bottom: 30px;
}

#menu
{
    position: absolute;
    left: auto;
    right: auto;
    top: 0px;
    margin-left: 10px;
    margin-top: 10px;
    width: 100px;
    text-align: left;
   	font: normal 1.4em Georgia, Tahoma, serif; 

}

#menuborder {
	width: 135px;
	height: 400px;
	padding-right: 160px;
	background-image: url('/newsite/sidebaredge.gif');
    background-repeat: no-repeat;
    background-position: right;
    background-position: top;
}

#menu ul li
{
    margin: 0pt;
    padding-top: 4px;
    padding-right: 0pt;
    padding-bottom: 4px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #efefef;
    list-style: none;
}

/* news sidebar */
#menuborder div.box.grey ul li
{
    margin: 0;
    border: 0;
    padding-top: 1px;
    padding-right: 0pt;
    padding-bottom: 1px;
    padding-left: 0px;
    list-style: none;
	font: normal .8em sans-serif;
}

#copyright {
	color: silver;
	padding-bottom: 10px;
	text-align: center;
}

#footer {
	padding-top: 20px;
	text-align: right;
	font: 1.3em georgia, tahoma, serif;
}

/* DOKUWIKI STYLES */
/* general headline setup */
div.dokuwiki h1, div.dokuwiki h2, div.dokuwiki h3, div.dokuwiki h4, div.dokuwiki h5 {
    color: Black;
    background-color: transparent;
    font-family: Georgia, Tahoma, serif;
    font-size: 100%;
    font-weight: normal;
    margin-left:    0;
    margin-right:   0;
    margin-top:     0;
    margin-bottom:  1em;
    padding-left:   0;
    padding-right:  0;
    padding-top:    0.5em;
    padding-bottom: 0;
    /* border-bottom: 1px solid __dark__; */
    clear: left;
}

/* special headlines */
div.dokuwiki h1 {font-size: 160%; margin-left: 0px; font-weight: bold;}
div.dokuwiki h2 {font-size: 150%; margin-left: 20px;}
div.dokuwiki h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;}
div.dokuwiki h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-weight: bold;}
div.dokuwiki h5 {font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;}

/* indent different sections */
div.dokuwiki div.level1 {margin-left: 3px;}
div.dokuwiki div.level2 {margin-left: 23px;}
div.dokuwiki div.level3 {margin-left: 43px;}
div.dokuwiki div.level4 {margin-left: 63px;}
div.dokuwiki div.level5 {margin-left: 83px;}

/* unordered lists */
div.dokuwiki ul {
  line-height: 1.5em;
  list-style-type: square;
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  color: __darker__;
  list-style-image: none;
}

/* ordered lists */
div.dokuwiki ol {
  line-height: 1.5em;
  margin: 0 0 0.5em 1.5em;
  padding: 0;
  color: __darker__;
  font-weight: bold;
  list-style-image: none;
}

/* the list items overriding the ul/ol definition */
div.dokuwiki .li {
  color: __black__;
  font-weight: normal;
}

div.dokuwiki ol {list-style-type: decimal}
div.dokuwiki ol ol {list-style-type: upper-roman}
div.dokuwiki ol ol ol {list-style-type: lower-alpha}
div.dokuwiki ol ol ol ol {list-style-type: lower-greek}

div.dokuwiki li.open {
  list-style-image: url(images/open.gif);
    /*list-style-type: circle;*/
}

div.dokuwiki li.closed {
  list-style-image: url(images/closed.gif);
    /*list-style-type: disc;*/
}

div.dokuwiki blockquote {
  border-left: 2px solid __dark__;
  padding-left: 3px;
  margin-left: 0;
}

/* Booking Calendar */
td.booked_color {
  background-color: black;
  text-align: center;
}

td.booked_color a {
  color: white;
}