/*************************************************
  Essays subtheme

  Base theme: Xenos
  
  Files overridden:
    - xenos.css

  Version history:
    2012-10-30 MMoreno - Initial D7 version
    2011-00-00 JReilly - Initial D6 version
*************************************************/


/*************************************************
  Main content area
*************************************************/
h1.title {
  color: #414141;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  text-align: center;
}

h2.node-title,
h2.node-title a {
  color: #0170e2;
  text-align: center;
}

a:link {
  color: #09F;
}

a:visited {
  color: #09F;
}

a:hover,
a:focus {
  color: #09F;
}

/*************************************************
  Sidebar
*************************************************/

.sidebar {
  background: #313131;
  border-left: 5px solid #f7b321;
  color: #000;
}

.sidebar a:link,
.sidebar a:visited {
  color: #ffffff;
}

.sidebar a:active,
.sidebar a:hover {
  color: #e9a91e;
}

/* Currently active list item (different from a:active) */
.sidebar a.active {
  background: #f7b321;
}  

.sidebar a.active:active,
.sidebar a.active:hover {
  color: white;
}  

.sidebar h2.block-title {
  border-bottom: 2px solid #e9a91e;
  border-top: 2px solid #e9a91e;
  color: white;
}

.popular-essay a.active {
	background: none;
    color: #e9a91e;
}

.popular-essay-list li {
	list-style-type:decimal !important;
	color: white;
}

/*
 * Faux-column replacement (drupal.org/node/1235178#comment-4827388)
 * used along with "background" and "border-left" in .sidebar above.
 */
 
#main {
  overflow: normal;
}

.sidebar{
  margin-bottom: -100px;
  padding-bottom: 100px;
}

.sidebar-picture{
  margin-left: -10px;
  width: 100%;
}