/* $Id: style.css,v 1.1.4.2 2009/03/19 23:50:07 couzinhub Exp $
*/

/** General styles 
---------------------------------*/

body {
  margin: 0;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  background: #222;
  color: #eee;
}

#page {
	/* Use a 12px base font size with a 18px line height */
  font-size: 0.8em; /* 16px x .75 = 12px */
  line-height: 1.2em; /* 14px x 1.286 = 18px */
  background: black;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: white;
  text-decoration: none;
  font-family: courier, Monospace, Monaco;
}

a:hover, a:active {
  color: white;
  text-decoration: underline;
  font-family: Courier, Monospace, Monaco;
}

/* Titles  */

h1, h1.a:link, h1.a:active, h1.a:visited, h1.a:hover {
	  /* Rounded corner stuff starts here */
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
	background-color: #970;
	font-size: 16px;
	line-height: 1.3em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: .3em;
	padding-bottom: .3em;
	margin: 0;
	color: black;
	font-family: courier;
}

 
/* Paragraph Styles */

p {
	  -webkit-border-radius: 3px;    /* for Safari */
  -moz-border-radius: 3px;       /* for Firefox */
	padding: 2em 2em 1em 1em;
  margin: 1em 0;
  text-align: justify;
  background-color: #111;
}


/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code {
  font-family: "monaco", "Courier New", monospace;
}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #888;
  cursor: help;
  white-space: nowrap;
}


/** Colours
---------------------------------
*  delete when starting a new theme
*/

#header, #header.a:link, #header.a:hover, #header.a:active, #header.a:visited {
	background-color: #331;
	  -webkit-border-radius: 3px;    /* for Safari */
  -moz-border-radius: 3px;       /* for Firefox */
  text-align: right;
}

#footer {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #ee9;
	color: #222;
	text-align: center;
	font-size: 0.7em;
}

#sidebar-left {
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
	padding: 1em;
	background: #bb2;
	font-size: 0.9em;
	color: black;
}
#sidebar-left.a:link, #sidebar-left.a:visited, #sidebar-left.a:active, #sidebar-left.a:hover {
	color: black;
}

#sidebar-right {
	  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
	padding: 0;
	background: #bb2;
	font-size: 0.8em;
	color: black;
}
#sidebar-right.a:link, #sidebar-right.a:visited, #sidebar-right.a:active, #sidebar-right.a:hover {
	color: black;
}

/*#navigation {
	background-color: #f0ff83;
}*/

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #555;
}
div.admin-panel .body {
  background: #111;
}
div.admin-panel h3 {
  background-color: #331;
  color: black;
}