/*
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 {
	margin: 0px;
	}
/* /tags ============================================= */
	
#wp-shell #col1 {
	float: left;
	float: expression('none'); display: expression('inline'); vertical-align: expression('top'); /* ie quirks mode hack for float and % widths */
	width: 75%;
	}
	
#wp-shell #col2 {
	float: left;
	float: expression('none'); display: expression('inline'); vertical-align: expression('top'); /* ie quirks mode hack for float and % widths */
	width: 25%;
	}

#wp-shell .post {
	border-style: dotted;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #cccccc;
	border-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 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 #search{
	padding: 0px 0px 10px 0px;
	}
#wp-shell #search input {width: 85%;}
#wp-shell #search .auto {width: auto;}

#wp-shell #categories{
	padding: 0px 0px 10px 0px;
	}

#wp-shell #archives {
	padding: 0px 0px 10px 0px;
	}

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


