/*=====================================================================
* Filename: main.css
* Template: FreshBiz
* Author: Jarel Remick - http://www.jremick.com
* Date Created: 11/13/2008
* Media: Screen
*
* Description
* -----------
* CSS Reset using "reset.css" from 960 framework package, derived from Eric Meyers.
* Uses blueprint CSS for fonts as base starting point: http://www.blueprintcss.org/
=====================================================================*/
 
@import "reset.css";

/* ===== GLOBAL ===== */
.center { margin: 0 auto; }
.tcenter { text-align: center; }

.fl { float: left; }
img.fl { float: left; margin: 8px 8px 8px 0; }
.fr { float: right; }
img.fr { float: right; margin: 8px 0 8px 8px; }

.clear { clear: both; }

/* Use this instead of html hr tag */
span.hr { width: 100%; height: 1px; display: block; border-top: solid 1px #666; margin-bottom: 15px; }
#imageblocks .left .imagearea .container span.hr { width: 100%; height: 1px; display: block; border-top: solid 1px #b7eab7; margin-bottom: 15px; }

/* ===== LAYOUT ===== */
body { background: #b6b8aa url(../images/layout/header-bg.jpg) repeat-x top left; }
#wrapper { width: 900px; margin: 0 auto; }

#header { height: 175px; position: relative; overflow: visible; }
#header .logo { position: absolute; top: 0px; left: 20px; cursor: pointer; }
#header .tagline { position: absolute; top: 135px; left: 155px; }
#header .advert { position: absolute; top: 10px; right: -55px; }

#navigation { width: 615px; position: absolute; top: 152px; right: -40px; }
#navigation ul { float: right; margin: 0 50px 0 0; padding: 0; list-style-type: none; display: inline; }
#navigation ul li { float: left; }
#navigation ul li a { display: block; padding: 8px 8px 21px 8px; background: url(../images/layout/navigation-repeat.png) repeat-x left top; }
#navigation ul li a:hover,
#navigation ul li a.active { background: url(../images/layout/navigation-active.png) repeat-x left top; }

#imageblocks { height: 320px; width: 900px; }
#imageblocks .left { float: left; height: 300px; width: 285px; }
#imageblocks .left .imagearea .container { width: 255px; background: url(../images/layout/imagebox-left-bgrepeat.png) repeat-y left top; padding: 5px 15px; }
#imageblocks .left .imagearea .container .bg { border: solid 1px #b7eab7; width: 253px; height: 279px; background: #ebfbeb; }
#imageblocks .left .imagearea ul { list-style-type: none; margin: 60px 0 0 10px; width: 165px; float: left; }

#imageblocks .right { float: right; width: 615px; height: 300px; }
#imageblocks .right .imagearea .container { height: 281px; background: url(../images/layout/imagebox-right-bgrepeat.png) repeat-y left top; padding: 5px 15px; }

#content { width: 615px; float: right; }
#content .container { padding: 10px 30px; }
#sidebar { width: 285px; float: left; }
#sidebar .container { margin: 0 15px; padding: 15px 10px 10px 10px; background: #fac239; border-bottom: none; }
#footer { width: 100%; height: 110px; clear: both; background: #3b3b3b url(../images/layout/footer-bg.gif) repeat-x top left; }
#footer .container { padding: 10px 45px; }

/* ===== FONTS =====  Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
/* Global */
body { font-size: 75%; color: #222; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* Header */
#header .tagline { font-size: 1.2em; letter-spacing: .07em; font-style: italic; color: #009900; }
#header .contactinfo { text-align: right; margin-top: 12px; color: #444; }

/* Navigation */
#navigation ul li a { font-size: .98em; text-decoration: none; color: #000; letter-spacing: .06em; line-height: 1.6em; font-weight: 400; cursor: pointer; }
#navigation ul li a:hover { color: #000; }
#navigation ul li a.active { color: #000; }

/* Imageblock Left */
#imageblocks .left ul { font-size: 1.5em; font-weight: 200; }
#imageblocks .left ul li { margin-bottom: 15px; }
#imageblocks .left p.small { color: #555; font-style: italic; }
#imageblocks .left p.news { font-size: 1em; }
#imageblocks h4 { font-size: 1.15em; line-height: 1.2em; margin-bottom: .45em; font-weight: bold; color: #444; }

/* Sidebar */
#sidebar ul { font-size: 1.1em; }
#sidebar ul li { margin-bottom: 5px; }
#sidebar h3 { border-bottom: solid 1px #888; padding-bottom: 6px; }

/* Content */
#content p { font-size: 1.25em; }
#content ul { font-size: 1.15em; }
#content ul li { margin-bottom: 5px; }
#content h4 { border-bottom: solid 1px #888; padding-bottom: 6px; }

/* Footer */
#footer .container { text-align: right; color: #ccc; font-size: .9em; line-height: 1.45em; }
#footer a { color: #ccc; }
#footer a:focus,
#footer a:hover { color: #fff; }
#footer ul { list-style-type: none; font-size: 1.1em; }
#footer ul li { border-right: solid 1px #ccc; float: left; padding-right: 6px; margin-right: 6px; }
#footer ul li.last { border: none; }

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: .75em; }
h4 { font-size: 1.3em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0; }


/* Text elements */
p           { margin: 0 0 1.1em; font-size: 1.1em; line-height: 1.3em; }
a           { color: #000; text-decoration: underline; }
a:focus, 
a:hover     { color: #333; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists */
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes */
.small      { font-size: .8em; line-height: 1em; }
.medium		{ font-size: 1.3em; line-height: 1.3em; }
.large      { font-size: 1.6em; line-height: 1.6em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }