/* -------------- */
/*  Definitions   */
/*  -----------	  */
/*  screen = 850  */
/*  article = 640 */
/*  menu = 190	  */
/* -------------- */

body {
	font: normal 11px verdana;
	color: threeddarkshadow;
	padding-top: 10px;
	text-align: center;
	background: #FE8905 url(images/background.gif) 50% 0 repeat-y;
}

/* ---------------- */
/*   Page Layout    */
/* ---------------- */

#outercontainer {
	width: 850px;
	margin: 0px auto;
}

#header {
	height: 98px;
	background: #ffffff url(images/clouds.jpg);
	text-align: left;
	border: 2px solid #ffffff;
}

#footer {
	width: 850px;
	height: 20px;
	background: #ffffff;
	clear:both;
	border-bottom: 2px solid #c0c0c0;
	padding: 5px 0 5px 0;
}

.headerleft {
	display: inline;
	width: 50%;
	text-align: left;
}

.headerright {
	display: inline;
	width: 50%;
	text-align: right;
}

#narrowDiv {
	float: right;
	margin: 0 0 15px 0;
	padding: 0;
	width: 190px;
}

#wideDiv {
	float:left;
	padding: 0;
	width: 640px;
	margin-bottom: 15px;
}

/* --------------- */
/*   Menu Layout   */
/* --------------- */

div.menu {
	width: 190px;
	background: #ffffff;
	text-align: left;
	margin: 15px 0 0 0;
}

div.menu div {
	width: 190px;
	background: url(images/top_190.gif) top left no-repeat;
	padding-top: 1px;
}

div.menu div div {
	width: 190px;
	background: url(images/bottom_190.gif)  bottom left no-repeat;
}

/* ------------------- */
/*   Article Layout    */
/* ------------------- */

div.article {
	width: 640px;
	background: #ffffff;
	text-align: left;
	margin: 15px 0 0 0;
}

div.article div {
	width: 640px;
	background: url(images/top_640.gif) top left no-repeat;
}

div.article div div {
	width: 640px;
	background: url(images/bottom_640.gif)  bottom left no-repeat;
}

/* ------------------ */
/*  Some Shared Bits  */
/* ------------------ */

div.menu div div div { width: 170px; }
div.article div div div { width: 620px; line-height: 150%; }

div.article div div div, div.menu div div div {
	font-size: 10px;
	text-align: left;
	font-size: 12px;
	padding: 0 0 5px 10px
}

div.menu h1 {
	width: 100px;
	font-size: 12px;
}

div.article h1 {
	width: 250px;
	font-size: 18px;
	color: #0176FA;
	text-transform: uppercase;
}

div.article h1.wide {
	width: 450px;
	font-size: 18px;
	color: #0176FA;
	text-transform: uppercase;
}

div.menu h1, div.article h1 {
	margin: 7px 0 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
}

/* ------------------- */
/*      The Rest       */
/* ------------------- */

H1.title, H2.title {
	display: inline;
	font-family: arial;
	font-weight: bold;
	margin: 0;
}

H1.title { font-size: 25px; }
H2.title { font-size: 21px; }

H2.articleheader {
	margin: 0 0 0 0;
	font-size: 18px;
	display: inline;
	font-weight: bold;
	color:  #0176FA;
	border-bottom: 1px solid #c0c0c0;
}

H2.smheader {
	margin: 20px 0 5px 0;
	font-size: 15px;
	display: block;
	color:  #0176FA;
}

H2.smheader a {
	text-decoration: none;
	color:  #0176FA;
}

div.article h3 {
	margin: 7px 0 0 30px;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.3ex;
	padding-top: 5px;
}

P {
	font-size: 12px;
	margin: 5px 0px 5px 0;
}

P.postdate {
	font-size: 11px;
	color: #c0c0c0;
	margin: 20px 0 10px 0;
}

P.headertag {
	margin: 0 0 5px 5px;
	font-weight: bold;
}

P.error {
	color: red;
	font-weight: bold;
	margin: 10px 0 0 120px;
}

P.thanks {
	font-size: 13px;
	margin: 50px 50px;
	text-align: center;
}

P.pointer {
	text-align: right;
	line-height: 110%;
}

P.psearch {
	margin: 10px 0 10px 10px;
}

p.name {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}
p.date {
	font-family: verdana;
	font-size: 10px;
	color: blue;
	margin: 0px;
}
p.comment {
	font-family: verdana;
	font-size: 11px;
	margin: 10px 0 0 0;
}

div.commentdiv {
	width: 350px;
	margin: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #c0c0c0;
}

UL.archive {
	margin: 5px 0 10px 0;
	padding-left: 10px; 
	list-style-type: none;
}

UL.inset {
	margin: 0 0 -10px 5px;
	padding: 0 0 0 15px; 
}

OL.inset {
	margin: 0 0 -10px 10px;
	padding: 0 0 0 15px; 
}

img.bullet {
	margin: 0 10px 1px 0;
	border: 0;
}

img.leftquote {
	margin: 0 5px 0 0;
	border: 0;
}

img.rightquote {
	margin: 0 0 0 5px;
	border: 0;
}

img.mugshot {
	margin: -5px 5px 0 -5px;
	float: left;
}

img.photo {
	border: 2px solid black;
}

img.photoleft {
	border: 2px solid black;
	float: left;
	margin-right: 15px;
}

img.photoright {
	border: 2px solid black;
	float: right;
	margin-left: 15px;
}

img.sw {
	margin-right: 5px;
}

input.tidybutton {
	width: 100px;
	font-size: 11px;
	margin: 5px 10px 0 0;
}

input.loginfield {
	width: 50px;
	font-size: 11px;
}

select.loginfieldtitle {
	width: 50px;
	font-size: 11px;
}

input.imgurl {
	width: 150px;
	font-size: 11px;
}

input.search, select.search {
	width: 140px;
	font-size: 11px;
}

input.searchwide, select.searchwide {
	width: 400px;
	font-size: 11px;
}

input.imgbutton {
	font-size: 11px;
	width: 100px;
	margin: 0 0 20px 0;
}

textarea.comment {
	height: 100px;
	width: 300px;
}

label.forminput {
	width: 60px;
	float: left;
}

label.searchinput {
	width: 90px;
	float: left;
}

label.searchinputwide {
	width: 90px;
	float: left;
}

label.smdate {
	width: 125px;
	float: left;
}

textarea.comments {
	height: 150px;
	width: 400px;
}

a.regular {
	color: threeddarkshadow;
	text-decoration: none;
	font-weight: bold;
}

a.regular:hover {
	border-bottom: 1px dashed;
}

a.greylink {
	font-size: 11px;
	color: #c0c0c0;
}

hr.separator {
	width: 620px;
	border: 0.02em dotted #c0c0c0;
}

.code {
	display: inline;
	line-height: 60%;
	margin: 0px;
	background-color: #f0f0f0;
}

.highlight {
	background: yellow;
	padding: 3px;
}