/*
 * Evo Toolbar
 * Note: ther emay be some properties that seem overkill but the fact is we need to override
 * any too general styles a skin may want to bring in for its own body/general display.
 */
div#evo_toolbar {
   background-color: ThreeDFace;
   color: ButtonText;
   border-top: 1px solid ThreeDHighlight;
   border-bottom: 1px solid ThreeDShadow;
   text-align: left;
   margin: 0;
   /* font: menu; /* -- poorly supported */
   font-size: 11px;
   font-family: "Microsoft sans serif", sans-serif, Arial, Helvetica;

   position: fixed;
   z-index: 99;
   left: 0px;
   top: 0px;
   height: 21px;
   width:100%;      /* Safari Windows */
   -webkit-text-size-adjust: none; /* iPhone */
}

div.skin_wrapper_loggedin {
   margin-top: 22px;
   padding-top: 1px;
}

div#evo_toolbar a {
   border: 1px solid ThreeDFace;
   color: ButtonText;
   text-decoration: none;
   padding: 2px 1ex;
}
div#evo_toolbar a:hover {
   border-top-color: ThreeDHighlight;
   border-left-color: ThreeDHighlight;
   border-bottom-color: ThreeDShadow;
   border-right-color: ThreeDShadow;
}
div#evo_toolbar .actions_left {
   padding: 4px;
}
div#evo_toolbar .actions_right {
   padding: 4px;
   float: right;
}

div#evo_toolbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#evo_toolbar li {
  display: inline;
}
div#evo_toolbar li ul {
  position: absolute;
   z-index: 100;
   background-color: ThreeDFace;
   border: 1px solid;
   padding: 1px;
   border-top-color: ThreeDHighlight;
   border-left-color: ThreeDHighlight;
   border-bottom-color: ThreeDShadow;
   border-right-color: ThreeDShadow;
   width: 25ex; /* prevent page wide dropdowns in IE6; nicer hover in IE7 */
}
div#evo_toolbar li.menu_open ul {
   display: block;
}
div#evo_toolbar li.menu_close ul {
   display: none;
}
div#evo_toolbar li.menu_open:hover ul,
div#evo_toolbar li.menu_close:hover ul {
   display: block;
}
div#evo_toolbar li ul li {
   display: block;
   padding: 0 4ex 0 0;
   white-space: nowrap;
}
div#evo_toolbar li ul li a {
   display: block;
   padding: 4px 2ex;
   border: none;
   width: 100%;
}
div#evo_toolbar li ul li a:hover {
   background-color: Highlight;
   color: HighlightText;
}
div#evo_toolbar.evo_toolbar_safari li ul li a:hover {
   background-color: #36d;
}
div#evo_toolbar li.separator {
   padding: 0;
}
div#evo_toolbar hr {
   display: block;
}

div#evo_toolbar .time {
   margin: 0 1ex;
   color: GrayText;
}
/* ---------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #ffffff;
	color: #252525;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 820px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#wrap {
	/*background:url(images/background.gif) repeat-y;*/
	width: 800px;
	padding: 0px 15px;
}

#header {
	height: 120px;
}
#title {
	height: 75px;
	float: left;
	padding: 20px 0px 0px 10px;
}
#topright {
	height: 68px;
	float: right;
	color: #959595;
	font-size: 11pt;
	font-weight:bold;
	text-align:right;
	padding: 27px 10px 0px 10px;
}

#pagenav {
	clear: both;
	height: 30px;
	font-size: 11pt;
	font-weight: bold;
	padding: 5px 10px 0px 10px;
}
/* Horizontial Menu */

#menu{
	width: 800px;
	height: 62px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	visibility: hidden;
}

#footer {
	width: 800px;
	padding: 10px 0px 10px 0px;
	color: #333333;
	text-align: center;
}
/* frontpage */
#fp {
	height: 235px;
	width: 800px;
	color: #000000;
}
#photofp {
	width: 800px;
	float: left;
}
#welcomefp {
	padding: 15px 25px 5px 0px;
	float:right;
	width: 278px;
	text-align: left;
	background: url(images/background_welcomefp.gif) no-repeat;
	height: 207px;
}
#sidebarfp {
	width: 170px;
	padding: 10px 25px 20px 20px;
	float: right;
	background-color: #e7f4fe;
	border: 1px solid #bcdbe9;
}
#contentfp {
	padding: 10px 10px 10px 10px;
	float: left;
	width: 520px;
}
/* wp */
#content {
	float: right;
	width: 620px;
	padding: 10px;
}
#sidebar {
	width: 170px;
	padding: 10px;
	margin: 0px 690px 0px 0px;
	background-color: #e7f4fe;
	border: 1px solid #bcdbe9;
	color: #333333;
}
.postmetadata {
	padding: 10px 0px;
	color: #cccccc;
}
.widget {
	border-bottom: 1px solid #d7d7d7;
	padding:20px 10px 10px 10px;
}
/* text */
#title h1 {
	color: #083b69;
	font-size: 18pt;
	padding-bottom: 0px;
}
#title h1 a {
	color: #083b69;
	text-decoration: none;
}
.description {
	color: #898989;
	font-size: 12pt;
	font-weight: bold;
}
#topright a {
	color: #898989;
	text-decoration: none;
}
#pagenav ul li {
	list-style: none;
	display: inline;
}
#pagenav li a {
	color: #fb6513;
	text-decoration: none;
	margin-right: 20px;
	border-bottom: 2px solid #d7d7d7;
}
#pagenav li a:hover {
	color: #d7d7d7;
}
#welcomefp  h1 {
	font-size: 12pt;
	color: #083b69;
	padding-bottom: 10px;
	font-weight: bold;
}
p, h1, h2, h3, h4, ol, ul, .bText, .sform {
	padding-bottom: 10px;
}
h1 {
	font-size: 14pt;
	color: #083b69;
	font-weight: normal;
}
h1 a {
	color: #083b69;
	text-decoration: none;
}
h2 {
	font-size: 12pt;
	color: #333333;
}
h2 a {
	color: #333333;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #666666;
}
.postmetadata a {
	color: #cccccc;
	text-decoration: none;
}
#sidebar a {
	color: #333333;
	text-decoration: none;
}
#sidebar h2 {
	color: #fb6513;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 3px;
}
#sidebar ul li ul li ul li {	
	margin-left: 3px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
.bText ul li, .bText ol li {
	margin-left: 30px;
}
#sidebarfp h3 {
	color: #42729e;
	padding-bottom: 0px;
}
#sidebarfp h3 a {
	color: #42729e;
	text-decoration: none;
}
#sidebarfp ul li {
	margin-left: 10px;
	list-style: none;
}
#sidebarfp .btext, #sidebarfp ul {
	padding-bottom: 0px;
}
#sidebarfp a {
	color: #555555;
	text-decoration: none;
}
a {
	color: #333333;
}
blockquote {
	margin: 10px;
	font-size: 10pt;
	font-style: italic;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
/* form */

fieldset {
	border: 0px; 
	padding: 0px 15px 15px 15px;
}
input, textarea {
	border: 1px solid #d7d7d7; 
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.label {
	font-weight: bold;
}
.notes {
	font-style: italic;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
.submit, .searchsubmit, .preview {
	background-color: #fb6513;
	color: #ffffff;
	border: 1px solid #d7d7d7; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#commentform a {
	color: #c42b67;
	text-decoration: none;
}
#commentform a:hover {
	color:#333333;	
	text-decoration: underline;
}
.search {
	padding: 5px 0px 10px 0px;
}
.bComment {
	padding: 0px 15px;
}
.bCommentText {
	padding: 10px 15px;
}
.bCommentSmallPrint {
	font-size: 7pt;
	padding: 0px 15px;
}
.feedback_feed_msg {
	padding: 10px 15px;
}
.widget_core_coll_longdesc p {
	padding-bottom: 0px;
}
.powered_by {
	padding: 10px 0px;
}
.widget_core_coll_title {
	padding-top: 10px;
}
/* calendar */
#bCalendarToday, caption {
	font-weight: bold;
}
td, th {
	padding: 1px;
}
.bCalendarTable {
	padding-bottom: 10px;
}
/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}


