/*
* Font Style for Extensions

* Poem Extension
*/
.poem {
	margin-left:1.5em;
    white-space: nowrap;
	overflow: auto;
}

.poem p {
	padding-left:0.5em;
	border-left:1px solid gold;
}

/* Syntax Hightlight Geshi */
div.mw-geshi {
  padding: 1em; 
  margin:1em 0; 
  border: 1px dashed #2fab6f;
}

/* Cite Extension */
ol.references {
    font-size: 0.9em;
}

sup.reference {
    font-size: 0.8em;
    vertical-align: top;
    position: relative;
    top: -0.3em;
    white-space: nowrap;
}

ol.references>li:target {
    background-color: #def;
}

sup.reference:target {
    background-color: #def;
}

/* Google Maps */
.pmap {
    margin-top: -5px;
    margin-bottom: 5px;
}

.google-map {
    margin-bottom: 1.5em;
    width: auto;
}

/* Semantic MediaWiki */
table.smwtable tr.smwfooter td.sortbottom {
    padding-top: 3px;
    padding-bottom: 3px;
}

table.smwtable {
    margin: 1em 1em 1em 0;
    background-color: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
    empty-cells: show;
}

table.smwtable th {
    background-color: #e0e9e9;
    border: 1px #aaa solid;
    padding: 0.2em;
    white-space: nowrap;
    padding: 0.2em;
}

table.smwtable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}

table.smwtable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

.smwttactiveinline {
    white-space: nowrap;    
}

/* Semantic Forms */
input.createboxInput {
    margin-top: 1px;
    margin-bottom: 1px;
}

input.mandatoryField {
    border-top-color: red;
    border-bottom-color: red;
    border-left-color: red;
    border-right-color: red;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 1px;
    border-width: 2px;
    margin-top: 1px;
    margin-bottom: 1px;
}

select.mandatoryField {
    color: red;
}

/* Semantic Result Formats */
#bodyContent table.navigation_table tr td.month_name {
	font-size: 18pt;
}
#bodyContent table.month_calendar tr.weekdays {
	background: #E0E9E9;
}
#bodyContent table.month_calendar td.today div.day {
	background: #E0E9E9;
}
#bodyContent table.month_calendar td.weekend_day div.day {
	color: red;
}

/* WikiEditor */
div.wikiEditor-ui div.section {
    padding-left: 0;
}

/* Liquid Threads */
div.lqt-thread-toolbar {
	right: 3em;
}

/* OpenID */
.top-nav li#pt-openidlogin {
	background: none;
	padding-left:0;
}
