A 			{ text-decoration: none; font-weight:bold; } 
A:link		{ color: #004990; text-decoration: none; } 
A:visited	{ color: #004990; text-decoration: none; } 
A:active	{ color: #0080C0;  } 
A:hover		{ color: #0080C0;  } 

body {
	background-color:#E4E4E4;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#page{
	background-color: #FFF;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	color: #004990;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	color: #004990;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	color: #004990;
}

.body {
	font-size: .8em; 
	line-height:1.3em;	
	color: #000; 
	margin-left: 0px;
}

.byline, .entryfooter, .trackbackfooter {
	font-size: .7em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}
.byline{
	clear:both;
}

.commentBody {
	font-size: .8em; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine, .tweetbackByLine {
	font-weight: bold;
	clear: left;
}

#blogText {
	padding:0 8px 0 8px;
}

#banner {
	padding-left:50px;
	height:45px;
	font-size:2.3em;
	background-image:url(http://images.classsoftware.com/images/logosm.gif);
	background-repeat:no-repeat;
	background-color:#2FB457;
}

#subtitle {
	font-size:0.4em;
	color: #004990;
}


.orgclass {
	text-transform:lowercase;
}

.orgsoftware {
	color:#FFF;
	font-size:0.8em;
	text-transform:uppercase;
}

input, select, textarea {
	font-size: 1em; 
	color: #000000; 
}


.menuTitle {
	font-size: .7em;
	background-color: #2FB457;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}

.header, .header a {
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}

#navigation {
	font-size: .8em;
	margin-top:0.5em;
	margin-left:0.5em;
	margin-right:1.5em;
}

#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: 2FB457;
}

/* tagcloud */
 
.smallestTag { 
	font-size: 9px; 
}

.smallTag { 
	font-size: 11px; 
}

.mediumTag { 
	font-size: 13px; 
}

.largeTag { 
	font-size: 16px; 
}

.largestTag { 
 	font-size: 20px; 
}

/* search */
.highlight { 
	background-color: yellow; 
}

.menuBody {
	font-size: .65em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.menuBody .header {
	font-size: 1em;
}

.menuBody A {
	font-size: 1em;
}

.date {
	color: #004990;
	padding:5px;
	margin-bottom:10px;
	font-weight:bold;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader, .tweetbackHeader {
	font-size: .7em; 
	color: #666; 
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.footerHeader {
	background-color: #ddd;
	font-size: .5em; 
	color: #666; 
	padding:5px;
	font-weight:normal;
}

.rightMenu {
	border:1px solid #999;
	margin:8px;
}

.code {
	font-family: "courier new",courier,monospace;
	font-size: 1.1em;
	line-height:1.7em;
	border: solid thin #999;
	background-color: #D3FBDF;
	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: 1em;
	color: black;
	border: solid thin #999;
    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, .tweetback, .commentAlt, .trackbackAlt, .tweetbackAlt {
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt , .tweetbackAlt{
background-color:#efefef;

}
.comment img, .commentAlt img, .tweetback img, .tweetbackAlt img {
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
	max-width: 48px;
	max-height: 48px;	
}



.commentBody, .trackbackBody, .tweetbackBody {
	font-size: .7em; 
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-size: .7em; 
	color: #000000;
 }



.commentByLine, .trackbackByLine, .tweetbackByLine {
	font-style: italic;
	font-size: .7em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
	
#trackbacks,#comments, #tweetbacks {
	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;
}
