
body{
	margin: 0;
	padding: 0;
	background-color: #DDDDDD
}

#nav {
	width: 90%;
	/*margin-top: 200px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*font-weight: 700;*/
	/*background-color: #636667;*/
	padding: 4px 0px 4px 0px;
	/*border-right: 1em solid #999999;*/
	/*-moz-border-radius: 9px; */
}

#nav a {
	color: #000000;
	text-decoration: none;
	font-family: impact sans-serif;
	font-size: 12pt;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 4px 5px 4px 5px;
	/*border-right: 2px solid #7777AA;*/
}

#nav a:link, #nav a:visited {
    /*border-left: #00425E solid 10px;*/
    color: #2a377f;
}

#nav a#urhere{
	color: #4F67F0;
}

#nav a:hover{
	color: #808FE1;
}

.floatleft {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}

div.container{
	width: 1000px;
	background-color: #ada693;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid gray;
	/* non-standard until CSS3 */
	-moz-border-radius: 12px;
}

div.index-header{
	height: 336px;
	width: 979px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-image: url(images/waneka-scale3.jpg);
    background-repeat: no-repeat;
    border: 0px solid white;
}

div.header{
	height: 88px;
	width: 979px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background-image: url(images/head-scale2.jpg);
    background-repeat: no-repeat;
    border: 0px solid white;
}

div.index-title{
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: impact sans-serif;
	font-size: 30pt;
	font-weight: 900;
	color: #2a377f;
	border: 0px solid white;
}

div.title{
	padding-top: 0px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: impact sans-serif;
	font-size: 20pt;
	font-weight: 900;
	color: #2a377f;
	border: 0px solid white;
}

div.slogan{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: impact sans-serif;
	font-size: 10pt;
	font-weight: 900;
	letter-spacing: 10px;
	color: #2a377f;
	border: 0px solid white;
}

div.spacer{
	height: 15px;
	width: 100%;
	background-color: #7777AA;
}

div.spacer10{
	height: 10px;
	width: 100%;
}

div.spacer200{
	height: 200px;
	width: 100%;
}

div.content{
	width: 98%;
	background-color: #FFFFFF;
	font-family: times sans-serif;
	font-size: 12pt;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: black;
	border: 1px solid gray;
	-moz-border-radius: 6px;
}

p.content{
	padding-left: 20px;
	padding-right: 20px;
}

div.footer{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: impact sans-serif;
	font-size: 8pt;
	font-weight: 200;
	color: #2a377f;
	border: 0px solid white;
}


div.serendipity {
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	/* basic text color */
	color: #333333;
	background: white;
	font-family: verdana, arial, sans-serif;
}

/* ------- Extracted exactly from [serendipity]/templates/idea/style.css
   ------- except where noted. Global styles above "blockquote" in the
   ------- original file were not used.
   ------- In Serendipity Admin, embedded should be set to "YES"
*/

blockquote {
  border: 1px #999 dashed;
  background-image: url({TEMPLATE_PATH}img/quote.gif);
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
  padding: 1em;
  margin: 1em;
  margin-right: 0;
}

ul {
  list-style-image: url({TEMPLATE_PATH}img/bullet.gif);
  list-style-type: circle;
  padding-left: 1em;
}

::-moz-selection {
  background: #eee;
}

::selection {
  background: #eee;
}

/* Banner */
#serendipity_banner {
  /* MODIFIED FOR CR.COM */
  background-image: url({TEMPLATE_PATH}img/I_had_an_idea.jpg);
  background-repeat: no-repeat;
  /* originally 150px; */
  height: 135px;
}

#serendipity_banner h1 {
  /* MODIFIED FOR CR.com */
  /* margin-left: 140px; */
  /* added color */
  margin-left: 180px;
  font-size: x-large;
  font-variant: small-caps;
  padding-top: 1em;
}

#serendipity_banner h2 {
  /* MODIFIED FOR CR.com */
  /* margin-left: 140px; */
  margin-left: 180px;
  font-size: small;
  border-bottom: 1px #999 dashed;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited {
  /* modified for CR.com */
  /* color: #999; */
  color: #2a377f;
  text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited {
  /* modified for CR.com */
  /* color: #999; */
  color: #999;
  text-decoration: none;
}

/* Calendar */
table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited {
  font-weight: bold;
  font-style: italic;
}

table.serendipity_calendar a:hover {
  background: #ccc;
  color: #003366;
}

table.serendipity_calendar td {
  font-size: x-small;
  padding: 0.2em;
  text-align: center;
}

td.serendipity_calendarHeader a,
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  color: #003366;
  font-weight: bold;
  border: 0;
  background: white;
}

/* Sidebars */

#serendipityLeftSideBar,
#serendipityRightSideBar {
  display: block;
  padding: 10px;
  width: 11em;
  vertical-align: top;
}

.serendipitySideBarTitle {
  font-size: x-small;
  color: #666;
  font-weight: bolder;
  line-height: 140%;
  padding: 0.2em;
  padding-left: 1em;
  letter-spacing: 0.2em;
  padding-bottom: 0;
}

#serendipityRightSideBar * .serendipitySideBarTitle {
  border-left: 1px #666 dashed;
}

#serendipityLeftSideBar * .serendipitySideBarTitle {
  border-right: 1px #666 dashed;
}

div.serendipitySideBarItem {
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.serendipitySideBarContent {
  color: #333;
  border-top: 1px #666 dashed;
  font-size: x-small;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
}

#serendipityRightSideBar * .serendipitySideBarContent {
  border-right: 1px #666 dashed;
}

#serendipityLeftSideBar * .serendipitySideBarContent {
  border-left: 1px #666 dashed;
}

/* Entries */

div.serendipity_Entry_Date {
  padding-left: 1em;
}

.serendipity_date {
  color: #999;
  font-size: small;
  font-weight: bold;
  text-transform: lowercase;
  margin-bottom: 0.7em;
  border-bottom: 1px #999 dashed;
  text-align: right;

  background-image: url({TEMPLATE_PATH}img/clock_face_messy_paint_runs.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 21px;
  padding-right: 60px;
  vertical-align: bottom;
}

.serendipity_title,
.serendipity_Admin_title {
  padding-bottom: 0.7em;
  font-size: medium;
  font-weight: bold;
  text-transform: uppercase;
}

.serendipity_title a,
.serendipity_title a:hover,
.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_Admin_title a,
.serendipity_Admin_title a:hover,
.serendipity_Admin_title a:link,
.serendipity_Admin_title a:visited {
  /* modified for CR.com */
  /* color: #999; */
  color: #555;
  text-decoration: none;
}

.serendipity_entry,
.serendipity_admin {
  font-size: small;
  font-weight: normal;
  line-height: 140%;
  padding-left: 1em;
}

div.serendipity_entryFooter {
  padding-top: 1em;
  margin-bottom: 1em;
  clear: both;
  font-size: x-small;
}

/* Comments */

.serendipity_comment {
  border-left: double #999 thick;
  font-size: small;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
  padding: 3px;
  padding-bottom: 0;
  overflow: auto;
}

.serendipity_commentBody {
  padding-bottom: 1em;
}

.serendipity_commentsLabel {
  font-size: small;
}

.serendipity_commentsTitle {
  font-size: medium;
  font-weight: bold;
  text-transform: uppercase;
}

/* Admin */

.serendipity_admin td {
}

/* Misc */

#content {
  width: 100%;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    margin: 3px;
}

.serendipity_imageComment_center {
    margin: 0px;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 9pt;
    text-align: center;
}

img.serendipity_entryIcon {
    float: right;
    border: 0px;
    padding: 0.3em;
}

.serendipity_admin_list_item_even {
}

.serendipity_admin_list_item_uneven {
    background-color: #eee;
}

.serendipity_admin_filters {
    border: 1px dashed;
    background-color: #FFFFFF;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

.serendipity_admin_sortorder {
    font-size: 10px;
    text-align: center;
}

.serendipity_admin_sortorder input,
.serendipity_admin_sortorder select,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
    font-size: 10px;
}

.serendipity_comments {
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
  border-left: double #669999 thick;
  color: #669999;
}
