/***********************************************************************
 * Site:		InnoFX
 * Purpose:		Home page layout and element styling
 * Author:		(c) InnoFX, 2006-2007	[]
 */

/***********************************************************************
 * Sidebar
 */

#home #rightcolumn { height: 400px;}
#home #rightcolumn .icon {  float: left; margin-bottom: 2em;}
#home #rightcolumn .icon img { float: left; margin-right: 1em; }
#home #rightcolumn .icon .text { margin-left: 95px; }
#home #rightcolumn .icon .text h1 { margin-top: 0.2em; font-size: 1em; text-align: left; }
#home #rightcolumn .icon .text h2 { padding-top: 0.5em; font-weight: normal; font-size: 0.8em; text-align: left; margin: 0; }
#home #rightcolumn .icon .text a { color: #4040AC; }
#home #rightcolumn .icon .text p { padding-top: 0.3em; }

/***********************************************************************
 * Formatting
 */

#home #leftcolumn .h1 { padding-top: 1em; font-family: Arial; font-size: 3.5em; font-weight: bold; text-align: center; border: 0; height: auto; }
#home #leftcolumn h2 { margin-top: 2em; font-weight: bold; color: #20202C; text-align: center; }
#home #leftcolumn h3 { margin-top: 2em; font-size: 1.2em; font-weight: normal; color: #20202C; text-align: center; }
#home h4 { margin: 1em 0 0.5em 0; font-size: 1em; font-weight: bold; color: #20202C; text-align: left; padding: 0; border-top: none; }
#home #leftcolumn #splash { background-image: url(../images/home.jpg); background-repeat: no-repeat; background-position: top center; height: 400px; }
#home hr { margin-left: auto; margin-right: auto; margin-bottom: 2em; border-bottom: 1px solid #a7a7a7; }

/* Quoting */

#home .quote { font-style: italic; font-size: 1.3em; margin-bottom: 1em; text-align: justify; }
#home .quotemark { font-weight: bold; font-size: 1.3em; color: #4040AC; }
#home .saidit { font-weight: bold; }

