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

/*
CSS General Reset
*/
* {
	font-family: verdana;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	font-weight: 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: #fff url(images/bg.gif);
	text-align: center;
	margin-top: 1px;
}

#container {
	width: 898px;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	border-top: 10px solid #000000;	border-bottom: 10px solid #000000;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*
Very Top Bar
*/
#top {
	width: 898px;
	background: #fff url(images/topmenu.jpg) ;
	height: 36px;
}

#pagemenu {
	float: left;
	height: 26px;
	margin-left: 0px;
	display: inline;

	z-index: 20;
}

#pagemenu li {
	float: left;
	display: block;
	height: 36px;
}

#pagemenu li ul li {
	height: 36px;
	width: 100%;
}

#pagemenu li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #2b303a;
font-family: impact;	
	text-transform: uppercase;
	line-height: 36px;
}

#pagemenu li a:hover {

}

#pagemenu li.current_page_item a {
	color: #ff0000;
}

#pagemenu li.current_page_item a:hover {
	color: #333;
}

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

#pagemenu ul li a {
	display: block;

}

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

#pagemenu ul a {
	display: block;
}

#pagemenu ul ul {
	margin-top: -25px;
	display: normal;
	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: 200px;
}

#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: 24px;
	line-height: 24px;

	padding-left: 4px;
	padding-right: 4px;
	text-transform: lowercase;
	font-size: 8px;
	font-weight: none;
	color: #ff0000;
}

#pagemenu li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #a6dc00;
	border-left: 1px solid #ddd;

	padding-left: 8px;
	padding-right: 8px;
	text-transform: lowercase;
	font-size: 8px;
	font-weight: none;
	color: #ff0000;
}

/*
Search bar
*/
#searchbar {
	float: right;
	display: inline;
	margin-right: 10px;
	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: verdana;
font-size: 10px;
}

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

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

.searchform .searchbutton {
	border: 1px solid #ddd;
	text-transform: uppercase;
	background: #c2d12e;
	cursor: pointer;
	color: #2b2f3a;
	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: none;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: arial;
}

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

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

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

.searchformI .searchbutton:hover {
	background: #21a9e9;
		border: 1px solid #ddd;
}

/*
Header CSS
*/
#header {
	width: 898px;
	height: 176px;

background: #ddd url(images/header.png);
}

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

#header_logo h1.blogtitle {
	float: left;
	margin-right: 10px;
	padding-top: 39px;
}

#header_logo h1.blogtitle a {
	color: #d3d2d2;
	font-family: "Trebuchet MS";
	font-size: 1px;
	line-height: 50px;
	letter-spacing: -1px;
}

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

#header_logo .description {
	float: left;
	color: #999898;
	font-weight: none;
	font-size: 1px;
	line-height: 14px;
	padding-top: 10px;
}

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

#header_ad img {
	display: block;
}

/*
Page Menu CSS
*/
#bar {
	width: 600px;
	height: 28px;
margin-top: -30px;
}


#catmenu {
	float: left;
	display: inline;
	height: 28px;
	z-index: 20;
	margin-top: -10px;
	margin-left: 11px;
		font-weight: none;
}

#catmenu li {
	float: left;
	display: block;
	height: 28px;
		font-weight: none;

}

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

#catmenu li a {
	display: block;
	font-size: 15px;
	font-weight: normal;
	font-family: impact;
	color: #c11414;
	line-height: 28px;
	padding-left: 6px;
	padding-right: 6px;
	letter-spacing: .03em;
}

#catmenu li a:hover {
	color: #000000;
}

#catmenu li.current-cat a {
	color: #c11414;

}

#catmenu li.current-cat a:hover {
	color: #000000;
	font-weight: none;

}

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

#catmenu ul li a {
	display: block;
	background: #FF0000;
		font-weight: none;
}

#catmenu li ul a:hover {
	display: block;
		font-weight: none;
	background: #FFF;
}

#catmenu ul a {
	display: block;
	font-weight: none;
}

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

#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;
		font-weight: none;
}

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

#catmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ff0000;
	font-weight: none;
	text-transform: none;

}

#catmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ff0000;
	font-weight: none;
	text-transform: none;

}

/*
Blog Information Section
*/
#bloginfo {
	width: 898px;
	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: 4000px;
}

#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: none;
	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: none;
	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: none;
	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: none;
}

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

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

#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: none;
}

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

#content #column {
	float: left;
	width: 557px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
	background: #7c7a7a;
	border-right: #000000 7px solid;
	padding-left: 20px;
	padding-right: 20px;}

#content #sidebar {
	float: left;
	width: 270px;
	display: inline;
	background:#fff url(images/sidelegs.jpg) no-repeat ;
 	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
font-weight: normal;

}

#content #sidebar a {font-weight: bold;}



/*
Sidebar Widgets
*/
#sidebar h2 {	font-size: 14px;	font-weight: normal;	font-family: impact;
	line-height: 83px;	color: #ff0000;	margin-top: 40px;		margin-bottom: 10px;
	padding-left: 80px;	letter-spacing: 1px;	text-transform: none;	 	background: url(images/splatter.png) no-repeat	}

#sidebar p {	margin: 0px 0px 7px 0px;		font-weight: normal;
	width: 210px; }     




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

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

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

#sidebar a:hover {
	color: #2c303b; 
}

.sidebar1 {margin-left: 15px; font-weight: none;

}


.sidebar2 {
	width: 270px;
	float: left;
	display: inline;font-weight: none;	padding-left: 15px;
}



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




.sidebar1 ul div, .sidebar2 ul div {
	font-size: 0.7em;
	color: #6d6457;
	line-height: 1.4em;font-weight: none;
}

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

.sidebar1 li li {
	background-position: left 8px;
	padding-top: 3px; 
	padding-bottom: 3px;
	padding-left: 0px;font-weight: none;
}

.sidebar2 li li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;font-weight: none;}

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

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

/*
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 {

	width: 180px;
	padding: 5px;
	color: #999;

}

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

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

.feedsubmit:hover {
	background: #cc1414;
}

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

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

/*
Footer CSS
*/
#footer {
	width: 879px;
	padding: 10px;

	background: #000000;
	font-size: 11px;
	font-weight: none;
	color: #fff;
	text-align: center;
}

#footer a {
	color: #fff;
	font-weight: none;
}

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

.copyright {
	float: left;
	line-height: 2em;
}

.credit {
	float: right;
	color: #fff;
	line-height: 1.4em;
}

a.sitename {
	border-bottom: 1px dotted #ff9600;
}

a.footrss {
	background: url(images/rssimg.gif) no-repeat left center;
	padding-left: 22px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.credit a {
	font-weight: none;
	color: #666;
}

.credit a:hover {
	color: #ff9600;
}

/*
General Styles THE POST
*/
.post {
	margin-top: 10px;
	padding: 10px;}

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

.post p {	line-height: 20px;	margin: 15px 0px 7px 0px;
	font-size: .8em; font-family: verdana;}

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


.post h6 {font-size: 11px; padding-left: 20px; padding-right: 20px;color: #673c30; }
.post h1 {		color: #fff;	
font-family: impact;	font-weight: none; letter-spacing: 1px ;
	font-size: 18px; }


.post h2 {color: #fff; font-weight: none;  }
.post h3 {color: #dc4a10;}

.post p {color: #fff; font-weight: none; }
.post a {font-family: verdana}



h6 {font-size: 11px;	color: #fff; font-family: verdana;	font-weight: none;	margin-right: 0px;	padding-bottom: 0px;	line-height: 14px; padding-left: 30px; padding-right: 30px;list-style: disc;
}

h5 {font-size: 11px;	color: #fff; font-family: verdana;	font-weight: none;	margin: 0px;	padding-bottom: 10px;	line-height: 12px; padding-left: 20px; padding-right: 20px; list-style: disc; 	letter-spacing: 0px;
}

.post strong {	font-size: 13px; font-family: verdana; font-weight: bold;}

.post em {	font-size: 13px; font-family: verdana;}

.post ul, .post ol {	font-size: 12px; font-family: verdana;	color: #fff;	margin: 0px 0px 7px 0px;	line-height: 19px;}

.post li, .post li li {margin-left: 25px; margin-right: 20px; 
margin-bottom: 2px; line-height: 19px;; color: #fff;  text-align: left; 	font-size: 12px; font-family: verdana; }

.post ol {margin-left: 15px; line-height: 19px; color: #443c30; 	font-size: 11px; font-family: verdana;	} 

.post ul ul, .post ol ol {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px; font-family: verdana;
	line-height: 19px;
}
.post ul li, .post ul li ul li {
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px; font-family: verdana;
	line-height: 19px;}

.post ol li, .post ol li ol li {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px; font-family: verdana;
	line-height: 19px;
}

.post img {	border: 1px solid #ddd; text-align: center; padding: 5px 5px 5px 5px; margin-right: 10px; margin-bottom: 5px;
margin-top: 5px;}

.more-link {
	font-weight: none;
	font-size: 11px;
	font-family: verdana;
}

.post ins {
	text-decoration: underline;
}

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

.post code {	display: block;	border: 1px dotted #ddd;
	width: 450px;	padding: 10px;	background: #ebebeb;
	color: #000000;		margin-bottom: 10px;font-size: 11px;line-height: 17px}

.post blockquote {	display: block;	border: 1px dotted #aaa;
	width: 450px;	padding: 5px 25px 5px 5px;	background: #c8c8c8;
	color: #fff;	margin-right: auto;	margin-left: auto;
	margin-bottom: 10px;}


.post blockquote p {
	background: url(images/blockquote.gif) no-repeat;
	background-position: left top;
	padding-left: 40px;
	color: #5a5a5a ;

	font-weight: none;
	font-size: 12px;}

a {	color: #c11414; }

a:hover {
	color: #fff;
}

.post a {
	color: #ddbc82; font-weight: none; }

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



.post h2 a {
	color: #fff;
font-family: impact;	font-weight: none;
	font-size: 18px; letter-spacing: 1px;
}

.post h2 a:hover {
	color: #ff0000;
}

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

}

.post .postinfo {
	color: #aaa;
	font-size: 0.7em;

	line-height: 12px;
	padding-top: 0px;
	padding-bottom: 5px;
	
}

.post .info {
	float: left;
}

.post .info a {
	padding-top: 0px;
	padding-bottom: 4px;
	height: 10px;
	padding-left: 0px;
		color: #dec894;
}

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

.post .category {
	font-size: 0.7em;
	color: #dec8a1;
	background-position: left 3px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #dec89b;
}


.post .category a {	color: #dec89b;	font-size: 10px;font-family: verdana;}
.post .category a: hover {	color: #ff000;}


.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 dotted #dec894;
	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.alignleft, img.alignright, img.aligncenter, img.alignnone {
	border: 1px solid #ddd;   padding: 5px 5px 5px 5px; margin-right: 10px; margin-bottom: 5px;}

.alignleft {
	float: left;
	display: inline;
	margin-right: 10px;
	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;
}

.post_header h1 {	font-size: 11px;	color: #fff; font-weight: bold;}

.post_author, .post_follow {	background: #494242;	padding: 10px;
	font-size: 10px;	color: #fff;	line-height: 1.5em;	border-left: 1px solid #ddd;		border-right: 1px solid #ddd;	border-bottom: 1px solid #ddd;	border-top: 1px solid #ddd;font-family: verdana;}

.post_follow a {	font-weight: none;}

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

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

.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: "Trebuchet MS";	font-size: 0.7em;
	color: #666;	line-height: 1.5em;}

.post_ping h1 {	font-size: 10px;;}

.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: 10px;	color: #6d6457;}

.reply h1 {	font-size: 10px;;	color: #ff0000;	border-bottom: 1px solid #eee;
	line-height: 1.5em; font-weight: bold;}

.reply label {	font-family: "Trebuchet MS";	font-weight: none;
	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: none;	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;}
