/*********************************************
** No copyright, just attribute source if you modify
** and re-release under a different name
** 2005-11-15  ksc  initial release
** 2005-12-02  ksc  Change format a bit and clean up graphics
** 2008-04-02  mrb  Edited for LCAC website
**********************************************/

body {
	font-family: sans-serif;
	background: #535854 url(images/background.jpg) repeat top left;
	margin: 0px auto;
	font-size: 1em;
	width: 100%;
}

hr {
	border: none;
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	color: #238;
}

h1 { font-size:180%; }
h2 { font-size:150%; }
h3 { font-size:130%; }
h4 { font-size:115%; }
h5 { font-size:105%; }
h6 { font-size:90%; }

p {
	text-align: justify;
	margin-bottom: 2px;
}
.vspace {
	margin-top: 0.5em;
}

#wrapper {
	position: relative;
	width: 855px;
	margin: 0px auto;
	background: #32407C;
	border: 1px solid #95A1C3;
	border-top: 20px none #95A1C3;
}
#col-left {
	position: relative;
	float: left;
	width: 620px;
	margin: 0px 0px 20px 20px;
}
#col-right {
	position: relative;
	float: right;
	width: 169px;
	margin: 0px 20px 20px 0px;
}
#gutter {
	position: absolute;
	width: 10px;
	float: left;
}
#head-left {
	float: left;
	width: 620px;
	height: 115px;
	border: 2px solid #95A1C3;
	border-top: 1px none #95A1C3;
	background: url(images/head-left.jpg) no-repeat top left;
	margin-bottom: 10px;
}
#head-right {
	float: right;
	width: 165px;
	height: 115px;
	border: 2px solid #95A1C3;
	border-top: 1px none #95A1C3;
	background: url(images/head-right.jpg) no-repeat top left;
	margin-bottom: 10px;
}
#page-title {
	font-size: 22pt;
	font-weight: bold;
	color: #ccd;
	padding: 20px 0px 0px 30px;
}
#page-subtitle {
	font-size: 17pt;
	font-style: italic;
	font-weight: bold;
	color: #dde;
	padding: 0px 0px 0px 30px;
}
#page-actions {
	text-align: right;
	font-size: 6pt;
	padding: 2px 0px 0px 0px;
}
#page-actions ul { list-style: none; margin: 0px; padding: 0px; }
#page-actions li { display: inline; margin: 0px; padding: 0 0 0 2px; }
#page-actions li a { text-decoration: none; color: #334; margin: 0px; padding: 0px; }
#page-actions li a:hover { text-decoration: underline; color: #444; margin: 0px; padding: 0px; }

#body { margin-top: 10px; border: 2px solid #95A1C3; width: 620px; background: #fff; }
#wikitext {
	padding: 15px;
	text-align: left;
}
#sidebar {
	margin-top: 10px;
	width: 145px;
	padding: 10px 10px 0 10px;
	text-align: left;
	background: #fff;
	border: 2px solid #95A1C3;
}
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sidebar li {
	display: list-item;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-style: oblique;
}
#sidebar ul ul li {
	padding: 0px;
	font-weight: normal;
	text-indent: 1ex;
	font-size: 90%;
}
#sidebar li a {
	text-decoration: none;
	color: #238;
	padding: 0px;
	font-style: normal;
}
#sidebar li li a {
	color: #238;
}
#sidebar li a:hover {
	text-decoration: underline;
	color: red;
}
#sidebar .sbedit {
	display: block;
	text-align: right;
	margin-top: 2em;
}
#sidebar .sbedit a {
	font-size: 6pt;
	text-decoration: none;
	color: #334;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }

#footer {
	text-align: right;
	color: #238;
	padding: 5px 0 5px 0;
	border-top: 1px solid #ccc;
	margin: 0 15px;
}

}
.difftype,.difftime,.diffrestore { font-size: 8pt; }

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:180%; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Modifications by Matt */
a.createlinktext,
a.createlink {
    color: #88f;
}