
/* base css */
@import url(http://www.typepad.com/.shared/themes/common/base-weblog.css);
@import url(http://klab.lv/stc/sixhtml/ljextras.css);
/* theme css */
@import url(http://www.typepad.com/.shared/themes/classic/theme-green.css);



/* user css */

	a:link
	{
		color: #0077AA;
	}
	
	a:visited
	{
		color: #0077AA;
	}
	a:active
	{
		color: #0077AA;
	}
	a:hover
	{
		color: #999;
	}
	
	.module-content
	{
		color: #999;
	}
	
	.module a:link
	{
		color: #0077AA;
	}
	
	.module a:visited
	{
		color: #0077AA;
	}
	
	.module a:active
	{
		color: #0077AA;
	}
	
	.module a:hover
	{
		color: #999;
	}


	.module-categories ul ul li
	{
		list-style-type: circle;
		margin: 3px 0 1px 15px;
		padding-left: 0;
		background: none;
		height: auto;
		overflow: auto;
	}

	.module-calendar table
	{
		width: 100%;
	}
	
	#banner
	{
		background: #008899;
	}
