/* Font face special CSS3 tag */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 27, 2010 */
@font-face {
	font-family: 'AllerRegular';
	src: url('../fonts/aller_rg-webfont.eot');
	src: local('☺'), url('../fonts/aller_rg-webfont.woff') format('woff'), url('../fonts/aller_rg-webfont.ttf') format('truetype'), url('../fonts/aller_rg-webfont.svg#webfontOmRNv4LC') format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body {height: 100%;}

/* Reset the basic elements to a baseline. */
body {
  color: #000000;
  font-family: Verdana, sans-serif;
  margin: 0px;
  font-size: 12px;
  background-color: #be1400;
  height: 100%;
}

#canvas {
  min-height: 100%;

  width: 100%;
  background-image:url("../images/background.png");
  background-repeat:repeat-y;
}

a:link,
a:visited,
a:active {
  color: #000089;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 100%;
}
p {
  line-height: 21px; /* Makes Firefox and Chrome to look alike */
}
li {
  line-height: 16px; /* Makes Firefox and Chrome to look alike */
}
ul {
  list-style-image: url(../images/bullet.png);
}
p, ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 100%;
}
li {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
}
caption {
  text-align: left;
}
th {
  border-bottom-width: 1px;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
}
td {
  font-size: 100%;
}
form {
  margin: 0px;
  padding: 0px;
}
fieldset {
  border: 1px solid #e0e0e0;
  padding: 5px;
}
b, strong {
  font-weight: bold;
}
i, em, u {
  font-style: italic;
}
u {
  text-decoration: none;
}
a img {
  border: 0px;
}

/* Main page element styles */
#wrapper {

  overflow: hidden;
  padding-bottom: 20px;  /* must be same height as the footer (120px)*/

  background-image: url('../images/body-decoration.png');
  background-position: right top;
  width: 980px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#header {
  width: 100%;
}
#header img#logo {
  float: left;
}
#site-slogan {
  clear: right;
  color: white;
  float: right;
  font-style: italic;
  margin-right: 20px;
}
#primary-links {
  display: table;
  float: right;
  height: 58px;
  margin-bottom: 15px;

  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;

  box-shadow: 0px 0 25px black;
  -webkit-box-shadow: 0px 0 25px black;
  -moz-box-shadow: 0px 0 25px black;

}
#primary-links ul {
  display: table-cell;
  vertical-align: middle;
}
#primary-links ul li {
  padding: 0px;
  display: table-cell;
}
#primary-links ul li a {
  background-image: url('../images/primary-links.png');
  background-position: center top;
  background-repeat: repeat-x;
  border-right:1px solid #be1400;
  color: white;
  font-family: 'AllerRegular', serif;
  font-size: 15pt;
  padding: 19px;
  text-decoration: none;
}
#primary-links ul li a:hover {
  background-image: url('../images/primary-links-hover.png');
  background-position: center top;
  background-repeat: repeat-x;
}
#primary-links ul li.first a {
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
}
#primary-links ul li.last a {
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  border-bottom-right-radius: 25px;
  border: none;
}
#primary-links ul li.active-trail a {
}
#secondary-links {
}
#header form.search {
  margin-top: 10px;
}

#container {
  clear: both;
  background-color: white;

  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;

  box-shadow: 0 5px 25px black;
  -webkit-box-shadow: 0 5px 25px black;
  -moz-box-shadow: 0 5px 25px black;
}

#right-sidebar {
  float: left;
  width: 20%;
}

#page {
  float: left;
  overflow: hidden;
  min-height: 550px;
  padding: 30px;
  width: 920px;
}

#footer {
  position: relative;
  margin-top: -92px; /* negative value of footer height */
  height: 92px;
  clear:both;
  background-color: #454545;
  color: white;
  /*padding-top: 10px;*/
  text-align: center;
  width: 100%;
}
#block-block-1 {
  padding-top: 10px;
  clear: both;
}
#footer ul {
  text-align: center;
}
#footer ul li {
  display: inline;
}
#footer a {
  font-weight: bold;
}

/* Common page items */
#page h2.title {
}
#page .tabs {
}
#page .help {
}
#page .messages {

  background-color: #FFB669;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#page .error {
  border-color: #ff0000;
}
.breadcrumb {
}

/* Blocks */
.block {
  padding-left: 5px;
  padding-right: 5px;
}
.block .title {
  font-weight: bold;
}
.block .content {
  padding-bottom: 10px;
}
.user-login-block {
  text-align: left;
}

/* Nodes */
.node {
  margin-bottom: 10px;
}
.node h3.title {
}
.node .content {
}
.node .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.node .date {
}
.node .author {
}
.node .terms {
}
.node .links {
  clear: left;
}
.node-sticky {
}
.node table {
  width: 100%;
}
/* CCK */
.node-form .text,
.node-form .form-text {
  width: auto;
}

/* Boxes (comment list container) */
.box {
}
.box h3.title {
}
.box .content {
}

/* Comments */
.comment h4.title {
}
.comment .new {
}
.comment .content {
}
.comment .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.comment .date {
}
.comment .author {
}
.comment .links {
  clear: left;
}
.comment-new {
}

/* Customize different page layouts */
body.sidebar-right #page {
  width: 77%;
  padding-right: 2%;
}
}
body.no-sidebars #page {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  float: none;
}

/* Override drupal.css */
#user-login-form {
  text-align: left;
}

/* Front page */
#features ul li {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

/* Download block */
#download-block {
  width: 339px;
  margin-left: 20px;
}
#download-block a {
}
#download-button {

  margin-left: 45px;

  background-image: url(../images/download-block-blank.png);
  background-position:left top;
  background-repeat: no-repeat;
  color: white;
  cursor: pointer;
  display: block;
  height: 119px;
  padding: 15px 20px 10px 40px;
  text-align: right;
  width: 229px;
}
#download-button p {
  margin: 0px;
}
#download-button img {
  float: right;
  margin: 5px;
}
#download-title {
  font-family: 'AllerRegular', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 32px;
}
#download-version {
  #color: #be1400;
  font-size: 45px;
}
#download-os {
  font-size: 30px;
}
#download-arch {
}
#download-otherlinks {
  text-align: center;
}

/* Screenshots */
.screenshots_table {
  margin-bottom: 40px;
}
.screenshot {
  padding-bottom: 10px;
}
.screenshot p {
  text-align: center;
}

/* General style */
h1 {
  font-family: 'AllerRegular', serif;
  font-size: 24px;
  font-weight: normal;
  text-align: right;
}
h2 {
  padding-top: 1em;
}
hr.division {
  border: 1px solid silver;
  margin: 10px 0px;
  opacity: 0.2;
}
span.command {
  font-family: 'Courier New', Courier, Fixed, monospace;
  font-size: 14px;
}

pre {
  margin-left: 2em;
  padding-left: 1em;
  border-left: 3px solid #be1400;
}


/* DOWNLOAD PAGE */

div#distros {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.1em;
    clear: both;
}

div#donate-container {
    width:100%;
    height: 70px;
}

div#donate1 { width: 50%; text-align: center; float:left; }
div#donate2 { width: 50%; float:left; }
div#flattr { float:left; padding-right: 10px; }
div#addthis { float:left; padding-right: 10px; }
div#gittip { float:left; padding-right: 10px; }
div#facebook { float:left; padding-right: 10px; }
div#twitter { float:left; padding-right: 10px; }

/* Distro Button */

div#distros div.button {
    display: block;
    float: left;
    cursor: pointer;
    border: 1px solid transparent;
    text-align: center;
    padding: 3px 10px 3px 20px;
    margin: 0 .5em 0 0;
}

div#distros div.button:hover,
div#distros div.button.chosen {
    border: 1px solid #be1400;/*#afec74;*/
    background: #fff url("../images/download-button-bg.png") no-repeat;
}

div#distros div.button h4 {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
}

div#distros div.button div.details {
    display: none;
}

/* Details Box */

#distro-details {
    margin: 0 2.5em 3em 2.5em;
    display: none;
}

#distro-details ul {
    margin: 0 0 0 1em;
    padding: 0;
}

h3.download {
    clear: both;
    padding-top: 20px;
}
