/***********************************************************************
** 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.
***********************************************************************/

/* This sets the overall frame for the site */
html, body {
    margin: -10px 0;
    padding: 0;
}

body {
	background-color:#ffffff;
	font:1em/1.25 Tahoma, sans-serif;
	color: #444;
}

a:link { color:#00A0E2; text-decoration: none; }
/*a:visited{ color:#4b0082; text-decoration: underline; }*/
a:visited{ color:#00A0E2; text-decoration: none; }
a:hover { color:#FF0094; text-decoration: underline; }

a.urllink, a.urllink:visited {
}
a.urllink:hover {
 color: #FF0094;
}

a.profile, a.profile:visited {
 color: #666;
 padding-left: 15px;
 background-image: url(/img/user.png);
 background-repeat: no-repeat;
 background-position: left 3px;
 text-decoration: none;
}


/* 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; }
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.1em; margin-bottom: 0.5em; color: #000000; }
h1 { font-weight:normal; font-family: Trebuchet MS, Arial; }
h2 { font-weight:normal; }
h3, h4, h5, h6 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; border-bottom: 1px solid #d0d0d0; line-height: 1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

table { border-collapse:collapse; }

#header {
}
#follow_us {
	position: absolute;
	bottom: 50px;
	left: 0px;
}
#follow_us a, #follow_us a:visited, #follow_us a:link {
	background: #2daebf url(/img/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
#follow_us a:hover  { background-color: #007d9a; color: #fff; }
#follow_us a:active	{ top: 1px; }

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {  margin-top:15px; margin-bottom:15px; padding:15px; font-family: Trebuchet MS; color: #000000; text-align: center; font-size: 2em; }
#wikilogo p { font-size: 0.4em; }
#wikilogo a { color: #000000; text-decoration: none; }
#wikilogo a:visited { color: #000000; text-decoration: none; }
#wikilogo a:hover { color: #FF0094; text-decoration: underline; }

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

#wrapper {
    clear: both;
    margin: 20px auto;
    min-width: 725px;
    max-width: 1200px;
    width: 93%;
}


/* These are for the left-sidebar. */
#wikileft {
    float: left;
    clear: left;
    width: 20%;
    margin-right: 3%;
    padding: 10px 0;
	line-height:1.33em;
	font-size:9.4pt;
	font-family:Tahoma,sans-serif;
	color: #000;
}

#wikileft .vspace { margin-top:1.125em; margin-bottom:0; }
/*
#wikileft a { text-decoration:none; }
#wikileft a:visited { text-decoration:none; color: #00A0E2; }
#wikileft a:hover { text-decoration:underline; color: #FF0094; }
*/
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 0px; padding-top: 5px;}
.sidehead {
  margin:0px; padding: 4px 0;
  font-size:11pt; font-style:normal;
}
.sidehead a
  { color:#000000; font-style:normal; text-decoration: underline; }
#wikileft .sidehead a:visited
  { color:#000000; font-style:normal; text-decoration: underline; }
#wikileft .sidehead a:hover
  { color: #FF0094; text-decoration:underline; }

/* These affect the main content area. */
#wikibody {
	float: left;
	overflow: hidden;
	width: 75%;
	background-color:white;
	font-size:11pt;
}
#wikibody ul li { margin-top: 5px; }

#wikititle {
    margin-top: 10px;
}

#wikicmds {
  float: right;
  white-space:nowrap;
  font-family: Tahoma,sans-serif; font-size:80%;
  border: 1px solid #f0f0f0;
  margin-top: 0px;
}
#wikicmds ul { list-style:none; margin:0px; padding:3px; }
#wikicmds li { display:inline; margin:5px 5px; }
#wikicmds li a { text-decoration:none; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color: #FF0094; }
#wikicmds a.pseudo_link,
#wikicmds a.pseudo_link:link,
#wikicmds a.pseudo_link:visited {text-decoration: none; color: #0098F6; border-bottom: 1px dashed;cursor: pointer; cursor: hand;}
#wikicmds a.pseudo_link:hover {text-decoration: none;}

.pagegroup { margin-top:0px; margin-bottom:2px; font-size: 0.9em; }
#wikititle h1 { line-height:1em; margin: 0 0 1em; font-size:2.2em; font-weight:normal; }
.wikiaction { margin-top:15px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.43em; }
#wikitext table { font-size:100%; line-height:1.43em; } /* For MSIE 5.5 */
#wikitext img { max-width:100%; }
#wikitext div img { max-width:100%; }

/* 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 {
	margin: 10px auto;
	padding-top: 20px;
    min-width: 725px;
    max-width: 1200px;
    width: 95%;
	border-top: 1px solid silver;
	font-family:Tahoma,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; }
}

#social {
	text-align: center;
	width: 100%;
}
#social div {
	display: inline;
}
.tTip {
	color: #00A0E2;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
#embeddiv textarea {
	width: 95%;
	border: 1px solid #f0f0f0;
	rows: 3;
}

