/*
THEME NAME: dkret3-CBDIO
THEME URI: http://centrobinacional.org
VERSION: 1.0
DESCRIPTION: A simple child theme for the dkret3 framework - use it as a starting point for your modifications
TAGS: child theme, dkret3
AUTHOR: Bradley
AUTHOR URI: http://apiana.net/
TEMPLATE: dkret3
*/

/* Import the style.css of the dkret3 base theme */
@import url('../dkret3/style.css');

/* Header - You can still change the header image in the Settings panel*/
#header {
    background:#FFFFFF url(library/images/bg_header.jpg) repeat-x scroll 0 0;
}

/* Make your changes to the default layout below */

/* For fluid-width, display the div#wrapper */

/* 
div#wrapper {
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    width: auto;
}
*/

div#content {
    margin: 30px 200px 0 0;
    overflow: hidden;
    padding: 0 20px;
}

div.main-sidebar {
    float: right;
    overflow: hidden;
    margin: 30px 0;
    padding: 0 15px;
    width: 180px;
}

body {
  background-image: url(library/images/bg-tile.png); background-repeat: repeat top left;
}

#access {
    background: #444 url(library/images/bg_grey.jpg) repeat-x;
    border-bottom: 1px solid #444;
    font-size: 16px;
}

#container {
	background-color: #F5F5DC;
}

#wrapper {
	background-color: #F5F5DC;
}


