/*  
Theme Name: PottyPatch
Theme URI: N/A
Description: N/A
Author: Harold Kim
Author URI: http://www.haroldkim.com/
Version: 1.0.0
Tags: optimal fusion
*/

@import url('library/layout.css');

img, div, a {behavior:url(../images/iepngfix.htc);}
a{outline: none;}

body, div, p, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555;	
}

body{
	margin:0;
	height:100%;
	text-align:center;
	background:url(images/bg_grass.jpg) top repeat-x #382A1D;
}

a{
	color:#BB6034;	
}

h1, h2{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#678332;
}

h1 a, h2 a{
	text-decoration:none;
	color:#678332;
}

h1 a:hover, h2 a:hover{
	text-decoration:underline;
}

h3{
	margin:1.66665em 0 0.55555em;
	line-height:1.1111;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
}

/*-----Generic Styles-----*/
b, strong{font-weight:bold;}
i, em, dfn{font-style:italic;}
dfn{font-weight:bold;}
abbr, acronym{border-bottom:1px solid #ddd;}
sup, sub{font-size:0.7692em; line-height:1;} 
sup{vertical-align:super;}
sub{vertical-align:sub;}
del{text-decoration:line-through;}
u, ins{text-decoration:underline;}
pre, code, tt{font:1em/1.5385 consolas, 'Courier New', Courier, Monospace;}
pre{margin:0 0 1.5385em; padding:0.7692em 10px; border:1px solid #ddd; overflow:auto;}
hr{background:#ccc; color:#ccc; clear:both; float:none; width:100%; height:0.1em; margin:0 0 1.5385em; border:none;}
blockquote{margin:0 0 1.5385em; padding:0 0 0 40px; color:#555; background:url('images/pp-quote.gif') no-repeat;}

/*-----navigation-----*/
.navigation{text-align:center; padding:1.8181em 0;}
.navleft, .gnavleft{float:left; width:50%; text-align:left;}
.navright, .gnavright{float:right; width:50%; text-align:right;}
.gnavigation{}
.looped .navigation {border-bottom:none;}

/*-----comments-----*/
.commentlist{margin:0 0 2em;}
.commentlist li{margin:0 0 1em; padding:0.5em 5px;}
.comment-nav{border-bottom:none;}
	/*-----comment headings*/
.nocomments{text-align:center; padding:1.25em 0; font-size:1.6em;}
.comments-number {margin:0 auto 1.5em; padding-top:1em; font-size:1em; line-height:1;}
#respond h3{font-size:1.5em; line-height:1; margin:0 0 0.5em; padding-top:20px;}
	/*-----comment formatting*/
.avatar{float:left; position:relative; padding-right:7px;}
.comment-author{font-weight:bold; font-size:1em; line-height:1.1;}
.comment-author cite{font-style:normal;}
.comment-author .says{display:none;}
.comment-meta{font-size:1.1em; font-style:italic; color:#777;}
.comment-meta a{color:#777;}
.commentlist p {margin:1.4545em 5px 1.4545em 0; font-size:1em; line-height:1.5454; font-family: verdana, 'Lucida Grande', arial, sans-serif; color:#333;}
.commentlist pre{background:#fff; margin:0; border:none;}
.reply {font-size:12px; font-weight:bold;}
.commentlist .children li{margin-left:10px; margin-top:10px;}
	/*-----colors*/
.depth-1.parent{border:1px solid #dadada;}
.commentlist .children li {border-left:1px solid #dadada;}
.thread-alt{background-color:#ececec;}
.bypostauthor{background-color:#ddd;}

/*-----legacy comments*/
.comment-counter{font-size:1.3em; float:right;}

/*-----clearfix-----*/
.entry-content:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.entry-content, .clearfix {display: inline-block;}
/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.entry-content, .clearfix {display: block;}
/* End hide from IE5/Mac */

/************MISC************/

br.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
}

/************CONTAINER************/

div#container{
	width:920px;
	margin:40px auto 0px auto;
	background:url(images/header1.jpg) top center no-repeat;
}

div#border{
	float:left;
	background:#C9B8A4;
	border:#DCD2C8 1px solid;
	border-top:#C9B8A4 1px solid;
}

div#canvas{
	margin:15px;
	padding:20px;
	text-align:left;
	background:#FFF;
	border:#B18B69 1px solid;
}

div#logo a{
	display:block;
	width:920px;
	height:144px;
}

/************CONTENT************/

div#primary{
	float:left;
	width:571px;
	margin-right:25px;
}

div.specificpost{
	margin-bottom:25px;	
}

div#entry-byline{
	margin:0px 0 10px 0;
	font-size:12px;
	font-style:italic;
	color:#777;
}

#entry-byline address {
	display:inline;
}

.entry-byline address {
	display:inline;
}

div#entry-byline a{
	text-decoration:none;
}

div#entry-byline a:hover{
	text-decoration:underline;
}

div#entry-content, div.entry-content{
	width:570px;
	margin-bottom:10px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555;
}

/************SIDEBAR************/

div#secondary{
	float:left;
	width:250px;
}

ul#rhcbox{
	margin:0 0 15px 0;
	padding:10px;
	background:#DEE2AF;
	border:#AFC153 1px solid;
}

ul#rhcbox a{
	text-decoration:none;
}

ul#rhcbox ul{
	margin:0 0 15px 0;
	padding:0;
}

ul#rhcbox li{
	margin:0;
	padding:0;
	list-style:none;
}

ul#rhcbox h2{
	font-size:17px;
	color:;
}

#pp-feed{
	background:url(images/rss.jpg) no-repeat 4px 4px;
}

#pp-subscribe a {
	display:block;
	font-weight:bold;
	padding:13px 0 13px 50px;
}

div.textwidget{
	margin:0 0 15px 0;	
}

/************FOOTER************/

div#footer {
	margin:5px 0;
	text-align:left;	
	color:#936D4D;
}

/************MISC************/

div#diagram{
	width:196px;
	height:252px;
	margin:0 25px;
	background:url(images/diagram.jpg) no-repeat center top;
}
