/**
 * 
 * @version 
 * @author 
 */

@import 'global.css';


/** Global Header
-----------------------------------------*/
#global_header h1 {
	background: url(../images/global/tags_header_title.gif) right 135px no-repeat;
}




/** Index
-----------------------------------------*/
h2 {
	margin-bottom: 30px;
	line-height: 1.5;
	color: #333;
}


/** Archive
-----------------------------------------*/
#archivelist {
	border-top: 3px solid #ccc;
}
#archivelist ul li {
	padding: 0.3em 0;
	border-bottom: 1px dotted #999;
	font-size: 90%;
}
#archivelist ul li span {
	display: block;
	float: left;
	width: 70px;
	font-size: 14px;
	color: #333;
}
#archivelist ul li a {
	display: block;
	float: right;
	width: 400px;
	text-decoration: none;
}
#archivelist ul li a:hover {
	text-decoration: underline;
	color: #333;
}

/** Secondary
-----------------------------------------*/
#recentnews h3 {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 0.1em;
	border-bottom: 1px dotted #999;
	font-size: 100%;
	color: #333;
}
#recentnews ul li {
	margin-bottom: 0.5em;
	font-size: 77%;
}
#recentnews ul li span {
	display: block;
	font-size: 110%;
	color: #333;
}

