body {
  margin-top: 0px;
  padding-top: 10px;
}
h1 {
  font-weight: normal;
  font-size: 230%;
}
h2 {
  font-weight: normal;
  font-size: 180%;
}
h1 a {
  color: black;
  text-decoration: none;
}
h1 a:hover {
  text-decoration: none;
}
a {
  color: blue;
}
#user {
  float: right;
  width: 310px;
}
#openid_url {
  background: url(/images/openid/login-bg.gif) no-repeat #FFF 5px;
  padding: 2px;
  padding-left: 25px;
  font-size: 13px;
  width: 190px;
  border: 1px solid silver;
}
#header h1 {
  padding-top: 10px;
  padding-left: 25px;
}
#content {
  clear: both;
  padding-top: 5px;
}
#content h2 {
  padding: 3px;
  margin-bottom: 10px;
  padding-left: 8px;
  background-color: black;
  color: white;
}
#content h3 {
  padding: 3px;
  margin-bottom: 10px;
  padding-left: 8px;
  background-color: #eee;
  color: black;
}
.pasta {
  margin: 8px;
}
ol {
  /*color: silver;*/
}
.code {
  background-color: #f8f8f8;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 25px;
}
#rightmenu {
  float: right;
  width: 310px;
  background-color: #f8f8f8;
}
#rightmenu h3 {
  font-weight: normal;
  font-size: 180%;
}
#main {
  margin-right: 310px;
}
#user h2 {
  margin: 0px;
  padding: 0px;
}
#avatar {
  padding: 1px;
  border: 1px solid #eee;
  margin-right: 10px;
}
#userinfo {
  margin-top: 20px;
}
/*
 create form
 -----------------
*/
.form {
  padding-right: 10px;
}
.form input, .form select, .form textarea {
  border: 1px solid silver;
  padding: 2px;
}
.form table {
  width: 100%;
}
.form textarea {
  width: 100%;
}
.form #tagsbox {
  background: url(/images/tag_blue.png) no-repeat #FFF 5px;
  padding-left: 25px;
  border: 1px solid #ddd;
}
.form #tags {
  border: none;
  width: 99%;
}
.form #description {
  border: 1px solid #ddd;
}
.form #content {
  height: 350px;
}
.form #name {
  width: 35%;
}
.form #submit {
  background: url(/images/accept.png) no-repeat #FFF 5px;
  padding-left: 25px;
  border: none;
  border-bottom: 1px solid #eee;
  margin: 10px;
  margin-left: 0px;
}
.info {
  color: gray;
  font-style: italic;
}

textarea {width:100%;}
.textarea-resizer {height:4px; background:#EEE; cursor:s-resize;}

.last-snippets {
  list-style: none;
}
.last-snippets li {
  padding: 0px 3px 0px 3px;
  margin: 5px 0px 5px 0px;
  background-color: #eee;
}
.last-snippets li h4 {
  font-size: 110%;
}
.last-snippets li .meta, .pasta .meta {
  color: gray;
}
.last-snippets li .lang, .pasta .lang, .lang {
  background-color: black;
  font-weight: bold;
  color: white;
  padding: 0px 3px 0px 3px;
}
.last-snippets li .tags, .pasta .tags, .tags {
  color: gray;
}
.last-snippets li .tag-cloud, .pasta .tag-cloud, .tag-cloud {
  margin: 0px;
  padding: 0px;
  display: inline;
}
.last-snippets li .tag-cloud li, .pasta .tag-cloud li, .tag-cloud li {
  padding: 0px 3px 0px 3px;
  display: inline;
  background-color: white;
}
.pasta .tag-cloud li, .tag-cloud li {
  background-color: #eee;
}
.pasta {
  margin-top: 25px;
  margin-bottom: 25px;
}

.tags-list ul{display:inline;}
.tags-list li{list-style-type:none;  display:inline; padding: 0px 3px 0px 3px; background-color: white;}
.tags-list a{text-decoration: none; }
.tags-list a:hover{text-decoration: underline; }

.lang a {
  color: white;
}

.pager {
  text-align: right;
  padding-right: 10px;
}

#nav {
  margin-left: 15px;
}
#loginbox {
  margin-top: 25px;
}

.resizable-textarea .grippie {
	height: 9px;
	background: #EEEEEE url("/images/grippie.gif") no-repeat center 2px;
	border: 1px solid #DDDDDD;
	border-top-width: 0;
	cursor: s-resize;
	overflow: hidden
}

.feed {
	padding-left: 42px;
	background: url("/images/feed.gif") no-repeat center left;
}
