/*  
Theme Name: CactalPress
Version: 1.0
Description: Design por <a href="http://www.cactal.com">CactalPress</a>.
Author: CactalPress
Author URI: http://www.cactal.com
UIL: http://www.cactal.com
*/

html, body {
	font-family: Arial;
	font-size: 12px;
	border: 0;
	color: #565656;
        background:#7F7F7F URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_madeira.jpg) 
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

p {
	line-height: 20px;
	padding: 10px 0 10px 0;
        font-size:13px;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0 5px 0;
        font-family:Georgia;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #4DA234;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

blockquote p {
	padding: 5px 0;
}

/* Align */


.aligncenter, .alignright, .alignleft {
        padding:3px;
        border: #D8D8D1 1px solid;
}

.aligncenter {
	margin: 0px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 0px 20px 8px 0;
	float: left;
}

.alignright {
	margin: 0px 0px 8px 20px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Wrap */

/* Top */

#top-out {
	width: 100%;
	background: #1F1F1F URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_top.gif)  repeat-x 0 0;
}

#top {
	width: 939px;
	margin: 0 auto;
}

/* Page Navigation */

#page_navi {
	width: 100%;
	height: 27px;
	font-size: 12px;
}

#page_navi a {
	color: #fff;
}

#page_navi a:hover {
	text-decoration: underline;
}

#page_navi ul {
	padding: 0;
}

#page_navi .col-left {
	margin-left: -6px;
}

/* Page Navigation (rss) */

#page_navi ul.rss {
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_rss.gif)  no-repeat 0 5px;
	padding: 6px 0 2px 15px;
}

#page_navi ul.rss li {
	padding: 0 10px;
	display: inline;
	background: none;
}


/* Header */

#header {
	width: 100%;
	height: 107px;
	padding-top: 25px;
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_top_gradient.jpg)  no-repeat center;
	clear: both;
	position: relative;
}

#header img.title {
	margin-left: 5px;
}

#header h1 {
	display: none;
}

#header .advert {
	position: absolute;
	left: 470px;
	top:43px;
}

/* Category Navigation */

#cat_navi {
	width: 100%;
}

#cat_navi li a span {
	font-size: 11px;
	color: #9D9D9D;
	font-weight: normal;
}

/* Middle */

#middle-out-top { /* Background - Middle Top */
	width: 100%;
}

#middle-out-bottom { /* Background - Middle Bottom Gradient */
	width: 100%;
}

#middle-out-bottom .single { /* Background - Content - Single Page */
	background: #fff URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_middle_content_single.gif)  repeat-y;
}

#middle-content { /* Background - Content */
	width: 939px;
	margin: 0 auto;
        margin-bottom:40px;
	background: #fff URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_middle_content.gif)  repeat-y; 
}

#middle-content-bottom { /* Background - Content Bottom */
	width: 100%;
        border-bottom:3px solid #E7E6E6;
}

/* Page Nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	z-index: 100;
}

#nav a {
	display: block;
	line-height: 27px;
	padding: 0 10px;
	z-index: 100;
}

#nav li {
	float: left;
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_separator.gif)  no-repeat right 10px;
}

/* Style drop down list */

#nav li ul {
	position: absolute;
	width: 203px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul li a {
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_page_navi_item.gif)  repeat-x;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	width: 120px;




}

#nav li ul li a {
	border-right: #2A2A2A 1px solid;
}

#nav li ul ul {
	margin: -35px 0 0 204px;
}

#nav li ul ul li a {
	line-height: 36px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* IE7 Fix */

#nav li:hover, #nav li.hover {  
	position: static;
}

/* Second Menu */

#secnav, #secnav ul {
	padding: 0;

	margin: 0;
	list-style: none; 
	line-height: 1;
}

#secnav a {
	display: block;
	line-height: 58px;
	line-height: 16px;
	padding: 14px 15px 14px;
	color: #fff;
}

#secnav li:hover, #secnav li.sfhover1 {
	background: #307F17 URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_cat_navi_hover.gif)  no-repeat bottom center;
	cursor: pointer;
}

#secnav li:hover span, #secnav li.sfhover1 span {
	color: #fff;
}

#secnav li {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

/* Style drop down list */

#secnav li ul {
	position: absolute;
	width: 1em;
	width: 188px;
	left: -999em;
	z-index: 10;
	border: 1px solid #e6e6e6;
	border-width:0px 1px 1px;
}

#secnav li li {
	font-weight: normal;
}

#secnav li:hover ul, #secnav li.sfhover1 ul {
	left: auto;
}

#secnav li ul li a {
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_cat_navi_item.gif)  repeat-x;
	line-height: 34px;
	color: #565656;
	font-size: 12px;
	width: 148px;
	padding: 0 20px;
}

#secnav li ul li a {
}

#secnav li ul li a:hover {
	background: #D4D4D3;
}

#secnav li ul ul {
	margin: -35px 0 0 188px;
	border-width:1px;
}

#secnav li:hover ul ul, #secnav li.sfhover1 ul ul {
	left: -999em;
}

#secnav li:hover ul, #secnav li li:hover ul, #secnav li.sfhover1 ul, #secnav li li.sfhover1 ul {
	left: auto;
}

/* IE7 Fix */

#secnav  li:hover, #secnav  li.hover {  
	position: static;
}

/* Content */

#content {
	width: 924px;
	min-height: 550px;
	padding: 0px 7px 50px 8px;

}

* html #content {
	height: 550px;
}

/* Main Content */

#main-content {
	width: 553px;
	margin: 31px 0 0 31px;
}

.single #main-content {
	background: #fff;
	width: 553px;
	margin: 0px 0 0 0;
	padding: 24px 32px 35px 31px;
}

#comments {
	background: rgb(247,246,246)  URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_comments.gif)  repeat-x 0 top;
	width: 616px;
}

/* Main Content (style) */

#main-content a {
	text-decoration: underline;
}

#main-content a:hover {
	text-decoration: none;
}

#main-content h2, #main-content h3 {
	font-weight: normal;
}

#main-content h2 {
	font-size: 26px;
}

#main-content h2.visitetambem {
	font-size: 18px;
        margin:30px 0 0 0;
        padding:0
}


#main-content h3 {
	font-size: 18px;
        margin:30px 0 0 0;
        padding:0
}

#main-content table {
        border:3px solid #eee;
        margin:10px 0 0 0;
}

#main-content table td {
        border:1px solid #eee;
        padding:5px
}

#main-content table tr:hover {
        background:#E0FFBF
}


#main-content h4 {
	font-size: 12px;
}


#main-content ol, #main-content ul {
	line-height: 18px;
}

#main-content ul {
	padding-left: 50px;
}

#main-content ul li {
	list-style: circle;
	padding: 3px 0;
}

#main-content ol {
	padding-left: 57px;
}

#main-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

#main-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}

#main-content a.img thumbnail {
        padding:3px;
        border: #D8D8D1 1px solid;
}

/* Main Content (post) */


#main-content h2 a, #main-content h3 a {
	color: #4DA234;
	text-decoration: none;
}

#main-content .block  {
	float:left;
        width:550px;
        border-bottom:#E7E6E6 1px solid;
        padding:10px 0 15px 0
}

#main-content .block p {
	text-decoration: none;
}

#main-content h2 a:hover, #main-content h3 a:hover {
	text-decoration: underline;
}

#main-content p.post-details {
	line-height: 18px;
	margin: -5px 0 10px 0;
        float:left;
        width:550px;
	color: #9F9F9F;
	font-size: 11px;
	padding: 0 0 5px 0;
}

#main-content p.post-details a {
	text-decoration: none;
}

#main-content p.post-details a:hover {
	text-decoration: underline;
}


#main-content .comment-cloud {
        float:left
}

#main-content .comment-cloud a {
	padding: 8px 0 5px 22px;
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_comment_cloud.gif)  no-repeat 0px 8px;
	font-size: 12px;
	color: #5D5D5D;
	display: block;
        float:left;
        height:30px;
        margin-left:20px;
	text-decoration: none;
        width:120px;
}

#main-content .comment-cloud a:hover {
	text-decoration: underline;
}

#main-content .post span {
	margin-top: 1px;
}

#main-content span.continue a {
	background: #4DA234;
	padding: 5px 10px;
        margin: 6px 0 20px 0;
	color: #fff;
	text-decoration: none;
        float:left;
        font-weight: bold;
        width:100px;
}

#main-content .post span.continue a:hover {
	background: #307F17;
}

#main-content .post img.thumbnail {
	border: #D8D8D1 1px solid;
        padding:3px;
}

#main-content .post img.gallery {
	margin:0 7px 7px 0;
}

#main-content .post .gallery-caption {
	padding:0 10px 0 10px;
        font-size:11px
}

#main-content h2.arh {
	border-bottom: #EBEBEB 1px solid;
	margin-top: -10px;
	margin-bottom: 10px;
	position: relative;
}

/* Main Content (advert 468x60) */

#main-content .advert_468x60 {
        padding-top:20px;
	margin: 0px 0 20px 0;
        clear:both
}

#main-content .latest .advert_468x60 {
	margin-left:33px;
}

/* Post (featured) */

#main-content .latest .featured, #main-content .archives .featured{
	position: relative;
	margin-bottom: 15px;
	clear: both;
}
#main-content .latest .featured {
	margin-left:33px;
}

#main-content .featured img.thumbnail {
	float:left;
        margin-right:15px
}

#main-content .featured h2 a {
        clear:both
}

#main-content .featured p {
	padding-top: 1px;
}


/* Post (latest) */

#main-content .latest {
	width: 586px;
	margin-left: -33px;
	position: relative;
}

#main-content .latest .block {
	width: 259px;
	float: left;
	margin-left: 33px;
	margin-bottom: 28px;
	display: inline;
}

#main-content .latest h3 {
	padding-top: 7px;
}

#main-content .latest .comment-cloud {
	top: 10px !important;
}

#main-content .latest p.post-details {
	padding-top: 5px;
}

#main-content .latest h4 {
	margin-top: -3px;
	position: relative;
}

/* Post (archives) */

#main-content .archives .block {
        float:left;
        width:555px;
	margin-bottom: 20px;
}

#main-content .archives h2 {
	padding-right: 50px;
}


#main-content .archives h3 {
	font-size: 26px;
        margin:20px 0 5px 0;
        padding:0
}


#main-content .archives p.post-details {
	padding-right: 50px;
        clear:both;
        padding-bottom:2px
}


#main-content .archives img.alignleft {
	margin: 0px 15px 0 0;
}


/* Main Content (post>single) */

#main-content p.tags {
	width: 100%;
	clear: both;
}

.single #main-content .advert_468x60 {
	margin: 15px 0 0px 0;
}

#main-content .page h2 {
	padding-top: 5px;
}

/* Comments */

#comments h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 20px 0;
}



/* PageNavi */

.more_entries {
	width: 100%;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 26px 0;
}

.Nav {
	float: right;
}

.Nav a {
	text-decoration: none !important;
}

.Nav .on, .Nav a:hover {
	background: #307F17 !important;
}

.Nav a, .Nav .on {
	background: #9F9F9F;
	color: #fff;
	display: block;
	float: left;
	padding: 5px 9px;
	margin-left: 4px;
}

/* Sidebar */

#sidebar {
	width: 307px;
	overflow: hidden;
}

#sidebar h2 {
	font-size: 12px;
	background: #9F9F9F;
	color: #fff;
	padding: 8px 14px;
	float: left;
	margin: 0 0 10px 1px;
	display: inline;
}

#sidebar ul {
	clear: both;
}


#sidebar a {
	color: #636363;
}

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

/* Sidebar (block) */

#sidebar .block {
	width: 260px;
	padding: 21px 25px 21px 22px;
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_sidebar_separator.gif)  repeat-x 0 bottom;
}

/* Sidebar (block > inside)*/

#sidebar .block .inside {
	border: #D5D4D4 3px solid;
	background: #EDEDED;
	padding-bottom: 5px;
}

#sidebar .block .inside ul {
	padding: 0;
}

#sidebar .block .inside li {
	padding: 8px 15px 8px 10px;
	line-height: 18px;
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_footer_list.gif)  repeat-x 0 bottom;
	position:relative;
}

#sidebar .block .inside li img.thumbnail,
#sidebar .block .inside li img.avatar{
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
}

/* Sidebar (widgetized)*/

#sidebar .widgetized h2 {
	margin-bottom: 15px;
}

/* Sidebar (widgetized>list>)*/

#sidebar .widgetized ul {
	clear: both;
	width: 100%;
	padding: 0 0 8px 0;
	border-top: #CECFC6 1px solid;
}

#sidebar .widgetized li {
	border-bottom: #CECFC6 1px solid;
	line-height: 20px;
	padding: 5px 0 5px 21px;
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_sidebar_circle.gif)  no-repeat 5px 12px;
	overflow: hidden;
}

/* Sidebar (widgetized>list>inside)*/

#sidebar .widgetized ul ul {
	padding: 0;
	margin: 3px 0 0 0;
}

#sidebar .widgetized ul ul li {
	border: 0;
	padding-bottom: 0;
}

/* Sidebar (widgetized > special list)*/

#sidebar .widgetized .widget_categories ul, 
#sidebar .widgetized .widget_archive ul,
#sidebar .widgetized .widget_links ul {
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_sidebar_ul_lines.gif)  no-repeat right 0;
	margin-top: 3px;
	border: 0;
	width: 270px;
	margin-left: -9px;
	position: relative;
}

#sidebar .widgetized .widget_categories ul li, 
#sidebar .widgetized .widget_archive ul li, 
#sidebar .widgetized .widget_links ul li {
	width: 104px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#sidebar .widgetized .widget_categories ul li,
#sidebar .widgetized .widget_archive ul li {
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_sidebar_folder.gif)  no-repeat 0 7px;
}

#sidebar .widgetized .widget_links ul li {
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_sidebar_circle.gif)  no-repeat 5px 13px;
}

/* Sidebar (widgets)*/

#tag_cloud h2, #footer #tag_cloud h2 {
	display: block;
	float: none;
}

.textwidget {
	clear: both;
        float:left
	padding: 5px 2px;
	line-height:20px;
}

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
	clear: both;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #E7E7E7;
	color: #9E9E9E;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

.wp-caption { 
        padding:10px 0 0 10px;
        margin-top:7px;
}
div p.wp-caption-text { 
        font-size:11px;
        float:left
}



/* Sidebar (Search)*/

#sidebar #search_main form div {

	position: relative;
	width: 260px;
	height: 33px;
	background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_search_field.gif)  no-repeat 0 0;
}

#sidebar #search_main input.field {
	width: 163px;
	position: absolute;
	left: 12px;
	top: 7px;
	padding-top: 2px;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	border: 0;
	background: transparent;
	z-index: 1;
}

#sidebar #search_main input.submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

/* Sidebar (advert 125x125) */

#advert_125x125 {
	width: 270px !important;
	margin-left: -10px;
	padding-top: 10px !important;
	padding-bottom: 25px !important;
	overflow: hidden;
}

#advert_125x125 img {
	display: block;
	float: left;
	margin: 9px 0 0 10px;
	display: inline;
}


/* sidebar enquete */
#sidebar #enquete {
        padding:20px;
	width: 260px;
        text-align:left;
}

#sidebar #enquete h2 {
        float:left;
        margin-bottom: -12px;
        margin-bottom: 7px !important;
}

#sidebar #enquete ul {
    background:#EDEDED;
    border:#D5D4D4 3px solid;
}


#sidebar #enquete ul ul {
border:none
}


/* Tabs */

ul#idTabs {
	width: 100%;
	padding: 0 0 7px 0;
}

ul#idTabs li {
	display: inline;
	font-family: Georgia;
	font-weight: bold;
}

ul#idTabs li a {
	line-height: 31px;
	background: #9F9F9F;
	color: #fff !important;
	display: block;
	float: left;
	padding: 0 12px;
	margin-right: 4px;
}

ul#idTabs li a.selected, ul#idTabs li a:hover {
	background: #307F17;
	text-decoration:none;
}

#tagcloud {
	padding:10px;
}


/* Sidebar (flickr) */

#flickr h2 span {
	color: #0061D8;
}

#flickr h2 span span {
	color: #FF1183;
}

#flickr .wrap {
	width: 270px;
	margin-left: -5px;
	padding: 0;
	position: relative;
}

#flickr a img {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	display: block;
	padding: 3px;
	background: #fff;
	border: #CECFC6 1px solid;
}

#flickr a:hover img {
	border: #A8AA99 1px solid;
}

/* Footer */

#footer-out {
	width: 100%;
}

#footer {
	width: 939px;
	margin: 0 auto;
	padding: 23px 0 10px 0;
}

* html #footer {
	height: 275px;
}

#footer .position {
	width: 960px;
	margin-left: -20px;
}

#footer a {
	text-decoration: underline;
	color: #636363;
}

#footer a:hover {
	text-decoration: none;
}

#footer h2.widget_title {
	font-size: 14px;
	color: #fff;
	padding: 10px 15px;
	float: left;
        width:300px;
	margin: 0 0 10px 1px;
	display: inline;
}

/* Footer */

#footer-out {
	width: 100%;
	background: #1F1F1F URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_bottom.gif)  no-repeat bottom center;
}

#footer {
	width: 939px;
	margin: 0 auto;
	/* background: #F1F1F0 URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/bg_footer_gradient.jpg)  no-repeat 0 0; */
	padding: 23px 0 10px 0;
        color:#9FBF6B
}

* html #footer {
	height: 275px;
}

#footer .position {
	width: 960px;
	margin-left: -20px;
}

#footer a {
	text-decoration: underline;
	color: #9FBF6B;
}

#footer a:visited {
	text-decoration: underline;
	color: #6D8F35;
}

#footer h2.widget_title {
	font-size: 14px;
	color: #fff;
	padding: 7px 0px;
	float: left;
	margin: 0 0 0px 1px;
	display: inline;
}

/* Footer (block) */

#footer .block {
	width: 300px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	padding-bottom: 10px;
	clear: both;
	margin:0 0 30px;
}

#footer .block .textwidget {
	padding: 5px 10px;

}

/* Footer (block > list) */

#footer ul {
	padding: 0;
}

#footer li {
	padding: 5px 0px 10px;
	line-height: 20px;
        border-bottom:1px solid #3F3F3F
}

/* Footer (copyright) */


#copyright-out {
	width: 100%;
	background: ;
	padding: 20px 0 14px 0;
}

#copyright {
	width: 939px;
	margin: 0 auto;
	font-size: 11px;
	color: #AFAFAF;
}


#copyright .col-left p {
        float:left;
        background: URL(http://www.kimcapoeira.com/wp-content/themes/cactal/images/footer-marca-gcb.gif)  no-repeat;
        width:40px;
        height:54px;
	text-indent:-5000em;
        overflow:hidden;
}

#copyright .col-right img {
	vertical-align: middle;
}

#copyright .col-right span {
	display: none;
}


/* Fix */

.wrap:after,
#sidebar #widgetized .widget_categories ul:after,
#sidebar #widgetized .widget_archive ul:after,
#sidebar #widgetized .widget_links ul:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}


/* Video Widget */

#video p {
	padding:0;
}
#video h2 {
	margin-bottom:7px !important;
}
#video .latest {
	border: #D5D4D4 5px solid;
	background: #EDEDED;
	width:250px;
}
#video .vidtabs ul li {
	background: none !important; 
	border: 0px !important;
	padding: 0px !important;
}
.vidtabs ul#idTabs {
	padding:7px 0 !important;
}
#footer .block .vidtabs ul {
	background:none;
	border:0;
}


.breadcrumb { font-size:11px; margin-bottom:20px }

#download-page-search { clear:both; padding-top: 18px; padding-bottom: 5px  }




/* +++++++++++++++ Comentários +++++++++++++++++ */


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {

        border: 1px solid #808080;
        padding: .2em;
        margin-left:10px;
}

#commentform textarea {
        width:96%;
}

#commentlist {
        width: 96%;
        font-size:11px;
        color:#000;
        margin:0 0 20px 0;
        padding: 0 0 0 10px;
}

#commentlist li {
        width:96%;
        border:2px solid #dcdcdc;
        margin:0;
        list-style-type:none;
        padding:0px;
        background:#f5f5f5;

         -webkit-border-radius:2px;
         -khtml-border-radius:2px;
         -moz-border-radius:2px;

}

#commentlist ul {margin:0; padding:0;}

#commentlist li p {font-size:12px;
        padding:5px 0px 5px 90px;
        margin:0;

}

#commentlist a {
        text-decoration:underline;
        font-weight:bold;
}

#commentlist li div.meta {padding:0; margin:0; text-align:center;}

#commentlist li .avatar {
        float:left;
        padding:0;
        margin:5px;

}


#commentlist2 {
        width: 97%;
        font-size:11px;
        color:#000;
        margin:0 0 20px 0;
        padding: 0 0 0 10px;
}

#commentlist2 li {
        border:2px solid #dcdcdc;
        margin:0 0 15px 0;
		padding:5px;
        list-style-type:none;
        padding:5px 27px 23px 63px;
        background:#f5f5f5;

         -webkit-border-radius:2px;
         -khtml-border-radius:2px;
         -moz-border-radius:2px;

}



#commentlist2 ul {margin:0; padding:0;}

#commentlist2 li p {font-size:12px;
        margin:0;
}

#commentlist2 a {
        text-decoration:underline;
        font-weight:bold;
}

#commentlist2 li div.meta {padding:0; margin:0; text-align:center;}

#commentlist2 li .avatar {
        float:left;
        padding:0;
        margin-left:-58px;
		width:50px;
		height:50px;
}

#commentlist2 li ul li { 
	margin-right: -15px;
	margin-left: -50px;
	margin-bottom: -10px;
}


.children { padding: 0; background:#cc0000; }

.authorcomm {float:left;
            margin:0;
            padding:0;
            width:70px;
            text-align:center;
            line-height:12px;
            font-size:10px;
}

.authorcomm a {text-decoration:none; font-weight:bold;}

.reply {text-align:right; padding:5px;}
.navigation {width:100%; height:20px;}
.cancel-comment-reply{text-align:right; float:none; font-size:12px;}
.comment-meta  a{font-size:8px; float:right; margin-top:-18px; color:#757575;}
.fn {font-size:15px; font-weight:bold;}
.says {display:none;}
#commentlist2 .byuser {background:#EFFFF0;}
#comments {font-size:16px;}
#respond h3 {font-size:16px;}