/* ##### Common Styles ##### */

body {
  	color: black;  
  	background: rgb(243,242,235) url(images/sider.jpg) top center repeat;
  	font-family: verdana, helvetica, arial, sans-serif;
  	font-size: 73%;  /* Enables font size scaling in MSIE */
  	margin: 0;
  	padding: 0;
}

#inner {	
	background-position: 100% 50%;
	background-repeat: no-repeat} 
	.centeredBox {	
	width: 100%;
	max-width: 1024px;
	min-width: 700px;	
	margin: 0 auto;
}

html > body {
  	font-size: 9pt;
}

acronym, .titleTip {
  	border-bottom: 1px dotted rgb(168,140,83);
  	cursor: help;
  	margin: 0;
  	padding: 0;
}

.doNotDisplay {
  	display: none !important;
}


.smallCaps {
  	font-size: 117%;
  	font-variant: small-caps;
}

h2 {
	font-size: 125%; 
}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
}

dt {
  	font-weight: bold;
  	margin: 0;
  	padding: 0 0 0.5ex 0;
}

dd {
  	margin: 0 0 1.5em 1.5em;
  	padding: 0;
}

.center {
	text-align: center;
}

/* ##### Header ##### */

#header {
	color: inherit;
	background-color: #000000;
	BACKGROUND-IMAGE: url(images/header.png);
	height: 101px;
}

#lightning  {
	float: left;
	margin-top: -15.3em;
	margin-left: 59px;
	width: 203px;
}

#dateheader {
	font-size: 11px;
	font-weight: bold;
	color: #e3deca;		
	margin-top: -1.3em;
	margin-left: 540px;
		
}


/* ##### top rollovers ##### */

#nav {
	background: url(images/topnav.jpg) repeat-x;
	background-color: #000000;
	MARGIN: 0px auto auto;
	HEIGHT: 20px;	
	BORDER-BOTTOM: #000000;	
}

#nav h1{
	display: none;
}

#nav li{
	display: block;
	float: left;
}

#nav li span{
	display: inline;
}

#nav li a:link, #nav li a:visited, #nav li a:active{
	display: block;
	font-family: "Trebuchet MS", "Lucida Grande", Geneva, Arial, sans-serif;
	font-size: 13px;
	text-transform: lowercase;
	letter-spacing: 1pt;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 19px;
	border-right: 1px #000000 solid;
	padding: 0 25px;	
	float: left;
	text-indent: 0px;
}

#nav li a:hover{
	color: #CCCCCC;
	background: #000000;
	HEIGHT: 20px;
}

/* ##### Left Side Bar ##### */

.leftSideBar {
  	width: 12.5em;
  	float: left;
  	clear: left;
}

.leftSideBar .sideBarTitle {
  	color: rgb(64,64,64);
  	background-color: rgb(230,223,207);
  	background: transparent url(images/sidebar-title.png) top left no-repeat;
  	font-weight: bold;
  	margin: 0;
  	padding: 0.8ex 1ex;
}

.leftSideBar ul {
  	list-style-type: none;
  	list-style-position: outside;
  	margin: 0 0 1em 0;
  	padding: 0;
}

.leftSideBar li {
  	margin: 1ex;
  	padding: 0 0 0 0;
}

.leftSideBar a {
  	color: #3d6666;
  	background-color: transparent;
	background: transparent url(images/dot.gif) no-repeat 3px 3px;
	padding: 0 0 0 18px;
	text-decoration: none;
}

.leftSideBar a:hover {
  	color: #000000;
  	background-color: transparent;
	font-weight: bold;
  	text-decoration: none;
}

.leftSideBar .sideBarText {
  	color: rgb(166,140,83);
  	background-color: transparent;
	line-height: 1.25em;
  	margin: 1ex 0.25ex 1.5em 0.75ex;
  	padding: 0;
  	display: block;
}

.leftSideBar .sideBarText a {
  	text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  	text-decoration: none;
}

.leftSideBar .thisPage {
  	color: rgb(64,64,64);
  	background-color: transparent;
  	font-weight: bold;
}

/* ##### Right Side Bar ##### */

.rightSideBar {
	width: 13em;
	margin: 2ex 0.75ex 0 0;
	padding: 0;
	float: right;
	clear: right;
	border: 2px solid rgb(216,210,195);
	background: transparent url(images/right-sider.png) no-repeat;
	position: relative;
}

[class~="rightSideBar"] {
  	margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  	color: black;
  	background-color: rgb(230,223,207);
  	background: transparent url(images/sidebar-title2.png) top left no-repeat;
	font-weight: bold;
  	margin: 1.25ex 1ex;
  	padding: 0.9ex 1ex;
}

.rightSideBar a {
  	color: rgb(166,140,83);
  	background-color: transparent;
  	text-decoration: none;
  	font-weight: bold;
}

.rightSideBar a:hover {
  	text-decoration: underline;
}

.rightSideBar .sideBarText {
  	line-height: 1.5em;
  	margin: 0;
  	padding: 0 2ex 1em 2ex;
}

.rightSideBar .more {
  	text-decoration: none;
  	text-align: right;
  	margin: 0;
  	padding: 0 2ex 1em 2ex;
  	display: block;
}

.rightSideBar .more:hover {
  	text-decoration: underline;
}

.rightSideBar ul {
  	list-style-type: none;
  	list-style-position: outside;
  	margin: 0 0 1em 0;
  	padding: 0;
}

.rightSideBar li {
  	margin: 1ex;
  	padding: 0 0 0 0;
}

.rightSideBar img {
 	border: 0;
}

#weathericon { 

   	text-align: center;
	margin-top: 25px; 
   	color: rgb(168,140,83);  
   	font: bold 11px helvetica, arial, sans-serif;
}

/* ##### Main Copy ##### */

.main-copy {
	color: black;
	background: white url(none) top center repeat;
	text-align: left;
	line-height: 1.7em;
	margin: 0 0 0 12.5em;
	padding: 0.5ex 15em 1em 1em;
	border-left: 1px solid rgb(216,210,195);
}

.main-copy h1 {
  	color: rgb(166,140,83);
  	background-color: transparent;
  	font-family: arial, verdana, helvetica, sans-serif;
  	font-size: 175%;
  	font-weight: bold;
  	font-style: italic;
  	text-align: left;
  	margin: 1em 0 0 0;
  	padding: 1em 0 0 0;
  	border-top: 1px solid rgb(216,210,195);
}

.main-copy a {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

.main-copy a:hover {
	 color: rgb(64,64,64);
}

.date-header {
	display: block;
	text-align: center;
	background: transparent url(images/datebox.png) top left no-repeat;
	float: left;
	width: 86px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: bold;
	margin-right: 10px;
	color: #FFFFFF;
	position: relative;
	margin-top: 5px;
}

.post {
	border-bottom: 2px solid rgb(216,210,195);
	padding-bottom:1.5em;
}

.post a {
  	color: rgb(166,140,83);
  	background-color: transparent;
  	text-decoration: none;
  	font-weight: bold;
}

.post a:hover {
  	text-decoration: underline;
}

blockquote {  
	background: url(none) no-repeat 0 3px; 
	color: #666; 
	padding-left: 20px;
	font-style: italic;
	margin-bottom: 1px;
	display:block; 
	padding-top:5px;
}

.links a {
  	color: rgb(166,140,83);
  	background-color: transparent;
  	text-decoration: none;
}

/* ##### Footer ##### */

#footer {
  	color: black;
  	background-color: rgb(230,223,207);
	font-size: 92%;
  	text-align: center;
  	line-height: 1.25em;
  	margin: 0;
  	padding: 1em 4mm 1em 4mm;
  	clear: both;
}

#footer div {
  	margin: 0;
  	padding: 0 0 1ex 0;
}

#footer a {
  	color: black;
  	background-color: transparent;
  	text-decoration: underline;
  	font-weight: bold;
}

#footer a:hover {
  	text-decoration: none;
}
	
/* ##### Comments ##### */
	
.comment-link {
  	text-transform:uppercase;
  	letter-spacing:.1em;
}

input.text, textarea {
	
	color: #000000;
	border: 1px solid;
	border-color: #888888 #888888 #aaaaaa #aaaaaa;
	padding: 3px 3px 4px 3px;
	font-size: 1em;
}

input.text:focus, textarea:focus {
	border-color: #000000;
}

.alt {
	 background-color: #f8f8f8;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
}	
