/* We ensure the sidebars are still clickable using z-index */
/* Sidebar size and margins */
#wrapper #container #sidebar-left,
#wrapper #container #sidebar-right {
	padding: 5;
	width: 188px;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

/* Sidebar boxes margins and bottom paddings */
#wrapper #container .sidebar .block {
	margin: 0;
	background: #f2f2f2 url(../../temp_pic/bg_box.jpg) no-repeat left bottom;
	padding: 0;
}

/* Sidebar title */
.sidebar h2 {
  margin: 0 0 1px 0;
  padding: 6px 10px 3px 10px;
  color: #ffffff;
  font-size: 105%;
  font-weight: bold;
  line-height: 140%;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
  background: #000000 url(http://127.0.0.1/macrumors/images_template/boxhead.jpg) no-repeat;
}

/* Sidebar title main menu in red */
.sidebar #block-menu-2 h2 {
  background: #000000 url(http://127.0.0.1/macrumors/images_template/boxhead_red.jpg) no-repeat;
}


/**
 * Breadcrumb navi
 *******************************************************************
 */



/**
 * General elements
 *******************************************************************
 */

/* Standard link style */
a:link, a:visited {
  color: #b71234;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
a:active, a.active, a.active:visited {
  color: #b71234;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h2 {
  padding: 0 0 0px 0;
  border-bottom: 1px solid #e0e1dd;
  color: #6c6f70;
  font-family: Georgia, "Times New Roman", "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size: 160%;
  line-height: 120%;
  font-weight: bold;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

p {
  line-height: 135%;
}

/**

