/*
 * Written by Stefano Mazzocchi <stefano at apache dot org>
 */

/* ----------------------------- Global Definitions -------------------- */

body {
    margin: 0px;
    padding: 0px;
	font-family: "georgia", "times", "times new roman", serif;
    color: #222;
    background-color: #fff;
    font-size: 12px;
    quotes: "\201C" "\201E" "\2018" "\2019";
}

a:link {
	color: #222;
}

a:visited {
	color: #555;
}

a:hover {
	color: #000;
}

a:active {
}

a:focus {
}

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

/* ----------------------------- Sidebar  -------------------------- */

#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: "verdana", "helvetica", "arial", sans-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: "verdana", "helvetica", "arial", sans-serif;
    font-size: 10px;
    padding-left: 20px;
    padding-right: 5px;
}

#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 ---------------------------- */

#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 #ccc;
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 1px 5px 1px 5px;
    margin: 10px -10px 0px -10px;
}

/* ----------------------------- News ---------------------------- */

.news {
    margin: 30px 10px 30px 10px;
}

.news h3 {
    margin: 0px;
    padding: 0px;
}

.news .content {
    margin: 5px 5px 5px 15px;
    padding: 0px 5px 0px 5px;
    border-left: 1px solid #ccc;
}

.news .links {

}

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

/* ----------------------------- News Content ---------------------------- */

.news .content p {
    font-size: 12px;
    line-height: 16px;
}

.news .content img {
	margin: 5px;
}

.news .content blockquote {
	margin: 10px 35px 10px 35px;
	padding: 5px;
}

.news .content pre {
	font-family: monospace;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 20px 10px 20px;
	background-color: #f8f8f8;
}

.news .content ul, .news .content ol {
	margin: 5px 35px 5px 35px;
	padding: 5px;
	counter-reset: item;
}

.news .content ul > ul, .news .content ul > ol, .news .content ol > ul, .news .content ol > ol {
	margin: 0px 0px 0px 35px;
	padding: 0px;
}

.news .content li {
	padding: 1px; 
	font-size: 12px;
    line-height: 16px;
}

.news .content a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #777;
	margin: 0px 2px 0px 2px;
	padding: 1px 1px 1px 1px;
}

.news .content a:hover {
	border: 1px dotted #000;
	background-color: #eee;
	padding: 1px 2px 1px 2px;
	margin: 0px;
}

.news .content a:active {
	background-color: #ccc !important;
	position: relative;
	top: 1px;
	left: 1px;
	padding: 1px 2px 1px 2px;
	margin: 0px;
}

.news .content a:focus {
	border: 1px solid #fff !important;
	background-color: #ccc !important;
	padding: 1px 2px 1px 2px;
	margin: 0px;
}

/* ----------------------------- Footer ---------------------------- */

#footer {
    padding: 0px;
    margin: 30px 0px 50px 50px;
}

#footer p {
    padding: 2px 2px 2px 5px;
    background-color: #ccc;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    font-family: "verdana", "helvetica", "arial", sans-serif;
    letter-spacing: 0.15em;
    text-transform: uppercase;
	font-size: 12px;
	text-align: left;
}


