/*  
Theme Name: spiido
Author: spiider
*/

@import url('w3-reset.css');
@import url('menu.css');
/*@import url('sidebar.css');*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-size: 0.9em;
}

body {
    background-color: #262626;
    padding: 0px;
    margin: 0px;
    font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 76%;
    color: #fefefe;
    width: 100%;
    text-align: justify;
}

ul {
  list-style: none;
}

/* Begin Typography & Colors */
a {
  text-decoration: none;
  color: #AE25B0;
}

a:hover {
  text-decoration: underline;
  color: #8A1F57; 
}

h1,h2,h3,h4,h5,h6 {
	color:#F700FF;
}

#page {
    background: transparent url("images/bg.jpg") repeat-x center top;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    padding: 0; 
    min-height: 100%;
    height: 100%;
    min-width: 920px;
    width: 100%;
    border: 0px solid #fff;
    position: relative;
    line-height: 1.6em;
}

#container {
    background: transparent url("images/bg.jpg") repeat-x center top;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6em;
    border: 0px solid red;
    min-height: 100%;
    height: 100%;
}

body>#page {
    height: auto;
} 

#header {
    padding: 0px;
    margin: 0px;
    background: transparent url("images/spiido.png") no-repeat left center; 
    text-align: center;
    height: 200px;
    border-bottom: 0px solid #9B009E /*#74157B*/;
    color: #D4D4D4;
}

#head {
    margin: 0px;
    padding: 0px;
}

#head p {
  padding-top: 30px;
  margin: 0px;
  font-family:  Georgia, serif;
  font-size: 1em;
}

#head p, #head p:hover {
  color: #D4D4D4;
}

#main {
    padding: 0;
    margin-left: auto; /* zarovnanie na stred */
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
}

#sidebar {
  float: left;
  width: 230px;
  /*min-height: 200px;*/
  border: 0px solid #D4D4D4;
}

#main-content {
  float: left;
  width: 670px;
  border: 0px solid #D4D4D4;
  padding: 0px 0px 50px 0px;  /* 70px dole od footru */
}

#rightside {
  float: left;
  width: 150px;
  padding: 0;
}

.post ul {
list-style: square;
}

#content-in {
  padding: 20px;
  border: 0px solid red;
}

#footer {
    clear: both;
    padding: 0;
    margin: 0;
    border-top: 3px solid #9B009E;
    color: #434343;
    background: #0A0A0A;
    height: 45px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;	    
    font-family:  Georgia, serif;
}

#footer-content {
    color: #FBF5E6;
    text-align: right;
    padding: 13px;
    font-size: 1em;
/*    min-width: 900px;*/
    width: 890px;
}

.clear {
    clear:both;
}    

