/*  
Theme Name: www.carkipedia.com
*/



/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	/* background: #E8E8CE url(images/bg.gif) repeat-x fixed; */
	background-color: #666;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #333;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Arial, sans-serif;
/*	color: #9BBB38;  */
	color: #DD0000;
}
h1, h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #E58712;
}
a:visited {
	color: #B96F17;
}
a:hover, a:active {
	color: #FF0000;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAFA;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #DDDDDD;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FAFAFA;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0px none;
}
.small {
	font-size: 0.9em;
	color: #999;
}

.update
{
color: #ff0000;
}

/* Layout */

#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #FFF;
	text-align: left;
}
#header {
	padding: 30px 0 0 0;
	background-color: #F5F5E7;
	border-bottom: 10px solid #9BBB38;
}

	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #80904F;
	}
	
	
#content {
	float: left;
	padding: 0 20px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 480px;
} 
html>body #content {
	width: 480px;
}
* html #content {
	overflow: hidden;
	/* So IE won't break things */
}
#sidebar {
	float: right;
	padding: 1.8em 20px 0 20px;
	font-size: 0.9em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 190px;
} 
html>body #sidebar {
	width: 190px;
}

	/* Lots of sidebar styles, so they're below */

#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}

	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 20px 0;
		background-color: #000000;
		color: #FFFFFF;
		border-top: 10px solid #FF0000;
		font-size: 0.9em;
		text-align: right;
	}

	
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	color: #DD0000;
	background: url('images/arrow.gif') no-repeat center right;
	font-size: 1.1em; margin-left:0; margin-right:0; margin-top:1.2em; margin-bottom:0.6em; padding-left:0; padding-right:10px; padding-top:0; padding-bottom:0
}

#sidebar h3 {
        display: inline;
        color: #DD0000;  
        background: url('images/arrow.gif') no-repeat center right;
        font-size: 1.1em; margin-left:0; margin-right:0; margin-top:1.2em; margin-bottom:0.6em; padding-left:0; padding-right:10px; padding-top:0; padding-bottom:0
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
}
#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #E8E7D0;
/*	background-color: #FAFAF0; */
	background-color: #FAFAFA; 
}
#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #E8E7D0;
}
#sidebar ul ul li a {
	display: block;
	color: #888888;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 160px;
} 
html>body #sidebar ul ul li a {
	width: 160px;
}
#sidebar ul ul li a:hover {
	background-color: #FFFFFF;
	color: #DD0000;
}
/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #E8E7D0;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 155px;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 
html>body #sidebar ul ul ul li a {
	width: 155px;
}



/* Blog */

.post {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #FFF;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	background: #FF0000 url('images/posttitle.gif') no-repeat top right;; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0 
}
.posttitle a:link, .posttitle a:visited {
	color: #FFF;	
}
.posttitle a:hover, .posttitle a:active {
	background: #000000 url('images/posttitle.gif') no-repeat 100% -91px;
	color: #FFFFFF
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	background: url('images/postmeta.gif') no-repeat top left;
	font-size: 0.9em;
	color: #999
}
.postentry {
	color: #000000;
}
.permalink {
	background: url('images/permalink.gif') no-repeat center left;; margin-left:0; margin-right:1.8em; margin-top:0; margin-bottom:0; padding-left:14px; padding-right:0; padding-top:0; padding-bottom:0
}
.commentslink {
	background: url('images/commentslink.gif') no-repeat center left;; padding-left:17px; padding-right:0; padding-top:0; padding-bottom:0
}



/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #EEEEEE;
	list-style-type: none;
}
#commentlist li {
/*	border-top: 1px solid #E8E7D0; */
	border-top: 1px solid #EEEEEE; 
	padding: 1px 20px;
	background-color: #FFF;
}
.alt {
/*	background-color: #FAFAF0 !important; */
	background-color: #FAFAFA !important; 
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}

.diggButton { float: left; margin: 0 .5em; }
