A 			{ color: #083643; text-decoration: none; font-weight:bold; }
A:link		{ color: #083643; text-decoration: none; }
A:visited	{ color: #083643; text-decoration: none; }
A:active	{ color: #B1E001;  }
A:hover		{ color: #B1E001; text-decoration: underline; }

body {
	background-color: #FFF;
	font-family: "Trebuchet MS", "Bitstream Vera sans", Helvetica, sans-serif;
	font-size: medium;
	color: #476C5E;
}

* body {
	font-size: small;
	f\ont-size: medium;
}

#banner img {
	border: none;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	color: #476C5E;
}

#blogText .byline {
	font-size: 60%;
}

#blogText h1 {
	font-size: 160%;
}
#blogText h2 {
	font-size: 140%;
}
#blogText h3 {
	font-size: 120%;
}
#blogText h4 {
	font-size: 100%;
}
#blogText h5 {
	font-size: 90%;
}
#blogText h6 {
	font-size: 80%;
}

#blogText .body {
	font-size: 70%;
}

#blogText .hrule {
	background: url('../images/hrule.gif') center center no-repeat;
}

#blogText .byline img {
	vertical-align: middle;
}

#blogText .code {
	margin: 5px 0 5px 10px;
	padding: 5px;
	border: 1px solid #083643;
	font-family: "Courier New",courier,monospace;
	color: black;
	background-color: #FFE;
  	line-height: 15px;
  	max-height: 400px;
  	overflow-y: auto;
}

#relatedEntriesList {
	margin: 5px 0;
}

#relatedEntriesList li {
	font-size: 70%;
}

.footerHeader {
	border: 1px solid #083643;
	padding: 5px;
	background: #cef09d;
	font-size: 60%;
	clear: both;
}

.footerHeader a {
	color: #083643;
}

.addCommentLink {
	text-align: right;
	margin-bottom: 5px;
}

.addCommentLink a {
	font-size: 80%;
}

.commentBody img {
	float: left;
}

.commentBodyAfterGravatar {
	margin-left: 45px;
	font-size: 80%;
}

.commentByLine {
	clear: both;
	font-size: 60%;
}

.comment, .commentAlt {
	padding: 5px;
	border: 1px dotted #083643;
}

.comment {
	background: #FAFAFA;
}

.commentAlt {}

#menu {
	padding-left: 5px;
	border-left: 1px solid #B1E001;
}

#menu .rightMenu {
	margin-bottom: 5px;
}

#menu .menuTitle {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #083643;
}

#menu .menuBody {
	font-size: 70%;
}

a img {
	border: 0px;
}

.header, .header a {
	text-align: center;
	font-weight: bold;
}

input, select, textarea {
	font-family: Courier New, monospace;
	font-size: 110%;
	color: #476C5E;
}

#calendar{
	width:90%;
	margin:0 auto 0 auto
}

.calendarTable, .calendarTable a {
	font-size: 90%;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: #cef09d;
	border: 1px solid #083643;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-size: 70%;
	color: #666;
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.date {
	color: #666;
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 110%;
font-weight: normal;
color: #476C5E;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto;
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
	background: #FFF;
margin:8px;
}