/*
 * 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 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}
#container {
	background: url(images/background.gif) repeat-x;
}
#wrap {
	width: 950px;
}
#header {
	height: 123px;
	background: url(images/background_title.gif) no-repeat left top;
}
#title {
	height: 67px;
	width: 980px;
	color: #ffffff;
	text-align: left;
	padding: 10px 0px 0px 80px;
}
#navigation {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px 0px 0px;
	text-transform: lowercase;
	float:right;
}

#menu {
	width: 833px;
	text-align: right;
}
.searchform {
	margin-bottom: 10px;
}
#main {
	width: 950px;
	text-align: left;

}
#content {
	margin: 0px 220px 0px 0px;
	padding: 30px 10px 10px 10px;
	background:url(images/background_main.gif) no-repeat top left;
}
#sidebar {
	width: 180px;
	float: right; 
	padding: 10px 10px 10px 10px;
	background: url(images/background_sidebar.gif) no-repeat top;
	margin-top: 20px;
}
#footer {
	clear: both;
	padding: 10px;
	text-align: left;
	font-size: 7pt;
	color: #999999;
}
/* fonts */
#title h1 {
	padding-top: 8px;
	font-size: 24px;
	font-weight: normal;
}
#title h1 a {
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 14px;
	color: #CCCCCC;
}

#menu ul li {
	display: inline;
	list-style: none;
}
#menu li a {
	padding-left: 30px;
	color: #ffffff;
	text-decoration: none;
}
#content h1 {
	color:#ed145b;
	font-size: 18px;
	font-weight: normal;
}
#content h1 a {
	color:#ed145b;
	text-decoration: none;
}
#sidebar h2 {
	font-size: 14px;
	color: #333333;
}
p, #sidebar h2 {
	padding-bottom: 5px;
}
#content h1, #sidebar ul {
	padding-bottom: 10px;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul li ul li {
	margin-left: 3px;
}
#sidebar ul li ul li ul li {	
	margin-left: 3px;
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar a {
	color:#ed145b;
	text-decoration: none;
}
#sidebar a:hover {
	color: #333333;
}
#sidebar li {
	padding-bottom: 2px;
}
blockquote {
	margin: 15px;
	color:#333333;	
	border-left: 2px solid #ed145b;
	padding-left: 10px;
}
a {
	color:#ed145b;	
	text-decoration: none;
}
a:hover {
	color:#333333;	
	text-decoration: underline;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
h3 {
	padding-bottom: 5px;
	color: #333333;
}
h3 a {
	color: #333333;
	text-decoration: none;
}
h3 a:hover {
	color:#ed145b;	
	text-decoration: none;
}
h4 {
	color:#ed145b;
}
h4 a {
	color:#ed145b;
	text-decoration: none;
}
/* default */
.postmetadata {
	padding: 10px 0px;
	color: #666666;
}
.postmetadata a {
	color: #666666;
	text-decoration: none;
}
.navigation {
	color: #333333;
	padding-top: 10px;
}
.navigation a {
	color: #333333;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.entry {
	padding-left: 10px;
}
#date {
	padding-bottom: 5px;
	color:#ed145b;	

}
#date a {
	color:#ed145b;	
	text-decoration: none;
	font-weight: normal;
}
.bCommentSmallPrint {
	padding-top: 10px;
	color: #ed145b;
}
.bCommentTitle {
	padding-top: 10px;
}
.comment {
	padding: 10px 0px;
}
#content ul li, #content ol li {
	margin-left: 35px;
}
#content ul, #content ol {
	padding-bottom: 10px;
}
	
.comment {
	padding: 10px 0px;
}
.powered_by {
	padding-top: 10px;
}
.feedback_feed_msg {
	padding: 10px 0px;
}
/* form */
.form_text_input, .SearchField, #author, #email, #url, #comment  {
	border: 1px solid #ed145b; 
	padding: 5px;
	font-size: 8pt;
}
#submit, .searchsubmit, .submit, .preview {
	background-color: #f67ba3;
	color: #ffffff;
	border: 1px solid #666666; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
fieldset {
	border: 0px;
}
.search {
	padding-bottom: 10px;
}
/* calendar */
#bCalendarToday, caption {
	font-weight: bold;
}
td, th {
	padding: 1px;
}
.bCalendarTable {
	padding-bottom: 10px;
}
/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}