/*  
Theme Name: hello :D
Theme URI: http://hellowiki.com/2008/03/30/theme-hello-d-fixed
Description: Simple & Clean Theme. Last updated at March 30th, 2008.
Version: 1.5
Author: Fen
Author URI: http://hellowiki.com/

	Blueprint CSS Framework
	http://code.google.com/p/blueprintcss/

	This theme was designed by Fen,
	whose blog you will find at http://hellowiki.com/

	Valid XHTML 1.0 Strict & CSS2

*/

/* -------------------------------------------------------------- 
  
   Hello Wiki Autumn Redesign
   * Version:   1.5 (last update at 03.30.2008)
   * Website:   http: //hellowiki.com/
   * Email: fenbox@msn.com
   Copyright (C) 2007-2008. Happy New Year!
   
-------------------------------------------------------------- */

* {
margin: 0;
padding: 0;
}

body {
color: #333;
background: #F2F2E8 url(images/bg.png) repeat-x;
font-family: "Lucida Grande", Verdana, sans-serif;
font-size: 75%;
line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}

h1 {
font-size: 3em;
position: relative;
top: 15px;
}

h1 a { display: block; width: 320px; height: 70px; padding-top: 10px; color: #fff; text-decoration: none; }
h1 a:hover, h1 a:active { color: #fff; }
/* h1 a {display: block;width: 320px;height: 80px;background: url(images/logo.png);text-indent: -9999px;}
h1 a:hover {background: url(images/logo.png) bottom left;} */

h2 {
font-size: 1.7em;
}

h3 {
font-size: 1.5em;
line-height: 1;
margin-bottom: 1em;
}

h4 {
font-size: 1.2em;
line-height: 1.25;
margin-bottom: 1.25em;
}

h5 {
font-size: 1em;
font-weight: 700;
margin-bottom: 1.5em;
}

h6 {
font-size: 1em;
font-weight: 700;
}

p {
font-size: 1.1em;
margin: 0.8em 0;
}

.entry p {
font-size: 1.1em;
margin: 1em 0;
}

blockquote {
background: url(images/quote.png) no-repeat;
color: #666;
margin: 15px;
padding-left: 25px;
}

em {
font-style: italic;
background: #efefe9;
}

strong {
font-weight: 700;
}

pre, code {
font-family: "Courier New", Courier, Monospace;
line-height: 1.5;
}

pre {
background: #efefe9;
border-top: 1px solid #ccc;
white-space: pre;
overflow: auto;
margin: 0 15px;
padding: 10px 15px;
max-height: 300px;
}

img {
border: none;
}

p img {
padding-bottom: 1px;
border-bottom: 1px solid #ccc;
}

a:focus, a:hover {
color: #0063DC;
text-decoration: none;
}

a {
color: #547F00;
text-decoration: underline;
outline: none;
}

ul, ol {
margin: 0 2.5em 1.5em;
}

ul li, ol li {
margin-bottom: 0.5em;
}

ul {
list-style-type: circle;
}

ol {
list-style-type: decimal;
}

input, textarea {
font-family: "Lucida Grande", Verdana, sans-serif;
}

.clear {
clear: both;
}

.container {
width: 925px;
margin: 0 auto;
}

#header {
width: 100%;
}

ul.menu {
list-style-type: none;
position: relative;
top: 25px;
height: 35px;
margin: 0;
text-transform: uppercase;
}

li.page_item {
float: left;
display: inline;
font-size: 1.2em;
background: url(images/menu_bg.png) top left no-repeat;
height: 35px;
padding: 0 8px 0 10px;
}

li.page_item_1 { background: none; padding-left: 5px; }

li.page_item a {
color: #333;
display: block;
text-decoration: none;
padding: 5px 10px 5px 0;
}

li.page_item a span {
padding: 5px 0 5px 10px;
}

li.page_item a:hover, li.current_page_item a {
color: #fff;
background: url(images/menu_a.png) center right no-repeat;
}

li.page_item a:hover span, li.current_page_item a span {
background: url(images/menu_a.png) center left no-repeat;
padding: 4px 0 5px 10px;
}

#leftcolumn, #rightcolumn {
position: relative;
top: 50px;
}

#leftcolumn {
float: left;
width: 620px;
overflow: hidden;
}

#rightcolumn {
float: right;
width: 280px;
}

.post {
background: url(images/post_bg.png) no-repeat;
padding: 15px 15px 15px;
}
.post_c {
background: url(images/post_bg_c.png) repeat-y;
}
.post_b {
background: url(images/post_bg_b.png) center bottom no-repeat;
width: 100%;
border-bottom: 25px solid #F2F2E8;
}

.title h2 {
color: #369;
padding-left: 38px;
border-bottom:2px solid #E0E0CB;
}

.title h2 a {
color: #369;
text-decoration: none;
}

.title h2 a:hover {
color: #369;
text-decoration: underline;
}

.postdata {
border-top:1px dashed #E0E0CB;
color: #666;
padding-top:5px;
font-size:11px;
}

.postdata a {

}

.entry {
clear: both;
}

.entry h3 {
font-size: 1.3em;
}

.entry ul {
margin: 1em 0;
}

.entry ul li {
background: url(images/sidebar_li.png) no-repeat;
color: #888;
padding-left: 17px;
list-style:none;
}

.entry ul li ul {
margin: 5px 0 0 0;
width: 100%;
}

.entry ul li ul li{
background:none;
color: #888;
padding-left: 0px;
list-style:none;
}

.entry ul li ul li a{
color:#336699;
}

.entry ul li ul li a:hover{
color:#547F00;
}


.more-link {  }

#related h3,#executions h3, #comments h3{
padding: 8px 15px 5px 38px;
}

.pagers {
width: 98%;
margin: 0 auto;
height: 30px;
}

.pagers a {
color: #666;
}

/* -------------------
*      Sidebar
------------------- */

ul#sidebar {
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebar h2 {
color: #369;
padding-left: 25px;
font-size: 1.4em;
margin-bottom: 0.5em;
}

.widget {
background: url(images/widget_bg.png) no-repeat;
padding: 15px 13px 5px;
}
.widget_c {
background: url(images/widget_bg_c.png) repeat-y;
}
.widget_b {
background: url(images/widget_bg_b.png) center bottom no-repeat;
height: 10px;
border-bottom: 25px solid #F2F2E8;
}

.widget ul {
list-style-type: none;
margin: 5px 10px 0 0;
width: 100%;
}

.widget ul li {
background: url(images/sidebar_li.png) no-repeat;
color: #888;
padding-left: 13px;
}

.widget ul li ul {
list-style-type: none;
margin: 5px 0 0 0;
width: 100%;
}

.widget ul li ul li{
background:none;
color: #888;
padding-left: 0px;
}

#sidebar a {
color: #547F00;
text-decoration: none;
}

#sidebar a:hover {
color: #0063DC;
}

.tagcloud {
font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
word-spacing: 5px;
}

/* Search */
.widget_search {
text-align: center;
}
#searchform input {
width: 80px;
margin-bottom: 1em;
padding: 3px;
}
input#s {
font-size: 1.2em;
width: 230px;
border: 1px solid #CFCFAF;
}

/* Comment Area */

.commentlist {
font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
margin: 0 0 0 2em;
}

.commentlist .body {
font-family: "Lucida Grande", Verdana, sans-serif;
padding: 0 1em;
overflow: hidden;
}

.commentlist p {
margin:8px 0;
padding:0;
}

.commentlist li {
width: 100%;
padding: 0 0 .5em;
}

.commentlist li .top {
color: #555;
background: #EBEBDC url(images/var.png) center left no-repeat;
padding: 5px 10px 5px 30px;
font-weight: bold;
width: 93%;
}

.commentlist li .top a {
color: #369;
}

.commentlist li .top span {
float: right;
font-size: 0.8em;
font-weight: 400;
margin-top: 2px;
}

img.gravatar {
float: right;
margin: 0 .5em 1em 1em;
padding: 1px;
border: 1px solid #E0E0CB;
}

.theform {
border-top: 2px solid #EBEBDC;
padding: 1.5em 0 2em;
}

.theform label {
font-size: 0.9em;
vertical-align: middle;
}

#remember, #forget, #txpCommentHelpLink {
margin-left: 2em;
}

#commentform {
margin-left: 1em;
}

#commentform input:focus, #commentform textarea:focus {
border: 1px solid #C0C092;
background: #fcfcfc;
}

.comment_input {
vertical-align: middle;
width: 260px;
border: 1px solid #CFCFAF;
background: #F7F7F1;
padding: 0.3em;
margin-right: 5px;
}

.message_input {
font-size: 1em;
width: 90%;
height: 200px;
border: 1px solid #CFCFAF;
margin-top: 0.2em;
background: #F7F7F1;
padding: 0.3em;
}

.commentlist_error {
color: #c00;
}

/* Footer */

#footer {
background: #EAEADD url(images/footer.png) repeat-x;
position: relative;
top: 100px;
color: #555;
width: 100%;
padding: 20px 0 0;
display: block;
}

#footer span {
color: #999;
float: right;
}

#footer a {
color: #369;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.postdata a:hover, .pagers a:hover {

}

.alignleft {
float: left;
}

.alignright {
float: right;
}

hr {
background: #E6E6D2; 
color: #E6E6D2;
clear: both; 
float: none; 
width: 100%; 
height: .1em;
margin: 0 0 1.4em;
border: none; 
}

hr.space {
height: 4em;
}

.tools { border:1px solid #E0E0CB; float:right; padding:8px 8px 8px 5px; margin-left:10px;}
.tools ul { margin:0; padding:0;}

a { text-decoration:none;}

ul.tabs {
	margin: 1.5em 0 -1px 0;
	padding: 0;
	width:100%;
}

ul.tabs li {
	margin: 0;
	padding: 0;
	float: left;
	list-style:none;
	font-weight:bold;
}

ul.tabs a:link, ul.tabs a:visited, ul.tabs a:hover, ul.tabs a:active {
	margin-top: 5px;
	padding: 5px 15px;
	border:1px solid #DFDFDF;
	border-bottom:0;
	background:#F4F4EC;
	display: block;
	text-decoration:none;
	text-transform:uppercase;
	color:#333333;
}
ul.tabs a:hover {

}
ul.tabs a.selected:link, ul.tabs a.selected:visited, ul.tabs a.selected:hover, ul.tabs a.selected:active {
	margin-top: 0;
	padding-top: 10px;
	background:#EFEFE0;
}

.tabcontent { padding-left:10px; border:1px solid #DFDFDF; background:#EFEFE0; margin-top:-1px; margin-bottom:10px; clear: both; position:relative;}