/* change default html styles */
html, body, p, h1, h2, h3, h4, h5, h6, fieldset, ul, li{
	margin: 0;
	padding: 0;
}
a img {
	border-style: none;
}

/* clearfix, the ie part is in the ie css */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* general styling */
body {
	background: #e3e3e3 url(images/bg.gif) repeat-x;
	color: #1b1b1b;
	font: normal 74% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, #sidebar .sidehead {
	margin-top: 0em;
	margin-bottom: .25em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
  color: #a61717;
}
h1 { font-size: 2.5em; }
h2 { font-size: 2.0em; padding: 15px 0 15px 0; }
h3 { font-size: 1.8em; padding: 12px 0 12px 0; }
h4 { font-size: 1.6em; padding: 8px 0 8px 0; }
h5 { font-size: 1.4em; padding: 8px 0 8px 0; }
h6 { font-size: 1.2em; padding: 8px 0 8px 0; }

p {
	margin-bottom: 1em;
	line-height: 1.3;
}
a {
	color: #095eae;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul.list, ol.list {
	margin-left: 3em;
	margin-bottom: 1em;
}
.list li {
	margin-bottom: .5em;
	color: #1b1b1b;
}

dt {
	font-weight: bold;
}

/* layout */
#wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	font-size: 1.11em;
}
#header {
	padding: 20px 0 20px 20px;
	border-bottom: solid 1px #343434;
	background: #1c1c1c url(images/header_bg.gif) repeat-x;
}
#wikilogo {
  width: 200px;
  height: 74px;
  position: relative;
  float: left;
}
#siteheader {
  min-height: 60px;
  margin-top: 15px;
  margin-left: 260px;
  position: absolute;
}
#siteheader a {
  text-decoration: none;
  color: #aaaaaa;
}
#header ul li {
	display: inline;
	margin-right: 10px;
	color: #868686;
}
.pageactions a, #header ul a {
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

.pageactions a, #header ul a {
	color: #868686;
}
.pageactions a:hover, #header ul a:hover {
}

#header ul li.selected a, #header ul li a.selflink {
	color: #fff;
}

#contentwrapper {
	background: #fff url(images/x_default_sidebar_bg.gif) right top repeat-y;
}
#content {
	float: left;
	width: 100%;
	margin-right: -280px;
	background: url(images/content_top_bg.gif) repeat-x;
}
h2.content {
	margin-top: 2em;
	margin-bottom: 1em;
	color: #e68800;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
}
#innerwrapper {
	margin: 15px 260px 40px 20px;
}
#sidebar {
	overflow: hidden;
	float: right;
	width: 280px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(images/x_default_sidebar_top.gif) right top no-repeat;
	min-height: 61px;
}
#sidebar h1 a,
#sidebar h2 a,
#sidebar h3 a, #sidebar .sidehead,
#sidebar h4 a,
#sidebar h5 a,
#sidebar h6 a {
	font-weight: normal;
}
#sidebar ul {
  margin-bottom: 20px;
}
#sidebar ul li ul{
  margin-bottom: 0px;
}
#sidebar ul li, #sidebar ol li {
	list-style-type: none;
}
#subscribe a {
	font-weight: normal;
	font-size: 1.4em;
}

#footer {
	padding: 0px 20px 62px 20px;
	border-top: solid 1px #343434;
	background: #272727 url(images/footer_bg.gif) left bottom repeat-x;
	color: #868686;
	font-size: .8em;
	text-align: left;
}
#footer a {
	color: #868686;
	text-decoration: underline;
}
#footer a:hover {
	color: #eaeaea;
}
#credits {
	margin-top: 20px;
}

/* article styles */
#wikitext h2.section-head {
	font-weight: bold;
	font-size: 2.3em;
	color: #f79910;
}
.article, #wikitext {
	margin-bottom: 20px;
}
.article h2.title, #innerwrapper h2.title {
	clear: both;
	font-size: 2.5em;
}
.article h2.title a, #innerwrapper h2.title a, #innerwrapper .pagegroup {
	color: #f79910; /* default color */
}
.article h2.title a:hover, #innerwrapper h2.title a:hover, #innerwrapper .pagegroup {
}
.article .meta {
	margin-bottom: 1em;
	color: #838383;
	font-size: .8em;
	text-transform: lowercase;
}
.article a, #wikitext a {
	color: #09508e;
}
.article a:hover, #wikitext a:hover {
}
.article .body {
	margin-bottom: 1em;
}
.article .comments {
	background: url(images/comments.gif) left center no-repeat;
	padding: 15px 0 16px;
	color: #838383;
}
.article .comments a {
	padding: 5px 0px 10px 35px;
	color: #838383;
	line-height: 30px;
	font-size: 1.2em;
}
.article .comments a:hover {
}
.article .footer li {
	padding-left: 5px;
	border-left: dotted 1px #838383;
}
.article .footer li.first {
	border-left-style: none;
}

/* article and comment body */
.body ul, .article .body ol, #wikitext ul, #wikitext ol {
	margin-left: 3em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.body li, #wikitext li {
	margin-bottom: .5em;
	color: #1b1b1b;
}
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6,
#wikitext h1, #wikitext h2, #wikitext h3, #wikitext h4, #wikitext h5, #wikitext h6 {
	text-transform: none;
}
.body pre, #wikitext pre {
	overflow: auto;
	width: 90%;
	margin: 1.5em auto;
	padding: 1em;
	border: dotted 1px #cacaca;
	background-color: #f6f6f6;
	color: #666;
}
.body .imageleft, #wikitext .imageleft {
	float: left;
	display: inline;
	margin: 1em 1em 1em 0;
}
.body .imageright, #wikitext .imageright {
	float: right;
	display: inline;
	margin: 1em 0 1em 1em;
}

/* comments list */
#commentslist h2 {
	color: #e68800;
	text-transform: uppercase;
}
#commentslist {
	margin-bottom: 2em;
}
#commentslist li.comment {
	overflow: auto;
	width: 100%;
	margin-bottom: 2em;
}
#commentslist li.comment .blogit-comment-header {
	display: block;
	margin-bottom: .5em;
	padding: .55em 3%;
	border-bottom: dotted 1px #cacaca;
	background-color: #f6f6f6;
	color: #838383;
}
#commentslist li.by-author .body {
	padding-top: .5em;
	border: dotted 1px #cacaca;
	background-color: #f6f6f6;
}
#commentslist li.by-author .blogit-comment-header {
	margin-bottom: 0;
	border-bottom-style: none;
	background-color: #ddd;
}
#commentslist ul, #commentslist ol {
	margin: 0;
}
#commentslist ul li, #commentslist ol li {
	list-style-type: none;
}
.comment .commenttext {
	padding: 0 3%;
	font-size: .9em;
	display: block;
	margin-top: 10px;
}
.comment .commenttext p {
	margin-bottom: 1em;
}
.comment .commenttext h1 { font-size: 2.0em; }
.comment .commenttext h2 { font-size: 1.8em; }
.comment .commenttext h3 { font-size: 1.6em; }
.comment .commenttext h4 { font-size: 1.4em; }
.comment .commenttext h5 { font-size: 1.3em; }
.comment .commenttext h6 { font-size: 1.2em; }

/* forms */
#comment-message, #comment-errors, .wikimessage {
	margin-bottom: 1em;
	padding: .5em 3%;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #1b1b1b;
	font-weight: bold;
}
#comment-message {
	background-color: #f6f6f6;
	border-bottom-color: #3a3a3a;
}
#comment-errors, .wikimessage {
	border-bottom-color: #9a3a3a;
	background-color: #fff0f0;
}

fieldset {
	margin-bottom: 1em;
	border-style: none;
}
fieldset dt {
	margin-bottom: .25em;
	color: #838383;
	font-weight: bold;
}
fieldset dd {
	margin-bottom: 1em;
}
fieldset input, fieldset textarea {
	padding: 2px 4px;
	border: solid 1px #838383;
	background-color: #eaeada;
	font-family: monospace;
	font-size: 1.2em;
}
fieldset input:hover, fieldset textarea:hover {
	background-color: #f2f2e2;
}
fieldset input:focus, fieldset textarea:focus {
	background-color: #fafaea;
}
input {
	padding: 2px 4px;
}
fieldset textarea {
	width: 500px;
	height: 200px;
}
#search {
  float: right;
  width: 250px;
  padding: 38px 10px 0px 0px;
}
#q {
	width: 70%;
}
.search { 
	padding:6px 15px 6px 30px;
	margin:3px; 
	background: url('images/magnifying_glass.png') no-repeat 8px 6px; 
}
.rounded { 
	border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
}
input[type=button], input[type=button]:hover {
	position:relative; 
	left:-6px;
	border:1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color:#7da2aa;
	cursor: pointer;
}
.light {
	width:95%;
	height:10px;
}
.light input[type=text]{
	border-top: 1px solid #202020;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #323232;
	background-color:#363636;
  color: #cacaca;
}


/* side boxes */
.boxy {
	margin: 0px 0px 50px 40px;
	padding: 0px 10px 15px 10px;
	background-color: #a61717; /* default color */
	background-repeat: no-repeat;
}
#sidebar .short, #sidebar .tall {
	padding-top: 3px; /* only have top padding if we have a background */
}

/* ems are nifty, eh? :) */
#sidebar .minor {
	font-size: .8em;
}
#sidebar .minor h3 {
	font-size: 2em;
}
#sidebar .minor dt {
	font-size: 1.5em;
}
.boxy {
	color: #fff;
}
.boxy a {
	color: #fff;
}
.boxy a:hover {
}
.boxy h3, #sidebar .sidehead {
	margin: 0 0 .5em 0;
	color: #fff;
	font-size: 1.6em;
	text-transform: uppercase;
}
.boxy h4 {
	margin: 1em 0 .25em 0;
}
.boxy li {
	margin-left: 1em;
	margin-bottom: .25em;
}

.boxy ul, .boxy dt {
	margin-top: 0.25em;
	margin-bottom: .25em;
}
.boxy dt {
	font-size: 1.2em;
	line-height: 2;
	vertical-align: middle;
}
.boxy dt a {
}
.boxy dd {
	margin-left: 1em;
	margin-bottom: .25em;
}
.boxy ul dd, .boxy dl li {
	margin-left: 0;
}
.boxy ul dt, .boxy dl ul {
	margin-top: 0 !important;
}
#sidebar .sidehead {
	margin-top: 3px;
}

/* options box */
#options {
	float: right;
}
#options-container {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
	margin-right: 40px;
}
#options-container ul li, #options-container ol li {
	list-style-type: none;
}
#options ul, .pageactions ul {
	float: left;
	display: inline;
	margin-left: 10px;
}
#options li, .pageactions li {
	float: left;
	margin: 1px;
	padding: 3px;
}
#option_size li a, #option_color li a {
	display: block;
	width: 10px;
	height: 10px;
	border: solid 1px #9a9a9a;
	background-color: #1c1c1c;
	background-repeat: no-repeat;
}
#options-container .pageactions {
	clear: right;
	float: right;
}
.pageactions li a {
	font-weight: normal;
	font-size: .8em;
}

/* selected */
body.fluid	#options li.fluid ,
body.red		#options li.red	,
#options li:hover {
	padding: 3px;
	background-color: #9a9a9a;
}


/* colors */
#options li.fixed	a { background-image: url(images/fixed.gif); }
#options li.fluid	a { background-image: url(images/fluid.gif); }

/* colors */
#options li.red	a { background-color: #a61717; }

/* skittlish customizations */
/* defaults: fixed orange */
#siteheader .sitetitle a {line-height: .8;}

/* skittlish layout: fluid */
.fluid #wrapper {
	width: auto;
	margin: 0;
}

/* skittlish color: red */
body.red .article h2 a, body.red #innerwrapper h2 a, body.red #commentslist h2,
body.red #innerwrapper a.pagegroup, body.red #wikitext h2.section-head, body.red #siteheader .sitetitle a:hover	{ color:	#a61717; }
body.red .boxy { background-color: #a61717; }
body.red {
  background: #272727 url(images/body_bg.gif) repeat;
}
body.red #contentwrapper { background-image: url(images/x_red_sidebar_bg.gif); }
body.red #sidebar	{ background-image: url(images/x_red_sidebar_top.gif); }
/*body.red #sidebar .short { background-image: url(images/x_red_boxy_short.gif); }
body.red #sidebar .tall	{ background-image: url(images/x_red_boxy_tall.gif); } */

/* pmwiki */
#wikiedit textarea {width: 100%; margin-bottom: 15px}
#wikitext .quickref p {line-height:2em;}
#wikitext .quickref {margin-top: 30px;}
ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
.varlink, pre, code.escaped { font-size: 110% !important; }
.vspace {margin-top:1em; }
.indent { margin-left:40px; }
.outdent { margin-left:40px; text-indent:-40px; }
a.createlinktext { text-decoration:none; border-bottom:none; }
a.createlink { text-decoration:none; position:relative; top:-0.5em; font-weight:bold; font-size:smaller; border-bottom:none; }
.blogit-page-navigation{clear:both; padding:20px 0}
.blogit-older-entries a, .blogit-newer-entries a {font-size:130%; font-weight: bold;}
.blogit-older-entries a {float:right;}
.blogit-newer-entries a {float:left;}
.blogit-listmore {text-align:right;}
.blogit-readmore {display: block; margin-top: 10px; padding-bottom: 10px; font-weight: bold; }
#header ul .createlink { display: none; }
.wikimessage { color: red; font-weight: bold; font-size: 110%; }


.footer {
  float: left;
  margin-top: 14px;
}
.lemoinelogo {
  background-image: url(../logolemoine.png);
  width: 201px;
  height: 37px;
  float: right;
  margin: 10px 0 10px 0;
}
.img img { max-width: 100%; }
