/*******************************************************************************************************
********************************************** ABOUT ***************************************************
*******************************************************************************************************/
#archive_top{
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
	margin: 10px 10px 10px 0;
	background: url("/images/templates/label_bg.png") no-repeat #2c6d76;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding:3px;
border:1px solid #444444;
}

#archive {
	width: 600px;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
	margin: 10px 10px 20px 0;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding:10px;
padding-bottom:50px;
border:1px solid #444444;
background: #dddddd;

}

#archive_top p{
	color: #ffffff;
	font-size: 70%;
	padding: 5px 0 5px 0;
}

#archive #year {
	border-bottom: 1px solid #666666;
	color: #2b5a60;	
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}

#archive #month {
	float: left;
	margin: 0 0 10px 0;;
	text-align: center;
	width: 146px;
}

#archive #month a{
	border-bottom: 1px dotted #666666;
	color: #2b5a60;	
	font-size: 80%;
	text-decoration: none;
}

#archive #month a:hover{
	border-bottom: 0px;
}

#archive ul,li {
	font-weight: normal;
	list-style: none;
}

#archive li {
	font-size: 60%;
	margin: 5px 0;
}

#archive a{
	border-bottom: 1px dotted #222222;
	color: #222222;
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;
}

#archive a:hover{
	border: 0;
}

#back {
	margin: 0 0 10px 0;;
	text-align: center;
}

#back a{
	color: #555555;
	border-bottom: 1px dotted #333333;
	font-size: 90%;
	text-decoration: none;
}

#back a:hover{
	border-bottom: 0px;
}

#about_label{
	font-weight: bold;
	text-align: center;
	font-size: 150%;
	width: 100%;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
	margin: 10px 10px 0 0;

-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding:3px;
border:1px solid #444444;
background: #ffffff;

}

#nothing {
	color: darkgreen;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}