/**********************************************************
 * **  style.css
 * **  This is a skin for PmWiki: http://www.pmwiki.org
 * **  Author: 
 * **  Date: 
 * **  License: GPL
 * ***********************************************************/


/* body
--------------------------------------------------*/
body {
margin: 0;  
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
font-size: 10pt;
line-height: 15px;
background-color: #FBFBF9;
}

a{
color: #8C1515;
text-decoration: none;
}

a:hover{
color: #000;
}


/* topband 
--------------------------------------------------*/
#topband{
padding: 12px 10px 12px 120px;
color: #fcfcfc;
background-color: #8C1515;
}

#topband a {
line-height: 5px;
letter-spacing: 1px;
font-size: 14px;
color: #fcfcfc;
}

#topband a:hover {
color:#aaa;
}
/*--------------------------------------------------
	end of topband style */


/* pageactions 
--------------------------------------------------*/
#pageactions {
padding: 44px 12px 10px 0px;
margin-top: 18px;
font-size: 10pt;
font-weight: 500;
line-height: 2px;
text-align: left;
/*border: solid 1px red;*/
}

#pageactions ul {
list-style: none;
}

#pageactions li {
display: inline;
}

#pageactions a{
text-decoration: none;
font-style: none;}

#pageactions a:hover {
text-decoration: underline;
}
/*--------------------------------------------------
	end of pageactions */


/* header 
--------------------------------------------------*/
#header{
height: 18ex;
padding: 2px 10px 2px 120px;
background-color: #F2F1EB;
color: #827251;
}

#header a{
color: #827251;
}

.sitesearch {
text-align: right;
font-size: 9.5pt;
line-height: 8px;
margin-bottom: 24px;
margin-right: 12em;
}

.sitesearch input {
font-size: 85%;
} 

.spacer{
height: 3ex;
}

.titles{
clear: left;
float: left;
padding-top: 18px;
}

.grouptitle{
font-size: 30pt;
color: #8C1515;
padding-right: 0.5em;
font-weight: 600;
letter-spacing: 0.05em;
border-right: solid #2E2D29 1px;
}

.pagetitle{
font-size: 24pt;
letter-spacing: 0.05em;
font-weight: 400;
line-height: 1.2em;
color: #3F3C30;
padding-left: 0.5em;
}
/*--------------------------------------------------
	end of header */

#content-wrapper{
width: 100%;
}


/*sidecontent 
--------------------------------------------------*/
#sidecontent{
float: right;
width:22%;
display: inline;
color: #8C1515;
background-color: #fff;
padding-left: 14px;
margin: 0px 20px 30px 10px;
}

#sidecontent .mainhead{
width: 100%;
color: #8C1515;
font-weight: 600;
font-size: 11px;
padding-top: 25px;
margin-right: 10px;
margin-top: 0px;
border-bottom: solid 2px #8C1515;
text-transform: uppercase;
letter-spacing: 0.05em;
}

#sidecontent .sidehead {
}

#sidecontent ul{
padding-left: 12px;
}

#sidecontent li{
list-style: none;
}

#sidecontent a{
color: #827251;
}

#sidecontent a:hover{
color:#000;
text-decoration: none;
}
/*--------------------------------------------------
	end of sidecontent style */


/* main content 
--------------------------------------------------*/
#content{
clear: left;
float:left;
display: inline;
width: 60%;
padding-left: 12px;
padding: 2px 10px 2px 120px;
color: #575653;
}

#content h1{
color: #8C1515;
margin-bottom: 24px;
font-size: 36px;
font-weight: 400;
line-height: 1.1em;
margin-top: 8px;
}

#content h2{
color: #8C1515;
font-weight: 400;
margin-bottom: 12px;
font-size: 25px;
line-height: 1.1em;
margin-top: 8px;
border-bottom: solid 1px #8C1515;
}

#content h3{
background-color: #F2F1EB;
border-bottom: medium none;
border-top: 1px solid #E0DCD4;
color: #575653;
font-size: 12px;
padding: 3px 10px;
margin-right: 10px;
margin-top: 0px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
}

#content h4, #content h5, #content h6 {
background-color: #F5F4F5;
width: 50%;
border-bottom: medium none;
border-top: 1px solid #E0DCD4;
color: #575653;
font-size: 9px;
padding: 1px 10px;
margin-right: 10px;
margin-top: 0px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.03em;
}

#content h5, #content h6{
text-transform: none;
font-style:italic;
}

#content p{
padding-left: 12px;
padding-right: 12px;
font-weight: 400;
letter-spacing: 0.01em;
font-size: 13px;
line-height: 1.5em;
}

/*  footer 
--------------------------------------------------*/
#footer {
background-color: #8C1515;
color: #aaa; 
line-height: 1.5em;
font-weight: 400; 
font-size:10px;
font-style: italic;
padding: 15px 0px 8px 120px;
width: auto;
height: 30px;
margin-top: 12px;
}

#footer a{
color: #fff;
text-decoration: none;
}
/*--------------------------------------------------
	end of footer */
	

#wikiedit  textarea{
width:95%;
height: 70ex;
}

/*---------------------- mathematical extras -------*/

.theorem{
color:seagreen;
background:#eee;
padding:8px 0px;
width:80%;
}

.definition{
color:slateblue;
background:#eee;
padding:8px 0px;
width:80%;
}

.proof{
color:Peru;
margin-left:3em;
padding:8px 0px;
width:75%;
background:#f5f5f5;
}

.example{
color:FireBrick;
padding:8px 0px;
/*background:#f6f5f5;*/
}
