/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
width: 720pt !important;
}

/* Basic Stuff */

/* float image right */
.ads_right
{ 
	float: right; 
	padding: 5px; 
	margin: 0; 
}  
.ads_left
{ 
	float: left; 
	padding: 8px; 
	margin: 0; 
}  

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #000;
color: #000;
font-size: 9pt;
font-family: "trebuchet ms", "Times New Roman";
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h2,h3,h4,h5,h6
{
}

h1 span
{
font-weight: bold;
}

h2 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

ul.indent
{
	list-style-image: url(/images/red_star.gif)
}
li.indent
{
	margin-left: 1.5em;	
	font-size: 9pt;
}
ul.indent-normal
{
	list-style-image: url(/images/red_star_big.gif)
}

li.indent-normal
{
	margin-left: 1.5em;
	vertical-align:bottom;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.25em;
}

p + p { margin-top: 0.75em; }

/* Header */

#header
{
width:100%;
height:122px;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* account */
#account
{
float: right;
}

#account h5
{
color: #fff;
font-size: 1.2em;
letter-spacing: 0;
}

#account h5 span
{
font-weight: bold;
}

#account h5 a
{
text-decoration: underline;
color: #fff;
}

#account h5 a:hover
{
text-decoration: none;
color: #fff;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;
}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #E5CCD0;
font-size: 1.0em;
}

/* 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: 1.1em 1.4em 1.0em 1.4em;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
}

/*-------------------------------------------------
FLASHES
-------------------------------------------------*/

#Flash
{
text-align: left;
border: 1px solid #ccc;
padding: 5px 5px 5px 30px;
font-size: 14px;
margin: 0 auto 12px auto;
margin-right: 7px;
}

#Flash.flash-notice
{
border-color: #9c9;
color: #060;
background: url(/images/alertgood_icon.gif) #E2F9E3 left no-repeat;
}

#Flash.flash-warning
{
border-color: #fd0;
color: #060;
background-color: #ff9;
}

#Flash.flash-error
{
border-color: #c99;
color: #fff;
background: url(/images/alertbad_icon.gif) #c00 left no-repeat;
}

/* Main */

#main
{
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#main_inner h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
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
{
}

#main_inner .post ul.post_info li.comments
{
margin-left: 1.1em;
}

#main_inner #pagination
{
padding: 5px;
margin: 5px;
border-top: dotted 1px #E1E1E1;
position: relative;
}

/* table formatting */
#list-table
{
width: 100%;
overflow: auto;
}

#list-table table
{
width: 98%;
align: center;
}

#list-table th
{
vertical-align: bottom;
color: #F57B00;
padding-left: 5px;
padding-right: 5px;
border-bottom: dotted 1px #E1E1E1;
font-size: 13px;
background-color: #fff;
}

#list-table tr
{
}

#list-table td
{
padding: 2px 2px;
color: #333;
font-family: Verdana, sans-serif;
font-size: 11px;
background-color: #E6F2FF;
border-bottom: solid 1px #C5DBF7;
border-left: solid 1px #C5DBF7;
}

#list-table tr.table-item-even td
{
background-color: #fff;
border-left: solid 1px #ddd;
}

#list-table td a
{
color: #000;
}


/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* form errors */

.fieldWithErrors
{
padding: 2px;
background-color: red;
display: table;
}

#errorExplanation
{
width: 400px;
border: 2px solid #c99;
padding: 7px;
padding-bottom: 5px;
margin-bottom: 20px;
background-color: #f0f0f0;
}

#errorExplanation h2
{
text-align: left;
font-weight: bold;
padding: 5px;
padding-left: 30px;
font-size: 12px;
margin: -7px;
color: #fff;
background: url(/images/alertbad_icon.gif) #c00 left no-repeat;
border-bottom: 1px solid #c99;
}

#errorExplanation p
{
color: #333;
margin-bottom: 0;
padding: 5px;
}

#errorExplanation ul
{
padding: 0;
margin-bottom: 0;
margin-left: 20px;
}

#errorExplanation ul li
{
font-size: 12px;
list-style: square;
}

/* forms */

dt
{
float: left;
width: 150px;
font-size: 14px;
line-height: 24px;
}

dd
{
margin: 0 0 5px 90px;
font-size: 11px;
line-height: 24px;
color: #666;
margin-left: 130px;
}

input.button
{
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text, textarea.text-area, select
{
border: solid 1px black;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

input.small_text
{
border: solid 1px black;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
width: 20px;
}



/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	#primaryContent_2columns
	{
	position: relative;
	margin-right: 1em;
	margin-left: .75em;
	}
	
	#columnA_2columns
	{
	position: relative;
	float: left;
	width: 32.5em;
	margin-right: -10em;
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	#secondaryContent_2columns
	{
	float: right;
	}
	
	#columnC_2columns
	{
	width: 6.8em;
	float: left;
	padding: 0em 0em 0.5em .5em;
	border-left: dotted 1px #E1E1E1;
	}


/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	}
	