@charset "utf-8";

/* --------------------------------- */
/* Daymz.com Side Bar CSS            */
/* --------------------------------- */
/* Copyright (c) 2006-2008 by Daymz. */
/* All Rights Reserved.              */
/* --------------------------------- */


/* --------------- */
/* Side Bar Layout */
/* --------------- */

#sidebar_area {
  margin: 0px 0px 0px 0px;
}

#sidebar_area_left {
  overflow: hidden;
  width: 165px;
  #margin-left: -45px;
}

#sidebar_area_right {
  overflow: hidden;
  width: 170px;
  margin-left: -20px;
  #margin-left: -110px;
}

.sidebar_section_bot {
  position: relative; 
  background: url(images.layout/sidebar_bottom_center.gif) center bottom repeat-x; 
}
.sidebar_section_top {
  position: relative; 
  background: url(images.layout/sidebar_top_center.gif) center top repeat-x;
}
.sidebar_section_right {
  position: relative; 
  background: url(images.layout/sidebar_middle_right.gif) right top repeat-y;
}
.sidebar_section_left {
  position: relative; 
  background: url(images.layout/sidebar_middle_left.gif) left top repeat-y;
}
.sidebar_section_rb {
  position: relative; 
  background: url(images.layout/sidebar_bottom_right.gif) right bottom no-repeat;
}
.sidebar_section_lb {
  position: relative; 
  background: url(images.layout/sidebar_bottom_left.gif) left bottom no-repeat;
  #padding-bottom: 12px;
}
.sidebar_section_rt {
  position: relative; 
  background: url(images.layout/sidebar_top_right.gif) right top no-repeat; 
  width: 100%;
}
.sidebar_section_lt {
  position: relative; 
  background: url(images.layout/sidebar_top_left.gif) left top no-repeat; 
  padding: 10px 10px 15px 10px; 
  overflow: hidden;
}

.sidebar_section_content {
  background: #ffecb1;
  /* text-align: justify; */
  width: 100%;
  margin-top: 7px;
}




/* --------------- */
/* Side bar Header */
/* --------------- */

#sidebar_area h2 {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #c00000;
  text-align: left;
  margin: 0 0px;
  padding: 3px 0px 18px 0;
}


/* ---------------- */
/* Side bar Content */
/* ---------------- */

#sidebar_area a {
  color: #c00000;
  /* text-decoration: none; */
}

.sidebar_area_text {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000; 
  margin: 0;
  padding: 0; 
}

.sidebar_area_text abbr {
  /* color: #000000; */
}

.sidebar_area_text a {
  /* color: #000000; */
  text-decoration: none;
}


#sidebar_area ul {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #c00000; 
	list-style-type: disc;
	list-style-position: inside;
  display: inline-block; 
  position: relative; 
  margin: -10px 0px;
  padding: 3px 0 0px 0; 
}

#sidebar_area ul li a {
  color: #000000; 
  text-decoration: none;
}
#sidebar_area ul li.current-cat a {
  font-weight: bold;
  color: #c00000; 
  text-decoration: none;
}

#sidebar_area ul li ul {
  list-style: disc;
	list-style-position: inside;
  display: inline-block; 
  margin: 0px 14px;
  #margin: 0px 16px;
  padding: 0px 0px 0px 0; 
}

