/* 
    Document   : main
    Created on : 15-Jul-2010, 17:08:14
    Author     : Alex
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

div#header p, div#header h1, div#header ul {
  margin: 0;
  padding: 0;
}

body { text-align : centre}

#main  { width : 900px; margin : 10px auto; text-align : left}
div#header {
  background: #101010;
  height: 100px;
  background-image: url(images/header_back.gif);
}

div#header-inside, div#footer-inside {
  width: 100%;
  margin: 0 auto;
}

div#logo h1 a {
  background: url(images/title2.png) no-repeat;
  height: 52px;
  width: 500px;
  float: left;
}


ul#menu {
  clear: both;
  float: left;
  list-style: none;
  position: relative;
  top: 5px;
}

ul#menu li {
  float: left;
  margin-left: 5px;
  line-height: 1.4;
}

ul#menu li a {
  color: #000000;
  text-shadow: 2px 2px 1px #101010f;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: 115px;
  height: 15px;
  padding: 5px 0;
  display: block;
  background-image: url(images/tab2.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

ul#menu li a:hover, ul#menu li a:active {
  background-position: top left;
  color: #FFFFFF;
}

ul#menu li a.selected {
  background-position: bottom left;
  color: #FFFFFF;
}

#footer {
  clear: both;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  background: transparent url("images/footer_back.gif") repeat-x 0 0;
  padding: 25px 0;
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  font: 11px "Segoe UI", "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";
  background: #101010;
  color: #b3b3bb;
}

h1, h2, h3, h4, p, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none;
}
#content {
  background : white;
  color :#000000;
}

.rightfloat {
  float : right;
  margin: 8px;
  border : 2px solid #AAAAAA
}
.articleinfo p {
  float : left;

  margin : 4px;

}
.articleinfo p span {
  padding : 4px 6px
}
.articlebody {clear:left}
.articlebody p
{
  text-align : justify;
  padding : 10px;
  color : #000000;
  font-size: 13px;
  line-height: 2em

}
.articleheader h2 {

  font-family: 'Verdana';
  font-size : 32px;
  padding : 20px
}
.articleinfo {padding : 6px 20px}
.articleheader p {float : left; background : #CCCCCC; padding : 3px}
.articleheader p span {padding: 4px}

div#logo h1 a {
	background: url(images/title2.png) no-repeat;
	height: 40px;
	width: 500px;
	float: left;
  margin : 15px  0px 0px  12px;
}

div#logo h1 a span{
display:none;
}
