@charset "utf-8";
/* CSS Document */

/**
 * HTML Tags - CSS for spsific HTML tags (No classes or ID's!)
 */



/**
 * Common classes used for formating (Only use one class name!)
 */


/**
 * Container
 */



/**
 * Page Header
 */



/**
 * Site name and slogan
 */


/**
 * Logo
 */



/**
 * Primary Links
 */



/**
 * Secondary Links
 */



/**
 * Search form
 */



/**
 * Page body and content
 */

#body .column {
    position: relative;
    float: left;
}

.no-sidebars.fixed #body {
    width: 980px;
}

.one-sidebar.sidebar-left.fixed #body, .one-sidebar.right-sidebar.fixed #body {
    width: 780px;
}

* html .one-sidebar.sidebar-left.fixed #body, .one-sidebar.right-sidebar.fixed #body {
    width: 780px;
}

.two-sidebars.fixed #body {
    width: 590px;
}

* html .two-sidebars.fixed #body {
    width: 590px;
}

.no-sidebars #body {
    padding: 0 10px;
}

.one-sidebar.sidebar-left #body, .one-sidebar.right-sidebar #body {
    padding: 0 200px 0 10px;
}

.two-sidebars #body {
    padding: 0 400px 0 10px;
}

/* Node Styling */


/* Comment Styling */


/* Forum Styling */


/**
 * Messages bar (Status and Error messages)
 */



/**
 * Content
 */



/**
 * Top sidebar
 */



/**
 * Bottom sidebar
 */



/**
 * Left sidebar
 */

#sidebar_left {
    margin-right: -200px;
}

/**
 * Right sidebar
 */

.one-sidebar #sidebar_right {
    margin-right: -200px;
}

#sidebar_right {
    margin-left: 200px;
    margin-right: -400px;
}

/**
 * Block
 */



/*
 * Rollover edit links for blocks
 */



/**
 * Page footer
 */

