/* contains basic, global styles for a Bloo blog */
body {
   text-align: left;
   margin: 4;
   padding: 0;   
}

/* styles for the main blog page */
#main_page {
   width: 800px;
   padding: 0;
   margin: 0 auto;
}

#banner {
   width: 780px;
   margin: 0;
   padding: 10px;
   background-color: #ffffff;
   color: #000000;
   text-align:center
}

.blog_title {
   font-size: 28pt;
   font-weight: bold;
}

.blog_tagline {
   font-size: 12pt;
   font-style: italic;
   font-weight: bold;
}

#content { 
   width: 66%;
   float: left;
   background-color: #ffffff;
   color: #000000;
   padding: 0px;
   margin: 0px 0px 0px 40px;
}

.post {
   padding: 10px;
}

.post_title {
   font: Georgia, "Times New Roman", Times, serif;
   font-size: 135%;
   font-weight: bold;
}

.post_date {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color:#993300;
}

.post_byline {
}

.post_content {
}

.post_footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
}

#sidebar {
	float: right;
	width: 200px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	padding: 2px;
	border-left: 6px solid #993300;
	background: #ffffff url(../../images/sidebar1.jpg) repeat;
}

#sidebar select {
   width: 180px;
}

.sidebar_title {
   font-size: 130%;
   font-weight:bold;
   margin-top: 8px;
}

.sidebar_section {
   padding: 10px;
}

.sidebar_section ol,ul {
   margin-top: 5px;
   margin-bottom: 5px;
}

sidebar_section ol, ul {
   padding-left: 5px;
   margin-left: 5px;
}

.comment {
   margin-bottom: 15px;
}

#comment_page {
   padding: 10px;
}

#comment_list_title {
   font-size: 16pt;
}

#comment_form_title {
   font-size: 14pt;
}

.comment_content {
}

#trackback_list_title {
   font-size: 16pt;
}



