	/*    red and gray full screen   */
	
	body {
		font-family : "Lucida Grande", Verdana, Lucida, Geneva, Arial, Helvetica, sans-serif;
		
		
		margin-top: 1em;
		/*  This page uses the vermelho pallette from http://color.twysted.net/
		#CA3B00
		R: 202
		G: 59
		B: 0#A33100
		R: 163
		G: 49
		B: 0#7D2500
		R: 125
		G: 37
		B: 0#C98000
		R: 201
		G: 128
		B: 0#A36700
		R: 163
		G: 103
		B: 0#7D4F00
		R: 125
		G: 79
		B: 0#363636
		R: 54
		G: 54
		B: 54#C9C9C9
		R: 201
		G: 201
		B: 201#000000
		R: 0
		G: 0
		B: 0
		*/
		
	}
	
/* ************** main *************** */
#main{
	/* change the number of pixels in the line below to change the width of the display
	140 + 140 + 450 = 730 */
	
	/* change the number of pixels in the line below to adjust the amount of background that shows at
	the top of the browser, this setting makes the content div go right to the top of the browser. If
	you use a colored background you may want a band to color to show across the top of the content div */
	width:auto;
        margin-left: auto;
	margin-right: auto;
	
	padding-left: 1em;
	/* change the number of ems to adjust the amount of blank space
	 at the top of the div containing your content
	padding-top: 1em;*/
	padding-right: 1em;
	padding-bottom: 1em;
	/*background-image:url(http://www.seedwiki.com/images/SeedWiki/fullpage.gif) ; */
	/* border: 1px solid #800000; */

	}
	
	#main_edit {
	
        width: 80%
	}
	/* for older browsers that do not understand inheritance */

	p, td, ul, ol, ul, li, dl, dt, dd {
		font-family : "Lucida Grande", Verdana, Lucida, Geneva, Arial, Helvetica, sans-serif;
	}
	
/* ************** header *************** */
	#header {
	padding: 0px 0px 0px 0px;
	
	color:#993300;
	position: relative
	}
	
/* ************** logo *************** */
	div#logo  {
		padding: 0px 0px 0px 0px;
		border : 0px;
		width: 75px;
		left: 10px;
		
		position: relative		
	}
	#logo a{
	font-size: x-large;
	
	margin-left: 3px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
	position: relative
	}
/* ************** pagetitle *************** */
	#wikiname {
		display: inline;
		position: relative
		}
	
	#wikiname a {
		color:#993300;
		
		font-size:x-large;
		font-weight: bold;
		margin-left: 14px;
		margin-bottom: 20px;
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size: xx-large;
		position: relative
	}
	
	#pagename a {
		color:#993300;
		
		font-size: medium;
		font-weight: normal;
		margin-left: 3px;
		margin-bottom: 20px;
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size: large;
	}
	#pageTitle {
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom: 10px;
		border: 2px solid #D4D4D4
	}
	
	.pageTitleSeperator {
		font-size: x-small;
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size: small
	}
/* ************** breadcrumbs ************* */
/* the pages in the breadcrumb past the current page */
	.breadCrumbEntry {
		font-size: x-small;
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size: small
	}
	/* the > between the breadcrumb entries */
	.breadCrumbSeperator {
		font-size: x-small;
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size: small;
	}
	#breadcrumblinks {
	
		font-size: x-small;
		voice-family: "\";}\"";
		
		voice-family: inherit;
		font-size: small;
		
		color: black
	}
	
	#breadcrumblinks a {
		display:inline;
		margin: 0;
		padding: 1px 5px 1px 5px;
		font-size: x-small;
		voice-family: "\";}\"";
		voice-family: inherit;
		font-size: small;
		
		color: #993300
	}

	#breadcrumblinks a:visited {
		color: #687070
	}

	#breadcrumblinks a:hover {
		color: #ff0000;
	}


/* ************** left menu *************** */
#menu{
	float:left;
	text-align:left;
	width:160px;
	margin-right: 20px;
	background:white;
}
#menuviewlink { 
		display: none;
		}

#menueditlink { 
		display: none;
		}

#menudiscussionlink { 
		display: none;
		}

.menulinks {
	display: block;
	}
	
.menulinks a {
	display: block; 
	padding: 1px 1px 4px 8px;
	
	voice-family: "\";}\"";
		
		voice-family: inherit;
		font-size: small;
		/* uncomment the following line to remove the underlines from the menu links */
		/* text-decoration: none; */
		color: #993300;
	}

.menulinks a:visited {
		color: #993300;
	}


	.menulinks a:hover {
		color: #ff0000;
         	background-color: #eeeeee;
	}

.menuBody
	{
		color: black;

	}

	 .custommenulabel  {
	font-size:14px;
	color:white;
	background-color:#c9c9c9;
	}
	
	
	 .custommenulabel_selected  {
	font-size:14px;
	color:#ff0000;
	background-color:#c9c9c9;
	}
	
	 
	 .custommenuitem_selected  {
	font-size:14px;
	color:#ff0000;
	background-color:#FF9933;
	}
	
	#menudisplay{
	margin-top: 10px;
	}
	
	.mymenumenu {
	display:none;
	}
	.mymenulabel {
	padding-top: 10px;
	color: #CC7700;
	font-weight:600;
	border-bottom: 3px solid #7D2500;
	}
	
	.mymenu 
	{
		display:none;
	}
	
	.custommenu
	{
		display:none;
	}
	
	 .menutext{ color: blue; font-size: x-small;} 	/*   Full Screen Saturnalia */
	
	.menuinput {
	width:130px;
	}

#emailfriend { 
padding-top: 10px;

}
	
/* ************** content *************** */

a.otherwikilink{
	padding-right: 8px;
	background: url(../../images/seedwiki/otherwiki.gif) no-repeat center right;
	}
a.othersitelink{
	padding-right: 12px;
	background: url(../../images/seedwiki/othersite.gif) no-repeat center right;
	}


#content{

font-size: x-small;
color: black;
margin-top: 20px;
margin-left: 180px;
voice-family: "\";}\"";
		
		voice-family: inherit;
		font-size: small;
	}


/* ************** right bar *************** */

#rightbar{
margin-top: 10px;
margin-left: 10px;
float:right;
text-align:right;
width:150px;

	
}
#accountlabel { 
		}

div#rightbarlinks a {
	display: block;
	padding: 1px 1px 1px 5px;
	font-size: x-small;
	voice-family: "\";}\"";
		
		voice-family: inherit;
		font-size: small;
		
		color: #993300;
	}
	
div#rightbarlinks a:visited {
		color: #993300;
	}

div#rightbarlinks a:hover {
		color: #ff0000;
         	background-color: #eeeeee;
	}

div#wikifarmlinks {
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-top: 1px solid #c9c9c9;*/
	}
	
div#wikiaccount {
	/*border-top: 1px solid #c9c9c9;*/
	font-size: xx-small;
	}

/* ************** footer *************** */



/* ************** search *************** */
div#search  {

	color: #993300;
	left:10px;
	padding: 20px 0px 0px 0px;
margin-bottom: -20px;
	/*border-bottom: 1px solid #c9c9c9;*/
	font-size: xx-small;
	voice-family: "\"}\"";
		voice-family: inherit;
		font-size: x-small ;
	}
	div#searchinput {
		font-size: x-small;
		width: 100px;
	}
	div#searchtext {
		font-size: x-small;
		width: 140px;
	}
	div#searchbutton {
		font-size: x-small;
		width: 75px;
	}



/* ********** slide show *********** */
#slideheader{
		padding: 10px 0px 0px 0px;
		border-bottom: 1px solid #cccccc;
		height:40px;
		width: 100%;
		background-color:#FF7F00;
		font-weight: bold;
		font-size:18px;
	}

.illustration  {
		float: left;
		margin-right: 12px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	
#usermessage {
	
        border-top: 2px solid #ff0000;
        border-bottom: 2px solid #ff0000;
        border-left: 2px solid #ff0000;
        border-right: 2px solid #ff0000;
        margin-top: 10px;
        margin-bottom: 10px;
	background-color: #eeeeee;
        font-size: small;
        color: #993300;
        text-Align: center;
	}
	
/* *********** network links *********** */
	div#networkframe {
	
	font-size: x-small;
	voice-family: "\";}\"";
	
		voice-family: inherit;
		font-size: small;
		
		color: #6600FF;
	}
	
	div#networkframe a {
	display:inline;
	margin: 0;
	padding: 1px 5px 1px 5px;
	font-size: x-small;
	voice-family: "\";}\"";
		
		voice-family: inherit;
		font-size: small;
		
		color: #6600FF;
	}
	


/* *********** blog styling ******* */
.blogtitle { 
	margin: 0px 0px 10px; 
	padding: 5px; 
	font-family: Verdana,Arial,sans-serif; 
	color: black; 
	font-weight: bold; 
	font-size: 12px; 
	background-color: rgb(221, 221, 221); 
}	

.blogtitle a { 
	
}	

.date { 
	margin: 15px 0px 0px; 
	font-family: Verdana,Arial,sans-serif; 
	color: black; 
	font-size: 11px; 
	font-weight: bold; 
}

.byline { 
	font-family: Verdana,Arial,sans-serif; 
	color: rgb(153, 153, 153); 
	font-size: 11px; 
}
	
/* ************* discussion *********** */

.discussion_comment{
 	margin-left:10px;
  	background-color:#FFFFDD;
}

/* ************* add comments *********** */

.comment_comment{
 	margin-left:10px;
  	background-color:#FFFFDD;
}

	
/****************** calendar ******************/

td.calendar_event_year {
background-color: #FFCC33;

}

td.calendar_event_month {
background-color: silver;
}

.calendar_event_date {
font-weight: bold;
}

.calendar_event_city{
font-weight: bold;

}
.calendar_event_title{
font-weight: bold;
color: maroon;

}
.calendar_instructions{
color: #993300;
}
.calendar_membership_message{

}
.calendar_text {
font-weight:bold;
}
.calendar_description{
margin-left: 10px;
margin-top:5px;
margin-bottom:10px;
}


pre { font-size:medium}














































































