body {
	background: url(gfx/bg_sides.png) #fff repeat-x;
	font: 12px Verdana,Sans-serif;
    margin: 0;
    line-height: 1.6em;
  	color: #7e7d7d;
  	text-align: justify;
    height:100%; 
}

.textimg {
 	padding: 5px;
 	border: 1px solid #f2f2f2;
 	margin-right: 5px;
 	margin-left: 5px;
 	margin-bottom: 4px;
 	margin-top: 4px;
    float: right;
}

a:link, a:active, a:visited, a:hover {
    text-decoration: none;
    color: #505050;
}

div#page {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

div#menu {
	width: 960px;
	height: 46px;
}

div#menu-logo {
    margin-left: 40px;
    float: left;
    width: 120px;
    height: 46px;
}

div#header {
	background: url(gfx/bg_header.png) no-repeat;
	width: 960px;
	height: 382px;
}

div#content {
	width: 960px;
	text-align: justify;
    background: url(gfx/bg-content.png); 
}

div#content-left {
    width: 705px;
    background: url(gfx/bg-content-left.png) right top no-repeat;
    float: left;
    min-height: 500px;
    }
	
.content-left-header {
    color: #505050;
    font-family: georgia;
    font-size: 22px;
}

div#content-right {
    width: 225px;
    float: left;
    padding: 15px;
    min-height: 500px;
}

div#blog-archive {
    
}

.blog-archive ul {
    padding: 0px;
    margin: 0px;
    line-height: 11px;
}

.blog-archive li {
    padding: 0px;
}

.blog-archive li a:link, a:visited, a:active{
    text-decoration: none;
    color: #505050;
}

.blog-archive li a:hover{
    text-decoration: none;
    color: #000;
}

.blog-archive-year {
    color: #505050;
    font-family: georgia;
    font-size: 15px;
}

.content-right-header {
    color: #505050;
    font-family: georgia;
    font-size: 22px;
}

div#footer-border {
    background: url(gfx/bg-footer-border.png) center no-repeat #f2f2f2;
    height: 56px;
    width: 100%;
}

div#footer {
    background: #404040;
    width: 100%;
    height: 70px;
}

div#footer-content {
    width: 870px;
    margin: 0 auto;
    padding-left: 45px;
    padding-right: 45px;
}

div#footer-left {
    font-family: georgia;
    font-size: 18px;
    color: #fff;
    width: 660px;
    float: left;
}

div.footer-box {
    width: 144px;
    height: 70px;
    float: left;
    border-right: 1px solid #4c4c4c;
    padding-left: 20px;
}

.footer-header {
    font-size: 13px;

}

div#footer-right {
    margin-top: 20px;
    margin-left: 20px;
    font-family: georgia;
    font-size: 18px;
    color: #fff;
    width: 180px;
    float: left;
}

#footer-right a:link {
    color: #fff;
}

#footer-right a:visited {
    color: #fff;
}

div.menu-links {
	float: left;
    height: 46px;
    width: 780px;
    text-align: right;
}

.menu-links li {
    list-style: none;
    float: left;
    padding: 0px 25px;
}

.menu-links ul {
    list-style: none;
    float: right;
    padding: 0px 25px;
}

.menu-link a:link {
    color: #fff;
    font-family: georgia;
    font-size: 17px;
    text-decoration: none;
    font-weight: lighter;
}

.menu-link a:visited {
    color: #fff;
    font-family: georgia;
    font-size: 17px;
    text-decoration: none;
    font-weight: lighter;
}

.menu-link a:hover {
    color: #ccc;
    font-family: georgia;
    font-size: 17px;
    text-decoration: none;
    font-weight: lighter;
}

.post {
    width: 705px;
    margin-top: 30px;
    display: inline-block;
}

.post-info {
    width: 150px;
    background: #404040;
    font-family: georgia;
    color: #fff;
    font-weight: bold;
    line-height: 11px;
    padding: 5px;
}

.post-date {
    font-size: 12px;
}

.post-by {
    font-size: 10px;
}

.post-body {
    width: 585px;
    padding-left: 60px;
    padding-right: 60px;
}

.post-title {
    color: #505050;
    font-family: georgia;
    font-size: 18px;
}

.comments-preview {
    width: 585px;
    height: 21px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 60px;
    margin-right: 60px;    
    border-bottom: 1px solid #ccc;
}

.comments_preview_minielement {
    padding-right: 5px;
    float: left;
}

.comments-preview a:link, .comments-preview a:visited, .comments-preview a:hover, .comments-preview a:active {
    color: #333;
    font-weight: bold;
}

.addComment {
    width: 500px;
    height: 500px;
    display: none;
}

.comments {
    margin-top: 0px;
    padding-left: 60px;
    color: #000;
    display: none;
    width: 585px;
}

.comment {
    margin-top: 0px;
    margin-bottom: 0px;
}

.comment-body {
    border-left: 2px solid #ccc;
    padding-left: 5px;
    margin-right: 1px;
    margin-top: 30px;
    margin-left: 4px;
}

.comment-title {
    color: #505050;
    font-family: georgia;
    font-size: 12px;
}
