/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

div.toc p {
	display: none;
}

div.toc {
	width:30%;
	font-size:14px;
} 

/* This sets the overall frame for the site */
body {
  margin:0px; background-color: #fcfcfc; /*#f7f7f7; */
  /*font-family:Arial,Verdana,Helvetica,sans-serif;*/ font-size:11pt;
  font-family:Georgia;
  color: #444;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { /*font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace;*/ }
pre { line-height:1.2em; border:1px solid #0599E0; width:60%;}
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

#pageheader {width:100%;}
/**/
#wikititle {font-size:30px; font-weight:bold; vertical-align:bottom; color: #333333; padding-bottom:22px;}
#pagetitle {font-size:20px; color: #0599e0; vertical-align:bottom; padding-top:15px;}
#pagetitle a {font-size:20px; color: #0599e0; text-decoration:underline;}

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { text-align:center; width:183px; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  /*position:absolute; right:10px; top:10px; */
  /*font-family:Verdana,sans-serif;*/ font-size:85%; 
  /*padding: 10px;*/
  text-align:right;
  /*vertical-align:center;*/
  padding-right:10px;
}

table.wikimenu{
	border-top:1px solid #9ad9e9;
	border-bottom:1px solid #9ad9e9;
	width:100%;
}

#wikihead input { font-size:85%; } 
input.inputbox{
	border: 1px solid #ebebeb;
	color: #0599e0;
	padding:3px;
}

#search_submit{position:relative; margin-bottom:-8px;}

/* These are for the left-sidebar. */
#wikileft { 
  width:183px; 
  min-width:183px;
  padding:6px; border-right:1px #9ad9e9 solid; 
  line-height:1.33em;
  font-size:9.4pt; /*font-family:Verdana,sans-serif;*/
  padding-right:20px;
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:11pt; font-weight:bold; font-style:normal; 
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:10pt; 
}
#wikicmds { 
  float:right; white-space:nowrap; 
  /*font-family:Verdana,sans-serif; */font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em;}
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

#wikimid{ font-family: sans-serif;}
#wikifoot{ font-family: sans-serif;}

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:10px; padding-bottom:24px; border-top:1px #9ad9e9 solid;
  /*font-family:Verdana,sans-serif;*/ font-size:80%; 
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}


td.menuoption, td.menuoption_selected{
	padding: 9px;
	padding-left:10px;
	padding-right:10px;
}

td.first_menuoption, td.first_menuoption_selected{
	width:180px;  
	min-width:180px;
	border:none;
	border-right:1px solid #9ad9e9;
	padding: 9px;
	/*background-color:#fcfcfc;*/
	background-image:url(pub/skins/docs/degrade_td.png);
	background-repeat:repeat-x;
	text-align:right;
	padding-right:20px;
}

a.first_menuoption, a.first_menuoption_selected,a.first_menuoption:visited,a.first_menuoption_selected:visited  {
	color:#0580b8;
	text-decoration:none;
	font-weight:bold;
}

a.menuoption, a.menuoption:visited, a.menuoption_selected, a.menuoption_selected:visited{
	text-decoration:none;
	color: #666666;
}
a.first_menuoption_selected,a.first_menuoption_selected:visited,a.menuoption_selected, a.menuoption_selected:visited{
	text-decoration:underline;
}

#wikileft dd {
	text-align:right;
	/*padding-right:20px;*/
}

#wikileft dt {
	text-align:right;
	color: #0599e0;
}

dt a.selftlink {
	color: #0599e0;
}
/*
#wikileft a.wikilink{
	color: #666;
}*/

#wikileft a.selflink{
	color: #0599e0;
	text-decoration:underline;
}

#wikileft li {
	text-align:right; 
	padding-top:2px;
	padding-bottom:2px;
}

#wikileft a.wikilink{
	
}

#links {
	text-align:right;
	padding-right:150px;
}

#links a {
	color:#666;
	text-decoration:none;
	font-size:10px;
}

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

#copyright {
	color:#666;
	font-size:10px;
}

div.author_date
{
	font-size:12px;
	color: #666;
	position:relative;
	display:inline;
}

#author, #modified
{
	font-weight:bold;
	color: #bcbcbc;
	font-size:11px;
}

#wikitext h2{
	color: #0580b8;
	font-weight:bold;
	font-size:15px;
}

#wikitext a{
	color: #0599e0;
}

.cap
{
    font-family: sans-serif, Georgia;
}

#cristina {
	color: green;
}

.mini { padding:2px; border:1px solid #dddddd; background-color:#ffffff; }
.miniH, .miniF {display:block;}

div.Galleria {width:600px; text-align:center;}
div.galleria-container {width:600px; text-align:center;}

div.galleria-image-nav-left, div.galleria-image-nav-right {display:none;}

