@charset "UTF-8";

/* Layout Overview */

body {
	text-align: center;
	width: 808px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 140%;
}

blockquote {
  font-style: italic;
}
.small {
  font-size: 11px;
}

.bodyContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

div#content {
	margin-top: 60px;
	margin-left: 60px;
	margin-right: 60px;
	color: #6f6f6f;
}
div#content:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

div#header {
	text-indent: -1000px;
	margin-left: 2px;
	background-image: url(images/header.gif);
	background-position: center;
	height: 80px;
}

div#footer {
	margin-top: 20px;
	clear: both;
	text-align: left;
	background-color: #412a2a;
	color: #9b917e;
	font-size: 11px;
	line-height: 1.1em;
	padding-top: 6px;
	padding-left: 4px;
	height: 20px;
}
div#footer-bottom {
	height: 10px;
}

.login {
	text-align: right;
}
.login a:link, .login a:active, .login a:visited {
	font-size: 10px;
	color: #FFFFFF;
}
.login a:hover {
	color: #999999;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #5a3780;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.maincol {
	clear: both;
	margin: 25px;
}


/* Global Menu */

div#gm {
	background-color: #412a2a;
	height: 26px;
	padding-left: 10px;
	border-bottom: solid 1px #C5C5C5;
}

div#gm ul {
	margin: 0px;
	padding: 0px;
}

div#gm ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: none;
	list-style-type: none;
}

div#gm a {
	display: block;
	overflow: hidden;
	text-indent: -200px;
	margin-right: 1px;
}
div#gm a:hover {
	background-position: 0px -26px;
}
div#gm a.selected {
	background-position: 0px -26px;
}

.gm-top a {
	width: 189px;
	height: 26px;
	background: transparent url(images/menu_top.gif) no-repeat;
}
.gm-plan a {
	width: 189px;
	height: 26px;
	background: transparent url(images/menu_planners.gif) no-repeat;
}
.gm-staff a {
	width: 189px;
	height: 26px;
	background: transparent url(images/menu_staffs.gif) no-repeat;
}

div#bloglink {
	float: right;
	text-align: right;
	margin-right: 8px;
	height: 38px;
	vertical-align: baseline;
}

  /* dyanamic content */ 

.item {
	text-align: left;
	color: #666666;
	border: 1px solid #412a2a;
	margin-bottom: 10px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
	background-color: #412a2a;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}
.itemBody {
	padding: 4px;
}
.itemBodyEven {
	background-color: #FFFFFF;
}
.itemBodyOdd {
	background-color: #e0e0e0;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
	color: gray;
	font-size: 10px;
}

.blogEntry {
  text-align: left;
  border-top: 1px solid #412a2a;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  color: black;
  font-size: 14px;
  font-weight: bold;
}
.blogEntryBody {
  line-height: 120%;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: gray;
  font-size: 10px;
}

li {
	list-style-type: none;
	list-style-position: outside;
}

.tagCloud {
  line-height: 36px;
}
.tagCloud1 {
  font-size: 10px;
}
.tagCloud2 {
  font-size: 12px;
}
.tagCloud3 {
  font-size: 14px;
}
.tagCloud4 {
  font-size: 16px;
}
.tagCloud5 {
  font-size: 18px;
}
.tagCloud6 {
  font-size: 20px;
}
.tagCloud7 {
  font-size: 22px;
}
.tagCloud8 {
  font-size: 24px;
}
.tagCloud9 {
  font-size: 26px;
}
.tagCloud10 {
  font-size: 28px;
}

/* Portal Area */

div#l-box {
	float: left;
	width: 315px;
	clear: none;
}
div#r-box {
	margin-left: 50px;
	float: left;
	width: 315px;
}

div#l-foot {
	height: 10px;
	background-color: #bdc4d8;
}

div#r-foot {
	height: 10px;
	background-color: #d7d5b5;
}

div#box {
	height: 300px; /* beyond a layout */
}

div#box img {
	border: 0;
	margin-bottom: 5px;
}

div#dot {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 5px;
	background: url(images/line_dot.gif) no-repeat;
}

div#linkbox {
	width: 240px;
	float: right;
	margin-top: 70px;
	font-size: 10px;
	line-height: 120%;
}
