/*
 * 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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #555;
}
#container {

}
#wrap {
	width: 900px;
	text-align: left;

}
#header {
	height: 100px;
	margin-bottom:10px;
}
#pagenav {
	font-size: 10pt;
	font-weight: bold;
	line-height:100px;
	height:100px;
	float:right;
}
#pagenav ul li {
	display: inline;
	list-style: none;
}
#pagenav li a {
	color: #898989;
	margin-left: 40px;
	text-decoration: none;
}
#pagenav li a:hover {
	color: #55bbcc;
}
#title {
	float:none;
	float:left;
	height: 100px;
}
#title h1 {
	font-size: 18pt;
	font-weight: normal;
	padding:30px 0px 0px 0px;
}


#title h1 a {
	color: #55bbcc;
	text-decoration: none;
}
.description {
	font-size: 10pt;
	font-weight: normal;
	color: #666;
}

#main {
	background:url(images/background_main.gif) repeat-y;
}
#content {
	width: 660px;
	float: right;
	margin-left:10px;
	padding: 15px;
}
#sidebar {
	float: left;
	width: 180px;
	color: #666;
	padding:15px 10px;
}
#footer {
	color: #666;
	padding:15px 0px 0px 0px;
	text-align:center;
}
.top {
	background:url(images/content_top.gif) no-repeat;
	height: 10px;
}
.post {
	padding: 5px 15px;
	background:url(images/content_bottom.gif) bottom no-repeat #ffffff;
	margin-bottom:10px;
}
.entry {
	margin: 10px 0px 0px 60px;
}
.postmetadata {
	padding: 0px 0px 10px 0px;
	color: #42bcce;
}

.sform {
	padding-bottom: 10px;
}

.widget {
	padding: 15px;
	margin-bottom:10px;
	background-color: #ffffff;
}
/* default */
img {
	border: 0px;
}
.clear {
	clear: both;
}
/* text */
#footer a {
	color: #666;
	text-decoration: none;
}
.postmetadata a {
	color: #42bcce;
	text-decoration: none;
}
.title {
	float:left;
	color: #999;
	margin-bottom:5px;
}
.title a {
	color: #999;
	text-decoration: none;
}
.title h1, #content h1 {
	color: #d66671;
	font-size: 20pt;
	font-weight: normal;
}
.title h1 a {
	color: #d66671;
	text-decoration: none;
}
.date {
	background: url(images/date.png);
	width: 50px;
	height: 48px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	float: left;
}
.day {
	font-size:14pt;
	color: #555555;
	padding: 1px 0px 0px 0px;
}
p, ul, ol, .entry h1, h2, h3, h4, h5, h6, #pagetitle {
	padding-bottom: 10px;
}
#content ul, #content ol {
	margin-left: 25px;
}
#sidebar h2 {
	font-size: 10pt;
	color: #55bbcc;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom:10px;
}
#pagetitle h1 {
	color: #ffffff;
}
#pagetitle h1 a {
	color: #ffffff;
	text-decoration: none;
}
#sidebar h2 a {
	color: #55bbcc;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 0px;
}
#sidebar ul li ul li ul li {	
	margin-left: 10px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar li {
	padding-bottom: 2px;
}
.title h2 a {
	color: #555555;
	text-decoration: none;
}
h2 {
	font-size: 14pt;
	font-weight: normal;
}
h3, h4 {
	font-size: 12pt;
	font-weight: normal;
	color: #d66671;
}
h5, h6 {
	font-size: 11pt;
	font-weight: normal;
	color: #d66671;
}
h3 a, h4 a, h5 a, h6 a {
	color: #d66671;
	text-decoration: none;
}
#sidebar a {
	color: #666;
	text-decoration: none;
}
a {	
	color: #55bbcc;
}
blockquote {
	margin: 15px;
	font-size: 10pt;
	font-style:italic;
}
/* form */

fieldset {
	border: 0px; 
	padding: 0px 15px 15px 15px;
}
input, textarea {
	border: 1px solid #d9d9d9;
	padding: 5px;
	font-size: 8pt;
	background: transparent;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
.label {
	font-weight: bold;
}
.notes {
	font-style: italic;
}
.submit, .searchsubmit, .preview {
	background-color: #d66671;
	color: #ffffff;
	border: 1px solid #d9d9d9;
	font-size: 8pt;
	padding: 2px 5px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#commentform a {
	color: #666666;
	text-decoration: none;
}
.search {
	padding: 5px 0px 10px 0px;
}
.bCommentSmallPrint {
	font-size: 7pt;
	padding: 10px 0px;
}
.bCommentTitle {
	font-weight: bold;
	padding-bottom: 10px;
}
.bComment, .feedback_feed_msg {
	margin-left: 0px;
}
.comment {
	margin: 15px 0px 15px 60px;
}
.bComment {
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #99cc67;
	padding: 15px 0px;
}
.widget_core_coll_longdesc p {
	padding-bottom: 0px;
}
.powered_by {
	padding: 10px;

}
.widget_core_coll_title {
	padding-top: 10px;
}
/* calendar */
#bCalendarToday, caption {
	font-weight: bold;
}
td, th {
	padding: 1px;
}
.bCalendarTable {
	margin-bottom: 10px;
	margin-left: 10px;
}
/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}

