/* This controls the width of the fixed width layouts */

div.fixed_top
{
width: 850px !important;
}

div.fixed
{
width: 550px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background: url('images/bg.jpg') no-repeat;
background-color: #fff;
color: #333;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1
{
font-family: edwardian script itc, sans-serif;
font-size: 62px;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h3,h4,h5,h6
{
color: #D80BA1;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

/* this gives a style to any images on the page. */
img.floatTL
{
padding: 3px;
border: solid 1px #e1e1e1;
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}


a
{
text-decoration: none;
color: #D80BA1;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:850px;
height:180px;
}

#header_inner
{
position: relative;
width: 850px;
height:180px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
top: 30px;
padding-left: 3.5em;
}

#logo h1
{
color: #D80BA1;
}

#logo h2
{
color: #000000;
font-size: 1.4em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 0 1.4em 0 1.4em;
border: solid 1px #fff;
color: #000;
font-weight: bold;
font-size: 1.2em;
text-decoration: none;
}

#menu li a.active
{
color: #000;
text-decoration: none;
}

/* Main */

#main
{
width: 550px;
padding:0 35px 30px 0;
margin-left:315px
}

#main_inner p
{
text-align: left;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 550px;
margin: 0 auto;
padding-top: 10px;
}

#main_inner h2,h3
{
border-bottom: dotted 1px #CCC;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.6em;
padding-bottom: 0.175em;
margin-top: 0.95em;
}

#main_inner h5
{
font-weight: bold;
font-size: 1.2em;
padding-bottom: 0.175em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#main_inner .post ul.post_info li.date
{
background-image: url('images_brown/n5.gif');
}

#main_inner .post ul.post_info li.comments
{
background-image: url('images_brown/n6.gif');
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 820px;
margin-left: 30px;
clear: both;
border-top: dotted 1px #CCC;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
}

#footer ul {
margin-left: 0;
padding-left: 0;
display: inline;
}
#footer ul li {
margin-left: 0;
padding: 3px 6px;
list-style: none;
display: inline;
color:white;
}

input.button
{
background: #CC6C0C url('images_brown/n3.gif') repeat-x;
color: #fff;
border: solid 1px #AA7036;
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}


#primary_content {
position: relative;
margin-right: 17em;
width: 550px;
}

#column_a {
position: relative;
float: left;
width: 550px;
margin-right: -17em;
padding-right: 2em;
}

#column_a ul, #column_a ol {
margin-left: 50px;
}

.required {
font-style: italic;
}
