@charset "UTF-8";

body {
	background: white;
	color: black;
	font-family: verdana,georgia,arial,sans-serif;
	margin: 0;
}

img {
	border: 0;
}

img.photo {
  border: 1px solid #036;
  width:  64px;
  height: 64px;
}

A {
	color: #036; }
A:link {
	color: #036; }
A:visited {
	color: #312; }
A:active {
	color: #888; }
A:hover {
	color: #036; }

h1, h2, h3 {
	margin: 0;
	padding: 0;
}


/* ------------------------------- */
/*    Style for banner             */
/* ------------------------------- */

#banner {
	background: #79b;
	font-family: cochin,garamond,verdana,sans-serif;
	padding-left: 10px;
	border-bottom: 1px solid #579;
	margin-bottom: 15px;
}

#banner a,link,visited,active,hover {
	color: white;
	text-decoration: none;
	text-transform:uppercase;
}

/* Blog name */
.blogname {
	background: #579;
	color: white;
	font-size: 3.7em;
	font-weight: bold;
	padding-top: 0.4em;
	padding-left:10px;
}

/* Blog description */
.description {
	background: #79b;
	color: white;
	font-size: 1em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:10px;
}

#mulle-logo-box {
	padding-left:   10px;
	width:  100px;
	height: 100px;
}

#mulle-logo {
	position: relative;
	left:   0px;
	top:    0px;
	width:  100px;
	height: 100px;
}

@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0); }
	to   { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin {
	from { -moz-transform: rotate(0); }
	to   { -moz-transform: rotate(360deg); }
}

#mulle-ring {
	position: absolute;
	z-index: 2;
	left:   0px;
	top:    0px;
	width:  100px;
	height: 100px;
	-webkit-animation: spin 10s infinite linear;
	-moz-animation:    spin 10s infinite linear;
}

@-webkit-keyframes mullerich {
	0%, 100% { -webkit-transform: translate(0px, 0px); }
	55%      { -webkit-transform: translate(0px, 0px) rotate(-2deg); }
}
@-moz-keyframes mullerich {
	0%, 100% { -moz-transform: translate(0px, 0px); }
	55%      { -moz-transform: translate(1px, 0px) rotate(-2deg); }
}

#mulle-mullerich {
	position: absolute;
	z-index: 3;
	left:   0px;
	top:    0px;
	width:  100px;
	height: 100px;
	-webkit-animation: mullerich 3s infinite ease-in-out;
	-moz-animation: mullerich 3s infinite ease-in-out;
}

div.mullerich_backdrop {
	position: absolute;
	z-index: 1;
	left:   10px;
	top:    10px;
	width:  80px;
	height: 80px;
	border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
	-moz-border-radius:    40px 40px 40px 40px;
	background: -webkit-gradient(linear, left top, right bottom, from(#557799), to(#7799bb));
	background: -moz-linear-gradient(left top, #7799bb 0%, #557799 100%);
}

/* ------------------------------- */
/*    Style for news (entries)     */
/* ------------------------------- */

.sideboxtitle {
	color: white;
	background: #79b;
	font-size: small;
	/* letter-spacing: 0.3em; */
	/* text-transform: uppercase; */
	text-align: left;
	border-left: .3em solid #579;
	border-bottom: 0.1em solid #579;
	padding-left: 0.3em;
	margin-top: 0em;
	margin-right: 0em;
}

/* title of entry*/
.title {
	font-size: small;
	margin: 0 0.2em 0.3em 0em; 
	border-bottom: 1px dotted black;
}

.title a,link,visited {
	text-decoration: none;
	color: #036;
}


.sidebody {
	/* background: #cdf; */
	font-size:small;
	text-align:left;
	padding: 0.5em 1em .2em 1em;
	margin-bottom: .5em;
}

.category {
	position: relative; top:-2em;
	font-size: x-small;
	text-align:right;
	margin: 0 0.1em 0 0;
}

/* postedtime,comment,trackback information for entry */
.posted {
	position: relative; top:-2em;
	font-size: x-small;
	text-align: right;
	margin: 0 0.2em 0 0;
}


/* ------------------------------- */
/*    Style for featured content   */
/* ------------------------------- */

/* featured software */
.fattitle {
	background: #79B;
	color: #FFF;
	padding: 2px 4px 8px 8px;
	margin-bottom: 10px;
	font-family:verdana, arial, georgia, sans-serif;
	font-size: x-large;
}

/* title of entry*/
.featuretitle {
	font-size: normal;
	font-weight: bold;
	margin: 0 0.2em 0.1em 12px; 
	border-bottom: 1px dotted black;
}

.featuretitle a,link,visited {
	text-decoration: none;
	color: #036;
}

.featurebody {
	color: black;
        font-size: small;
	margin: 0.1em 0.2em 1em 12px;
	line-height: 150%;
}



/* ------------------------------- */
/*    Other stuff                  */
/* ------------------------------- */


/* footer */
.footer {
	background: #808080;
	color: #FFF;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
	padding: 0.2em 1em 0.5em 0;
	border-top: 2px solid #000;
}

/* -------------------- */

blockquote {
	color: #014;
	line-height: 110%;
	margin: 0.5em 1.5em 0.5em 1.5em;
	padding: 0.2em 0.5em;
	border-left: 1px solid #014;
}

pre {
	color: #014;
	font-family: courier new,courier, sans-serif;
	font-size: small;
	line-height: 110%;
	margin: 1em 0 1em 2em;
	padding: 0 0.5em;
	border-left: 1px solid #014;
}

ul,ol {
	color: #000;
	font-size: small;
	line-height: 110%;
	margin: 1em 0 1em 3em;
}


.entry img {
	float: left;
	margin: 0 1em 1em 0;
}


.calendar {
	background:#C0C0C0;
	font-family: georgia,arial,verdana, sans-serif;
	font-size:x-small;
	font-weight:normal;
	line-height:140%;
	text-align:center;
	padding: 0.2em 0 0.2em 0;
	margin-bottom: 15px;
}

/* -------------------- */

/* style for category name in category list*/
.category-banner {
	background: #606060;
	color: #FFF;
	line-height: 110%;
	font-weight: normal;
	padding: 3px 3pt;
	margin-bottom: 10px;
}

.category-banner dt {
	font-size: x-large;
}

.category-banner dd {
	font-size: medium;
	margin: 0.5em 0 0 0;
	padding-left: 1em;
	border-top: 1px dotted #FFF;
}
