/**************************************************************
**  bluehead.css
**  Copyright (c) 2008 Ian MacGregor
**  This file is part of the bluehead skin for PmWiki and
**  can be redistributed and/or modified 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.
***************************************************************/


ul {
	list-style: none;
}


#pageactions {
background-color: #ffffff;
color: #000000;
font-size: 80%;
text-align: right;
padding: 10px;
padding-bottom:0px;
padding-top:0px;
}

#pageactions a:link{
color: #0009b3;
text-decoration: none;
}

#pageactions a:focus {
color: #990000;
text-decoration: underline;
}

#pageactions a:hover {
color: #990000;
text-decoration: underline;
}

#pageactions a.createlinktext {
color: red;
}


#modified {
color: #999;
font-size: 85%;
margin-bottom:20px;
display:block;
}

#pagetext {
background-color: #ffffff;
color: #000000;
padding: 10px;
}

#pagetext a:link {
text-decoration: none;
color: #0009b3;
}

#pagetext a:focus {
text-decoration: underline;
color: #990000;
}

#pagetext a:hover {
text-decoration: underline;
color: #990000;
}

#pagetext a.createlinktext {
color: red;
}

#sitefooter {
border-top: 1px solid #404040;
background-color: #ffffff;
color: #000000;
font-size: 85%;
color: #000000;
text-align: center;
padding: 5px 2px 0 2px;
}

#sitefooter a:link{
color: #0009b3;
text-decoration: none;
}

#sitefooter a:focus {
color: #990000;
text-decoration: underline;
}

#sitefooter a:hover {
color: #990000;
text-decoration: underline;
}

#sitefooter a.createlinktext {
color: red;
}

.stress {
font-size: 120%;
font-weight: 600;
margin: 15px;
}

#wikiedit textarea {
width: 100%;
}


pre {
color: #1a1a1a;
border: 1px solid #b3b3b3;
font-family:'Lucida Console','Courier New',Courier, monospace;
font-size: 100%;
line-height:1.4em;
padding: 1px 5px 1px 5px;
overflow: auto;
}

code {
font-family:'Lucida Console','Courier New',Courier, monospace;
font-size: 100%;
color: #1a1a1a;
overflow: auto;
}

hr {
width: 100%;
border: 1px solid #b3b3b3;
}


a.createlinktext {
color: red;
}

ol {
margin: 0px 0px 10px 22px;
padding: 0px;
}

ol { list-style-type:decimal; }
ol ol { list-style-type:lower-alpha; }
ol ol ol { list-style-type:lower-roman; }
ol ol ol ol { list-style-type:decimal; }
ol ol ol ol ol { list-style-type:lower-alpha; }
ol ol ol ol ol ol { list-style-type:lower-roman; }

dsq-widget ul, ha ul {
list-style-type: square;
list-style-image: url("bullet.gif");
margin: 0px 0px 10px 14px;
padding: 0px;
}


textarea {
	width:400px;
}

#wikitext h2 {
	font-size:250%;
	font-weight: normal;
	margin-bottom:15px;
	color:#555;	
}

#wikitext ul {
	list-style: square;
}

.dsq-widget img {
	width:200px;
	border:1px solid gray;
}

#wikitext td img {
	width:150px;
	border:1px solid gray;
}

