/*
Theme Name: Hot Pepper 2
Theme URI: http://hotpepper.com/
Description: The default Hot Pepper theme for display inside a site shell
Version: 2.0
Author: Hot Pepper

to avoid namespace collisions, preface ALL styles with #wp-shell
*/

#wp-shell {
	}

/* tags ============================================= */
#wp-shell h1 {
	}
#wp-shell h2 {
	}
#wp-shell h3 {
	}
#wp-shell h4 {
	}
/* /tags ============================================= */
	
#wp-shell .post {
	xborder-style: dotted;
	xborder-width: 0px 0px 2px 0px;
	xborder-color: #fe5620;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	}
html>body #wp-shell .post {
	border-width: 0px 0px 1px 0px;
	}
#wp-shell .post img {
	margin: 10px 10px 10px 0px;
	}
 
#wp-shell .byline {
	font-size: 85%;
	}

#wp-shell #wpbyline {
	font-size: 85%;
	padding: 20px 0px 20px 0px;
	}

#wp-shell .comment1, #wp-shell .comment2 {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cccccc;
	margin: 0px 0px 8px 0px;
	padding: 10px 10px 10px 10px;
	}
#wp-shell .comment1 {background-color: #f2f2f2;}
#wp-shell .comment2 {background-color: #d2d2d2;}

#wp-shell #leavecomment {
	border-style: dotted;
	border-width: 2px 0px 2px 0px;
	border-color: #cccccc;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	}

	
#wp-shell #pagebox2_b ul {
	list-style-type: none;
	}

#wp-shell #archives {
	}

#wp-shell #categories {
	}

#wp-shell #meta {
	}
#wp-shell #meta div {
	font-size: 85%;
	padding: 0px 0px 5px 0px;
	}

#wp-shell #search {
	}
#wp-shell #search input {width: 100%;}
#wp-shell #search .auto {width: auto;}
#wp-shell #search #go {
	width: auto;
	float: right;
	margin: 5px 0px 0px 0px;
	}


