/*  body and font definitions */
body {
	font-family: Georgia, serif;
	text-shadow: black 0 0 0;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	background-color: white;
	background-repeat: repeat-x;
}


#side-a {
	float: left;
	width: 1%;
}

#side-b {
	float: right;
	width: 25%;
}

#content {
	background: white;
	border-top: 1px solid whitesmoke;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.5em;
	float:left;
	width: 65%;
}
	
}

h1 {
	padding: 10px 0 0 0;
	margin-bottom: -8px;
	color: #80282C;
}

h1,h2,h3,h4 { 
	font-weight: bold; 
	clear: left;
	font-family: Helvetica, sans-serif; 
}
#header {
	border: 1px solid white;
}

#contentpost {
	background: white;
	border-top: 1px solid whitesmoke;
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.5em;
}


strong {
	font-weight: bold;
}

/*
.section { 
	font-size: 90%;
	margin: 2.4em 0 1.5em 170px;
}
.section h2 {
	font-family: Georgia, serif;
	font-size: 90%;
	line-height: 1.43em;
	position: absolute;
	font-weight: bold;
	margin-left: -170px;
	font-variant: small-caps;
}

ul.compact { margin: 0; padding: 0;}
ul.compact li { list-style: none; }

.section table td {
	padding: 0 1.5em 0.5em 0;
}


.related, .post {
	border-bottom: 1px solid whitesmoke;
}
.related li {
	list-style: none;
}
em {
	font-style: italic;
}


*/
a {
	color: #80282C;
	text-decoration: none;
}

#header a:visited {
	color: #80282C;
}

#header a:hover {
	text-decoration: none;
}
.post-body a {
	text-decoration: underline;
}
a:hover {
	color: #335599;
	text-decoration: underline;
}

a:visited {
	color: #335599;
}



/* Footer */

#footer {
color: white;
position: fixed;
bottom: 0pt;
left: 0pt;
width: 100%;
padding-top: 9px;
padding-right: 32px;
padding-bottom: 9px;
padding-left: 32px;
background-image: url(images/footer.png);
}


#footer li {
	list-style: none;
	float: left;
	font-size: 16px;
	line-height: 28px;
	padding-right: 32px;
	margin: 0;
}
.footer-padding {
	height: 40px;
}

#footer a {
	margin: 0 auto;
	color: white;
	display: block;
	padding: 0 32px;
}
#footer a.twitter {
	background: url('images/twitter.png') no-repeat;
}
#footer a.rss {
	background: url('images/feed.png') no-repeat;
}
#footer li.right {
	float: right;
}


/* CSS Menu */

div#hmenu {
   margin: 0;
   padding: .3em 0 .3em 0;
   background: #8181F7;
   width: 100%;
   text-align: center;
}

div#hmenu ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

div#hmenu ul li {
   margin: 0;
   padding: 0;
   display: inline;
}

div#hmenu ul a:link{
   margin: 0;
   padding: .3em .4em .3em .4em;
   text-decoration: none;
   font-weight: bold;
   font-size: medium;
   color: #0B0B61;
}

div#hmenu ul a:visited{
   margin: 0;
   padding: .3em .4em .3em .4em;
   text-decoration: none;
   font-weight: bold;
   font-size: medium;
   color: #3227de;
}

div#hmenu ul a:active{
   margin: 0;
   padding: .3em .4em .3em .4em;
   text-decoration: none;
   font-weight: bold;
   font-size: medium;
   color: #919dff;
}

div#hmenu ul a:hover{
   margin: 0;
   padding: .3em .4em .3em .4em;
   text-decoration: none;
   font-weight: bold;
   font-size: medium;
   color: #f6f0cc;
   background-color: #919dff;
}  


/* Twitter */

.tweet {
  font-family: Georgia, serif;
  font-size: 100%;
  color: #0B0B61; }
.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff; }
.tweet .tweet_list li {
      overflow: auto;
      padding: .5em; }
.tweet .tweet_list li a {
        color: #085258; }
.tweet .tweet_list .tweet_even {
      background-color: #ffffff; }
.tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
.tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
