/* CSS Document */

* {
  margin: 0; padding: 0;
  font-size: 100%;
}

body {
  background-color: #000000;
}

p, ul, ol {
  margin-bottom: 10px;
}

html, input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2857;
  color: #c3ccd5;
}

#main {
  width: 980px;
  color: #FFFFFF;
  background: #182027;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 2px 2px 0px #555555;
  -moz-box-shadow: 2px 2px 0px #555555;
  -webkit-box-shadow: 2px 2px 0px #555555;
} 

#wrapper {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  color: #FFFFFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url(images/gradient.png) repeat-y;
  background: linear-gradient(left, #c34604 290px, #943407 323px, #2c3135 323px);
  background: -moz-linear-gradient(left center, #c34604 290px, #943407 323px, #2c3135 323px);
  background: -webkit-gradient(linear, left center, right center, from(#c34604), color-stop(32%, #943407), color-stop(32%, #2c3135));
} 
  
#sidebar {
  width: 323px;
  float: left;
} 

#content {
  width: 617px;
  min-height: 500px;
  float: left;
  padding: 10px 20px;
} 

#branding {
  width: 263px;
  padding: 25px 0;
  margin: 0 auto;
}
#branding h3 {
  font-size: 12px; 
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
  color: #fff; 
  margin-left: 0px; 
  font-family: Arial, Helvetica, sans-serif;
}
  
#logo {
  float: left;
  display: block;
  width: 37px;
  height: 47px;
  margin-right: 10px;
  background: transparent url(images/talis-man.png) no-repeat top left scroll;
}
  
#menu {
  width: 323px;
}
  
#footer {
  color: #AAAAAA;
  text-align: center;
  width: 657px;
  padding: 5px 0; 
  margin: 0 0 0 323px;
}
#footer a {color: #fff;}
#footer a:hover {color: #ff8a2d;}
  
#newsticker a {color: #999999;}
.menu { 
  padding: 3px 8px 0 113px; 
  position: relative;
}
.menu { 
  padding: 3px 8px 0 113px; 
  position: relative;
  clear: both;
}
.menu li { 
  margin-bottom: 8px; 
  background: none; 
  padding: 0;
}
.menu a {
  display: block;
  width: 7em;
  text-align: center;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-variant: small-caps;
  text-decoration: none;
  color: #0a0812; 
  height: 32px;
  line-height: 32px;
  background: url(images/menu_btn.png) no-repeat bottom center;  
  background: linear-gradient(top, #fcfcfc, #b3b3b3);
  background: -moz-linear-gradient(top, #fcfcfc, #b3b3b3);
  background: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#b3b3b3));
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: -1px 1px 1px #444;
  -moz-box-shadow: -1px 1px 1px #444;
  -webkit-box-shadow: -1px 1px 1px #444;
}
.menu a:hover,
.menu a:focus {
  color: #f65000;
}
.menu a:active {
  box-shadow: 1px -1px 1px #444;
  -moz-box-shadow: 1px -1px 1px #444;
  -webkit-box-shadow: 1px -1px 1px #444;
}
.menu .active,
.menu .active:hover,
.menu .active:focus {
  background-position: top center;  
  background: linear-gradient(top, #ff933a, #f65000);
  background: -moz-linear-gradient(top, #ff933a, #f65000);
  background: -webkit-gradient(linear, center top, center bottom, from(#ff933a), to(#f65000));
  border-color: #ff700d;
  color: #fff;
}

a {
  color: #fff; 
}
a:hover{
  color: #ff8a2d;
}

ul {
  list-style: none;
}

.imgindent {
  margin: 0 13px 0 0; 
  float: left;
}

h1, h2, h3 {
  font-family: Georgia, Times New Roman, serif;
  color: #FF9137;
  text-shadow: 1px 1px 0 #000000;  
}

h1 a {
  height: 50px; 
  line-height: 50px;
  vertical-align: bottom;
  font-size: 36px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000000;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}

h2 {
  font-size: 28px;
  padding: 15px 0;
}

h3 {
  font-size: 18px; 
  padding: 15px 0;
}
 
li { 
  padding-left: 13px;
  padding-bottom: 13px;
}

.marked {
  float: left;
  position: relative;
  left: -10px;
}

.slim {
  margin: 0;
}
.tail {
  margin-bottom: 20px;
}

.tocList li {
  display: inline;
  background-image: none;
  padding-left: 0;  
  padding-bottom: 0;  
}
.tocList li:after {
  content: " - ";
}
.tocList li:last-child:after {
  content: "";
}

@media print {
  * {
    color: #222 !important;
    background-color: #fff !important;
  }
  #main, #wrapper {
    margin: 0;
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    min-height: inherit;
    background-image: none;
  }
  img, #TICKER_BODY, #sidebar {
    display: none;
  }
  #content {
    width: auto;
    float: none;
  }
}

@media all and (max-device-width:480px) {
  html {
    font-size: 12px;
  }
  h2 {
    font-size: 20px;
    padding: 7px 0;
  }

  h3 {
    font-size: 14px; 
    padding: 7px 0;
  }

  #branding h3 {
    padding: 0;
  }
  #branding h1 a,
  #branding h3 a {
    margin-left: 10px;  
  }
  #branding h1 a {
    height: auto; 
    line-height: inherit;
    font-size: 22px;
  }
  #main, #wrapper, #branding, #menu, #sidebar, #content, #footer {
    float: none;
    width: auto;
  }
  #footer {
    margin: 0;
  }
  #content {
    clear: both;
    padding: 5px;
  }
  #logo {
    padding: 10px;
  }
  #wrapper {
    background: #2c3135;
  }
  #main {
    padding: 0;
    margin: 2px;
  }
  .menu {
    padding: 5px;
  }  
  .menu li {
    float: left;
  }
  .menu li a {
    float: left;
    line-height: inherit;
    height: auto;
    width: auto;
    padding: 0 5px;
    font-size: inherit;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}