/*  
Theme Name: dkret3

Userstyle: Small Sidebar
Description: bigger content, smaller sidebar, just one green column (sidebar column1)
Version: 1.1.1
*/

/* highlight images with links */
a img:hover {
  background: #dcdcdc;
}

/* Just added Georgia font here: */
* {
	font-family: Georgia, 'Lucida Sans Unicode', Verdana, Geneva, Arial, Sans-Serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#container {
	float: left;
	margin: 0 -240px 50px 0;
}
div#content {
	margin: 25px 240px 0 0;
	overflow: hidden;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 210px;
}
.sidebar-column {
	width: 44.4%;
}

#blog-title a {
	color: #ddfdff;
}

#blog-description {
	color: #6688ff;
}

h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover {
	color: #048;
}
h4, h4 a, h4 a:hover {
	color: #000;
	font-weight: bold;
}

#content dt {
	color: #048;
}
.commentnumber, .trackbacknumber {
	color: #048;
}
.sidebar h2, .bottombar-column h3, .sidebar h3, .widget_title, #wp-calendar caption {
	color: #048;
}
