A 			{ color: #990000; text-decoration: none;  } 
A:link		{ color: #990000; text-decoration: none; } 
A:visited	{ color: #990000; text-decoration: none; } 
A:hover {color: #990000; text-decoration: underline;}
a:focus { color : #990000; }
A:active {color: #990000; }

body {
	/*background-color: #c0c0c0; */
}

#page{
	background-color: #FFF;
}



.body { 
	margin-left: 0px;
}

.body img {
	border: 1px solid #CCCCCC;
}

.body p {
	line-height: 1.6em;
	font-size: 1.2em;
}

.byline, .entryfooter, .trackbackfooter {
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
	font-size: 1em;
}

.byline a {
	font-weight: normal;
}

.byline{
	clear:both;
}

.commentBody { 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine {
	font-weight: bold;
	clear: left;
}

#blogText {
	padding:0 8px 0 8px;
	width: 650px;
	float: left;
}



#banner, #banner a {
	font-weight: bold;
	color: white;
}

input, select, textarea { 
	font-size: 1em; 
	color: #000000; 
}


.menuTitle {
	background-color: #cc9900;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}

.calMenuTitle {
	background:url(/images/imgCalendarHeader.gif) no-repeat;
	letter-spacing: .2em;
	width: 227px;
	height: 21px;
}

.recentMenuTitle {
	background:url(/images/imgRecentHeader.gif) no-repeat;
	letter-spacing: .2em;
	width: 227px;
	height: 21px;
}

.header, .header a {
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.calendarTable, .calendarTable a { 
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarTable td {
	padding: 5px;
	border: 1px solid #ccc;
}

.calendarToday {
	background-color: #E1E1E1;
	color: #000;
}

.blogHere {
	background-color: #B7B7B7;
}



.menuBody {
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.searchMenuBody {
	text-align: left;
	margin-left: 6px;
	margin-top: 0;
}

.calMenuBody {
	width: 225px;
	text-align: left;
	margin-top: 0;
	border: 1px solid #cccccc;
}

.recentMenuBody {
	width: 220px;
	text-align: left;
	margin-top: 0;
	border: 1px solid #cccccc;
	padding-left: 5px;
	padding-top: 10px;
	line-height: 1.7em;
	padding-bottom: 10px;
}



.menuBody .header {
}

.calMenuBody .header{
	padding: 5px;
}

.menuBody A {
}

.calMenuBody a {
	font-weight: normal;
}

.date { 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.footerHeader {
	background-color: #ddd;
	color: #666; 
	border:1px solid #999;
	padding:5px;
	font-weight:normal;
}

.rightMenu {
	margin:8px;
}

.code {
	font-family: courier,monospace;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}
.center{
	text-align:center;
}

.entry{
	width: 583px;	
	margin-bottom:30px;
	padding-bottom:15px;
	background:url(/images/imgDottedLine.gif) no-repeat bottom;
}

.entryLast {
	width: 583px;
}

a img{
	border: 0px;
}

.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt{
background-color:#efefef;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}



.commentBody, .trackbackBody{
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
	color: #000000;
 }



.commentByLine, .trackbackByLine {
	font-style: italic;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
	
#calendar th{
	font-weight: normal;
	font-size: 10px;
}


.tbLink{
	font-size:1.1em;
}



.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 1.1em;
font-weight: normal;
color: #000000;
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;
}

.searchForm {
	padding: 0;
	margin-top: 10px;
}

.searchField {
	width: 148px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}

.subscribeField {
	width: 120px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}

.redText {
	color: #990000;
}