/* @override http://www.lindajoymitchell.org.uk/styles/styles.css */

/* @group General Styles */

* {
	font-size: 100.01%
}

body {
	min-width: 681px;      /* 2x (Navigation fullwidth + body padding) + sidebar fullwidth (+ 1px to prevent sidebar wrapping in Firefox*/
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, "Gill Sans", sans-serif;
	font-size: 77%;
}

#header {
	border-bottom: 20px solid #9cf;
	padding: 0;
	margin: 0;
	background: #250d43 url("../images/passion.jpg") no-repeat right top;
	border-top-style: none;
}

#header h1 {
	display: block;
	margin: 0 0 10px 0;
	padding-top: 120px; /* height of the replacement image */
	overflow: hidden;
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:120px;
	width: 400px;
}

h1 {
	color: #4c4c4c;
	background-color: white;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1em;
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	color: #250d43;
	background-color: white;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 1em 0;
}

h3 {
	font-size: 1.2em;
	color: #3e3f40;
	margin: 0;
	padding: 0 0 1em 0;
}

p {
	color: #4c4c4c;
	background-color: white;
	line-height: 1.4em;
	font-size: 1em;
	padding: 0 0 1.5em 0;
	margin: 0;
}

#body em {
	font-weight: bold;
	font-style: normal;
}

dfn {
	font-weight: bold;
	font-style: normal;
}

#body ul {
	margin: 0 0 1.5em 1em;
	padding: 0;
	list-style-type: disc;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: outside;
}

#body ul li {
	color: #4c4c4c;
	background-color: white;
	padding: 0 0 0.5em 0;
	line-height: 1.4em;
	font-size: 1em;
	margin: 0 0 0 2em;
}

#body ul li ul li {
	list-style-type: disc;
	list-style-image: none;
}

#body ul li.nested {
	list-style-image: none;
	list-style-type: none;
}

#body ul.articles li{
	margin-bottom: 2.5em;
}

/* @group Normal links */

#body a:link {
	text-decoration: none;
	color: #1e1656;
	background-color: white;
	border-bottom: 1px solid #1e1656;
}

#body a:visited {
	text-decoration: none;
	color: #4c4c4c;
	background-color: white;
	border-bottom: 1px solid #4c4c4c;
}

#body a:hover {
	text-decoration: none;
	color: #9cf;
	background-color: white;
	border-bottom: 1px solid #9cf;
}

#body a:active {
	text-decoration: none;
	color: #b3b3b3;
	background-color: white;
	border-bottom: 1px solid #b3b3b3;
}

/* @end */

/* @group External links */


#body a:link.external {
	color: #4c4c4c;
	background-color: white;
	font-variant: normal;
	text-decoration: none;
	border-style: none;
	border-bottom-style: none;
	font-style: italic;
}

#body a:visited.external {
	color: #4c4c4c;
	background-color: white;
	font-variant: normal;
	text-decoration: none;
	border-style: none;
	border-bottom-style: none;
	font-style: italic;
}

#body a:hover.external {
	color: #4c4c4c;
	background-color: white;
	font-variant: normal;
	text-decoration: none;
	border-style: none;
	border-bottom-style: none;
	font-style: italic;
}

#body a:active.external {
	color: #4c4c4c;
	background-color: white;
	font-variant: normal;
	text-decoration: none;
	border-style: none;
	border-bottom-style: none;
	font-style: italic;
}


/* @end */


h1.navheader {
	display: none;
}

blockquote {
	margin: 0;
}

blockquote p {
	color: #250d43;
	background-color: white;
	margin: 0;
	font: bold 1.2em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 0 5px;
}

q:before, q:after {
    content: ""; 
}

cite {
	display: block;
	color: #3f4041;
	background-color: white;
	padding: 0;
	margin: 0 0 15px;
	font: bold .8em/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer p{
	padding: 0;
	margin: 0;
	text-align: center;
	color: #4c4c4c;
	background-color: white;
	font: normal 1em/1.6em Arial, Helvetica, Geneva, sans-serif;
}

#footer a:link {
	text-decoration: none;
	color: #4c4c4c;
	background-color: white;
}

#footer a:visited {
	text-decoration: none;
	color: #4c4c4c;
	background-color: white;
}

#footer a:hover {
	text-decoration: none;
	color: #4c4c4c;
	background-color: white;
}

#footer a:active {
	text-decoration: none;
	color: #4c4c4c;
	background-color: white;
}

/* @end */

/* @group Navigation Styles */

#navigation ul {
	padding: 20px 0 0 0;
	margin: 0;
}

#navigation ul li {
	padding: 0 0 10px 0;
	margin: 0;
	list-style-type: none;
}

#navigation ul li a {
	margin-right: 5px;
	display: block;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #250d43;
	font-size: 1.1em;
}

#navigation #current {
	color: #92c8fe;
}

#navigation ul li a:link {
}

#navigation ul li a:visited {
}

#navigation ul li a:hover {
	color: #9cf;
}

#navigation ul li a:active {
	color: #250d43;
}

/* @end */

/* @group Layout */

#container {
  padding-left: 200px;   /* Navigation fullwidth */
  padding-right: 240px;  /* Sidebar fullwidth + Body padding */
  padding-top: 0;
  margin-top: 0;
  background-color: white;
}

#container .column {
  position: relative;
  float: left;
}

#body {
  padding: 20px 20px;    /* Body padding */
  margin: 0;
  width: 100%;
}

#navigation {
  width: 180px;          /* Navigation width */
  padding: 0 10px;       /* Navigation padding */
  margin-left: -100%;
  left: 200px;           /* Sidebar full width for IE 6*/
}

#container > #navigation {
	left: -240px;        /* Sidebar fullwidth + body padding for everybody except IE 6*/
}

#sidebar {
  width: 180px;          /* Sidebar width */
  padding: 20px 10px;    /* Sidebar padding */
  margin-right: -240px;
}

#footer {
  clear: both;
  background-color: white;
  padding: 20px 0 10px 0;
  margin: 0;
}

/* @end */

/* @group Tables */


table {
	width: 99%;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 1.5em;
}

td {
	vertical-align: top;
	border-bottom: 1px solid #3f4041;
	border-top: 1px solid #3f4041;
}

td.dates {
	width: 30%;
}

td.dates p {	
	background-color: white;
	line-height: 1.4em;
	font-weight: bold;
	font-size: .7em;
	color: #3f4041;
	margin: 0;
	padding: 0;
}

td.job {
	width: 70%;
}

td.job h3 {
	color: #250d43;
	background-color: white;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 0.8em;
}

td.job ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-image: none;
}

td.job ul li {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

table.accesskeys {
	width: 50%;
}


/* @end */

/* @group Address */

#address {
	margin: 0 0 1.2em 0;
}

#address p {
	color: #250d43;
	background-color: white;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	font-weight: bold;
}

#tel {
	margin: 0 0 1.2em 0;
}

#tel p {
	color: #250d43;
	background-color: white;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	font-weight: bold;
}

#email {
	margin: 0 0 1.2em 0;
}

#email p {
	color: #250d43;
	background-color: white;
	padding: 0;
	margin: 0;
	line-height: 1.6em;
	font-weight: bold;
}

/* @end */

/* @group Sitemap */

ul.sitemap li {
	list-style-image: none;
	list-style-type: none;
}

/* @end */

/* @group Sidebar quotes */

#sidebar blockquote p {
	text-align: left;
	color: #9cf;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-top: 2em;
}

#sidebar cite {
	text-align: left;
	color: #3e4041;
	font-size: 0.9em;
	padding-top: 1.2em;
}

/* @end */

/* @group Accessibility logos */

#accessibility-logos {
	text-decoration: none;
}

#accessibility-logos a:link {
	border: none;
}



/* @end */