html { min-width: 710px; }
body
{
	margin: 0;
	padding: 0;
	background-color: #600;
	background-image: url(css/MarkWatermark.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
	font-size:  86%;
	}

a:link
{
	color: #cba;
	text-decoration: none;
}

a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

h2 , h3, h4,  p, li,div
{
	font: normal 1em/1.5 "Lucida Grande", "Lucida Sans Unicode", lucida, verdana, sans-serif;
	color: #ffcc66;
	}

h1
{	font-family: "Arial Black", Techno, sans-serif;
	font-size: 36px;
	line-height: 44px;
	color: #FFCC00;
}

h2
{	font-family: "Arial Black", Techno, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #FFCC00;
}

h3
{	font-family: "Arial Black", Techno, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFCC00;
}

.post h4 {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: Georgia,Times New Roman,serif;
	color: #ffcc00;
	border-width: 1px 0 1px 0;
	border-color: #fc0;
	border-style: dotted;
	}

img
{
	line-height: normal;
	border: 0;
}

img.border
{
	border-width: 1px;
	border-style: dotted;
}

.hidden {
	display:none;
}


/* ===================   header   ======================= */
#slug
{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

#slug a
{
	text-decoration: none;
	color: #960;
}

#slug a:hover { text-decoration: underline; }

#top
{
	width: 800px;
	height: 130px;
	margin-left: 144px;
}

#title
{
	width: 350px;
	height: 135px;
	background-image: url(./elements/MB.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#quote
{
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-left: auto;
	padding-right: 10px;
}



/* ===================   switcher   ======================= */
.switcher
{
	padding: 4px;
	border-color: #666;
	border-width: 0px;
	border-style: solid;
	font-size: 10px;
	width: 200px;
	float: right;
}

/* ===================   main content   ======================= */
#content
{
	width: 800px;
	border-color: #422;
	border-width: 0px;
	border-style: solid;
	background-color: transparent;
	margin: 0px 144px ;
	clear: both;
}

body#home div#content
{
	border-width: 2px;
	margin-top: 3px;
	margin-bottom: 0px;
	background-color: #400;

}

body#page div#content
{
	border-width: 2px;
	margin-top: 40px;
	margin-bottom: 0px;
	background-color: #400;
	width: 500px;
	padding-left: 50px;
	padding-right: 200px;
	}
	
body#talks div#main {
	width: 700px;
	}


/* ----------------  CLOUD ----------------------*/

div.cloud{
	padding: 5px; 
	font-size: 8px;
	line-height: 0.7;
	}

	
/* ----------------  LECTURE NOTES -------------- */

div.LectureBox
{
	padding: 40px 20px 00px 10px;
	background-image: url(css/LectureBox.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 40px 0 0;
	}
	
#sidebar div.LectureBox p{
	color: #000;
	line-height: 1.2;
}

#sidebar div.LectureBox a:link,
#sidebar div.LectureBox a:visited{
	color: #993300;
	text-decoration:underline
}
	
div.LectureBox img
{
	border-color: #000;
	border-width: 2px;
	border-style: solid;
	}

div.LectureBox p
{
	text-align: left;
	color:#440000;
	margin-left: 10px;
	width: 80%;
	}
	
div.LectureBox ol { padding: 0 0 0 2em; }

div.LectureBox li
{
	font-size: 10px;
	color:#440000;
	text-align: left;
	margin-left: 10px;
	padding: 0;
	line-height: 1.2em;
	}
#sidebar div.LectureBox h2
{
	text-align: left;
	color: #993300;
	margin-left: 10px;
	}

div.LectureBox div.clearer
{
	clear: both;
	background-image: url(css/LectureBottomRed.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	margin-left: -7px;
	}
	
body#lecture div#content
{
	width: 750px;
	padding-left: 20px;
	padding-right: 20px;
	}

body#lecture div#content div#main div.postBody
{
	border-bottom: #F03;
	border-width: 0px 0 1px 0;
	border-style: none none dashed none;
	float: left;
	padding: 0 0 24px 0;
}
	
body#lecture div#content  h2
{
	margin-top:0;
	margin-bottom: 12px;
	}

body#lecture div#content img
{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	}
	
.formbox
{
	width: 200px;
	padding: 10px;
	border-color: #FC0;
	border-width: 1px;
	border-style: dotted;
	background-color: #7d5b5e;
	color: #eedddd;
	margin: 0 0 24px 12px;;
}

.formbox p
{
	font-size: 80%;
	line-height: 1.2em;
	}
	
.clearer {
	clear: both;
	}

	
.orange		/* deprecated */ { color: #FF9900; }

#sidebar
{
	width: 250px;
	float: left;
	right: 270px;
	margin-left: 12px;
}



#sidebar h2
{
	font-size: 14px;
	line-height: 14px;
	color: #ff9900;
	margin-bottom: 0px;
}

#sidebar p
{
	font-size: 11px;
	line-height: 18px;
}

#sidebar .indent
{
	margin-left: 10px;
	font-size: 11px;
	line-height: 13px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 0;
}

#sidebar ul
{	list-style-type: none;
	padding-left: 10px;
	}

#sidebar ul.imageList
{
	padding-left: 18px;
}

#sidebar ul li,#sidebar ol li
{
	font-size: 11px;
	line-height: 13px;
}


#sidebar .vcard  {
	font-size:  .8em;;
}
#sidebar .vcard .adr {
	display: none;
}

#sidebar .vcard .tel{
	display: none;
}
#sidebar .vcard .email {
	display: none;
}
#sidebar .vcard .geo {
	display: none;
}

ul.booklist  {
	margin: 0;
	padding: 0;

	}

ul.booklist li
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;

}


div.booknote
{
	background-color: #333;
	color: #000;
	border-color: #C03;
	border-width: 1px;
	border-style: dotted;
	padding: 10px;
	display: none;
}



/*  ----------- posts	------------------		*/
#latest { padding-top: 13px; }

#latest p
{
	font-size: 10px;
	line-height: 13px;
	margin-top: 13px;
}

#latest a { color: #aaa; }

/*  ----------- posts	------------------		*/
.post
{
	margin-top: 25px;
	border-color: #600;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	

}

.postBody .example, .post .example {
	border-style: dotted;
	border-width: 1px;
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 32px;
	}

.postBody .example p, .post .example p
{ 	font-size: 8px;
	padding-top: 0;margin-bottom: 0;
	}
	
.caption {
	font-size: .80em;
	line-height: 1.1;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	max-width: 370px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, verdana, sans-serif;
	}

#main
{
	margin-left: 10px;
	margin-top: 24px;
	}

#home #main
{
	margin-left: 320px;
	margin-right: 24px;

	}

#main p { margin-top: 0; }

#main .postHead
{
	margin-right: 10px;
	margin-bottom: 20px;
	font-weight: normal;
}

.post h2
{
	color: #F90;
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	font-family: "Hoefler Text",Baskerville,Georgia,"Arial Black", Techno, sans-serif;
	letter-spacing: -1px;
}

.post p{
	font-size: 12px; 
	line-height: 1.5;

}

.post blockquote {
	font-size: 14px;;
}

.date
{
	text-align: center;
	float: right;
	border-style: solid;
	border-color:  #fc6;
	border-width: 0px 1px 1px 1px;

}

.date .month{
	display: block;
	font-size: 0.75em;

	background-color: #fc6;
	color: #400;
	text-transform: uppercase;
	font-weight: bold;
	line-height:1.4;
	margin-bottom: 0px;

}

.date .year{
	display: none;
	}
.date .day{
	font-size: 1.5em;
	padding: 0 5px;;
	line-height: 1;
	padding-top: 4px;
	padding-bottom:  4px;
	display: block;
	background-color: #a69a84;
	color: #400;

}

.date .day a:link,.date .day a:visited{
	color: #400;
}


.postHead a:link { color: #F90; }

.postHead a:link:hover
{
	color: #fc6;
	text-decoration: none;
}

.post .indent p, .post .quote p,#page .quote p,.post .quote h3,
{
	margin: 0px 14px 18px 48px;
	padding-left: 0px;
}



blockquote, blockquote p {
	font-family: Georgia, sans-serif;
	font-style: italic;
	line-height: 1.7;
}


.indent
{
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 14px 14px 18px 32px;
	font-size: .8em;
	line-height: 1.6em;
	background-color: transparent;
}

blockquote
{
	padding-top: 12px;
	padding-left: 48px;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left:0px;
	width: 90%;
	border-left: #380000;
	border-top: #300;
	border-right: #600;
	border-bottom: #500;
	border-width: 1px;
	border-style: solid;
	background: url(css/quot.gif) no-repeat ;

	}

.quote, .poem
{
	padding-top: 12px;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
	width: 90%;
	}

.post .quote{
	background-color: #0f0;	
	border-left: #380000;
	border-top: #300;
	border-right: #600;
	border-bottom: #500;
	border-width: 1px;
	border-style: solid;

	}

.post .poem {
	font-size: .95em;
	width: 90%;
	margin-left: 10%;
	font-family: "Hoefler Text",Baskerville,Georgia,"Arial Black", Techno, sans-serif;
}

.post ol ol {
	list-style-type: lower-alpha; 
	}

.imageRight
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: auto;
	}
	
.imageLeft
{
	float: left;
	padding-right: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
	width: auto;
	
	}


.capxion
{
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 20px;
}

.post li
{
	font-size: .8em;
	line-height: 1.6em;
	margin-top: .5em;
	display: list-item;
}
 

.message
{
	margin: 10px;
	padding: 10px;
	border-color: #999;
	border-width: 1px;
	border-style: dotted;
}

.rule {
	font-size: 36px;
	text-align: center;
	margin: 24px 0;
	color: #960;
}

/* ================== books =========================*/
.bookTitle
{
	color: #FF9900;
	font-size: 18px;
}

body#book #content {
	background-color:transparent;
	padding: 0;
	}

body#book .post
{
	margin-top: 50px;
	}

body#book .postHead
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 200px;
	float: left;
}

body#book .postBody
{
	width: 450px;
	margin-left: 300px;
}

body#book .post .links
{
	text-align: right;
	width: 75%;
	margin-left: auto;
}

/* ================= post details =================== */
.links
{
	font-size: 12px;
	margin-left: 24px;
	color: #900;
	margin-bottom: 24px;
	margin-top: 24px;
	letter-spacing: 1px;
}

.links ul
{
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
}

.links li
{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px dotted #900;
	font-size: 10px;
}

.post .links
{
	text-align: right;
	width: 75%;
	margin-left: auto;
	margin-right: 0px;
}

/* ===================   footer   ======================= */
#footer
{
	width: 800px;
	height: auto;
	margin-left: 144px;
	margin-top: 3px;
	margin-bottom: 24px;
	border-color: #422;
	border-width: 3px;
	border-style: solid;
	background-color: #400;
	clear: both;
}

#badge
{
	width: 100px;
	float: left;
	margin: 10px 10px;
}

#nav { margin-left: 150px; }

#nav  p
{
	font-size: 10px;
	line-height: 10px;
	text-align: left;
}

ul.twoCol,ol.twoCol { 
	margin: 0 0 20px 16px;
	padding: 0;
	}

ul.twoCol  li,ol.twoCol li
{
	font-size: 9px;
	width: 160px;
	float: left;
	padding: 0 0px 0 0;
	margin: 0 10px 0 0;
	list-style-position: inside;

	
}

ul.twoCol li
{
	list-style-type: none;
}

/* ===================   movies   ======================= */
.movie
{
	font-size: 9px;
	margin-left: 18px;
	line-height: 14px;
	margin-right: 9px;
}

#museums
{
	display: none;
	border-color: #CCC;
	border-width: 1px;
	border-style: dotted;
	margin-top: 0;
	padding: 0 4px 0 4px;
}

#m2000,#m2001,#m2002,#m2003,#m2004,#m2005,#m2006,#m2007,#m2008
{
	display: none;
	border-color: #CCC;
	border-width: 1px;
	border-style: dotted;
	margin-top: 0;
}

#m2008 {
	display: block;
}

#sidebar ul.movieNav { 
margin-bottom: 5px;
padding-left: 0;
}
#sidebar ul.movieNav li 
{
	display: inline-block;
	font-size: 14px;
	text-align: center;
	border: 1px solid #b40000;
	padding: 5px 2px 2px;
	background-color: #400;
}

ul.movieNav li a
{
	color: #666;
	font-family: Futura,Helvetica,Arial,sans-serif;
	margin: 1px 1px 2px 2px;

	
}

ul.movieNav li a:hover, .mouseover a
{
	color: #ccc;
	font-family: Futura,Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 20px;
	border-color: #ccc;
	border-width: 1px;
	border-style: dotted;
}

.movieGreat { color: #FFFFFF; }
.movieVG { color: #FFFFBB; font-weight: bold;}
.movieGood { color: #FFFF99; }
.movieBad { color: #cc6600; }
.movieWorse { text-decoration: line-through; }

/* =========== tooltips support =========== */
#navBox { position: absolute; }

#navBox
{
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	padding: 4px 15px 5px 15px;
	background: transparent url(./css/tip2.gif) no-repeat;
	font: normal 11px/11px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif;
	color: #D5D3BD;
	width: 250px;
}

#navbox h2
{
	font: normal 14px/14px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, sans-serif;
	color: #FED;
	margin-top: 0px;
}


.boxed 
{
	width: 200px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #777;
	}
	
.boxTop
{
	background-color: #777;
	color: #FFF;
	font-weight: normal;
}

.aYearAgo
{
	margin: 0;
	padding: 0 4px 0 4px;
	overflow: hidden;
	font-size: 80%;
	height: 250px;
	border-width: 1px;
	border-style: dotted;
}
	
.aYearAgo .imageRight  {
	width: 40%;
	overflow: hidden;
	}


#latest h2 {
	font-size: 16px;
	margin-bottom: 2px;
	}
	

.timeline-event-bubble-body
 {
	font-size: 11px;
}

.timeline-event-bubble-time {
	margin-top: 4px;
	font-size: 10px;
}

#main  #my-timeline div {
	font-size: 9px;
	text-transform: uppercase;
	}
	
.addThis {
	text-align: center;
}
	
/* ----------- Book Box ------------------- */

.bookBox
{
	padding: 40px 70px 00px 20px;
	background-image: url(css/BookBoxTop.png);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	}

.bookBoxBody
{
	background: url(css/BookBoxBot.png) no-repeat bottom left;
	margin-left: -17px;
	margin-right: -20px;
	height: 25px;
	clear: both;
	
	}
#sidebar .bookBox p {
	font-size: 10px;;
	line-height: 1.2;
}
	
	
#sidebar  .bookBox  h2 { 
	font-size: 14px;
 	text-transform: capitalize;
 	letter-spacing: 0px;
	}

#sidebar .bookBox a:link, .bookBox a:visited { color: #400;}
#sidebar .bookBox a:hover { color:#933;background-color: #ffd; text-decoration: underline;}

	
#sidebar .bookBox p  { color: #000;}


/* ------------CSS syndication------------   */
.small
{
	font-size: 9px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.descripxion
{
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}

.coverImage
{
	margin: 4px;
	color: #900;
}

/* --------------  stretch text -------------  */


.stretchlabel,.stretch2
{
	border-color: #F70;
	border-width: 1px;
	border-style: dotted;	
}

.stretchlabel a:hover,.stretch2 a:hover {
	text-decoration: none;
	}

.stretch2 { display: none;}

.stretchtext { display: none; }

/* ------------test------------   */

#test .post { width: 255px; min-height: 48px; float: left;  padding: 0;
	border: 1px solid #622;}

#test .alarm { background-color: #f00; color: #fff; }

#test .post h2 { font-size: 12px; }
