﻿/* Layout */

div#wrapper {width:960px;height:2275px;margin: 0 auto;background-color:#cacfcd;}
div#content {width:940px;height:2275px;margin: 0 auto;background-color:#ffffff;}
div#header  {width:940px;height:297px;background-image:url(../img/header.png);}
div#body    {width:620px;height:1475px;margin: 0 auto;}

div#details {width:600px;height:260px;margin:10px auto;}
div#flash-l {width:325px;height:260px;float:left;}
div#lists-r {width:240px;height:245px;float:right;padding:15px 10px 0px 10px;}

div#blog    {width:620px;height:260px;margin:10px auto;}
div#lists-l {width:275px;height:260px;float:left;padding:25px 10px 0px 0px;}
div#flash-r {width:325px;height:260px;float:right;}


/* Typography */

body        {font-family:Georgia;}
p           {margin-bottom:1em;line-height:1.25em;color:#8b9b93;}
strong      {font-weight:bold;}
h1          {color:#8cc63f;font-size:55px;font-weight:bold;font-style:italic;margin-bottom:0.5em;}
hr          {height:3px;color:#ffffff;background-color:#ffffff;border:0;width:225px;}
h2          {color:#8cc63f;font-size:30px;font-weight:bold;margin:-2px 0 -13px 0;}
h3          {color:#8cc63f;font-size:21px;margin:-2px 0 -13px 0;font-style:italic;line-height:22px;padding-left:0px;font-weight:normal;}

/* Links */

a           {padding:3px;}
a:link      {text-decoration:underline;color:#8b9b93;}
a:visited   {text-decoration:underline;color:#8b9b93;}
a:hover     {text-decoration:none;color:#ffffff;background-color:#8cc63f;}
a:hover     {text-decoration:none;color:#ffffff;background-color:#8cc63f;}

/* Form */

input.text  {height:22px;font-size:16px;font-family:Georgia;border:1px solid #8cc63f;}
input.button{height:28px;font-size:16px;font-family:Georgia;background-color:#8cc63f; color:#FFFFFF;border:0;padding:4px;margin:3px;}

