/* $Id: ourtheme.css,v 1.0 2009/09/30 07:32:26 propagandateam Exp $ */

#page
  {
    color: #333;
	background: #FFF;
	border-left-style: solid;
border-left-width: 5px;
border-left-color:	#000;
border-right-style: solid;
border-right-width: 5px;
border-right-color:	#000;
  }
  
/** header **/
  #header
  {
  margin-left: auto;
  margin-right: auto;
  width: 98%;
  background: #fff;
  }

  #header-inner
  {
  background: #fff url(images/Header.gif) no-repeat;
  padding: 0 50px;
  }
  
  #logo-title
  {
  }

  #logo
  {
    float: left;
  }

  #site-name
  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size: 246%;
    color: #000000;
	padding: 50px 50px 0px;
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }
  
/**navigation**/  
 #navbar
  {
  width:100%;
}  

 #navbar-inner
  {
  background: #000000;
}  

 
/**content**/
#content
  {
  }
  
/** footer **/
  #footer
  {  
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  width: 98%;
  border-top-style:solid;
  border-top-width:1px;
  border-top-color: #999; 
  }

  #footer-inner
  {
  color: #333;
  padding: 5px;
  text-align: center;
  }
  
  .node h2.title a /* Node title */
  {
  color:#cc0000 ;
  font-size: 12pt;
  }
  
    .node li a /* Node title */
  {
  color:#333 ;
  }
  
    .node ul a /* Node title */
  {
  color:#333 ;
  }
  
  
  /*Block*/
  
  .block h2.title  /* Node title */
  {
  font-size: 12pt;
  }
  
    .block li a /* Block title */
  {
  color: #cc0000 ;
  }
  
    .block ul a /* Block title */
  {
  color: #cc0000 ;
  }
  
  
 .block ul
  {
  margin-left: 0;
  padding-left: 0;
  }
 
 .block li
  {
  margin: 0;
  padding: 0;
  }
  