/*  
Theme Name: dkret3

Userstyle: Fluidelity
Description: Variable size of the content area
Version: 1.1
*/

* {
	font-family: Verdana, Geneva, Arial, Sans-Serif; /* 'Lucida Grande', 'Lucida Sans Unicode',  */
}

html,
body {
	color: #000000; /* #474747 */
}
body {
  background-color: #CCCCFF; /* #567 */
}

/* Default html styles and css classes */
#content h1,
#content h1 a,
#content h1 a:hover,
h2,
h2 a,
h2 a:hover,
h3,
h3 a,
h3 a:hover,
h4,
h4 a,
h4 a:hover,
h5,
h5 a,
h5 a:hover,
h6,
h6 a,
h6 a:hover {
	color: #000000; /* #3a7930 */
	font-weight: bold; /* normal */
}

a {
	color: #003399; /* #048 */
}
a:hover {
	color: #000000; /* #68f */
	text-decoration: underline;  /* ADDED */
}

td {
	padding: 1px 5px; /* 5px 10px */
}

#content {
	text-align: left; /* justify */
}

#content ul li {
	padding: 0 0 5px 20px; /* 0 0 0 16px */
}

div#wrapper {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	width: auto;
	max-width: 980px; /* 1100px */
	min-width: 630px; /* ADDED 650px */
}

div#container {
	margin: 0 -250px 50px 0;  /* -320px */
}

div#content {
	margin: 25px 250px 0 0; /* 320px */
}

div.sidebar {
	width: 220px;  /* 290px */
}

#pages {
	background: transparent; /* #eefad7 */
	border: none; /* 2px dotted #444 */
	margin: 15px 0 0;
	padding: 0; /* 7px 7px 0 */
}

.sidebar ul ul li,
.bottombar-column ul ul li {
	background: transparent; /* url(images/bullet_blue.gif) no-repeat; */
	padding: 5px 0 0 17px;  /* 0 0 0 16px */
}

#pages li.page_item {
	background: transparent; /* url(images/bullet_sub.gif) no-repeat */
	padding: 0 0 2px 17px;
}

#pages h3 {
	font-weight: bold;
	margin: 0 0 5px;
}

/* sidebar & footer */
.sidebar h2,
.bottombar-column h3,
.sidebar h3,
.widget_title,
#wp-calendar caption {
	border-bottom: 1px dotted #444;
	color: #000000; /* #3a7930 *//
	margin: 15px 0 5px;
}