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

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

body {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

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



/**
 * Container
 */

.fixed #container {
    width: 1000px; /* Set Fixed width */
}

#container {
    margin: 0 auto;
}

/**
 * Page Header
 */



/**
 * Site name and slogan
 */


/**
 * Logo
 */



/**
 * Primary Links
 */



/**
 * Secondary Links
 */



/**
 * Search form
 */



/**
 * Page body and content
 */

#content {
    width: 100%;
}

/* Node Styling */


/* Comment Styling */


/* Forum Styling */


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



/**
 * Content
 */



/**
 * Top sidebar
 */



/**
 * Bottom sidebar
 */



/**
 * Left sidebar
 */

#sidebar_left {
    width: 200px;
}

/**
 * Right sidebar
 */

#sidebar_right {
    width: 200px;
}

/**
 * Block
 */

.block-region {
    border: 2px dashed #ffff66;
    padding: 5px;
    background-color: #ffffbf;
    font-weight: bold;
    color: #333;
}

/*
 * Rollover edit links for blocks
 */



/**
 * Page footer
 */

.fixed #designed-by {
    width: 1000px;
    margin: 0 auto;
}
