/* *****************************************************************************
**
**	cp.css
**	Style sheet for Champagne Photography site
**
**	Copyright (C) 2006, Eric Scouten
**	Started Sun, 22 Jan 2006
**
** ****************************************************************************/

body {
    background: url(header.jpg) top left no-repeat;
	background-color: white;
	color: #333;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: small;
	margin: 0;
}

/* Left sidebar area ---------------------------------------------------------*/

#left-sidebar {
	color: #BBB;
	font-size: 0.9em;
	position: absolute;
	top: 220px;
	left: 10px;
	width: 140px;
}

#left-sidebar ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
#left-sidebar ul li:before {
	content: "\00BB \0020";
}
#left-sidebar ul li {
	margin: 5px 0;
}
#left-sidebar a {
	border-bottom: none;
	color: #B93232;
	text-decoration: none;
}
#left-sidebar a:hover {
	border-bottom: none;
	color: black;
	text-decoration: underline;
}

/* Main body content area ----------------------------------------------------*/

#content {
	font-size: small;
	margin-top: 175px;
	margin-left: 220px;
	padding-bottom: 5em;
}
#content p {
	line-height: 1.5em;
	max-width: 40em;
}
#content li {
	line-height: 1.5em;
	max-width: 38em;
}
.outdent {
	line-height: 1.5em;
	max-width: 40em;
}

#content a:link {
    border-bottom: 1px dotted #B93232;
	color: #B93232;
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
    border-bottom: 1px dotted #D77A7A;
	color: #D77A7A;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
    border-bottom: 1px solid #802222;
	color: #802222;
	font-weight: bold;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	width: 485px;
	color: #B93232;
}
h1, h2, h3, h4 {
	font-weight: normal !important;
}
h1, h2 {
	border-bottom: 1px dotted #802222;
	line-height: 1.1em;
	padding: 1em 0 0.2em 0;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.22em; }
h4 { font-size: 1.07em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }


dt {
	float: left;
	font-weight: bold;
	padding-right: 1em;
}
hr {
	margin: 1em 0;
	background: #666;
}

/* Page title block area -----------------------------------------------------*/

.pagegroup-Main {
	visibility: hidden;
}

#titleblock {
	margin-bottom: 1em;
}
h1.pagetitle {
	border-bottom: 3px solid #661C1C;
	color: #802222;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 190%;
	font-weight: normal !important;
	line-height: 1em;
	margin: 0;
	padding: 0 0 4px 0;
}

#wikicmds {
	background-color: #D96C6C;
	color: white;
	font-size: 80%;
	line-height: 2em;
	padding: 0px;
	white-space: nowrap;
	width: 485px;
}
#wikicmds p {
	display: inline;
	margin: 1px;
}
#wikicmds a {
	color: white;
	padding: 0 4px;
	text-decoration: none;
}
#wikicmds a:link {
	color: white;
	font-weight: normal;
}
#wikicmds a:visited {
	color: white;
	font-weight: normal;
}
#wikicmds a:hover {
	color: white;
	font-weight: normal;
	text-decoration: underline;
}

/* Wiki markup styles --------------------------------------------------------*/

a.createlinktext {
    background: url(missing.png) center right no-repeat;
    border-bottom: 1px dotted red;
	color: red !important;
	padding-right: 15px;
}
a.createlinktext:hover {
    border-bottom: 1px solid red;
    text-decoration: none;
}
a.createlink {
	display: none;
}

.wikiformfield {
	border-top: .5px solid black;
	margin-top: 4em;
	padding-top: 2px;
}


/* Footer --------------------------------------------------------------------*/

#footer {
	border-top: 1px dotted #D77A7A;
	color: #999;
	font-size: 80%;
	width: 485px;
	padding: .4em 0;
	margin-top: 7em;
}

#footnav {
	color: #999;
}
#footer a:link, #footer a:visited {
	color: #BBB;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

#copyright {
	margin-top: 2px;
}


/* Adapted from... */

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

/* 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; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }


.pagegroup { margin-top:8px; margin-bottom:2px; }
.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 */

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

/* 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; }
  #header, #left-sidebar, #wikicmds, .footnav { display: none; }
  #footer { padding: 2px; }
}
