/*
 * 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;
}
#wrapper{
	background: url(images/background.gif) repeat-x; 
}
#wrap {
	width: 900px;
	text-align: left;
}
#header {
	height: 100px;
	background:url(images/background_header.gif) no-repeat;
}
#title {
	float: left;
	padding-top: 15px;
}
#pagenav {
	float: right;
	font-size: 9pt;
	font-weight: bold;
	padding: 40px 10px 0px 0px;
}
#sidebar {
	width: 170px;
	background: url(images/background_sidebar.gif) repeat-y;
	border-right: 1px solid #410202;
	border-left: 1px solid #410202;
	float: right;
	margin-top: 1px;
	padding: 30px 10px 30px 20px;
}
#content {
	margin: 0px 230px 0px 0px;
	padding: 30px 0px;
	
}
#footer {
	color: #666666;
	text-align: center;
	padding: 15px 0px;
}
#footer a{
	color: #666666;
	text-decoration: none;
}
.post {
	padding-bottom: 20px;
	background: url(images/background_post.gif) right bottom no-repeat;
/*	border-bottom: 1px solid #b2b2b2; */
	margin-bottom: 20px;
}
.postmetadata {
	padding: 10px 0px 10px 0px;
	color:#666666;
}
/* text */
#title h1 a {
	color: #ffffff;
	font-size: 24pt;
	text-decoration: none;
	font-weight: normal;
}
.description {
	color:#CCCCCC;
	font-size: 14pt;
}
#pagenav ul li {
	list-style:none;
	display: inline;
}
#pagenav li a {
	color: #ffffff;
	padding-left: 20px;
	text-decoration: none;
}
#pagenav li a:hover {
	color:#410202;
}
#content h1, h2, h3, h4, ol, ul, #calendar_wrap, p {
	padding-bottom: 10px;
}
#content h1 {
	color: #790000;
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h2 a {
	color: #252525;
	text-decoration: none;
}
h3, h4 {
	font-size: 11pt;
	color: #790000;
}
a {
	color: #790000;
	text-decoration: none;
}
#content h1 a {
	color: #790000;
	text-decoration: none;
}
.postmetadata a {
	color:#666666;
	text-decoration: none;
}
#sidebar a {
	color: #410202;
	text-decoration: none;
}
#sidebar ul li {
	list-style: none;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar li {
	padding-bottom: 2px;
}
td, th {
	padding: 2px;
}
caption {
	font-weight: bold;
}
#content ul li, #content ol li {
	margin-left: 30px;
}
blockquote {
	padding: 15px 15px 15px 30px;
	font-size: 10pt;
	font-style: italic;
	background:url(images/background_blockquote.gif) left top no-repeat;
}
/* form */
#bCalendarToday {
	font-weight: bold;
	color: #790000;
}
.bComment, .feedback_feed_msg {
	padding: 10px 0px;
}
.form_text_input, .SearchField, #author, #email, #url, #comment, textarea  {
	border: 1px solid #790000; 
	padding: 5px;
	font-size: 8pt;
	background: transparent;
	color: #ffffff;
	margin: 2px 0px;
}
#submit, .searchsubmit, .submit, .preview {
	background: url(images/background_input.gif);
	color: #333333;
	border: 1px solid #790000; 
	font-size: 8pt;
	padding: 2px;
	font-weight: bold;
	margin: 2px 0px;
}
fieldset {
	border: 0px;
}
.powered_by {
	padding-top: 10px;
}
/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}