/*
 * 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:url(images/background.gif) repeat-x #c2dfe3;
	font-size: 8pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #898989;
}
a:hover {
    color: black;
	background-color: yellow;
	text-decoration: underline;
}
.item {
    background-color: white;
    color: black;
    padding-top: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 5px solid lightgray;
    border-bottom: 10px solid lightgray;
}
#wrap {
    width: 95%;
/*	width: 900px; */
}
#header {
	color: #ffffff;
}
#pagetop {
    float: right;
    margin-top: 10px;
}
#pagetop li a {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
}
#pagetop ul {
    padding-top: 2px;
    padding-bottom: 2px;
/*
    border-width: 1px;
    border-color: black;
    border-style: solid;
*/
}
#pagetop ul li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    background-color: #82bbc3;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
/*
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
*/
/*
    float: right;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 27px;
    padding-right: 24px;
    padding-bottom: 27px;
    padding-left: 24px;
*/
}
#pagetop li a {
    color: #ffffff;
    font-size: 10pt;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}
#pagetop li a:hover {
    color: #898989;
}
#title {
	float: left;
	margin-top: 10px;
	text-align: left;
}
#topright {
	float: right;
	margin-top: 10px;
}
#navigation {
	clear:both;
	height: 20px;
	padding-top: 10px;
	text-align: left;
/*	text-align: right; */
}
#main {
/*	background: url(images/background_main.gif) repeat-x #ffffff; */
    background-color: #ffffff;
	text-align: left;
    min-height: 300px;
/*	min-height: 200px; */
/*	min-height: 450px; */
	border-top-color: #82bbc3;
	border-top-style: solid;
	border-top-width: 10px;
}
#sidebar {
	float: right;
	max-width :200px;
/*	width: 180px; */
	padding: 20px 10px 20px 10px;
	margin-top: 0px;
/*	background-color: #82bbc3; */
	background-color: white;
	border-color: #82bbc3;
	border-style: solid;
	border-width: 10px;
}
#content {
	padding: 20px 10px 20px 10px;
}
.entry {
/*	padding: 0px 10px; */
/*	background-color: #ececec; */
/*	padding: 10px 10px 5px 10px; */
/*	width: 660px; */
}
.feedback{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: lightgreen;
}
#footer {
	clear: both;
	padding: 10px 0px;
	font-size: 7pt;
}
/* text */
#title h1 {
	font-size:18pt;
	font-weight: normal;
	color: black;
/*	color: #ffffff; */
}
#title h1 a {
	color: black;
/*	color: #ffffff; */
	text-decoration: none;
}
.description {
	font-size: 11pt;
	color: #898989;
}
#navigation ul li {
	display: inline;
	list-style: none;
	background-color:#82bbc3;
	padding: 7px 10px 10px 10px;
}
#navigation li a {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;

}
#navigation li a:hover {
	color: #898989;
}
#content ul li a,
.info a,
.feedback_feed_msg a,
.entry a {
	color: #898989;
}
#sidebar a {
	color: #898989;
/*	text-decoration: none; */
}
#content h1 {
    margin-bottom: 0.3em;
}
p {
    margin-bottom: 0.5em;
/*    line-height: 1.3em; */
}
#content h2,
#content h3,
#sidebar h2,
#content h4,
#content ul,
#content ol,
#sidebar ul {
	padding-bottom: 10px; 
/*	padding-bottom: 10px; */
}
#content ul,
#content ol {
	padding-top: 10px;
}
#content ul li,
#content ol li {
	margin-left: 30px;
}
#content h1 {
/*	color: #82bbc3; */
	font-size:14pt;
	font-weight: normal;
}
#content h1 a {
/*	color: #82bbc3; */
    color: black;
	text-decoration: none;
}
#sidebar h2 {
	font-size: 11pt;
}
#sidebar ul li {
	list-style: none;
}
blockquote {
	background: url(images/background_blockquote.gif) no-repeat left top;
	margin: 10px;
	padding-left: 30px;
	font-size: 9pt;
	font-style: italic;
}
blockquote a {
	color: #898989;
	text-decoration: none;
}
#footer a {
	color: #898989;
	text-decoration: none;
}
#content h2,
#content h3,
#content h4 {
	color: #333333;
}
#content h2 a,
#content h3 a,
#content h4 a {
	color: #333333;
	text-decoration: none;
}

/* default */
.navigation {
	padding: 10px 0px;
	color: #666666;
}
.navigation {
	color: #666666;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.postmetadata {
	color: #ffffff;
	background-color: #82bbc3;
	padding: 5px;
/*	width: 670px; */
	margin-bottom: 15px;
}
.postmetadata a {
	color: #ffffff;
	text-decoration: none;
}
#date {
	padding-bottom: 5px;
	color:#0072bc;	

}
#date a {
	color:#82bbc3;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}
/* form */
fieldset {
	border: 0px;
}
#author, #email, #url, #comment, .s {
	border: 1px solid #999999; 
	padding: 5px;
	font-size: 8pt;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
.submit, .searchsubmit, .preview {
	background-color: #82bbc3;
	color: #ffffff;
	border: 1px solid #666666; 
	font-size: 8pt;
	padding: 2px;
	margin: 3px 0px;
}
#commentform a {
	color:#0072bc;	
	text-decoration: none;
}
#commentform a:hover {
	color:#333333;
	text-decoration: underline;
}
.bComment {
	padding: 10px;
	border-bottom: 1px solid gray;
}
.bCommentText {
	padding: 5px 0px;
}
.bCommentSmallPrint {
	font-size: 7pt;
}
.feedback_feed_msg {
	padding-bottom: 5px;
}
.widget_core_coll_longdesc p {
	padding-bottom: 0px;
}
/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}

