/*
Theme Name: ChiChiLand 1.0
Theme URI: http://chichiland.com
Description: Cleaned up version of "Slick Red"
Author: Quba Michalski
Author URI: http://qubahq.com
Tags: fixed width, two columns, widgets

*/

* { padding: 0; margin: 0; }
img { border: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e8e8e8;
	background-attachment: scroll;
	background-image: url(images/ciciback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#wrapper { 
	margin: 0 auto;
	width: 764px;
    background-color: #fff;
	}
#header {
	background-color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	height: 187px;
	width: 764px;
	font-size: 15px;
	color: #6e6a6a;
	padding: 0px;
	text-align: left;
	}
#headpic {
 float: left;
 width: 565px;
}
a {
 color: #000;
}
#headlinks {
        float:left;
	background-color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	height: 177px;
	width: 179px;
	font-size: 15px;
	color: #6e6a6a;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	}
#header a {
	color: #6e6a6a;
	text-decoration:none
}

#header a:hover {
	color: #4F4D4D;
	text-decoration:underline
}

#content {
	float: left;
	width: 75%;
	padding-top: 20px;
	}
#content .post-wrap, .comment-wrap {
	background: #fff;
	color: #686868;
	font-size: 11px;
	margin-bottom: 9px;
	}
#content blockquote {
	background: #eee;
	padding: 25px 25px 0 25px;
	margin-bottom: 25px;
	}
#content h2 {
	font-weight: normal;
	color: #2c2e30;
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#content h2 a {
	color: #000000;
	text-decoration: none;
	}
#content h2 a:hover {
	text-decoration: underline;
	}
#content a {
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;
	}
#content .post-heading {
	padding: 30px 0 9px;
	border-bottom: 1px solid #eee;
	margin: 0 10px 12px 10px;
	}
#content .post-info {
	font-size: 9px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	}
#content .post-info a {
	color: #000000;
	}

#content .post-content {
	padding: 0 10px;
	line-height: 18px;
}
#content .post-content ul, 
#content .post-content ol {
	padding-left: 20px;
}
#content .post-content p {
	padding-bottom: 15px;
	}
#content .post-content a, a.url {
    color: #000000;
	font-weight: bold;
	}
#content .post-footer a {
    color: #6e6a6a;
    font-weight: normal;
}

#content .post-footer {
	border-top: 1px solid #eee;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	}
#content .post-footer ul {
	list-style: none;
	padding-left: 0px;
	}
#content .post-footer li {
	float: left;
	margin-right: 10px;
        padding-top: 2px;
	}

#content .post-footer li.chishare {
    padding-top:0px;
    margin-right: 5px;
}

#sidebar {
	float: right;
	width: 24%;
	padding-top: 34px;
	}
#sidebar .sidebar-item {
	background: #fff;
	font-size: 11px;
	color: #6b6b6b;
	margin-bottom: 15px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
#sidebar .sidebar-item h3 {
	font-size: 21px;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	margin-bottom: 11px;
	}
#sidebar .sidebar-item ul {
	list-style: none;
	padding-left: 0px;
	}
#sidebar .sidebar-item li {
	padding-left: 0px;
	padding-bottom: 8px;
	}
#sidebar .sidebar-item a {
	color: #6b6b6b;
	font-weight: normal;
	text-decoration: none;
	}
#sidebar .sidebar-item a:hover {
	text-decoration: underline;
	}
#sidebar .sidebar-item input#s {
	background: #fff;
	border: 0;
	width: 130px;
        height: 20px;
	float: left;
	margin-right: 4px;
	padding: 5px 0 0 5px;
	}
.navigation {
	font-size: 11px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
display:block;
margin:0px;
	}
.navigation a {
	color: #000;
}
#footer {
	color: #888888;
	background: #ffffff;
	text-align: left;
	font-size: 11px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#footer a {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}

/* Comments */
h3#comments, #respond h3 {
	font-size: 21px;
	font-weight: normal;
	text-transform: lowercase;
	padding-bottom: 0px;
        padding-top: 10px
	}
#respond {
	background: #fff;
	padding: 0px 10px;
	font-size: 11px;
	}
#respond h3 {
padding-bottom: 10px;
}
.comment-wrap {
	padding: 23px 10px;
}
#commentform input, #commentform textarea {
	width: 420px;
	background: #fff;
	color: #6b6b6b;
	font-weight: bold;
	border: 1px solid #dcdcdc;
	padding: 8px 10px;
	margin-bottom: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
	}
#commentform input#submit {
	height: 25px;
	width: 59px;
	padding: 0;
	}
#commentform label {
	display: block;
	}
.commentlist li {
	list-style: none;
	margin-bottom: 10px;
	}
.comment-author {
	float: left;
	width: 77px;
	}
.comment-name {
	font-size: 13px;
	}
.comment-date {
	font-size: 10px;
	}
.comment-content {
	float: right;
	position: relative;
	width: 430px;
	padding: 10px;
	font-size: 11px;
	background: #eee;
	}
.arrow {
	width: 0;  
	height: 0;  
	line-height: 0;  
	border-top: 20px solid #eee;  
	border-left: 20px solid white;  
	position: absolute;  
	top: 30px;  
	left: -19px;
	}
.comment-content p {
	padding-bottom: 10px;
	line-height: 18px;
	}
.children {
	padding-left: 20px;
	}
.children .comment-content { width: 392px; }
.children .children .comment-content { width: 372px; }
.children .children .children .comment-content { width: 352px; }
.children .children .children .children .comment-content { width: 332px; }

#main { clear: left; }	
.hidden { display: none; }
.c-left { clear: left; }
.clear { clear: both; }
.center { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
img.alignleft { margin-right: 15px; }
img.alignright { margin-left: 15px; }

#searchform {
	margin: 0 0 1em 0;
	padding: 3px 3px 3px 20px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

.chismall {
font-size: 9px;
}

.wp_dTreewp_dtree_Node {
	line-height: 1.8;
}