/*
 * 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);
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}
#wrap {
	width: 900px;
	margin-top: 30px;
	text-align: left;
	margin-left: 75px;
}
#headerwrap {
	width: 900px;
	margin-left: 75px;
}
#header {
	background: url(images/background_header.gif) repeat-x;
	height: 132px;
	text-align: left;

}
#pagenav {
	height: 23px;
	padding-top: 7px;
	float: left;
	width: 699px;
}
#rss {
	float: right;
	width: 200px;
	text-align: right;
}
#title {
	float: left;
	width: 700px;
}
#topsearch {
	float: right;
	/*background: url(images/background_rss.gif) no-repeat right top;*/
	height: 72px;
	width: 200px;
	padding-top: 30px;
}
#sidebar {
	float: right;
	width: 200px;
}
#content {
	margin: 0px 220px 0px 0px;
	font-size: 15px;
	text-align:justify;
}
#footer {
	margin: 15px 0px;
	clear: both;
	color: #333333;
}
.date {
	background-color: #000000;
	width: 46px;
	font-size: 12pt;
	color: #ffffff;
	text-align: center;
	padding: 3px 2px;
	font-weight: bold;
	height:46px;
	float:left;
}
.entry {
	float:right;
	width: 620px;
}
.postmetadata {
	color: #cccccc;
	margin-bottom: 10px;
	font-weight: normal;
}
.postmetadata a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.post {
	margin-bottom: 15px;
}
.widget {
	width: 170px;
	padding: 15px;
	background-color: #280000;
	margin-bottom: 15px;
/*	border: 5px #000000 solid; */
}
/* text */
#pagenav ul li {
	list-style: none;
	display: inline;

}
#pagenav li a {
	padding-right: 20px;
	color: #ffffff;
	text-decoration: none;
}
#pagenav li a:hover {
	color: #790000;
}
#footer a {
	color:#333333;
	text-decoration: none;
}
#title h1 {
	font-size: 24pt;
	font-weight: normal;
	padding-top: 16px;
	color: #ffffff;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size:12pt;
	color: #999999;
}
img {
	border: 0px;
}

#post_pic {
	padding: 5px;
	margin: 5px;
}

p, #content h1, h2, h3, ul, ol {
	padding-bottom: 10px;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;
}
#content h1 {
	font-size: 16pt;
	font-weight: normal;
	color: #cccccc;
	padding-bottom: 5px;
}
#content h1 a {
	color: #cccccc;
	text-decoration: none;
	font-style: italic;
}
#content h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 14pt;
}
h2 a {
	color: #CCCCCC;
	text-decoration: none;
}
u {	color: #BBBBBB;
}
em {	color: #BBBBBB;
}
strong { color:#BBBBBB;
}
h3 {
	font-size: 12pt;
}
#sidebar h2 {
	border-bottom: 2px #320000 solid;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#sidebar {
	color:#CCCCCC;
}
#sidebar a {
	color: #cccccc;
	text-decoration: none;
}
#content a {
	color:#999999;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}
#content a:hover {
	text-decoration: underline;
}
blockquote {
	font-size: 10pt;
	font-style: italic;
	margin: 10px;
}
.comment {
	padding: 10px 0px;
	margin-left: 60px;
}
#date {
	padding-bottom: 10px;
}
.pagetitle {
	padding-bottom: 10px;
}
/* form */
.searchsubmit, .preview, .submit {
	background-color: #320000;
	color: #ffffff;
	border: 1px solid #393a31; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
}
fieldset {
	border: 0px; 
	padding: 0px 15px 15px 15px;
}
input, textarea {
	border: 1px solid #393a31; 
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #ffffff;
}
.label {
	font-weight: bold;
}
.notes {
	font-style: italic;
}

#commentform a {
	color: #85ccfb;
	text-decoration: none;
}
#commentform a:hover {
	color: #85ccfb;	
	text-decoration: underline;
}
.bComment {

}
.bCommentText {
	padding: 10px 0px;
}
.bCommentSmallPrint {
	font-size: 7pt;
	padding: 0px 15px;
}
.feedback_feed_msg {
	padding: 10px 0px;
	margin-left: 60px;
}
.widget_core_coll_longdesc p {
	padding-bottom: 0px;
}
.powered_by {
	padding: 10px 0px;
	margin-left: 15px;
}
.widget_core_coll_title {
	padding-top: 10px;
}

/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}
