﻿body 
{
    font-family: Verdana;
    font-size: .8em;
    background-color: #fafaff;
}

a:link
{
	color: #5f6a72;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #5f6a72;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #5f6a72;
	font-weight: bold;
	text-decoration: underline;
}
a:active
{
	color: #5f6a72;
	font-weight: bold;
	text-decoration: underline;
}



/* General page structure */
div.mainpane
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    width:800px;
}

div.mainheader 
{
    height: 116px;
    background-image: url('../images/Head.png');
    background-repeat: no-repeat;
    text-indent: 320px;
    color: #cd5a13;
    line-height: 178px;
    font-family: "Century Gothic", "Helvetica";
    font-size: 2.15em;
}

div.maincontent
{
    /*background-image: url('../images/Center.png');*/
    /*background-repeat: repeat-y;*/
    padding-left: 0px;
    padding-right: 0px;
    margin-right: auto;
    margin-left: auto;
    display: table-cell;
}

div.mainfooter
{
    height: 16px;
    margin-top: 4px;
    background-image: url('../images/Foot.png');
    background-repeat: no-repeat;
}

div.maincontent div.pane1
{
	float: left;
	width: 650px;
}

div.maincontent div.pane2
{
	float: left;
	width: 148px;
}


/* Sidebar */
div.sidebarelement
{
	border-style: solid;
	border-width: 1px;
	border-color: #c0ddea;
	width: 148px;
	margin-bottom: 12px;
}

div.sidebartitle
{
	width: 100%;
	height: 20px;
	font-family: Verdana;
	font-size: 1.2em;
	color: white;
	text-indent: 4px;
    background-image: url('../images/SidebarTitle.png');

}

div.sidebarcontent
{
	width: 100%;
	text-indent: 4px;
	font-weight: bold;
	color: #5f6a72;
	height: 18px;
	cursor: pointer;
}

div.sidebarcontent:hover 
{
	background-color: #c0ddea;
}

/* Blog */
div.blogelement
{
	clear: both;
	margin-top: 10px;
	margin: 0px 0px 0px 0px;
	width: 620px;
}

div.blogtitle 
{
	text-align: right;
	font-weight: normal;
	font-size: .7em;
	clear: both;
	width: 100%;
        height: 2.2em;

	color: #5f6a72;
}

div.blogcontent
{
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #ef984a;
	border-top: solid 3px #ef984a;
	padding-left: 2px;
	padding-right: 2px;
}

.blogtitle ul.titlelist
{
	list-style-type: none;
	margin: 0;
	padding: .5em 0;
}

.blogtitle ul.titlelist li.title
{
	float: left;
	font-weight: bold;
	color: #ef984a;
	font-size: 1.5em;
	display: block;
}

.blogtitle ul.titlelist li 
{
	text-align: center;
	vertical-align: text-bottom;
	display: inline;
}


/* Quote */
p.quote
{
	border: dotted 1px #cccccc;
	background-color: #ffffff;
	padding: 2px 2px 2px 2px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Photo */
img.photo
{
	border: solid 1px #aaaaaa;
	margin: 4px 4px 4px 4px;
	padding: 3px 3px 3px 3px;
}
