/*
#content {
	border: 1px solid #f00
}
*/

/* Universal rules */

#content img {
	border: none;
}
.clearer {clear:both;line-height:0;height:0}
.feedbuttons {
	text-align: right;
}

/* Layout blocks */

#first-block { 
	width: 100%
}
#first-block .left-flex {
	float: left;
	margin: 0 0 0 -240px;
	width: 100%;
}

#exaflop-blog {
	margin: 0 0 0 240px;
	padding: 0px;
}
.blogtitle {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px;
	margin: 0px;
	background-color: #333333;
}
/*
#exaflop-blog a, #exaflop-blog a:visited {
	text-decoration: none;
}
*/

#first-block .right-fix {
	float: right;
	width: 200px;
	padding: 0;
	overflow: hidden;
}


/*
 * Rules for the "misc" box (containing the calendar, archive links and buttons
 */
#misc {
	margin-top: 40px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #000000;
}
h3.calendarLabel {
	margin: 5px 0 5px 0;
	padding-left: 20px;
	background-image: url(calendar.png);
	background-position: top left;
	background-repeat: no-repeat;
}
h3.archiveLabel {
	margin: 10px 0 5px 0;
	padding-left: 20px;
	background-image: url(archives.png);
	background-position: top left;
	background-repeat: no-repeat;	 
}
#archive-links p {
	margin: 0;
	font-size: 12px;
}

#misc a:link {
	color: #fff;
	text-decoration: none;
}
#misc a:visited {
	color: #999;
	text-decoration: none;
}
#misc a:active {
	color: #FF9900;
}
#misc a:hover {
	text-decoration: underline;
}
#misc .buttons {
	margin: 15px 0 5px 0;
	text-align: center;
}


/* 
 * Blog entry rules  -  general 
 */
.blog-entry {
	text-align: justify;
	margin: 20px 0 20px 0;
	padding: 0;
}
.blog-entry h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 0 0;
	padding-left: 20px;
	background-image: url(doc.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.blog-entry .date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0 0 10px 0;
	padding-left: 20px;
}
.blog-entry .info {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 10px 0 10px 0;	
}
.blog-entry .category {
	padding-left: 13px;
	background-image: url(folder.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.blog-entry .poster {
	padding-left: 13px;
	background-image: url(person.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.blog-entry .comments {
	padding-left: 13px;
	background-image: url(comment.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#content .blog-entry .info a:link {
	color: #fff;
	text-decoration: none;
}
#content .blog-entry .info a:visited {
	color: #bbb;
	text-decoration: none;
}
#content .blog-entry .info a:hover, #content .blog-entry .info a:active {
	color: #fff;
	text-decoration: underline;
}

.pivot-popupimage {
	padding: 10px;
}


/* Rules for exaflop_entrypage template */

#entry-wrapper {
	width: 100%;
}
#entry-wrapper .left-flex {
	float: left;
	width: 100%;
	margin: 0 0 0 -230px;
}
#entry-wrapper .left-col {
	margin: 0;
	padding: 0 0 0 230px;
}
#entry-wrapper .right-fix {
	float: right;
	width: 200px;
}
#entry-wrapper .entry-navigation {
	text-align: center;
}


/*
 * Rules to style Tageratti content
 */

.tt_taglist {
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 0 5px 5px 5px;
	background-color: #000;
}
.tt_taglist h2 {
	margin: 5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.tt_taglist ul {
	margin: 0;
}
.tt_taglist li {
	font-size: 10px;
}
.tt_taglist a:link {
	color: #fff !important;
	text-decoration: none;
}
.tt_taglist a:visited {
	color: #999 !important;
	text-decoration: none;
}
.tt_taglist a:active {
	color: #FF9900;
}
.tt_taglist a:hover {
	text-decoration: underline;
}


/* 
 * Rules for exaflop_othersection_frontpage template 
 */

#othersection-wrapper {
	 width: 100%;
}
#othersection-wrapper .left-flex {
	float: left;
	width: 100%;
	margin: 0 0 0 -230px;
}
#othersection-wrapper .left-col {
	margin: 0;
	padding: 0 0 0 230px;
}
#othersection-wrapper .right-fix {
	float: right;
	width: 200px;
}



/* BEGIN CALENDAR RULES */
table.calendar {
	padding: 0px;
	width: 175px;
	margin-left: auto;
	margin-right: auto;
}
.calendar {
	margin: 0px;
	font-size: 12px;
}
.calendar td {
	padding: 2px 2px;
	border: 1px solid gray;
	margin: 0px;
	color: #ccc;
	text-align: center;
}
.calendar td:hover {
	background-color: #CC9999;
}
.calendar th {
	font-weight: bold;
	color: #000;
	background: #ddd;
}
.calendar td a {
	font-weight: bold;
	color: white;
	text-decoration: underline !important;
}
.calendarToday {
	background-color: #ff9;
	color: black !important;
	border: 1px solid #999;
	font-weight: bold;	
}
th.calendarHeaderControl a, th.calendarHeaderControl a:visited {
	font-size:13px;
	color: black !important;
}
/* END CALENDAR RULES */