/*
Theme Name: Bascode
Theme URI: http://www.herco.org/?page_id=651
Description: A generic html theme.
Version: 1.0
Author: Hercules Koroneos
Author URI: http://herco.org
Tags: white, one-column, flexible-width

	Bascode 1.0
	 http://www.herco.org/?page_id=651

	This theme was designed and built by Hercules Koroneos,
	whose blog you will find at http://herco.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/





a:link {
	color: #357EC7;
}

a:visited {
	color: #357EC7;
}

a:hover {
	color: #357EC7;
}

ul {
margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
        list-style: none;
}
/* a.title-link
{
	color: #666 !important;
	text-decoration: none;
} */

body
{
	font-size: 100%;
	/* font-family: calibri,tahoma,arial,sans-serif; */
        /* font-family: sans-serif; */
	margin: 0px 0px 20px 0px;
	background: #FFF;
}
blockquote
{
	/* font-family: calibri,tahoma,arial,sans-serif; */
	/* background: #F5F5F5; */
	color: #333;
	padding: 5px;
}

pre
{
        font-size:110%;
	padding: 5px;
	overflow: auto;
	width: 95%;
	max-height: 450px;
	margin: 0px auto;
	line-height: 100%;
	border: silver 2px dotted;
}
code
{
        font-size:110%;
}

h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}
h4
{
        margin: 0px;
	padding: 0px;
        font-size: 32px;
        color:#333;
        font-weight:bold;
}

.footer
{
font-size:80%;
}

.description
{
	color: #333;
}
#content
{
	/* position: absolute; */
	margin-right: 20px;
	margin-left: 25px;
	margin-bottom: 20px;
	width: 70%;
}
#container
{
	/* position: absolute; */
	margin-right: 20px;
	margin-left: 25px;
	margin-bottom: 20px;
	width: 70%;
}
#links
{
        font-size: 80%;
	padding: 15px;
	width: 180px;
        background: #F5F5F5;
        border: black 1px solid;
}
.blog
{
	padding-left: 15px;
	padding-right: 15px;
        margin-top: 10px;
}
.blogbody
{
	/* color: #333; */
	font-weight: normal;
	/* line-height: 130%; */
        /* zoom: 1; */
        margin-bottom:50px;
}
.title
{
	font-size: 130%;
	color: #666;
}
.date
{
	color: black;
	margin-bottom: 10px;
	font-weight: bold;
}
.posted
{
        margin-top:10px;
        margin-bottom:15px;
}
.side
{
        
	color: #333;
        text-align:left;
	font-weight: normal;
	line-height: 140%;
	padding: 2px;
}

.sidetitle
{
	color: #666;
	font-weight: bold;
	padding: 2px;
	margin-top: 15px;
	letter-spacing: .3em;
	text-transform: uppercase;
}
.syndicate
{
	line-height: 140%;
	padding: 2px;
	margin-top: 15px;
}
.comments-head
{
       clear: both;
	color: #666;
	margin-bottom: 5px;
	font-weight: bold;
}
.comments-body
{
	color: #333;
	font-weight: normal;
	background: #F5F5F5;
	line-height: 140%;
	padding: 5px 5px 15px 10px;
	margin-bottom: 10px;
}
.comments-post
{
	color: #333;
	font-weight: normal;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
  
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
