body {
    background-color: #fff;
    color: #555;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-size: 0.8em;
    line-height: 1.7em;
    margin: 0px;
    padding: 5px;
    border: solid 5px #DDDDDD;
    border-bottom: 0px;
}

ul, ol {
    margin-bottom: 18px;
}

ul 
{
    /*list-style-image: url('/media/images/bloo/list-icon.gif');*/
    margin-left: 18px;
}

.errorlist
{
    color: #9C0000;
    font-weight: bold;
}

img
{
    border: 0px;   
}

a, a:link {
    text-decoration: underline;
    /*color: #c00;*/
    color: #000033;
}

a:visited {
    /*color:#9C0000;*/
    color: #116E9F;
}

a:hover {
    background-color: #009;
    color: #FFFFFF;
}

a:active {
    color: #000033;
}

a.plain, a.plain:link, a.plain:visited, a.plain:hover, a.plain:active
{
    text-decoration: none !important;
    background-color: #FFFFFF !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Garamond, Times, serif;
    font-weight: normal;
    margin-bottom: 18px;
}

h2 a {
    color: inherit !important;
    text-decoration: inherit !important;
}

h2 a:hover {
    color: #555;
    background-color: #fff;
}

p {
    margin-bottom: 18px;
}

pre
{
    line-height: normal;
}

p label 
{
    width: 150px;
    display: block;
    float: left;
    vertical-align: top;
}

p textarea
{
    width: 500px;
    height: 140px;   
}

p input
{
    width: 240px;
}

img.screenshot
{
    border: solid 1px #CCCCCC;
    margin: 2px;
}

img.thumbnail
{
    width: 150px;
    border: solid 4px #000000;
    margin: 2px;
}

blockquote
{
    background-color: #CCCCCC;
}

#header 
{
    padding-top: 15px;
    padding-bottom: 15px;
}

#header h1 {
    font-weight: bold;
}

#header a {
    text-decoration: none;
    border-top: 3px;
}
#content {
}

#content h1 {
    font-family: Trebuchet MS;
    font-size: 2.0em;
}

#content h2 {
    font-family: Trebuchet MS;
    font-size: 1.2em;
}

#content h3 {
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 1.1em;
}

#content h4 {
    font-family: Trebuchet MS;
    font-size: 1.0em;
}

#logo 
{
    width: 120px;
    text-align: center;
}

#sidebar 
{
    width: 220px;
    padding-top: 40px;
}

#sidebar ul {
    list-style-type: none;
    padding-left: 1em !important;
    margin-left: 0 !important;
    font-weight: bold;
}

#sidebar ul ul {
    font-weight: normal;
    list-style-type: disc;
}

#sidebar ul ul a:hover {
    color: #15AFE4;
}

#sidebar h3 {
    text-transform: lowercase;
}

#footer 
{
    padding-top: 10px;
    clear: both;
    text-align: center;
    font-size: .9em;
}

div.licensing {
	background-color: #DEE7F7;
	border:1px solid #CCCCCC;
	color:#000000;
	font-size:0.8em;
	line-height:1.1em;
	margin:8px auto;
	padding:10px 10px 12px;
	text-align:center;
}
img.licensing {
	float:left;
	margin-right:10px;
	margin-top:-2px;
}
ul.comment-list li{
	padding-bottom: 20px;
	list-style-type: none;
}
ul.page-list{
	margin: 0px;
	padding: 0px;
}
ul.page-list li{
	padding: 0px;
	padding-top: 10px;
	list-style-type: none;
}
ul.page-list li h3{
	margin: 0px;
	padding: 2px;
}
ul.page-list li img{
	border: solid 1px #EEEEEE;
}
ul.page-list li h3 *{
	font-family: verdana;
	text-decoration: none;
	color: #666666;
	font-size: 13px;
}
