/**
 * $RCSfile: Adjust.css,v $ $Revision: 1.8 $ $Date: 2010-03-01 08:37:34 $
 *
 * Copyright 2007 Olaf Havnes. All Rights Reserved.
 * http://www.havnes.com
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */

/**
 * Add the final touches / kludges to www.havnes.com here.
 *
 * @author      Olaf Havnes
 * @version     $Revision: 1.8 $ $Date: 2010-03-01 08:37:34 $
 */


/* Slide the leftmost column (with the logo image) above the header */
#leftColumn
{
    position: relative;
    top: -10.0em;
}


/* Configure the sub boxes of the left column */
#leftColumn *.logoBox
{
    margin: 0 auto;
    padding: 0;
    width: 9.0em;
    float: none;
}

#leftColumn *.hardMenuBox
{
    margin: 0 auto;
    padding: 0;
    width: 11.0em;
}

#leftColumn *.outBox
{
    margin: 0 auto;
    padding: 0;
    width: 101px;
}

#leftColumn *.hardMenuBox ul
{
    margin-top: 1.0em;
}

#leftColumn *.outBox div
{
    margin-top: 2.0em;
}

/* Configure the sub boxes of the center column */
#centerColumn *.textBox
{
    margin: 0;
    padding: 0 0.8em 4.0em 0.8em;
}

#centerColumn *.menuBox
{
    margin: 0;
    padding: 1.0em;

    border-width: 1px 0 0 0;
    border-style: dotted;
    border-color: #af958a;
}

#centerColumn *.imageBox
{
    position: relative;
    left: -1px;
    width: 630px;
    height: 397px;
    margin-bottom: 1.0em;
}

#centerColumn *.dirtyBox
{
    background-image: url(/ssi/DirtyBox.jpg);
}

#centerColumn *.formBox
{
    width: 610px;
    margin: 0 auto;
    padding: 0;
}

/* Configure the sub boxes of the right column */
#rightColumn *.menuBox
{
    margin: 0;
    padding: 0;
}

#rightColumn *.tweetBox
{
    margin: 0 auto;
    padding: 0;
}

#rightColumn *.smallImageBox
{
    margin: 0;
    padding: 1.5em 0 0 0;
}


/* Add borders to selected elements */
*.rightBorder
{
    border-width: 0 1px 0 0;
    border-style: dotted;
    border-color: #af958a;
}


*.bottomBorder
{
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #af958a;
}
