body {
	font-family: Georgia, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
}

a {
	color: #003399;
}


/*	HEADER	*/
#header {
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
}

#blog-title {
	font-size: 3.0em;
	font-weight: bold;
}

#blog-subtitle {
	font-size: 1.5em;
}

#toplinks {
	width: 40%;
	float:right;
	font-size:0.8em;
}


/*	LEFT SIDE	*/
#left .portlet-left {
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 5px 0px;	/* T   R   B   L */
}

.portlet-left .portlet-left-title {
	font-size: 0.8em;
	font-weight: bold;
	display: inline;
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 0px 0px;	/* T   R   B   L */
}

.portlet-left .portlet-left-title a {
	color: #000000;
	text-decoration: none;
}

.portlet-left .portlet-left-title a:hover{
	text-decoration: none;
}

.portlet-left .portlet-left-content {
	font-size: 0.7em;
	padding: 5px 5px 5px 5px;	/* T   R   B   L */
}

.portlet-left ul {
	list-style: none;
	list-style-image: none; /* bug in IE */
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 0px 0px;	/* T   R   B   L */
}

.portlet-left li {
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 5px 0px 0px 0px;	/* T   R   B   L */
}

/*	CENTER	*/
#content {
	margin: 0px 0px 0px 0px;	/* T   R   B   L */
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
}

#content .post-box {
	margin: 0px 0px 30px 0px;	/* T   R   B   L */
}

.post-box .post-title {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;	/* T   R   B   L */
}

.post-box .post-title a{
	color: #000000;
	text-decoration: none;
}

.post-box .post-info {
	font-size: 0.7em;
	margin: 0px 0px 5px 0px;	/* T   R   B   L */
}

.post-box .post-body {
	font-size: 0.8em;
}

#content .anchor {
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 20px 0px;	/* T   R   B   L */
}

.anchor .ob-type {
	color: #003399;
	font-size: 0.7em;
}

.anchor .ob-url {
	font-size: 0.7em;
}

#content ol.comments {
}

ol.comments li {
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 10px 0px 0px 0px;	/* T   R   B   L */
}

.metadata {
	font-size: 0.7em;
	color: #999999;
	border-top: 1px dotted #999999;
	padding: 5px 0px 0px 0px;	/* T   R   B   L */
	margin: 5px 0px 0px 0px;	/* T   R   B   L */
}

#content .comment-box {
	font-size: 0.7em;
}

.comment-box label {
	font-weight: bold;
}
.comment-box .input {
	width: 30em;
}
.comment-box .textarea {
	width: 30em;
	height: 150px;
}

/*	RIGHT SIDE	*/
#right .portlet-right {
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 5px 0px;	/* T   R   B   L */
}

.portlet-right .portlet-right-title {
	font-size: 0.8em;
	font-weight: bold;
	display: inline;
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 0px 0px;	/* T   R   B   L */
}

.portlet-right .portlet-right-content {
	font-size: 0.7em;
	padding: 5px 5px 5px 5px;	/* T   R   B   L */
}

.portlet-right ul {
	list-style: none;
	list-style-image: none; /* bug in IE */
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 0px 0px;	/* T   R   B   L */
}

.portlet-right li {
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 5px 0px 0px 0px;	/* T   R   B   L */
}

.portlet-right a {
}


/*	FOOTER	*/
#footer {
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
}


/*	CALENDAR	*/
#calendar {
	font-size:0.9em;
	width: 85%;
	speak-header: always;
}

#calendar caption {
	font-size:1.1em;
	font-weight: bold;
	padding: 5px 0px 5px 0px;	/* T   R   B   L */
}

#calendar caption #month {
	padding: 0px 10px 0px 10px;	/* T   R   B   L */
}

#calendar th {
	font-weight: normal;
}

#calendar td {
	text-align: center;
	padding: 2px 0px 2px 0px;	/* T   R   B   L */
	margin: 0px 0px 0px 0px;	/* T   R   B   L */
}

#calendar td.normal {
}


/*	POLL RESULTS	*/
#pollresults {
}

#pollresults .pollanswer {
	padding: 0px 0px 0px 0px;	/* T   R   B   L */
	margin: 0px 0px 20px 0px;	/* T   R   B   L */
}

#pollresults img {
	height: 1em;
}


/*	OTHERS	*/
.mandatory {
	color: #ff0000;
}
