body {
	font-family: sans-serif; 
	font-size: medium;
	background-color: #fafafa;
	color: #151525;
}

#content {
	float: right;
	width: 67%;
	overflow: auto;
	text-align: justify;
	line-height: 150%;
	/*
	background: #e6e4f3;
	*/
	margin: 10px;
	margin-top: 0px;
}

#rightmenu {
	float: left;
	width: 25%;
	border: 0px dashed #000000;
	margin: 20px;
	margin-top: 0px;
	text-align: left;
	line-height: 150%;
}

#title {
	float: right;
	bottom: 0px;
	color: #000000;
	padding-left: 15px;
	padding-top: 8px;
	margin: 2px;
	text-align: center;
	font-weight: bolder;
	font-size: 200%;
	/* -moz-border-radius: 10px; */
}

#title > a {
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	text-decoration: none;
}

#logos {
	float:right;
	padding-top: 2px;
	right: 16px;
	top: 16px;
}

#categories {
	margin-left: 15px;
}

#footer {
	width: 100%;
	font-size: small;
	word-spacing: 1.3em;
	text-align: center;
	font-family: serif;
	color: #000000;
	margin-top: 12px;
}

.comment_link {
	margin-left: 15px;
	margin-right: 15px;
}

pre {
	font-family: monospace;
	background-color: #dddddd;
	overflow: auto;
	padding: 5px;
	margin: 5px;
}

img {
	border: 0px dashed #000;
}

a[href] {
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 1px;
}

a:link {
	color: #223399;
	text-decoration: underline;
}

a:visited {
	color: #113366;
	text-decoration: underline;
}

a:active {
	color: #000000;
}

a:link:hover, a:visited:hover {
	background-color: #dddddd;
	color: #000000;
}

a:link:focus, a:visited:focus {
	background-color: #fff;
}

a:link img, a:hover img {
}

h2, h4 {
	font-style: italic;
	font-weight: lighter;
	padding: 5px;
	padding-left: 5px;
	border-bottom: 1px dashed #000000;
}

h2 {
	font-size: large;
	font-stretch: expanded;
}


.storyBody {
	font-family: sans-serif; 
	padding-left: 15px;
	padding-right: 15px;
}

.blosxomDate {
	font-style: italic;
	color: #000000;
}

.blosxomTitle {
	font-size: larger;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
}

a.blosxomTitle {
	text-decoration: none;
	color: #000000;
}

.blosxomTime {
	color: #000000;
}

.blosxomCalendar {
	width: 90%;
	margin-left: 5px;
	text-align: center;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	border-collapse: collapse;
	border: none;
}

.blosxomCalendarHead {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	border-bottom: #000000 solid 1px;
}

.blosxomCalendarWeekHeader {
	font-size: 100%;
	color: #000;
	font-weight: bold;
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
}

.blosxomCalendarEmpty {
	border: none;
}

.blosxomCalendarCell {
	padding: 2px;
	border: none;
	font-size: 100%;
}

.blosxomCalendarBlogged {
	color: #000000;
	font-weight: bold;
	border: none;
}

.blosxomCalendarBlogged:hover {
}

.blosxomCalendarToday {
	color: #000;
	font-size: x-small;
	font-weight: bold;
	border: #000000 solid 1px;
}

.blosxomCalendarSpecificDay {
	font-size: 100%;
}

.blosxomCalendarSpecificDay:hover {
	background: #fff;
}

.comment-footer {
	padding: 3px;
	margin: 5px;
	border-bottom: 1px dashed #000000;
}

.blosxomComment {
	padding: 3px;
}

input {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

/*input: active {
	background: #cce;
}
*/

input:focus {
	background: #fff;
}

textarea {
	padding: 1px;
	width: 75%;
}

textarea:focus {
	background: #fff;
}

p {
	padding-left: 5px;
}

#tagcloud {
	text-align: center;
	padding: 1em 5em 0em 5em;
	-webkit-border-radius: 290px;    /* for Safari */
	-moz-border-radius: 290px;       /* for Firefox */
}

#tagcloud > a {
	text-decoration: none;
	padding: 1px 6px 1px 6px;
}

#tagcloud > a:hover {
	background-color: #dddddd;
}

.mostHugeTag {
	font-size:175%;
	font-weight: bolder;
}


.hugestTag {
	font-size:150%;
	font-weight: bold;
}

.hugeTag {
	font-size:135%; 
	font-weight: bold;
}

.biggestTag {
	font-size:120%;
}

.bigTag{
	font-size:105%;
}

.mediumTag {
	font-size:90%; 
}

.smallTag {
	font-size:75%;
	font-variant: normal;
}

.smallestTag {
	font-size:40%;
	font-variant: normal;
	display: none;
}

blockquote {
	font-style: italic;
	padding-left: 1em;
	margin-left: 2em;
	border-left: 1px dashed #000000;
}
#gapingvoidwidget {
	background-color: #fafafa;
}
