/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart & Tom Croucher,
** Michael Zeltner and Geir Bækholt)
** All you guys rock :)
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0px;
}
/* ######## Wrapper ######### */
#wrapper{
	width: 700px;
	text-align:left;
	margin: 0px auto;
	padding: 5px;
	border: 1px solid #D0D0D0;
}
#header{
	background: url(../../../templates/default/images/header.gif) no-repeat;
	width: 700px;
	height: 123px;
}
/* ######## TOP MENU ######### */
div#topmenu {
	background: url(../../../templates/default/images/nav-blue.gif) repeat-x;
	height: 30px;
}
#menu a {
	display: block;
	font-family: Verdana,Tahoma, Helvetica, sans-serif;
	float: left;
	line-height: 25px;
	padding: 0px 25px;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	color:#fff;
	border-right: 1px solid #fff;
}
#menu a.last{
	border: 0px;
}
    
#menu a.hover {
	background:#333;
}

/* ######## SIDE MENU ######### */
.sidenav-title {
	background: url(../../../templates/default/images/side-nav-top.jpg) no-repeat;
	height: 20px;
	width: 182px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 7px;
	padding: 1px 3px 0px 2px;
}
.sidenav-bottom {
	background: url(../../../templates/default/images/side-nav-bottom.jpg) no-repeat;
	height: 16px;
	width: 182px;
}

#sidenav{
	width: 182px;
}
#sidenav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    background-color: #EFEFEF;
}

#sidenav li {
	line-height:1.2em;
    border-bottom: solid #ffffff; 
    border-width: 1px 0; 
    margin: 1px 0;
    height: 1%; 
    background-color: #B2D1F0;
}

html>body #sidenav li {
    height: auto;
}
#sidenav a {
	font-size:12px;
	display: block;
	padding: 3px 0px 3px 5px;
	text-decoration: none; 
}

#sidenav a:link, #sidenav a:active, #sidenav a:visited {
    color: #000; 
    font-size: 1.1em; 
    text-decoration: none; 
    display: block; 
    padding: 3px 7px 3px 19px; 
    background: 7px 0.5em; 
    background-color: #EFEFEF;
}

#sidenav li a:hover, #sidenav li a:active, #sidenav li a:focus {
    color: #000; 
    background: 7px 0.5em #E0E8F1;
}
#grey{
	width: 182px;
	background-color: #EFEFEF;
	padding-top: 3px;
	padding-right: 0px;
}
#grey input.email{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	width: 90%;
}
#grey input.submit
{
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Geneva;
	font-size: 10px;
	text-align: center;
}

/* ######## BREADCRUMB ######### */
#breadcrumb{
	background-image: url(../../../templates/default/images/breadcrumb-bg.jpg);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 2px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb:link,.breadcrumb:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb:hover {
	text-decoration: underline;
	color: #666;
	font-weight: bold;
}

/* ######## LEFT COLUMN ######### */
#leftcol {
	margin-left: 10px;
	margin-top: 10px;
	width: 190px;
	background-color:#FFF;
	margin-bottom: 20px;
	float: left;
}

/* ######## MAIN CONTENT ######### */
#content {
	background-color: #FFF;
	margin-left: 200px;
}
.container {
	width: 95%; 
	float:right;
	margin-right: 5px;
	background-color:#FFF;
}

.clearit {
	clear: both;
	display: block;
	background-color:#FFF;
	width: 200px;
}

.visualClear {
	clear: both;
}

/* ######## FOOTER ######### */
#footer{
	border-top: 1px solid #BABBC0;
	background-color: #FFF;
	clear: both;
	font-family:Tahoma; 
	font-size:10px;   
	color:#999999; 
	text-decoration:none; 
}
#footerleft{
	margin-left: 5px;
	margin-top: 5px;
	width: 88px;
	background-color:#FFF;
	float: left;
	background-image: url(http://68classifieds.com/documentation/skins/common/images/poweredby_mediawiki_88x31.png);
	background-repeat: repeat-x;
	height: 34px;
}
#footerright{
	background-color: #FFF;
	margin-left: 100px;
}

/* ######## HEADINGS ######### */
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1{ color: #aaa;}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

/* ######## LINKS ######### */
a:link, a:visited {
	color: #0066CC; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #FD9800;	text-decoration: none;
	font-weight: normal;
}

#footer a, #footer a.visited { color:#999999; text-decoration:none; padding: 0px 10px; }
#footer a.hover{ color:#999999; text-decoration:underline; }

/* ######## ORIGINALS ######### */
table {
	background: white;
	font-size: 100%;
	color: black;
}
hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

fieldset {
	border: 1px solid #2f6fab;
	margin: 1em 0 1em 0;
	padding: 0 1em 1em;
	line-height: 1.5em;
}
legend {
	background: white;
	padding: .5em;
	font-size: 95%;
}
input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}
select {
	vertical-align: top;
}
abbr, acronym, .explain {
	border-bottom: 1px dotted black;
	color: black;
	background: none;
	cursor: help;
}
q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}
#siteNotice {
	text-align: center;
	font-size: 95%;
	padding: 0 .9em;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}
.error {
	color: red;
	font-size: larger;
}
.errorbox, .successbox {
	font-size: larger;
	border: 2px solid;
	padding: .5em 1em;
	float: left;
	margin-bottom: 2em;
	color: #000;
}
.errorbox {
	border-color: red;
	background-color: #fff2f2;
}
.successbox {
	border-color: green;
	background-color: #dfd;
}
.errorbox h2, .successbox h2 {
	font-size: 1em;
	font-weight: bold;
	display: inline;
	margin: 0 .5em 0 0;
	border: none;
}

#catlinks {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	margin-top: 1em;
	clear: both;
}
code {
	background-color: #f9f9f9;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}
.redirectText {
	font-size: 150%;
	margin: 5px;
}

.printfooter {
	display: none;
}

.not-patrolled {
	background-color: #ffa;
}
div.patrollink {
	font-size: 75%;
	text-align: right;
}
span.newpage, span.minor, span.searchmatch {
	font-weight: bold;
}
span.unpatrolled {
	font-weight: bold;
	color: red;
}

span.searchmatch {
	color: red;
}
.sharedUploadNotice {
	font-style: italic;
}

span.updatedmarker {
	color: black;
	background-color: #0f0;
}
span.newpageletter {
	font-weight: bold;
	color: black;
	background-color: yellow;
}
span.minoreditletter {
	color: black;
	background-color: #c5ffe6;
}

table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}

table.gallery tr {
	vertical-align: top;
}

table.gallery td {
	vertical-align: top;
	background-color: #f9f9f9;
	border: solid 2px white;
}

div.gallerybox {
	margin: 2px;
	width:  150px;
}

div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}

div.gallerytext {
	font-size: 94%;
	padding: 2px 4px;
}

span.comment {
	font-style: italic;
}

span.changedby {
	font-size: 95%;
}

.previewnote {
	text-indent: 3em;
	color: #c00;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.previewnote p {
	margin: 0;
	padding: 0;
}

.editExternally {
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: small;
	text-align: center;
}
.editExternallyHelp {
	font-style: italic;
	color: gray;
}

li span.deleted, span.history-deleted {
	text-decoration: line-through;
	color: #888;
	font-style: italic;
}

.toggle {
	margin-left: 2em;
	text-indent: -2em;
}

/* Classes for EXIF data display */
table.mw_metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	width: 300px;
}

table.mw_metadata caption {
	font-weight: bold;
}

table.mw_metadata th {
	font-weight: normal;
}

table.mw_metadata td {
	padding: 0.1em;
}

table.mw_metadata {
	border: none;
	border-collapse: collapse;
}

table.mw_metadata td, table.mw_metadata th {
	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

table.mw_metadata th {
	background-color: #f9f9f9;
}

table.mw_metadata td {
	background-color: #fcfcfc;
}

table.collapsed tr.collapsable {
	display: none;
}


/* filetoc */
ul#filetoc {
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}

#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}

/* @bug 1714 */
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}

#editform .editOptions {
	display: inline;
}

#wpSave {
	font-weight: bold;
}

/* Classes for article validation */

table.revisionform_default {
	border: 1px solid #000000;
}

table.revisionform_focus {
	border: 1px solid #000000;
	background-color:#00BBFF;
}

tr.revision_tr_default {
	background-color:#EEEEEE;
}

tr.revision_tr_first {
	background-color:#DDDDDD;
}

p.revision_saved {
	color: green;
	font-weight:bold;
}

#mw_trackbacks {
	border: solid 1px #bbbbff;
	background-color: #eeeeff;
	padding: 0.2em;
}


/* Allmessages table */

#allmessagestable th {
	background-color: #b2b2ff;
}

#allmessagestable tr.orig {
	background-color: #ffe2e2;
}

#allmessagestable tr.new {
	background-color: #e2ffe2;
}

#allmessagestable tr.def {
	background-color: #f0f0ff;
}


/* noarticletext */
div.noarticletext {
	border: 1px solid #ccc;
	background: #fff;
	padding: .2em 1em;
	color: #000;
}

#siteSub {
	display: none;
}

/* thumbnails */
div.thumb {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	width: auto;
}
div.thumb div {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
div.thumb div a img {
	border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
}
div.magnify {
	float: right;
	border: none !important;
	background: none !important;
}
div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}
div.tright {
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
}
div.tleft {
	float: left;
	margin-right: .5em;
	border-width: .5em 1.4em .8em 0;
}
.code{
	border: 1px solid #657E9E;
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA;
	padding: 5px;
	margin: 5px;
	}