body {
	font-family: Georgia, sans-serif;
	padding: 10px 20px;
	font-size: 10pt;
}

h1, h2, h3 {
	margin: 0;
}

h2 { 
	font-size: 15pt;
	margin-top: 1em;
	margin-bottom: 0.2em;
	border-bottom: 1px dotted #aaa;
}

p {
    margin: 0;
    margin-bottom: 1em;
}

img {
	border: 0;
}

a[href] {
    color: #44e;
    text-decoration: none;
}

a[href]:hover {
    text-decoration: underline;
}

#page-head {
	margin: 20px 0;
	border-bottom: 1px dotted #aaa;
}

#page-head p {
	font-size:  10pt;
	color:      #555;
	font-style: italic;
	margin:     0;
} 

#page-content {
	margin-left: 220px;
} 

#page-sidebar {
	float: left;
	width: 200px;
}

#page-footer {
    margin-top:  25px;
	padding-top: 15px;
	border-top: 1px dotted #aaa;
	clear: both;
	text-align: center;
	font-size: 8pt;
	color: #555;
}

.sidebar-box {
	margin-bottom: 25px;	
	border: 1px dotted #555;
}

.sidebar-box h3 {
    padding: 2px;
    background-color: #eee;
	border-bottom: 1px dotted #aaa;
}

.sidebar-box ul {
    margin: 3px 0;
    padding-left: 5px;
    list-style-type: none;
}

.sidebar-box ul li {
    padding: 2px;
    vertical-align: middle;
    padding-left: 21px;    
    background-position: left 2px;
    background-repeat: no-repeat;
}

.sidebar-widgets {
    text-align: center;
}

li#link-about {
    background-image: url(images/information.png);
}

li#link-download {
    background-image: url(images/package_go.png);
}

li#link-news {
    background-image: url(images/newspaper.png);
}

li#link-faq {
    background-image: url(images/help.png);
}

li#link-tracker {
    background-image: url(images/bug.png);
}

li#link-svn {
    background-image: url(images/bricks.png);
}

li#link-source {
    background-image: url(images/page_white_gear.png);
}

li#link-discuss {
    background-image: url(images/comments.png);
}

li#link-usage {
    background-image: url(images/help.png);
}

.screenshot {
	margin: 15px 0;
	text-align: center;
	font-size: 9pt;
}

.screenshot img {
	border: 1px solid #d0d0d0;
	padding: 2px;
}

.screenshot span {
	display: block;
}

.download-package {
	margin-left: 30px;
	margin-bottom: 25px;
}

.download-package h3 {
    margin-left:  -20px;
    padding-left: 20px;
    background: url(images/package_go.png) left 2px no-repeat;
}

.download-package .download-info {
    color: #666;
    font-size: 9pt;
}

.download-package .download-desc {
	padding-left: 150px;
}

.indent-image {
    padding: 3px;
    margin: 10px 0 10px 30px;
}

.news-item {
	margin: 10px 0 15px 30px;
}

.news-item h3 {
    margin-left:  -20px;
    padding-left: 20px;
    background: url(images/newspaper.png) left 2px no-repeat;
}

.news-item .news-date {
    color: #888;
    margin-bottom: 1em;
    font-style: italic;
}

.usage-tip {
	margin: 2em;
	padding: 5px 0 5px 20px;
	background: url(images/lightbulb.png) left 5px no-repeat;
	font-style: italic;
}
