/*@import url("scaffold.css");*/
@import url("tag_cloud.css");

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*   Layout configuration - can be overriden in the theme definitions    */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/*
  ***** Header sections *****
*/
#header {
    width: 100%;
}


/*
  ***** Page container *****
*/
#content_wrapper {
    width: 100%;
    clear: both;
}

#content_left {
    float: left;
}

#content_centre {
    float: none;
}

#content_right {
    float: right;
}


/*
  ***** Footer sections *****
*/
#footer {
    width: 100%;
}


/*
  ***** Useful class definitions *****
*/

div.float_left {
    float: left;
}

div.float_right {
    float: left;
}

div.float_none {
    float: none;
}

.clearthis {
    clear:both;
    float:none;
    font-size:1px;
    height:1px;
    line-height:0;
    margin:0;
    overflow:hidden;
}