#page{
	background-color: #FFF;
}

/* fix the AddThis styles for Giva CSS overrides */
#addthis_dropdown15 td {
	background-color: transparent !important;
	text-align: inherit !important;
}

h1.secttl a,
h1.secttl a:visited {
	color:#000099;
}

h1.secttl a:hover,
h1.secttl a:active {
	color: #66cc33 !important;
}

.byline, .entryfooter, .trackbackfooter {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 11px; /*.7em*/
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.byline{
	margin-top: 10px;
}

#blogText {
	padding:0 8px 0 8px;
}


input, select, textarea {
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: 1em; 
	color: #000000; 
}


.menuTitle {
	background-color: #fff;
	color: #000099;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	line-height: 19px;
	margin: 0px 0px 3px;
	text-align: left;
	vertical-align: top;
}

.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px; /*.7em*/
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}

.menuBody {
	background-color: transparent;
	color: #707070;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 10px 10px 3px 0px;
	text-align: left;
	vertical-align: top;
}

.menuBody p {
	font: inherit;
}

.menuBody .header {
	font-size: 11px;
}

.menuBody A {
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
}

.date {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;  
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-family: verdana, arial, helvetica, sans-serif;  
	font-size: 12px; 
	color: #000099; 
	font-weight: bold;
	line-height: 12px; 
	margin-top: 10px; 
	margin-bottom: 0px; 
	text-align: left; 
	padding: 0px;
}

.footerHeader {
	background-color: #ddd;
	font-family: "Trebuchet MS", verdana, arial, sans-serif; 
	font-size: .7em; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	font-weight:normal;
}

.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	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;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}
.center{
	text-align:center;
}
.entry{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}
a img{
	border: 0px;
}

.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #f2f2f2;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt{
	background-color: #fafafa;
}

.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}



.commentBody, .trackbackBody {
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
	color: #000000;
 }
 
#relatedentries {
	margin: 10px;
	padding: 10px;
	border: 1px solid #66CC33;
}



.commentByLine, .trackbackByLine {
	font-style: italic;
	font-size: .9em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
#calendar th{
	font-weight: normal;
}
.tbLink{
	font-size:1.1em;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

.byline img{
	vertical-align: top;
}

/*==================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;
}

#frmComment {
	width: 550px;
	background-color: #fafafa;
	border: 1px solid #f2f2f2;
	margin: 10px 0pt;
	padding: 0pt 15px 0pt 10px;
}

#frmComment label {
	display: block;
	font-weight: bold;
	margin: 5px 0pt;
}

.inline {
	display: inline !important;
}

#frmComment input.wide, #frmComment textarea.wide {
	width: 100%;
}

#frmComment input {
	font-family: Verdana,sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 2px;
}

#frmComment textarea {
	display: block;
	font-family: Verdana,sans-serif;
	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 100px;
	line-height: normal;
	padding: 2px;
}