/*
Theme Name: APRframing
Theme URI: http://aprframing.com
Description: Child Theme for Thematic
Author: Jerome
Author URI: http://op111.net/
Template: thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../thematic/style.css");


body {
  background: #000;
} 

#header {
background-color:black;
background-image:url('images/bgcolour.gif');
background-repeat:repeat;
width: 79%;
float: right;

}

#content {
background-color: white;
border: 1px solid #959596;
text-align: left;
width: 65%;
float: left;
margin:40px;
padding:20px;
}
#main {
background-color: red;
float: right;
width: 79%;
margin:0px;
padding:0px;
clear: none;
}
#footer {
background-color: black;
float: right;
width: 79%;
clear: none;
}
#splash{
  background: #000;
}
.scarlet{
  background: #000;
  float: left;
  width: 33%;
  height: 100%;
  min-height: 768px; 
}
.textimages {
  background: #000;
  float: right;
  width: 66%;
  height: 100%;
  min-height: 768px; 
}
img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#zlata{
  /*height: 100%;
  min-height: 768px;*/ 
  width: 19%;
  float: left;
}

#zlata img {
  width: 100%;
}

#blog-title a {
display:block;
text-indent:-9000px;
height: 143px; /* height of your header, like 180px */
width: 372px; /* width of your header, like 940px */
background:url(images/apr_logo.gif) no-repeat top center;
}
#blog-description {
position:absolute;
left:-9000px; /* We avoid display:none because it's bad for SEO */
}
