/*
Theme Name: peopletechconnections.com
Theme URI: http://www.sherikahenry.com/
Version: 1.0
Author: Sherika Henry
Author URI: http://www.sherikahenry.com
*/

/*
CSS General Reset
*/
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;}
	

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}


/*
Layout CSS Information
*/
body {
	background: #aaccb1 url(images/background.gif) repeat-x;
	text-align: center;
	margin-top: 0px;
}

#container {
	width: 1061px;
	border: ;
	background: url(images/bg.png);
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*
Very Top Bar
*/
#top {
	width: 1000px;
				background: #8ec0b1 url(images/nav_bar.png) repeat-x;
		margin-left: 31px;
			margin-right: 0px;		
	height: 26px;}

#pagemenu {
	float: left;
	height: 26px;
	display: inline;
	z-index: 20;


}

#pagemenu li {
	float: left;
	display: block;
	height: 30px;
	margin-left: 0px;
	line-height: 26px;
		border-right: 1px solid #62aeae;
 }
/*
DROP DOWN MENU
*/
#pagemenu li ul li {
	height: 26px;
	border: 1px solid #fff;
	width: 100%;
/*
DROP DOWN MENU ends here
*/
}

#pagemenu li a {
	display: block;
	padding-left: 14.4px;
	padding-right: 14.4px;
	font-weight: bold;
	font-size: 12px;
	color: #1e6880;
  font-family: arial;	
  font-weight: bold;
	text-transform: normal;
	line-height: 26px;

}

#pagemenu li a:hover {
	color: #e18c25; 
  background: #fcebad url(images/nav_ovr.png) repeat-x;;
}

#pagemenu li.current_page_item a {
  background: #fff url(images/nav_ovr.png) repeat-x;;

}

#pagemenu li.current_page_item a:hover {
	color: #e18c25;

}

#pagemenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagemenu ul li a {
	display: block;
	background: #FFF;
}

#pagemenu li ul a:hover {
	display: block;
	background: #FFF;
}

#pagemenu ul a {
	display: block;
}

#pagemenu ul ul {
	margin-top: -25px;
	display: none;
	margin-left: 199px;
	position: absolute;
}

#pagemenu li:hover ul ul {	display: none;
}
#pagemenu li:hover ul {
	display: block;
}
#pagemenu ul li:hover ul {
	display: block;
}
#pagemenu li ul li {
	display: block;
	width: 100%;
}

#pagemenu li.page_item ul {
	width: 150px;
}

#pagemenu li.page_item a {
	display: block;
}

#pagemenu li.page_item a:hover {
	display: block;
}

#pagemenu li.page_item ul li a {
	display: block;
	text-align: left;
	height: 26px;
	line-height: 26px;
	background: #d7e2e0;
	padding-left: 10px;
	padding-right: 4px;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #1e6880;
}

#pagemenu li.page_item ul li a:hover {
	background: #95c3b1;
		color: #fff;
}

/*
Search bar
*/
#searchbar {
	float: center;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.7em;
	margin-top: 8px;
}

.searchform {
	display: inline;
	vertical-align: middle;
	float: right;
}

.searchform fieldset {
	display: inline;
	vertical-align: middle;
}

.searchform label {
	display: inline;
	vertical-align: middle;
}

.searchform input {
	display: inline;
	vertical-align: middle;
}

.searchform .searchlabel {
	color: #666;
	font-weight: none;
	margin-right: 5px;
font-family: Georgia, Times New Roman, Trebuchet MS;
font-size: 12px;
}

.searchform .searchterm {
	border: 1px solid #ddd;
	width: 180px;
	padding: 3px;
	color: #999;
	background: #fff;
}

.searchform .searchterm:focus {
	border: 1px solid #bbb;
	color: #ddd;
	background: #fff;
}

.searchform .searchbutton {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #da593f;
	cursor: pointer;
	color: #fff;
	font-size: 0.9em;
	height: 21px;
}

.searchform .searchbutton:hover {
	background: #6d6457;
}

.searchformI {
	vertical-align: middle;
	font-size: 0.7em;
}

.searchformI fieldset {
	display: inline;
	vertical-align: middle;
}

.searchformI label {
	display: inline;
	vertical-align: middle;
}

.searchformI input {
	display: inline;
	vertical-align: middle;
}

.searchformI .searchlabel {
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: arial;
}

.searchformI .searchterm {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #999;
	background: #fff;
}

.searchformI .searchterm:focus {
	border: 1px solid #ddd;
	color: #676278;
	background: #fff;
}

.searchformI .searchbutton {
	border-top: 1px solid #b8c247;
		border-bottom: 1px solid #b8c247;
	text-transform: uppercase;
background: #b8c247 ;
	cursor: pointer;
	color: #fff;
	font-size: 0.9em;
	height: 23px;
}

.searchformI .searchbutton:hover {
	background: #6a6a6a;
	color: #fff;
	border-top: 1px solid #b8c247;
		border-bottom: 1px solid #b8c247;
}

/*
Header CSS
*/
#header {
	width: 1061px;
	height: 187px;
background: #ddd url(images/header.png) no-repeat;}


#header_logo {
	float: left;
	height: 60px;
	display: inline;
	margin-left: 0px;
}

#header_logo h1.blogtitle {
	float: left;
	margin-right: 100px;
	padding-top: 80px;
		font-size: 100px;;
}

#header_logo h1.blogtitle a {
	color: #f4e4ae;
	font-family: arial;
	font-size: 100px;;
	line-height: 50px;
	margin-left: 30px;
	letter-spacing: -1px;
}

#header_logo h1.blogtitle a:hover {
	color: #f4e4ae;
}

#header_logo .description {
	float: left;
	color: #fcf4d7;
	font-weight: bold;
	font-size: 1px;
	line-height: 1.4em;
	padding-top: 120px;
}

#header_ad {
	float: right;
	width: 468px;
	height: 60px;
	display: inline;
	margin-right: 20px;
}

#header_ad img {
	display: block;
}

/*
TOP BAR ABOVE HEADER
*/
#bar {
	width: 1000px;
	height: 28px;
	background: red ;
	float:  right;}


#catmenu {
	float: left;
	display: inline;
	height: 28px;
	z-index: 20;
		margin-left: 0px;}

#catmenu li {
	float: left;
	display: block;
	height: 28px;

}

#catmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#catmenu li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 28px;
	padding-left: 12px;
	padding-right: 12px;
}

#catmenu li a:hover {
	background: #dc9b10;
}

#catmenu li.current-cat a {
	color: #fff;
	background: #dc9b10;
}

#catmenu li.current-cat a:hover {
	color: #fff;
	background: #dc9b10;
}

#catmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#catmenu ul li a {
	display: block;
	background: #FFF;
}

#catmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#catmenu ul a {
	display: block;
}

#catmenu ul ul {
	margin-top: -24px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #ff9000;
}

#catmenu li:hover ul ul {
	display: none;
}

#catmenu li:hover ul {
	display: block;
}

#catmenu ul li:hover ul {
	display: block;
}

#catmenu li ul li {
	display: block;
	width:100%;
}

#catmenu li.cat-item ul {
	width: 200px;
}

#catmenu li.cat-item a {
	display: block;
}

#catmenu li.cat-item a:hover {
	display: block;
}

#catmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	background: #6d6457;
}

#catmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	background: #da593f;
}

/*
Blog Information Section
*/
#bloginfo {
	width: 1061px;
	background: url(images/bginfo.gif) no-repeat;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #dce9b6;
	color: #999;
}

#bloginfo a {
	color: #333;
}

#bloginfo a:hover {
	color: #d43e1b;
}

#bloginfobox {
	margin: 5px;
}

#bloginfo ul {
	width: 990px;
}

#bloginfo ul li {float: left}
#bloginfo ul li ul li {float: none}

#bloginfo ul li.posts, #bloginfo ul li.comments, #bloginfo ul li.tags {
	width: 1000px;
}

#bloginfo ul li.posts h2 {
	display: block;
	background: url(images/ico_posts.png) no-repeat;
	background-position: 10px center;
	padding-left: 10px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#bloginfo ul li.comments h2 {
	display: block;
	background: url(images/ico_comments.png) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#bloginfo ul li.tags h2 {
	display: block;
	background: url(images/ico_tags.png) no-repeat;
	background-position: 10px center;
	padding-left: 10px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333;
}

#bloginfo ul li.posts ul {
	width: 310px;
	padding: 10px;
}

#bloginfo ul li.comments ul {
	width: 320px;
	padding: 10px;
}

#bloginfo ul li.tags ul {
	width: 400px;
	padding: 10px;
}

#bloginfo ul li.posts ul li {
	border-bottom: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li {
	border-bottom: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.tags ul li {
	border-bottom: 1px solid #ddd;
	padding-top: 4px;
	padding-bottom: 4px;
}

#bloginfo ul li.comments ul li a {
	display: block;
	font-size: 0.75em;
	background: url(images/ico_comment.png) no-repeat left 3px;
	padding-left: 20px;
	line-height: 1.3em;
	font-weight: bold;
}

#bloginfo ul li.comments ul li a span {
	font-weight: normal;
}

#bloginfo ul li.comments ul li a:hover span {
	color: #666;
}

#bloginfo ul li.comments ul li a:hover {
	background: url(images/ico_commento.png) no-repeat left 3px;
}

#bloginfo ul li.tags ul li a {
	line-height: 1.3em;
	color: #999;
	font-size: 0.75em;
	text-transform: lowercase;
}

#bloginfo ul li.tags ul li a:hover {
	color: #d43e1b;
}

.r_time {
	display: block;
	font-size: 0.7em;
	line-height: 1.3em;
}

.r_head a {
	display: block;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.3em;
	font-weight: bold;
}

/*
Content Layout
*/
#content {
	width: 1061px;
}

#content #column {
	float: left;
	width: 656px;
	margin-left: 31px;
	margin-right: 0px;
	display: inline;
	margin-top:0px;				
  border-right: 1px solid #5aaaad;
}

#content #sidebar {
	float: left;
	width: 342px;
	margin-right: 0px;
	margin-left: 0px;
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
		margin-top: 0px;
				font-weight: bold;
				background: #fff url(images/sidebarbg.png) no-repeat;

}

/*
Sidebar Widgets
*/
#sidebar h2 {	
font-size: 14px;	
font-weight: bold;	
font-family: arial;
line-height: 22px;	
color: #186986;	
margin-top: 10px;		
margin-bottom: 5px;
background: ;
margin-left: 20px;
padding-left: 0px;	
letter-spacing: 1px;	
text-transform: uppercase;
}

#sidebar p {	
margin: 5px 12px 7px 10px;		
font-weight: none; 
color: #6e6e6e;
margin-left: 10px;
margin-right: 10px;
font-family: arial;
color: #555555;	
font-size: 12px;	
line-height: 16px;	
}

#sidebar p strong  {	

font-weight: bold; 
color: #3f3f3f;
margin-left: 0px;
margin-right: 0px;
font-family: arial;
font-size: 11px;	
line-height: 16px;	


}

#sidebar .box {	margin-top: 5px;	margin-left: 10px;	font-size: 0.7em;	
	line-height: 1.4em;	color: #67625a;}

.videobox {
	border: 4px solid #ddddd4;
	width: 380px;
	height: 214px;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar a:hover {
	color: #932625;
}

.sidebar1 {
	width: 261px;
}

.sidebar2 {	width: 190px;
	float: left;
	display: inline;
}

.sidebar1 ul ul, .sidebar2 ul ul {
	font-size: 0.7em;
	color: #6d6457;
	margin-left: 20px;
		line-height: 14px;
}

.sidebar1 ul div, .sidebar2 ul div {
	font-size: 0.7em;
	color: #6d6457;
		margin-left: 20px;
		width: 300px;;
	line-height: 1.4em;
}

.sidebar1 ul div div, .sidebar2 ul div div {
	font-size: 1em;
}

.sidebar1 li li {
	background-position: left 8px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 20px;
  }

.sidebar2 li li {
	background-position: left 8px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.sidebar1 li li li {
	font-size: 1.2em;
	background: none;
	background-position: none;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom: 0;
	border-left: 1px dotted #ccc;
}

.sidebar2 li li li {
	font-size: 1.2em;
	background: none;
	background-position: none;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 0;
	border-left: 1px dotted #ccc;
}

/*
Feed CSS
*/
.rssfeed {
	background-position: left 0px;
	padding-left: 30px;
		border: 1px solid #ddd;
}

.rssfeed a {
	border-bottom: 1px solid #ddd;
}

.emailfeed {
	background: url(images/rssemail.gif) no-repeat;
	background-position: left 0px;
	padding-left: 30px;
		border: 1px solid #ddd;
}

.feedform {
	font-size: 1em;
		border: 1px solid #ddd;
}

.feedemail {
	border: 1px solid #ddd;
	width: 200px;
	padding: 3px;
	color: #999;
	background: #ddd;
}

.feedemail:focus {
	border: 1px solid #ddd;
	color: #ff9600;
	background: #fffff4;
}

.feedsubmit {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #366799;
	cursor: pointer;
	color: #fff;
	font-size: 1em;
	height: 22px;
}

.feedsubmit:hover {
	background: #21a9e9;
}

/*
Sidebar Ads CSS
*/
ul.ads li {
	float: left;
	display: inline;
	margin-right: 3px;
}

ul.ads 
 {
	display: block;
	float: left;
}

/*
Footer   THIS SECTION IS DONE!!
*/
#footer {
	width: 1061px;
	height: 49px;
	padding: 0px;
	margin-top: 0px;
	border: ;
	padding-top: ;
	background:  url(images/footer.png) no-repeat;
	text-align: center; }


#footer p { 	
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	font-weight: bold;
	padding-top: 20px;
	background:  url(images/footer.png) no-repeat;
	text-align: right;
	margin-right: 95px;
  color: #fff;   }

#footer a {
	color: #fff; }

#footer a:hover {
	color: #fff;
}



/*
General Styles THE POST
*/
.post {
	margin-top: 0px;
	background: #fff;
	padding: 0px;
	margin-bottom: 15px;
	background: url(images/post_bg.png) no-repeat;


}

.post h1, .post h2, .post h3, .post h5, .post h6 {
	line-height: 1.5em;	margin: 0px 0px 5px 0px;}

.post p {	
line-height: 19px;	
margin-top:10px;
margin-left: 20px;
margin-right: 20px;
font-size: 12px; 
color: #3b3b3b;
font-family: arial; 
 }

.post h1 {font-size: 1.1em}
.post h2 {font-size: 1em}
.post h3 {font-size: 13px; font-family: arial;}
.post h4 {font-size: 10px; color: #673c30; font-family: arial; margin-top: -10px; margin-bottom: 15px; margin-left:10px; margin-right: 10px; text-align: center;}


.post h6 {

line-height: 19px;	
margin: 0px 0px 7px 0px;
font-size: 13px; 
color: #3f3f3f;
font-family: arial;
}


.post h1 {	
color: #e1e0e1;	
font-family: arial;	
font-weight: normal;
font-size: 1px; }


.post h2 {color: #de9314;  }

.post h2 em {font-family: georgia; font-size: 18px;  }

.post h3 {color: #dc4a10;}

.post p {color: #3f3f3f;}




h6 {

line-height: 18px;	
margin: 0px 0px 7px 0px;
font-size: 11px; 
color: #3f3f3f;
font-family: arial;
}

h5 {font-size: 10px;	
color: #932625; 
font-weight: none;	
margin: 0px;	
padding-bottom: 5px;	
line-height: 16px; 
padding-left: 28px; 
padding-right: 10px; 
list-style: disc; 	
letter-spacing: 0px;
font-family: arial;
font-size: 11px; 
}

.post strong {
line-height: 19px;	
margin: 0px 0px 7px 0px;
font-size: 13px; 
color:#3b3b3b;
font-family: arial}

.post em {	
font-size: 13px; 
color: #3b3b3b;}

.post ul, .post ol {	font-size: 13px; font-family: arial	;
color: #3b3b3b;	margin: 0px 0px 7px 0px;	line-height: 19px;}

.post li, .post li li {margin-left: 50px; margin-right: 18px; margin-bottom: 2px; line-height: 19px;; color:#3b3b3b;  text-align: left; 	font-size: 13px; font-family:  arial }

.post ol {margin-left: 15px; line-height: 19px;; color: #3b3b3b; 	font-size: 13px; font-family: arial;	} 

.post ul ul, .post ol ol {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 13px; font-family: arial;
	line-height: 21px;
	color: #3b3b3b;
}
.post ul li, .post ul li ul li {
	background-position: left 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #3b3b3b;
	font-size: 13px; font-family: arial;
}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 13px; font-family: arial;
	line-height: 19px;
	color: #3b3b3b;
}



.more-link {
	font-weight: bold;
	font-size: 1.1em;
	font-family: arial;
}

.post ins {
	text-decoration: underline;
}

.post del {
	text-decoration: line-through;
}

.post code {	display: block;	border: 1px dotted #ddd;
	width: 550px;	font-weight: bold; padding: 10px;	background: #fff2db;
	color: #2a7086;	margin-right: 10px;	margin-left: 10px;;
	margin-bottom: 10px;font-size: 12px;line-height: 19px}

.post blockquote {	display: block;		width: 450px;	padding: 10px 10px 10px 10px;	background: #FFF;	color: #8c9a29;	margin-right: auto;	margin-left: auto;
	margin-bottom: 0px;}


.post blockquote p {
	background: url(images/blockquote.gif) no-repeat;
	background-position: left top;
	padding-left: 30px;
	color: #8c9a29;
	font-weight: normal;
	font-size: 20px;
}

a {
	color: #676278;
}

a:hover {
	color: #307a7d;
}

.post a {
	color: #932625; font-weight: bold;}

.post a:hover {
	color: #000;}



.post h2 a {
	color: #c9820b;
	border-bottom: 1px dotted #ddd;
font-family: Georgia, Times New Roman, Trebuchet MS;	font-weight: normal;
	font-size: 20px; 
}

.post h2 a:hover {
	color: #61574a;
	border-bottom: 1px dotted #ccc;
}

.post .entry {
	margin-top: 0px;
	margin-bottom: 0px;

}

.post .postinfo {
	color: #aaa;
	font-size: 0.7em;
	border-bottom: 1px dashed #eee;
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 5px;
	
}

.post .info {
	float: left;
}

.post .info a {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
	background: url(images/ico_author.gif) no-repeat left center;
	padding-left: 18px;
}

.post .commentnum {
	float: right;
	background: url(images/ico_commentw.gif) no-repeat left center;
	padding-left: 20px;
}

.post .category {
	font-size: 0.7em;
	color: #666;
	background: url(images/ico_cat.gif) no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}


.post .category a {	color: #666;	font-size: 9px;font-family: arial;}
.post .category a: hover {	color: #a71e22;}


.post .tags {
	background: url(images/ico_tag.gif) no-repeat;
	background-position: left 3px;
	padding-left: 0px;
	font-size: 0.7em;
	color: #6f3c1b;
	line-height: 1.5em;
	padding-top: 5px;
	border-top: 1px solid #eee;
	float: left;
	text-transform: lowercase;
}

.post .ratings {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

.post .views {
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 10px 0px;
}

/*
Post Images - Alignments
*/
 img.aligncenter, img.alignnone {
	background-color: #fff;   padding: 0px; margin-left: -20px; margin-top: -11px;margin-bottom:20px;}

.alignleft {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	margin-right: 20px;
	margin-bottom: 2px;
}

.alignright {
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}

.aligncenter {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.alignnone {
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

p.wp-caption-text {
 text-align: center;   padding-bottom: 4px; margin: 0px; color: ddd; /* optional rounded corners for browsers that support it */ -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px;    border-radius: 3px; }
}

/*
Default Navigation _Next entries _Previous entries
*/
.nav {
	margin-top: 10px;
	font-size: 0.75em;
}

.nav a:hover {
	color: #333;
}
	

.nav_left {
	float: left;
	display: inline;
		font-size: 10px;
		padding-top: 10px;
}

.nav_right {padding-top: 10px;	float: right;
	display: inline;			font-size: 10px;}

/*
Other Post Boxes
*/
.post_header {	padding-top: 10px;	margin-left: 10px;	padding-right: 10px;
	border-bottom: 1px solid #e4e7cf;}

.post_header h1 {	font-size: 12px;	color: #6d6457;}

.post_author, .post_follow {	background: #f6f6e7;	padding: 10px;
	font-size: 0.75em;	color: #673c30;	line-height: 1.5em;	border-left: 1px solid #ddd;		border-right: 1px solid #ddd;	border-bottom: 1px solid #ddd;	font-family: arial;}

.post_follow a {	font-weight: bold;}

/*
Comments
*/
.commentlistdiv {	margin-top: 10px;	padding: 10px;	background: #FFF;
	border: 1px solid #ddd;	font-size: 0.7em;	color: #6d6457;}

.commentlistdiv h1 {	font-size: 1.3em;	color: #da593f;	border-bottom: 1px solid #eee;	line-height: 1.5em;}

.commentlist li {	background: #fff;	border-bottom: 1px solid #ddd;
	padding: 15px;}

.commentlist li.alt {	background: #fff;}

.pane_l {	float: left;	display: inline;	width: 120px;	min-width: 120px;
	border-right: 2px solid #ddd;	padding-right: 10px;	margin-right: 10px;}

.pane_r {	display: block;		width: 350px;	line-height: 17px;	margin-left: 150px;		color: #6d6457;}

.c_author {	font-weight: bold;	margin: 0px 0px 7px 0px;
	color: #6d6457;}

.c_avatar {	display: block;	margin: 0px 0px 7px 0px;}

.c_date {	color: #6d6457;	font-size: 0.9em;	margin: 0px 0px 7px 0px;}

.c_approved {	color: #6d6457;}

/*
Trackbacks / Pinbacks
*/
.post_ping {	background: #e9f7ff;	padding: 10px;
	border: 1px solid #eeeee4;	font-family: arial;	font-size: 0.7em;
	color: #666;	line-height: 1.5em;}

.post_ping h1 {	font-size: 1.2em;}

.post_ping ol {	margin-left: 20px;}

.post_ping ol li {	padding-top: 3px;}

/*
Reply
*/
.reply {	margin-top: 10px;	padding: 10px;	background: #FFF;	border: 1px solid #ddd;	font-size: 0.7em;	color: #6d6457;}

.reply h1 {	font-size: 1.3em;	color: #da593f;	border-bottom: 1px solid #eee;
	line-height: 1.5em;}

.reply label {	font-family: arial;	font-weight: bold;
	margin-top: 5px;	margin-bottom: 5px;	vertical-align: middle;
	color: #666;	margin-left: 5px;}

.replytext {	width: 300px;	background: #FFF;	margin-top: 5px;	margin-bottom: 5px;	vertical-align: middle;color: #6d6457;	border: 1px solid #eee;	padding: 3px;		font-size: 1.3em;}

.replytext:focus {	background: #fffff9;}

.replyarea {	width: 500px;	height: 140px;	background: #FFF;	margin-top: 5px;
	margin-bottom: 5px;	vertical-align: middle;	color: #6d6457;
	border: 1px solid #eee;	padding: 3px;}

.replyarea:focus {	background: #fffff9;		font-size: 1.3em;}

.replybutton {	cursor: pointer;	font-weight: bold;	background: url(images/commentbutton.gif) no-repeat;	width: 100px;	height: 22px;	margin-top: 5px;	margin-bottom: 5px;	vertical-align: middle;	color: #fff;}

.replybutton:hover {	background: url(images/commentbutton_on.gif) no-repeat;}