/**
-------------------------------
PropertyOrder
-------------------------------

 @ display
 @ visibility
 @ overflow
 @ list-style
   @ type
   @ image
   @ position
   @ position
 @ float
 @ clear
 @ top right bottom left
 @ width
 @ height
 @ margin
 @ padding
 @ border
 @ background
   @ color
   @ image
   @ repeat
   @ position
   @ attachement
 @ color
 @ font
   @ style
   @ variant
   @ weight
   @ size
   @ line-height
   @ family
 @ text-decoration
 @ text-align
 @ vertical-align
 @ white-space
 @ other text
 @ quotes
 @ content
*/

@CHARSET "UTF-8";

#topsection{
background-image: url("../img/massat.png");
background-repeat: no-repeat;
}

#topsection h1{
font-size: 50px;
}

#contentcolumn{

}

.entry{
	background: #A8EEFF;
}

.entry H2{
	float: left;
}

.timestamp{
	float: right;
	color: #305596;
	font-size: small;
	text-align: right;
}

.entry .body{
	clear: both;

}

.entry .footer{
	font-size: small;
}

#rightcolumn{

}

.tags{
	background: #E9F757;
}

.tags ul{
	list-style-image: url("../img/icons/tag_red.png");
	vertical-align: top;
}

#footer{
text-align: center;
}