/*****
*
* Name:     screen.css
* Author:   Robert Sherwood
* Email:    rwslondon@yahoo.co.uk
* Created:  2010-07-27
*
*****/


/*****
* general
*****/

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

body {
  font-size: 1em;
  font-family: Verdana, Arial, "sans serif", Geneva, Helvetica, "Palatino Linotype";
  color: #000;  
  background: #e9e9e9;
}

* a  {
  text-decoration: none;
}

* a:link,
* a:visited {
  color: #555;
}

* a:hover,
* a:active {
  color: #000;
  background-color: #cdddf6;
  text-decoration: underline;
}

a.selected {
  color: #000;
  background-color: #cdddf6;
}


/*****
* container
*****/

#container {  
  width: 70em;
  margin: 2em auto;
  background: #fff; 
  border: 3px outset #3b4cb0;
}

#container:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}



/*****
* header
*****/
#header {
  width: 100%;
  overflow: auto;
  margin: .5em 0em 0em 0em;
}

#header h1 {
  float: left;
  font-size: .9em;
  font-weight: 400;
  font-style: italic;  
  line-height: 2em;
  letter-spacing: .2em;
  margin: 0em 0em 0em 1em;
}

#header ul {
  font-size: .9em;
  float: right;
  margin: 0em 1em 0em 0em;
}

#header ul li {
  float: left;
  list-style: none;
  text-align: center;
  line-height: 2em;
  padding: 0em 0em 0em 1em;
}

#header ul li a {
  display: block;
  padding: 0em .3em;
}

#header ul li a.selected,
#header ul li a:hover {
  background-color: #e9e9e9;

}

#headerBorder {  
  clear: both;
  font-size: 1em;
  font-style: italic;
  width: 68.2em;
  min-height: 1em;
  margin: 0em .9em;
  background-color: #ffceb3;
}




/*****
* nav
*****/

#nav {
  float: right;
  width: 16em;
  padding: 0em 0em 0em 1em;
  margin: 1em 1em 1em 0em;
}

#nav h1 {
  font-size: 1.3em;
  letter-spacing: .2em;
  font-weight: 400;
  margin: 0em 0em .1em 0em;
  padding: 0em 0em .3em .5em;
  border-bottom: 2px solid #c4c9e7;  
}

#nav ul {
  margin: 0em 0em 1em 0em;
}

#nav ul li {
  list-style: none;
  line-height: 1.5em;
  padding: 0em 0em 0em .7em;
  border-bottom: 1px solid #c4c9e7;
}

#nav ul li a {
  display: block;
}


/*****
* content
*****/
#content {
  float: right;
  width: 48em;
  padding: 0em 0em 0em 2em;
  margin: 1em 1em 1em 1em;
  background: transparent url("../img/background/containerLeftBar.png") repeat-y;
}

#content h1 {
  font-size: 1.3em;
  letter-spacing: .2em;
  font-weight: 400;
  margin: 0em 0em .3em 0em;
  padding: 0em 0em .3em .5em;
  border-bottom: 2px solid #c4c9e7;  
}

#content  p {
  font-size: 1em;
  padding: 0em 0em .5em .7em;
  line-height: 1.5;
}

#content  a {
  color: #5868fd;  
}

#content a:hover {
  background-color: #fff;
}
#content blockquote {
  margin: 0em 0em 1.5em 2em;
}

#content blockquote p {
  margin: 0em;
  font-size: .9em;
}


/*****
* navBar
*****/

#navBar  ul {
  font-size: .9em;
  float: right;
  padding: 0em;
}


#navBar ul li {
  float: right;
  list-style: none;
  line-height: 1.9em;
  margin: .2em 0em;
}

#navBar ul li a {
  display: block;
  padding: 0em .3em;
  color: #555;
}

#navBar ul li a:hover,
#navBar ul li a.selected {
  color: #000;
  background-color: #cdddf6;
}


/*****
* content buttons
*****/

#content .buttons  {
  color: #555;
  height: 1.4em;
  background-color: #d4f3d5;
  margin: .1em 0em .5em 0em;
  padding: 0em 0em 0em .2em;
  overflow: auto;
}

#content .buttons p {
  background: transparent url('../../_include/img/buttons/arrow.png') center left no-repeat;
  font-size: .9em;
  float: left;
  display: inline;
  padding: 0em .3em 0em 1.4em;
  margin: 0em 0em 0em .5em;
  text-align: left;
}

#content .buttons p:hover {
  color: #000;
  background: transparent url('../../_include/img/buttons/arrowHover.png') center left no-repeat;
  text-decoration: underline;
  cursor: pointer;
}


/*****
* tooltip
*****/

.tooltipShadow {
  background: transparent url("../../_include/img/background/shadow.png");
}

.tooltipContent {
  left: -3px;
  top: -3px;
  color: #8464ea;
  background-color: #ddd;
  border: 2px outset #555;
  padding: 5px;
  font: bold 10pt sans-serif;
}
