/* templates/ect/style.css  */
/* HTML Elements */

body {
	margin: 1em 15%;
	padding: 0pt;
	background-color: rgb(21, 64, 147);
	color: rgb(255, 255, 255);
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: small;
}

#mainpane {
	border: 3px solid rgb(0, 0, 0);
	border-top: 0;
	color: rgb(0, 0, 0);
	background-color: rgb(249, 243, 179);
}

a,
a:link,
a:visited {
	color: rgb(88, 132, 220);
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(88, 132, 220);
}

h3, h4 {
  margin: 0;
  padding: 0;
}

/* Banner */

#serendipity_banner {
	border: 3px solid rgb(0, 0, 0);
	border-bottom: none;
	color: rgb(0, 0, 0);
	background-color: rgb(249, 243, 179);
	background-image: url(templates/ect/img/logo.png);
	background-repeat: no-repeat;
	background-position: 1em;
	height: 105px;
	padding: 1em;
}

#serendipity_banner h1 {
	text-align: right;
	font-variant: small-caps;
}

#serendipity_banner h2 {
	text-align: right;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited {
	border: medium white dotted;	
	color: rgb(88, 132, 220);
	text-decoration: none;
	font-size: x-large;
	padding: 2px 5px;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited {
	font-size: x-large;
	text-decoration: none;
	color: red;
	font-size: small;
}

/* Calendar */

table.serendipity_calendar a,
table.serendipity_calendar a:link,
table.serendipity_calendar a:visited {
  font-size: x-small;
  color: white;
}

table.serendipity_calendar a:hover {
  color: rgb(88, 132, 220);
}

table.serendipity_calendar td {
  line-height: 140%;
  font-size: x-small;
}

.serendipity_weekDayName {
    font-size: x-small;
    font-weight: bold;
    text-align: center;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  font-size: x-small;
  text-decoration: none;
  font-weight: bold;
  color: rgb(88, 132, 220);
}

.serendipity_calendarDay {
    font-size: small;
    text-align: center;
    width: 30px;
    border-bottom: 1px solid rgb(21, 64, 147);
    border-left: 1px solid rgb(21, 64, 147);
}
.serendipity_calendarDay.FirstRow {
    border-top: 1px solid rgb(21, 64, 147);
}
.serendipity_calendarDay.LastInRow {
    border-right: 1px solid rgb(21, 64, 147);
}

.serendipity_calendarDay.Active {
	color: white;
    background-color: rgb(88, 132, 220);
}

.serendipity_calendarDay.Today {
	color: rgb(21, 64, 147);
    background-color: white;
}

/* Sidebars */

#serendipityLeftSideBar,
#serendipityRightSideBar {
  display: block;
  padding: 10px;
  vertical-align: top;
  border-right: 1px rgb(21, 64, 147) dashed;
}

.serendipitySideBarTitle {
	border-style: solid;
	border-color: rgb(21, 64, 147);
	border-width: 0pt 0pt 3px;
	margin: 0;
	font-size: x-small;
	font-weight: bold;
	padding-left: 0;
	text-transform: uppercase;
	color: rgb(255, 0, 0);
}

.serendipitySideBarTitle:first-letter {
	color: rgb(255, 255, 255);
	background-color: rgb(21, 64, 147);
	font-size: 170%;
}

div.serendipitySideBarItem {
  font-family: verdana, arial, sans-serif;
  color: #333;
  font-size: x-small;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

.serendipitySideBarContent {
	padding: 0.5em;
}

.serendipitySideBarContent ul {
	padding-left: 1em;
}

/* Entries */

div.serendipity_Entry_Date {
	padding: 1em;
	margin: 0.5em;
}

.serendipity_date {
	font-size: x-small;
	text-align: right;
}

.serendipity_title {
	border: 1px black solid;
	background-color: rgb(88, 132, 220);
	margin-left: -1em;
	padding: 0.2em;
	padding-left: 0.5em;
	color: white;
	font-size: medium;
	text-align: left;
	display: list-item;
	list-style-type: none;
}

.serendipity_title a,
.serendipity_title a:link,
.serendipity_title a:visited {
	color: white;
	background-color: rgb(88, 132, 220);
}

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

.serendipity_entry {
  line-height: 140%;
  padding: 1em;
  padding-left: 0;
}

div.serendipity_entryFooter {
  padding-top: 1em;
  color: #003366;
  clear: both;
  font-size: x-small;
}

/* Comments */

.serendipity_comment {
  font-size: small;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
}

.serendipity_comment_source {
  border-bottom: 1px dotted #999;
}

.serendipity_commentsLabel {
  font-size: small;
}

.serendipity_commentsTitle {
	font-size: normal;
	font-weight: bold;
	text-transform: uppercase;
  	border-style: dashed;
	border-color: rgb(21, 64, 147);
	border-width: 0;
	border-top-width: 1px;
}

/* Misc */

#content {
  width: 80%;
}

/** 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;
}

.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_body {
	text-align: justify;
}


