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

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

body {
  margin-top: 50px;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  background-color:#7ACCC8;
  background-image:url(../images/uncontrolled.png); 
  background-repeat:repeat-x;
  background-position:bottom;
}

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

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:#666666;
  text-decoration: none;
  font-weight:bold;
}

a:hover, a:active {
  color: #716Fb3;
  text-decoration: underline;
  font-weight:bold;
}

div#navigation a:link {color: white;}
div#navigation a:visited {color: white; }
div#navigation a:hover {color: white; background-color:#ea4498; text-decoration:none; padding-top: 6px; padding-bottom: 7px; }
div#navigation a:active {color: white; }


div#sidebar a:link {color: #7accc8; }
div#sidebar a:visited {color: #7accc8; }
div#sidebar a:hover {color: #716Fb3;}
div#sidebar a:active {color: #7accc8; }

div#sidebar-right a:link {color: white; font-size:.8em; }
div#sidebar-right a:visited {color: white; }
div#sidebar-right a:hover {color: #fbd3df; }
div#sidebar-right a:active {color: white; }

/* Titles  */

h1 {
	font-size: 1.25em;
	line-height: 1.3em;
	padding: 0 0 0.5em;
	margin-top: 0;
}

h2 {
margin-top:20px;
font-size:1.15em;
} /*header links on home page*/

h3 {
margin-top:14px;
margin-left:10px;
margin-bottom:4px;
color:#7ACCC8;
}


/* Paragraph Styles */

p {
  margin: 1em 0;
}

/* List Styles  */

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

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 8px 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; color:#FFC50b; }
ul ul       { list-style-type: circle; color:#FF33CC; }
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 #666;
  cursor: help;
  white-space: nowrap;
}


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

#header {
	background-color: #FBD3DF;
}

#footer {
	background-color: #EA4498;
}

#sidebar-left {
	background: #ffffff;
	
}

#sidebar-right {
	background: #716fb3;
background-image:url(../images/purple2.png);
	background-position:top left;
	background-repeat:no-repeat;}

#navigation {
	background-color:#716FB3;
	background-image:url(../images/purple.png);
	background-position:top left;
	background-repeat:no-repeat;
}

/*#dotty {
	height: 30px;
	background-color:EA4498;
}*/

