/*
 * 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-size: 8pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
#header {
	height: 80px;
	background: url(images/background_header.gif) repeat-x #1f1a19;
}
#content ul,
#content ol {
	margin-left: 20px;
}
#title {
	height: 50px;
	float:left;
	padding: 10px 0px 0px 10px;
	text-align: left;
}
#topright {
	float: right;
	padding: 10px 10px 0px 0px;
	height: 50px;
	color: #CCCCCC;
}
#navigation {
	height: 18px;
/*	background-color: #f8941d; */
	background: url(images/background.gif) repeat-x #f8941d;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	clear: both;
	float: right;
}
#navigation ul li {
	list-style: none;
	display: inline;
	padding-left: 15px;
}
#navigation li a {
	color: #ffffff;
	text-decoration: none;
}
#tclear {
	background-color: #dd6705;
	clear: both;
	height: 9px;
	border-top: 1px solid #f9a643;
}
#wrap {
	width: 900px;
	padding: 20px 0px;
	text-align: left;
	clear: both;
}
#content {
	float: left;
	width: 710px;
	padding: 10px 10px 0px 0px;
}
#sidebar {
	float: right;
	width: 160px;
	padding: 10px;

}
#footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	text-align: center;
	color: #f8941d;
	font-size: 7pt;

}
#footer a {
	color: #f8941d;
	text-decoration: none;
}
/* fonts */
#title h1 {
	color: #ffffff;
	font-size: 18pt;
	font-weight: normal;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	color: #CCCCCC;
	font-size: 11pt;
}
#topright ul li {
	list-style:none;
	display: inline;
}
#topright li a {
	text-decoration: none;
	color: #ffffff;
	padding-left: 10px;
}
h2 {
	color: #f8941d;
	font-size: 14pt;
	font-weight: normal;
}
h2 a {
	color: #333333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #f8941d;
}
.pagetitle {
	color: #f8941d;
	font-size: 14pt;
	font-weight: normal;
	padding-bottom: 10px;
}
.pagetitle a{
	color: #333333;
	text-decoration: none;
}
.pagetitle a:hover{
	text-decoration: underline;
	color: #f8941d;
}
h3 {
	font-size: 10pt;
	color: #f8941d;
}
h3 a {
	color: #333333;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
	color: #f8941d;
}
p, h2, h3, #content ul, #content ol {
	padding-bottom: 10px;
}
p a {
	color: #333333;
	text-decoration: none;
}
p a:hover {
	color: #f8941d;
	text-decoration: underline;
}
#sidebar h2 {
	color: #666666;
	font-size: 10pt;
	padding-bottom: 5px;
}
#sidebar ul li {
	list-style: none;
	magin-left: 15px;
}
#sidebar ul {
	padding-bottom: 10px;
}
#sidebar li a {
	color: #dd6705;
	text-decoration: none;
}
small {
	color: #666666;
}
/* form */

.s,
#author,
#email,
#url,
#comment {
	border: 1px solid #dd6705;
	font-size: 8pt;
}
.searchsubmit,
#submit {
	border: 1px solid #dd6705;
	font-size: 8pt;
	color: #ffffff;
	background-color: #f8941d;
}

/* default */
.navigation {
	padding: 10px 0px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.postmetadata {
	padding: 5px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 8pt;
	color: #dd6705;
/*	background-color: #f7f7f7;
	border: 1px solid #CCCCCC; */ 
}
.postmetadata a {
	color: #dd6705;
	text-decoration: none;
}
.entry {
	padding: 10px 10px 0px 10px;
}
#postcomment,
#comments {
	color: #435f79;
	font-size: 11pt;
}
#postcomment a,
#comments a {
	color: #435f79;
	text-decoration: none;
}
	/*default */
.s,
#author,
#email,
#url,
#comment,
#id,
.preview,
.checkbox,
bComment form_textarea_input,
#commentform,
#comment_post_ID,
#redirect_to
	 {
	border: 1px solid #0076a3;
	font-size: 8pt;
}
.submit,
.preview,
.searchsubmit,
#submit {
	border: 1px solid #ffffff;
	font-size: 8pt;
	color: #333333;
}
.comment_toolbars,
.label,
#bComment_form_id_22,
.input {
	border: 0px;
}
.info {
	border: 0px;
	color: #999999;
}
.info a {
	color: #999999;
	text-decoration: none;
}
.widget_core_coll_search_form,
.widget_plugin_evo_Calr {
	padding-bottom: 10px;
}
.SearchField {
	margin-bottom: 5px;
}
#prev {
	text-align: left;
}
#next {
	text-align: right;
}
.label, .info, .comment_toolbars, .input, fieldset {
	border: 0px;
}
.powered_by {
	margin-top: 10px;
}	
/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}