





/* default.css
 *
 * Simple css definitions file for the BeClan planet output.
 */

/* The following defintions are global. */
body {
	margin: 0px;
	padding: 0px;
	color: 0xffffff;
	font-family: "georgia", "times", "times new roman", serif;
}

a:link {
	color: #000000;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
}

a:focus {
}

h1 {
    font-family: "georgia", "times", "times new roman", serif;
    font-size: 28px;
    letter-spacing: 0.25em;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    color: #000;
    font-weight: normal;
    background-color: #996633;
    border-bottom: 2px solid #996666;
}

h2 {
	font-family: "georgia", "times", "times new roman", serif;
	font-size: 20px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
	color: #000;
	font-weight: normal;
	background-color: #eee;
	border-bottom: 2px solid #996633;
}

/* We have a sidebar on the right, which uses these definitions. */
#sidebar {
	float: right;
	top: 150px;
	right: 0px;
	width: 210px;
	background-color: white;

	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 20px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sidebar h2 {
	font-family: "georgia", "times", "times new roman", serif;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	padding: 2px 0px 2px 4px;
	margin: 15px 0px 5px 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sidebar p {
	font-family: "georgia", "times", "times new roman", serif;
	font-size: 10px;
}

#sidebar ul {
    margin: 5px;
    padding-left: 25px;
}

#sidebar li {
    margin-left: 0px;
    list-style-type: none;
    font-family: "verdana", "helvetica", "arial", sans-serif;
    font-size: 10px;
}

/* Body definitions */
#body {
	padding: 10px;
}

#body h2 {
	font-family: "georgia", "times", "times new roman", serif;
	font-size: 14px;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	color: #333;
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #996666;
	background-color: #996633;
	border-bottom: 1px solid #996666;
	padding: 1px 5px 1px 5px;
	margin: 10px -10px 0px -10px;
}

.news {
	margin: 30px;
}

.news .permalink {
    text-align: right;
}

