@charset "utf-8";
/*
Copyright (c) 2006, The Choate Group, LLC. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
For more information, visit: http://metawrite.info/
*/

/*
Portions of this code Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.0
*/


/* Document IDs */

body{
	background-color:#f6f6f6;
	margin:0;
	padding:1em;
}

#document{
	/*float:left;*/
	/*background-color:#f6f6f6;
	padding:.5em;*/
 	width:57.69em;
   	*width:56.3em; /* IE */
   	min-width:900px;
   	margin:auto;
   	text-align:left;
}

#header {background-color:#f6f6f6;}

#DomainTitle{
	padding-bottom:.5em;
	margin-bottom:.5em;
}

#DomainTitle img.logo {
	border:0;
	padding:0; 
	margin: 0px;
}


/* BODY */
#body {
	background-color:#fff;
	border-top:2px solid #fff;	
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin-top:0em;
	padding-top:0em;
	margin-bottom:0em;padding-bottom:0em;
}

/* self clear floated parent containers */
#body:after, .grid:after, .grid-b:after, .grid-c:after, .grid-d:after, .grid-e:after, .grid-f:after {content:".";display:block;height:0;clear:both;visibility:hidden;}	
#body, .grid, .grid-b, .grid-c, .grid-d, .grid-e, .grid-f {zoom:1;} /* IE */

/* CONTEXT */

#context{
	float:left;
	width:25%;
}

/* CONTENT
#content
	#heading
	#sequence
	#footer
*/

#content{
	float:right;
	width:75%;
	background-color:#fff;
}


#heading {
	background-color:#fff;
	padding:0 0 0 0;
	margin: 0 5em 0 1em;}

/* SEQUENCE */

#sequence {
	background-color:#fff;
	padding:0 0 0 0;
	margin: 0 5em 0 1em;
}
#sequence div{padding:0}

#sequence div.Item {
	background-image: url(../images/file.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	margin:1em 0 0 0;
}

#sequence div.Item a {
	font-size: 1em;
	padding: 0 .5em 0 0;

}
#sequence div.Group a {
	font-size: 1em;
	padding: 0 .5em 0 0;
}

#sequence div.Group {
    background-image: url(../images/closedfolder.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	margin:1em 0 0 0;
}

#sequence div.Description{
    /*border-top: 1px dotted gray;*/
	padding:0;
	margin:0;
}

#sequence div.Description p{
	padding:0;	
	margin:0;
}


#sequence a.MemeTitle{ 
	font-size: 120%;
	font-weight: bolder;
	text-decoration: none;

}

#sequence  a:visited.MemeTitle{ 
	font-weight: bolder;
}
#sequence  a:hover.MemeTitle{ 
	font-weight: bolder;
}
#sequence  a:active.MemeTitle{ 
	font-weight: bolder;
}

#sequence a.wiki {
	color:#000099;
}

#sequence a:visited.wiki {
	color:#000099;
}

#sequence a:hover.wiki {
	color: #0033CC;
}

#sequence a:active.wiki {
	color: #511E26;
}

#sequence .Caption {
	font-weight: bolder;
}

#sequence .ListCaption {
	font-weight: bolder;
}

#sequence .TableCaption {
	font-weight: bolder;
}

#sequence .PreCaption {
	font-weight: bolder;
}

#sequence .FigureCaption {
	font-weight: bolder;
}

#sequence .ImgCaption {
	font-weight: bolder;
}

#sequence .MovCaption {
	font-weight: bolder;
}

/* FOOTER */
#footer { 
	margin-top: 2em;
	padding:0;
	border-top: 1px solid #eee;	
	background-color: #fff; 
}

#footer div{padding:0;}


#footer .Copyright {
	width:100%;
	color: #ccc;
	text-align: center;
}

#footer .MadeWithNotice {
	text-align: center;	
}

		
/* Metawrite Classes */
.Creator {
	padding:0;
	font-weight:bolder;
}

.CreationDate {}

.ModifiedDate {
	display:inline;
	font-size:xx-small;
	color: #ccc
}



ul.plain {
	list-style: none;
}

.ImagePath{
	
}

.ListPath {
	
}

.MemePath {
	display:none;
}

.SequencePath {
	display:none;
}
		

