/***********************************************************************
**  Rock The Pole : rtp.css
**  Other contributors: Patrick R. Michaud (pmichaud@pobox.com) and Hagan Fox
**  This file is for RTP website and is part of PmWiki
**  Author: Maksim Luzik 31.8.2009
***********************************************************************/

* {
	margin: 0px;
	padding: 0px;
}

/* This sets the overall frame for the site */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12pt;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

ul, ol {
	padding-left: 20px; }

ul {
	list-style-image: url('ul.gif'); }
	
/* Default table definitions */
table {
	border-collapse: collapse; }

/* Default spacing for table cells */
td {
	padding: 2px; }

/* Default spacing for input fields */
input {
	margin: 2px; }
	
/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.9em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { 
	font-size: 1.8em; }
h2 { font-size: 1.1em;
	font-weight: bold;
	font-family: sans-serif;
	color: #000000; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

a {
	color: #000000; }

a:link {
	color: #000000;
	text-decoration: underline; }

a:visited {
	color: #000000;
	text-decoration: underline; }

a:hover {
	color: #660066;
	text-decoration: none; }

a:active {
	color: #660066;
	text-decoration: none; }
	
input.normal[type="text"] {
	width: 250px;
}

input.short[type="text"] {
	width: 200px;
}

td.label {
	font-size: 12px;
	font-weight: bold; }
	
td.tickets {
	font-size: 12px; }

/* Most outer wrapper */
#container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	background: #ffffff url('leftbar.gif') 0px 0px repeat-y; }

/* Content wrapper div */
#content {
	margin-left: 50px;
	/*width: 1175px;*/
	/*width: 65%;*/
	/*max-width: 1170px;*/
	min-width: 700px; }

/* Bar shown on the left side */
#violetbar {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background: #660066 url('leftbar.gif') 0px 0px repeat-y;
	width: 50px; }

#barclear {
	clear: left;
}

#linkbar {
	margin: 0px;
	padding: 0px;
	height: 120px; }

/* Top header links definitions */
#headerlinks {
	padding-top: 50px;
	padding-left: 50px;
	
	font-weight: bold;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #000000 }
	
#headerlinks ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none; }
	
#headerlinks li {
	padding: 0px;
	margin: 0px;
	display: inline; }
	
#headerlinks a {
	color: #000000;
	text-decoration: underline; }
	
#headerlinks li span.active a {
	color: #660066;
	text-decoration: none; }

#headerlinks a:link {
	text-decoration: underline; }

#headerlinks a:visited {
	text-decoration: underline; }

#headerlinks a:hover {
	color: #660066;
	text-decoration: underline; }

#headerlinks a:active {
	color: #660066;
	text-decoration: underline; }


/* The #logobox element is the wrapper for the logo */
#logobox { 
	margin-top: 0px;
	padding: 0px;
		
	height: 120px;
	width: 715px; }

/* The #logo element is the logo from $PageLogoFmt */
#logo {
	padding-top: 35px;
	padding-left: 100px; }

#logo img {
	border: 0;
	border-width:	0; }

#mid {
	margin: 0px;
	padding: 0px;
	width: 715px; }

#wrapper {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 1250px; }

#performpatch {
	visibility: hidden; }
	
/* Right bar content definitions, here are class links,
prices, gallery and performance main image */
#rightbar { 
	float: right;
	margin: 0px;
  padding: 0px;

  line-height: 1.6em;
  font-size: 80%;
	font-family: sans-serif,Arial,Helvetica;
	vertical-align: top;
	text-align: left; }

#rightbar a {
	font-weight: bold;
	text-decoration: none;
	color: #660066; }
	
#rightbar li a.selflink {
	color: #000; }

#rightbar a:link {
	color: #660066; }

#rightbar a:visited {
	color: #660066; }

#rightbar a:hover {
	color: #000; }

#rightbar a:active {
	color: #000; }

#rightbar ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px; }

#rightbar li {
	margin: 0px;
	padding: 0px; }

#rightbar .vspace { margin-top: 1.125em; }

.sidehead {
  margin: 0px;
	padding: 4px 2px 2px 2px;
  font-size: 11pt;
	font-weight: bold;
	font-style: normal; }

.sidehead a {
	color: #505050;
	font-weight: bold;
	font-style: normal; }

/* These affect the main content area. */
#body { 
	margin: 0px;
  padding: 0px; 
  font-size: 11pt;
	vertical-align: top; }

/* These affect the action links that editors and admins can use */
#cmdbox { 
	position: absolute;
	top: 70px;
	right: 40px;
	white-space: nowrap; 
  font-family: sans-serif, Verdana;
	font-size: 80%;
	z-index: 10;
}

#cmdbox ul, #cmdbox ol {
	list-style: none;
	margin: 0px;
	padding: 4px;
	height: 20px; }
	
#cmdbox ul {
	background-color: #9BAA98; }
	
#cmdbox ol {
	background-color: #976975; }
	
#cmdbox li {
	display: inline;
	margin: 0px 5px; }
		
#cmdbox li a {
	text-decoration: none;
	color: #fff;
	border:none; }
	
#cmdbox li a.createlink {
	display:none; }
		
#cmdbox li a:hover {
	text-decoration: underline;
	color: #660066; }

/* This is for styling login authentication */
#loginbox {
	background-color: white;
	border: thin solid #3C073D;
	width: 300px;
	padding: 7px;
	text-align: left; }

#loginbox td {
	padding: 3px; }
	
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }

/* Wiki's own div box, created when page is loaded */
#wikitext { 
	margin-top: 0px;
	margin-left: 100px;
	line-height: 1.4em;
	width: 475px; }
	
#wikitext table { 
	font-size: 100%;
	line-height: 1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form {
	margin: 0px;
	width: 120%; }
	
#wikiedit textarea {
	width: 100%; }
	
#epreview {
	margin: 0px; }

.editform { 
	margin-left: 0px; }

.wikimessage { 
	margin-top: 4px;
	margin-bottom: 4px;
	font-style: italic; }

/* These affect the lines at the very bottom. */
#footer { 
	margin: 25px 0px 0px 0px;
  padding: 0px 0px 0px 100px;
	width: 715px;
	line-height: 1.5em;
	
  font-family: sans-serif,Arial,Helvetica;
	font-size: 90%; }

#footer a {
	font-weight: bold;
	text-decoration: underline;
	color: #660066; }
	
#footer .footnav p a.selflink {
	color: #660066;
	text-decoration: none; }

#footer a:link {
	color: #660066; }

#footer a:visited {
	color: #660066; }

#footer a:hover {
	color: #000; }

#footer a:active {
	color: #000; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #cmds, .footnav { display:none; }
  #footer { padding:2px; }
}

