/* ************************************************************************************ */
/* Change Log                                                                           */
/*                                                                                      */
/* 29-03-2012  - Richard Chapman - Deltasoft - Added                                    */
/* ************************************************************************************ */

/* This section determines blog dimensions */

.blogspace
{
    width: 700px;
}

.blogrightnav
{
}

.leavecommentiframe
{
    width: 100%;
    height: 550px;
}

/* Need to adjust settings where there is a left or right menu */
#inner.has-left-menu .blogspace, #inner.has-right-menu .blogspace
{
    width: 602px;
}

#inner.has-left-menu .leavecommentiframe, #inner.has-right-menu .leavecommentiframe
{
    width: 478px;
}

#inner.has-left-menu .blogleavecomments, #inner.has-right-menu .blogleavecomments
{
    margin: 8px;
}

