* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #000;
}
#indent p
{
 text-indent: .5cm;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #FFF;
 width: 922px;
 padding: 0px;
 height: 160px;
 margin: 10px 0px 5px 0px;
 background: #000;
}
#leftcolumn {
 display: inline;
 color: #000;
 margin: 5px 5px 5px 0px;
 padding-left: 10px;
 width: 80px;
 float: left;
 /*height: 280px;
 background: #ABBEBE;*/
 background: #000;
}
#content {
 /*display: inline;*/
 float: right;
 background: #FFF;
 color: #000;
 margin: 5px 0px;
 padding: 5px 10px 10px 10px;
 width: 687px;
 /*position: relative;*/
 border: solid #ccc;
}
#footer { 
 width: 687px;
 clear: both;
 float: right;
 color: #CCC;
 background: #0001a7;
 margin: 0px 0px 10px 0px;
 padding: 15px 10px 10px 10px;
 border: solid #FFF;
 height: 20px;
}

/* menu control*/

#navcontainer ul {
float: left;
font-family: arial, helvetica, sans-serif;
font-size: small;
line-height: 20px;
}
#navcontainer ul li { 
display: inline;
}
#navcontainer ul li a
{
float: left;
padding: 0.2em .9em;
background-color: #0001a7;
color: #CCC;
text-decoration: none;
font-size: small;
width: 151px;
}

#navcontainer ul li a:hover
{
background-color: #000;
color: #CCC;
width: 151px;
font-weight: bold;
font-style: italic;
}



/* Menu styles for selected pages on the header.php page */
.menutoplink {
border: solid #fff;
font-weight: bold;
}
.menutoplinkd {
border: solid #FFF;
font-weight: bold;
font-style: italic;
background-color: #000 !important;
text-indent: .2cm;
color: #FFF !important;
}

.menulink {
border: solid #fff;
border-top: none;
font-weight: bold;
}
.menulinkd {
border: solid #fff;
border-top: none;
font-weight: bold;
font-style: italic;
background-color: #000 !important;
text-indent: .2cm;
color: #FFF !important;
}

/* Picture link controls
   IE is broken with this 
   ie shows the blue border
   that indicates it's a link
   Need to find a fix... */
#picleft,
#picleftmid {
float: left; 
padding: 0px 15px 0px 15px;
color: #FFF;
}
#picrightmid,
#picright {
float: right; 
padding: 0px 15px 0px 15px;
color: #FFF;
}
a.pic:link,
a.pic:visited,
a.pic:hover,
a.pic:active {
color: #FFF !important;
background: #FFF !important;
}

/*Footer links*/

/* This controls the far left link in the footer links */
#footlink {
border-right: thin dotted #CCC;
padding-right: 7px;
font-weight: bold;
}
#footlinkd {
border-right: thin dotted #CCC;
padding-right: 7px;
font-weight: bold;
font-size: small;
font-style: italic;
color: #FFF;
}

/* This controls the middle links */
#footlinks {
padding: 0px 7px 0px 5px;
font-weight: bold;
}
#footlinksd {
border-right: thin dotted #CCC;
padding: 0px 7px 0px 5px;
font-weight: bold;
font-size: small;
font-style: italic;
color: #FFF;
}

/* This controls the far right link */
#footendlink {
padding: 0px 7px 0px 5px;
font-weight: bold;
border-right: none !important;
}
#footendlinkd {
padding: 0px 7px 0px 5px;
font-weight: bold;
font-size: small;
font-style: italic;
color: #FFF;
border-right: none !important;
}

/* General controls for footer links */
.flinkse {
 padding: 0px 7px 0px 5px;
 text-align: center;
 font-size: 8px;
 color: #CCC;
}
a.flinkse:link,
a.flinkse:visited {
 text-decoration: none;
 color: #CCC;
}
a.flinkse:hover {
text-decoration: none;
color: #CCC;
font-weight: bold;
font-size: 10px;
font-style: italic;
}
.flinks {
 padding: 0px 7px 0px 5px;
 border-right: thin dotted #CCC;
 text-align: center;
 font-size: 8px;
 font-weight: bold;
 color: #CCC;
}
a.flinks:link,
a.flinks:visited {
 text-decoration: none;
 color: #CCC;
}
a.flinks:hover {
text-decoration: none;
color: #CCC;
font-weight: bold;
font-size: 10px;
font-style: italic;
}

.centerall {
 text-align: center;
}
.decor {
 text-decoration: none;
}
.clear { clear: both; background: none; }

/* WP related tags */

.post
{
	//padding: 5px;
	//margin: 0 0 40px;
	text-align: justify;
	display: block;
}
.entry p
{
	line-height: 1.2em;
	padding: 0 5px 15px 5px;
}
