/*
Theme Name: Hot Pepper 2.5
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 {
xborder: solid 1px #000000;
	line-height: 1.2;
	}
#wp-shell h3 {
	}
#wp-shell h4 {
	margin: 0px;
	}
/* /tags ============================================= */
	
#wp-shell .post {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 14px 0px;
	}

.byline_wp {font-size: 10px;}
h2 span.byline_wp,
h3 span.byline_wp {
	display: block;
	}
h2 span.byline_wp {padding-bottom: 2px;}	
h3 span.byline_wp{padding-bottom: 5px;}

#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 .rc_section {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
xborder: solid 1px #000000;
	}
html>body #wp-shell .rc_section {
	border-width: 0px 0px 1px 0px;
	}
#wp-shell .rc_section label {
	display: block;
	padding: 0px 0px 2px 0px;
xborder: solid 1px #000000;
	}
#wp-shell .rc_section ul {
	xmargin: 0px;
	xpadding: 0px 0px 0px 0px;
	xlist-style-type: none;
	}

#wp-shell #search{
	}
#wp-shell #search input {width: 80%;}
#wp-shell #search .auto {width: auto;}

#wp-shell #categories{
	}
#wp-shell #links{
	}
#wp-shell #archives {
	}
#wp-shell .tags {
	font-size: 85%;
	padding-bottom: 5px;
	text-indent: -3em;
	padding-left: 3em;
	}
#wp-shell #tag_cloud {
	}
#wp-shell #meta{
	}
#wp-shell #meta div{
	font-size: 85%;
	padding: 0px 0px 5px 0px;
	}

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

/* from default template style.css ========================================================== */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* /from default template style.css ========================================================== */

#wp-shell .h1_tbl {
	position: relative;
	top: 0px;
	left: 100px;
	z-index: 0;
	xborder: solid 1px #000000;
	}

