/**
 * Background images and colors
 */
body
{
  background: #0d2d6b;
}

#page
{
  background: transparent url(../images/page-middle.png) left top repeat-y;
}

#page-inner-first
{
  background: transparent url(../images/page-top.png) left top no-repeat;
}

#page-inner
{
  background: transparent url(../images/page-bottom.png) left bottom no-repeat;
}

#main
{
  background: transparent url(../images/main-right.png) right top repeat-y;
}

#main-inner-first
{
  background: transparent url(../images/main-bottom.png) left bottom no-repeat;
}

#main-inner
{
  background: transparent url(../images/main-right-top.png) right top no-repeat; 
}

#content
{
  background: transparent url(../images/content-middle.png) left top repeat-y;
}

#content-inner-first
{
  background: transparent url(../images/content-top.png) left top no-repeat;
}

#content-inner
{
  background: transparent url(../images/content-bottom.png) left bottom no-repeat;
  padding: 20px;
  text-align: left;
}

/**
 * Special text styles 
 */
 
#secondary
{
  font-size: 9px;
}

#sidebar blockquote
{
  font-style: italic;  
  color: #D3922A;
  font-size: 10px;
}

#sidebar cite
{
  display: block;
  color: #333333; /* default color for text */
  font-style: normal;
}

#block-social-network span
{
  font-size: 8px;
}

/**
 * Overrides for the navbar to make it work with the new template
 */
#MenuBar1
{
  width: 870px;
  padding: 0;
  margin-left: 100px;
}

