﻿/*
Theme Name: weblogtop.com
Theme URI: http://weblogtop.com
Description: weblog service
Version: 2.8.4
Author: weblogtop.com
Author URI: http://weblogtop.com
*/

/* The Basics */
* { 
	margin: 0;
	padding: 0;
}

a {
	color: #A73A02;
	text-decoration: none;
}

a:hover {
	color: #D88207;
	text-decoration: underline;
}

a img {
	border: none;
}

acronym, abbr {
	border-bottom: 1px dashed #444;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
    margin: 20px 20px;
    padding: 10px 10px 10px 65px;
    font-family: tahoma, "Times New Roman", Times, serif;
    background: url(images/block.gif) #fff no-repeat top left;
    color: #666;
    text-align: left;
}

form {
	margin-top: 7px;
}

p {
	padding: 5px 0 5px 0;
}

small {
	font-size: 85%;
}

textarea {
	width: 450px;
}

#sidebar p {
	font-size: 10px;
	line-height: 15px;
}


#footer p {
	color: #666;
}

.alignright {
	float: left;
}

.alignleft1 {
	float: left;
}
.alignleft {
	float: left;
}

.aligncenter {
	text-align: center;
}

.date {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}

.description {
	font-family: tahoma, "Times New Roman", Times, serif;
	color: #fff;
	margin-left: 300px;
}

.feedback {
	background-color: #f8f8f8;
	padding: 0 5px 2px 5px;
}

.meta {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

.post {
	margin-bottom: 35px;
	text-align: left;
	direction: ltr;
}

/* Headings */
h1 { font: normal 28px tahoma, "Times New Roman", Times, serif; margin-left: 300px; padding-top: 15px; }
h1 a { color: #fff; text-decoration: none; border: none; }
h1 a:hover { color: #fff; text-decoration: none; border: none; }
h2 { border-bottom: 1px solid #ddd; color: #336; padding-bottom: 2px; font: normal 17px tahoma, Helvetica, sans-serif; }
h2 a { color: #336; text-decoration: none; border: none; }
h2 a:hover { color: #889AC2; text-decoration: none; border: none; }
#sidebar h2 { font-size: 13px; font-weight: normal; direction: ltr; }
h3 { border-bottom: 1px solid #ddd; color: #336; padding-bottom: 2px; font: normal 14px tahoma, Helvetica, sans-serif; padding-top: 20px; }
h4 { font: 12px tahoma, Helvetica, sans-serif; }

/* Layout */
body { 
	background-color: #dda;
	font: 11px/18px tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	margin: 10px 0;
	text-align: left;
}

#container {
	width: 700px;
	margin: 0 auto;
	direction: ltr;
	background-color: #fff;
	padding: 20px 20px 0 20px;
    border-right: 2px solid #C2C295;
    border-left: 2px solid #C2C295;
    border-top: 1px solid #c2c295;
    border-bottom: 2px solid #c2c295;
}

#content {
	float: left;
	width: 450px;
}

#footer {
	clear: both;
	border-top: 1px solid #ddd;
	padding-bottom: 8px;
	text-align: left;
}

#header {
	height: 200px;
	margin-bottom: 35px;
	background: url(images/masthead.jpg);
	text-align: center;
}

.sep {
	margin: 25px 0 20px 0;
	padding: 0;
	height: 30px;
	border:none;
	background: url(images/sep.gif);
}

#sidebar {
	float: left;
	width: 200px;
	margin-bottom: 35px;
}

/* Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
}
	
img.alignright {
	padding: 4px;
	margin: 4px 0 5px 7px;
	display: inline;
	border: 1px solid #ddd;
}

img.alignleft {
	padding: 4px;
	margin: 4px 7px 5px 0;
	display: inline;
	border: 1px solid #ddd;
}

/* Lists */
ul {
	margin-top: 3px;
	list-style: none;
}

li {
	list-style: none;
	line-height: 15px;
	padding: 0 0 0 10px;
}

li li {
	margin-left: 20px;
	margin-bottom: 2px;
	list-style: circle;
	padding: 0;
}

/* Comments */
.alt {
	margin: 0;
	padding: 10px;
}
	
.alt {
	background-color: #dda;
	border-top: 1px solid #c2c295;
	border-bottom: 1px solid #c2c295;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}