@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');


html { font-sze: 100%; }
body {
	background: #FFFFFF;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
}

#menu { display: none; }

#leftcol { clear: left; }

#rightcol { clear: right; }

ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#header {
	background-color: #3F51B5;	
	padding: 5px; 
	margin: 0;
}

#header #site-title
{
	font-weight: bold;
	clear: left;
	background-color: #3F51B5;
        color: #FFFFFF;
}

#footer {
	clear: both;
	text-align: center;
}

.block-title
{
	padding-top: 10px;
	font-size: 1rem;
	font-weight: 700;

}

.bookmark-module .block-title {
        font-size: 100%;
        font-weight: 700;
        clear: both;
        padding: 4px;
        background-color: #3F51B5;
        color: #FFFFFF;
        line-height: 1em;
}

.bookmark-folder {
	font-size: 100%;
	font-weight: 700;
	clear: both;
	padding: 4px;
	background-color: #fff;
	color: #000;
	line-height: 1em;
}

.bookmark-list {
	margin: 2px;
	padding: 2px 2px 15px 10px;
	border-bottom: 1px black solid;
}

.feed-header, .login-header {
	display: block;
	font-size: .9rem;
	clear: left;
	overflow: hidden;
	padding: 6px 2px 2px 2px;
	background-color: #fff;
	margin-top: 2px;
	border-top: 1px black solid;
}

.feed-title
{
	display: block;
	float: left;
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: inherit;
	margin: 0;
}

.feed-title a { color: #000; }
.feed-title a.alink { color: #000; }
.feed-title a.vlink { color: #000; }

.feed-date
{
	display: table;
	float: right;
	text-align: right;
	color: #000;
	font-size: 8pt;
	font-weight: normal;
}

.feed
{
	clear: both;
	vertical-align: top;
}

.rss-title { 
	color: #000;
	margin: 2px 2px 2px 8px;
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #ddd;
 }


.hint
{
	text-align: left;
	padding: 0 0 0 18px;
}

.bold { font-weight: bold; }
.ralign { text-align: right; }
.small { font-size: 9px;}
.small-center { text-align: center; font-size: 9px;}
.center { text-align: center; }
.error { color: #f00; text-indent: 25px; }
.warning { color: #f00; text-indent: 25px; }


.active-category
{
	font-size: .9rem;
	padding: 1px;
	background-color: #eee;
	color:#000;
}

a {	color: #000; 
	text-decoration: none;
}
a.alink { color: #000; }
a.vlink { color: #000; }
a.inactive-category {
	font-size: .7rem;
	color: #777;
	padding: 1px;
	background-color: #fff;
}

a.bookmark-link
{
	font-weight: normal;
	line-height: normal;
}
