html {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.30em;
}

body {
  background-color: #FFF;
  color: #1C140D;
  font-family: Lucida , sans-serif;
  font-size: 1.05em;
  padding: 0;
  margin: 0;
  letter-spacing: 0em;
}

.posts {
	margin-right: 245px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 5px;
	text-align: justify;
	font-size: 1.1em;
}

.algorithm {
	font-size: 1.1em;
	margin-right: 245px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: justify;
}

.algorithm h3 {
	margin: 0;
	padding-bottom: 2px;
  	border-bottom: thin solid #AAA;
}

#contacts {
	margin:0 auto;
	margin-top: 10px;
	background-color: #CBE86B;
  	border: thin solid #AAA;
	padding: 5px;
	max-width: 450px;
}

#contacts h3 {
	text-align: center;
	margin: 0;
	padding: 5px;
}

#contacts th {
	text-align: right;
	padding: 5px 10px 5px 5px;
}

.toc {
	position: absolute;
	right: 0px;
	background-color: #CBE86B;
  	border: thin solid #AAA;
	width: 210px;
	padding-left: 10px;
	padding-right: 10px;
}

.toc img {
	margin-top: 2em;
	padding: 0;
	border: 0;
	margin-left: 45px;
}

.highlighttable{
	font-size: 1.5em;
  	background-color: #EEE;
	width: 100%;
  	border: 2px solid #CBE86B;
    	-moz-border-radius: 5px;
}

#header a{
	color: #000;
}

#header {
  font-size: 1.2em;
  background-color: #FFF;
  margin:0;
  padding: 0.3em 0em 0.3em 50px;
  border-bottom: 10px solid #CBE86B;
}

#header h1 {
  margin:0;
  padding:0;
  color: #000;
  font-family:"American Typewriter","Trebuchet MS",Verdana,sans-serif;
  font-size: 3.0em;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}

#main {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
  height: 100px;
  min-width: 800px;
  font-size: 0.7em;
  clear: left;
  margin-bottom: 2em;
}

h2 a {
  font-variant: small-caps;
}

h3 a {
  font-variant: small-caps;
}

a, a:hover, a:visited, a:link {
  color: #1C140D;
  text-decoration: none;
  background-color: inherit;
  font-weight: bold;
  //font-style:italic; 
  //font-variant: small-caps;
  //font-size: 1.06em;
}

a:hover {
  color: #CBE86B;
  text-decoration: none;
  font-weight: bold;
  //font-style:italic; 
  //font-variant: small-caps;
  //font-size: 1.06em;
}

.toc a:hover{
  color: #1C140D;
  background-color: inherit;
}


#content {
  position: absolute;
  background-color: #FFF;
  right:285px;
  left:0px;
  min-width:450px;
}

#content ul {
  font-size: 1.0em;
  line-height: 2em;
}

#content hr {
  color: #CBE86B;
  background-color: #CBE86B;
  height: 5px;
  border: 0;
}

#content li {
  text-align: justify;	
  font-size: 1.0em;
  line-height: 2em;
  background: none;
}

.picture {
  float: right;
  border: thin solid #AAA;
  margin-top: 1em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.2em;
}

.postpic{
  float: right;
  margin: 0;
  padding: 0em;
}

.postpic p{
  margin: 0.0em;
  padding: 0.0em;
  padding-bottom: 0em;
}

.postpic a, a:link{
  margin: 0;
  padding: 0;
  background-color: inherit;
}

.picture p {
  margin: 0.0em;
  padding: 0em;
}

#sidebar {
  font-size: 1.1em;
  background-color: #FFF;
  position: absolute;
  right:0px;
  top:0px;
  width:250px;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  color: #000;
  border-bottom: 10px solid #CBE86B;
}

#sidebar h3 {
	padding-left:1.0em;
}
#sidebar h4 {
	padding-left:2.0em;
}

#sidebar p {
  text-align: justify;	
  line-height: 1.3em;
}

#sidebar a {
  color: #000;
  text-decoration: underline;
  font-variant: normal;
  background-color: inherit;
  font-weight: normal;
  font-size:1em;
}

#footer {
  height: 20px;
  width: 100%;
  background-color: #7dd802;
  clear: both;
}

#sidebar img {
  border: 0px solid #FFF;
}



.entry h2 {
	padding-bottom: 2px;
  	border-bottom: thin solid #AAA;
}

ul.entries,
ul.tags {
    padding:0;
    list-style-type: none;
}
ul.tags,
ul.tags li {
    display: inline;
}
div.entry span.edit {
    font-size: 0.7em;
    font-weight: normal;
}
div.entry .ebody {
    margin: 1em 0;
}
.ebody p {
    text-indent: 1em;
    margin: 1em 0;
    text-align: justify;
}
.ebody ol,
.ebody ul {
    margin-left: 3em;
}
.ebody pre {
    margin-left: 3em;
    padding: 1em;
    overflow: auto;
    background: #CBE86B;
    color: #000;
    -moz-border-radius: 5px;
}
.ebody blockquote {
    background: #CBE86B;
    color: #000;
    padding: 0.3em 1em;
}
.meta {
    border-top: thin solid #AAA;
    margin-bottom: 2em;
 clear: both;
}
.meta p {
    margin: 0.3em 0 0;
}
.meta div ul {
    margin-left: 3em;
}
blockquote {
    background: #E9F8FF;
    color: #336699;
    -moz-border-radius: 5px;
    padding: 1em;
}

form.commentform {
    margin-top: 3em;
}
form.commentform p {
    line-height: 2em;
    margin: 0.5em 0;
}
form.commentform p label {
    width: 10em;
    float: left;
    clear: left;
    font-weight: bold;
}
form.commentform input,
form.commentform textarea {
    border: 1px solid #808080;
    padding: 0.2em;
}
#comments {
    margin-top: 2em;
    list-style-type: none;
    padding:0;
}
#comments li {
    font-size: 0.8em;
    padding: 0 0.5em 0.5em 0.5em;
    background: #CBE86B;
    margin-bottom: 2em;
    -moz-border-radius: 5px;
}
#comments li.even {
    background: #CBE86B;
    margin-left: 0em;
}
#comments li.staff {
    background: #AAA;
    margin-left: 0em;
}
#comments li .comment-top {
    padding: 0.5em;
    text-indent: 0.5em;
    min-height: 1em;
}
#comments li .comment-body {
    clear: left;
    padding: 1em;
    background: #FFF;
    -moz-border-radius: 5px;
}
#comments li .comment-top .number {
    float: right;
    font-size: 1.5em;
    color: #AAA;
}
#comments li.staff .comment-top .number {
    color: #FFF;
}
#comments li .comment-top .author {
    display: block;
}
#comments li .comment-top .time {
    float: left;
}
#comments li .comment-top .permalink {
    float: right;
}
#languages {
    float: right;
}
#languages img {
    border: none;
}
#languages a {
    text-decoration: none;
}
ul#translations {
    list-style: none;
    text-align: center;
    margin: 0.5em;
}
ul#translations li {
    display: inline;
}
ul#translations li img {
    border: none;
}
ul.pagelist, ul.pagelist ul {
    list-style-type: none;
    display: inline;
    float: left;
}
ul.pagelist {
    font-size: 0.9em;
}
ul.pagelist a {
    display: block;
    float: left;
    height: 1.5em;
    width: 2em;
    text-align: center;
    text-decoration: none;
    padding: 0.5em;
    border: thin solid #1C140D;
    margin: 0.5em;
}
ul.pagelist a:hover {

}
ul.pagelist a.curpage,
ul.pagelist a.curpage:hover {
  color: #CBE86B;
  background-color: #1C140D;
}
ul.prev-next a {
    display: block;
    width: auto;
    float: left;
    padding: 0.5em;
    border: none;
}
ul.pagelist ul.start {
    margin-right: 2em;
}
ul.pagelist ul.end {
    margin-left: 2em;
}
ul.pagelist li {
    display: inline;
    margin: 0 0.2em;
}
span.small {
    font-size: 0.8em;
}
span.medium {
    font-size: 0.9em;
}
#rssplug a,
#rssplug a:visited {
    color: #FFF;
    margin: .5em 0;
    font-size: 95%;
}
#rssplug p.date {
    color: #FFFFCC;
    font-size: 90%;
    margin-bottom: 1em;
}
a.tag:visited,
a.tag {
    color: #FFF;
    margin: .3em 1em;
    text-shadow: .3em #444;
    line-height: 1.2em;
}
a.tag:hover {
    text-decoration: none;
}


#menu {
	background-color: #CBE86B;
  	border: 2px solid #CBE86B;
    	-moz-border-radius: 5px;
	font-size: 1.2em;
	padding: 10px;
	margin: 0px;
}

#menu a {
	font-weight: 900;
	color:#000;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu_pict {
	background-image:url('http://farm3.static.flickr.com/2788/4416392919_e04d431a8b_m.jpg');
	background-position:center center;
	height: 140px;
}

#menu_abou {
	background-image:url('http://farm4.static.flickr.com/3635/3337936159_bc45a7de6c_m.jpg');
	background-position:bottom right;
}

#menu_algo {
	background-image:url('http://farm1.static.flickr.com/97/216280503_757e3613fb_m.jpg');
	background-position:bottom right;
}

#menu_life {
	background-image:url('http://farm4.static.flickr.com/3195/2678551839_4fc20b6a01_m.jpg');
	background-position:bottom right;
}

#menu_blog {
	background-image:url('http://farm4.static.flickr.com/3002/2972432378_137e6e8793_m.jpg');
	background-position:top right;
	height: 140px;
}

#menu li {
	padding: 10px;
  	border: 2px solid #CBE86B;
    	-moz-border-radius: 5px;
}
