/*
Theme Name: Science Explorers
Theme URI: http://durkangroup.com/
Description: Custom theme for Science Explorers
Version: 1.0
Author: Clinton Robbins
Author URI: http://eastwoodarts.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	background: #4cd501 url(images/bg.jpg);
	color: #000;
	}
	
strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

#footer strong {
	color:#fff;
}

body.home {
	color:#fff;
}

body.home #content_sub {
	color:#000;
	font-size: 90%;
	line-height: 1.6em;
}

#header {
	
	}

#content {
	font-size: 100%;
	}

.widecolumn .entry p {
	/*font-size: 1.05em;*/
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.7em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	line-height: 1.6em;
	font-size: 90%;
	color:#fff;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 18pt;
	}

h2 {
	font-size: 15pt;
	}

h2.pagetitle {
	font-size: 15pt;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 15pt;
	}

h3 {
	font-size: 12pt;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #2f7500;
	text-shadow:1px 1px 1px #8fd469;
	}

h2, h2 a, h2 a:visited {
	color: #2f7500;
	/*text-shadow:1px 1px 1px #8fd469;*/
	}
	
h3, h3 a, h3 a:visited {
	color: #2f7500;
	/*text-shadow:1px 1px 1px #8fd469;*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
#footer h3, #footer h3 a, #footer h3 a:visited {
	color:#82ff3d;
	font-size: 12pt;
	text-shadow:none;
}

.home h1, .home h2, .home h3 {
	color:#fff;
}

.home #content_sub h1, .home #content_sub h2, .home #content_sub h3 {
	color: #2f7500;
}

.entry p a:visited {
	
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}
	
a              { color: #006f94; text-decoration: none; font-weight:bold;}
a:hover     { color: #008cbb;text-decoration: underline; }
a:active     { color: #008cbb; }
a:visited     { color: #2c7d98; }
a:focus     { outline: #e59624; }

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#wrapper {
	width:950px;
	margin:0 auto;
	position:relative;
	}

#header {
	background:transparent url(images/bg-header.png) no-repeat left bottom;
	height: 108px;
	}
	
#logo #rocket{
	position:absolute;
	top:0;
	left:-69px;
	width:368px;
	z-index:10;
	background:url(images/rocket.png) no-repeat;
}

#logo #logo_link {
	position:relative;
	float:left;
	z-index:20;
}
	
#menu {
	padding-top:44px;
	float:right;
	margin-right:20px;
}
	
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:42px;
	background-image:none;
}

#menu ul li.separator {
	background:transparent url(images/bg-menu-separator.png) no-repeat center top;
	width:2px;
}

#menu ul li a {
	display:block;
	height:42px;
	text-indent:-9999px;
	padding:0 13px;
}

#menu ul li.about-us a {
	width:71px;
	background:transparent url(images/bg-menu-about-us.png) no-repeat center top;
}

#menu ul li.about-us a:hover, #menu ul li.about-us a.current {
	background:transparent url(images/bg-menu-about-us-hover.png) no-repeat center top;
}

#menu ul li.registration a {
	width:88px;
	background:transparent url(images/bg-menu-registration.png) no-repeat center top;
}

#menu ul li.registration a:hover, #menu ul li.registration a.current {
	background:transparent url(images/bg-menu-registration-hover.png) no-repeat center top;
}

#menu ul li.sponsorship a {
	width:88px;
	background:transparent url(images/bg-menu-sponsorship.png) no-repeat center top;
}

#menu ul li.sponsorship a:hover, #menu ul li.sponsorship a.current {
	background:transparent url(images/bg-menu-sponsorship-hover.png) no-repeat center top;
}

#menu ul li.teacher-workshops a {
	width:144px;
	background:transparent url(images/bg-menu-teacher-workshops.png) no-repeat center top;
}

#menu ul li.teacher-workshops a:hover, #menu ul li.teacher-workshops a.current {
	background:transparent url(images/bg-menu-teacher-workshops-hover.png) no-repeat center top;
}

#menu ul li.special-programs a {
	width:127px;
	background:transparent url(images/bg-menu-special-programs.png) no-repeat center top;
}

#menu ul li.special-programs a:hover, #menu ul li.special-programs a.current {
	background:transparent url(images/bg-menu-special-programs-hover.png) no-repeat center top;
}

#menu ul li.start-a-program a {
	width:124px;
	background:transparent url(images/bg-menu-start-a-program.png) no-repeat center top;
}

#menu ul li.start-a-program a:hover, #menu ul li.start-a-program a.current {
	background:transparent url(images/bg-menu-start-a-program-hover.png) no-repeat center top;
}

/* preload hover images */
#menu .hover-preload span.about-us {
	background:transparent url(images/bg-menu-about-us-hover.png) no-repeat center top;
}

#menu .hover-preload span.registration {
	background:transparent url(images/bg-menu-registration-hover.png) no-repeat center top;
}

#menu .hover-preload span.sponsorship {
	background:transparent url(images/bg-menu-sponsorship-hover.png) no-repeat center top;
}

#menu .hover-preload span.teacher-workshops {
	background:transparent url(images/bg-menu-teacher-workshops-hover.png) no-repeat center top;
}

#menu .hover-preload span.special-programs {
	background:transparent url(images/bg-menu-special-programs-hover.png) no-repeat center top;
}

#menu .hover-preload span.start-a-program {
	background:transparent url(images/bg-menu-start-a-program-hover.png) no-repeat center top;
}



#content_top {
	height:24px;
	background:transparent url(images/bg-content-top.png) no-repeat left bottom;
}

#content {
	background:transparent url(images/bg-content.png) repeat-y left top;
}

#content_inside {
	background:transparent url(images/bg-content-inside-bottom.jpg) no-repeat 62px bottom;
	padding:10px 70px;
	padding-top:20px;
	min-height:300px;
	z-index:100;
	position:relative;
}

#content_bottom {
	height:84px;
	background:transparent url(images/bg-content-bottom.png) no-repeat bottom left;
}

.home #content_top {
	height:24px;
	background:transparent url(images/bg-content-top-home.png) no-repeat bottom left;
}

.home #content {
	background:transparent url(images/bg-content-home.png) repeat-y top left;
}

.home #content_inside {
	background:transparent url(images/bg-content-inside-bottom-home.jpg) no-repeat 11px bottom;
	min-height:470px;
	position:relative;
}

.home #content_bottom {
	height:84px;
	background:transparent url(images/bg-content-bottom-home.png) no-repeat left bottom;
}

.home .side-btns {
	width:160px;
	float:right;
}

#content_sub_top {
	height:24px;
	background:transparent url(images/bg-content-sub-top.png) no-repeat left bottom;
	margin-top:5px;
}

#content_sub {
	padding:0px 50px;
	padding-bottom:20px;
	background:transparent url(images/bg-content.png) repeat-y left top;
}

#content_sub_bottom {
	height:16px;
	background:transparent url(images/bg-content-sub-bottom.png) no-repeat left bottom;
	margin-bottom:5px;
}

#askjj {
	bottom:120px;
	position:absolute;
	right:-25px;
}

.entry p, #content p, #footer p, #content_sub p {
	padding:5px 0;
	}

.narrowcolumn {
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
	width: 570px;
	}

.widecolumn {
	
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background:transparent url(images/bg-footer.png) repeat-y left top;
	}
	
#footer .col {
	float:left;
	width:33%;
}
	
#footer_inside {
	background:transparent url(images/bg-footer-inside-top.jpg) no-repeat center top;
	min-height:50px;
	padding:0 55px;
}

#footer_bottom {
	height:18px;
	background:transparent url(images/bg-footer-bottom.png) no-repeat left bottom;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 15px 0;
	margin: 0;
	padding-bottom:5px;
	}

h2 {
	margin: 0;
	padding: 15px 0;
	padding-bottom:5px;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 15px 0;
	margin: 0;
	padding-bottom:5px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
#footer h3 {
	padding:0 0 5px 0;
	margin:0;
}
/* End Headers */



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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
	
html>body #footer .entry ul {
	padding: 0 0 0 5px;
}

html>body .entry li {
	margin: 7px 0 8px 5px;
	}
	
html>body #footer .entry li {
	margin: 3px 0 4px 0px;
	padding: 0 0 0 22px;
	}
	
.entry ul li, #sidebar ul ul li {
	background:transparent url(images/bullet-green.png) no-repeat 0 6px;
	padding-left:22px;
	}
	
#footer .entry ul li {
	background:transparent url(images/bullet-yellow.png) no-repeat 0 6px;
	padding-left:22px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 610px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	color:#ffe804;
	border-width:0px;
	border-bottom:1px solid #e7ae00;
	margin:15px 0;
	display:block;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*************** Forms ***************/

form label {
                display: block;
                padding: 0 0 2px;
                font-weight: bold;
                }
             
form fieldset legend {
                font-weight: bold;
                margin-bottom: 10px;
                padding-top: 10px;
                }
                
form p small {
                /*font-size: 0.75em;*/
                color: #6f4900;
				display: block;
				padding-left:3px;
                }
				
				
form input,
form input.text-input,
form select,
form textarea,
form .wysiwyg {
                padding: 6px;
                font-size: 13px;
                background: #fff url('images/bg-form-field.gif') repeat-x top left;
                border: 1px solid #f6b900;
				color: #333;
                }
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
				font-size: 16px !important;
				padding: 8px !important;
                }
                
form textarea {
                /*width: 97.5% !important;*/
                font-family: Arial, Helvetica, sans-serif;
                }
                
form select {
                padding: 4px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }
				
/************ Button ************/
.button {
				font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                background: #459300 url('images/bg-button-green.gif') top left repeat-x !important;
                border: 1px solid #459300 !important;
                padding: 4px 7px 4px 7px !important;
                color: #fff;
                font-size: 11px;
                cursor: pointer;
				font-weight:bold;
                }
				
.button-blue {
                background: #004a95 url('images/bg-button-blue.gif') top left repeat-x !important;
                border-color: #004994 !important;
                }
                
.button:hover {
                text-decoration: underline;
                }
                
.button:active {
                padding: 5px 7px 3px 7px !important;
                }
				
.button-link {
                display: inline-block;
                background-image:none;
				background-color:transparent;
                border: 0px solid #459300 !important;
                padding: 0 !important;
                color: #57a000 !important;
                font-size: 8pt !important;
                cursor: pointer;
				font-weight:normal;
				text-decoration:underline;
				margin:0;
                }
				
a.remove-link {
				color: #bb0000;
				}

a.remove-link:hover {
				color: #000;
				}

/* kudos section */
.category-kudos {
	color: #FFFFFF;
	text-align: left;
}

.category-kudos #content_top {
	background:transparent url(images/bg-content-top-kudos.png) no-repeat left bottom;
}

.category-kudos #content {
	background:transparent url(images/bg-content-kudos.png) repeat-y left top;
}

.category-kudos #content_inside {
	background:transparent url(images/bg-content-inside-bottom-kudos.jpg) no-repeat 62px bottom;
}

.category-kudos #content_bottom {
	background:transparent url(images/bg-content-bottom-kudos.png) no-repeat bottom left;
}

.category-kudos h1, .category-kudos h2, .category-kudos h3, .category-kudos h4, .category-kudos h5, .category-kudos h6 {
	font-family: "Arial", Verdana, sans-serif;
	font-weight: normal;
	padding:0;
	margin:0;
	color:#F5F5F5;
}
.category-kudos a:link, .category-kudos a:visited {
	color: #6D9212;
	text-decoration: none;
}
.category-kudos a:hover, .category-kudos a:active {
	color: #A4D03B;
	text-decoration: underline;
}

.category-kudos .comments {
	float:right;
	text-align:left;
	font-weight:bold;
	padding: 4px 4px 4px 33px;
	background: transparent url(images/comments.gif) no-repeat 5px 50%;
}

.category-kudos .article h2 {
	float:left;
	margin: 0 0 10px 0;
	font-size: 22px;
	border-bottom:1px dotted #fff;
}
.category-kudos .article h2 a:link, .category-kudos .article h2 a:visited {
	color:#F5F5F5;
	text-decoration: none;
}
.category-kudos .article h2 a:hover, .category-kudos .article h2 a:active {
	color: #E6E6E6;
}

.category-kudos .postmetadata, .category-kudos .thecontent {
	margin: 15px 0 0 0;
}
.category-kudos .postmetadata {
	background: #1F1E1F;
	float: left;
	height:44px;
	margin:10px 0 15px 0;
}
.category-kudos #content  .postmetadata p {
	color:#999999;
	font-size:11px;
	font-weight:bold;
	padding:10px;
	width:570px;
	text-align:left;
}
.category-kudos .postmetadata p a {
	color:#CCCCCC;
}
.category-kudos .postmetadata p a:hover {
	color:#3D4141;
}
.category-kudos blockquote {
	background: #121212 url(images/quote.gif) no-repeat top left;
	padding: 0 0 0 45px;
	margin: 5px 5px 5px 20px;
	min-height:40px;
	color: #FFFFFF;
}

.category-kudos .image {
	padding: 5px;
	border: 1px solid #999999;
	margin: 5px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.red {
	color:#990000;
}

.category-kudos p, .category-kudos ul, .category-kudos ol {
line-height:23px;
}

.category-kudos ol, .category-kudos ul {
	list-style-type: square;
	padding:5px 0 0 20px
}

.category-kudos .goon {
	background: transparent url(images/link.gif) no-repeat 0px 50%;
	padding:0 0 0 15px;
	font-weight: bold;
}
.category-kudos .thecontent {
	clear:both;
	margin: 15px 0 0 0;
}
.category-kudos .thecontent p {
	margin: 10px 0 0 0;
}

.category-kudos .box {
	margin:10px 0 10px 0;
	padding:8px;
	background: transparent url(images/navi.gif) no-repeat top left;
}

.category-kudos .box h2 {
	margin: 5px 0 8px 0;
	padding: 0 0 4px 0;
	color: #F5F5F5;
	font-size: 20px;
	border-bottom: 2px solid #A7D23F;
}
.category-kudos .box ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.category-kudos .box ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
.category-kudos .box li {
	list-style: none;
}
.category-kudos .box ul li a {
	margin: 0;
	padding: 4px 0 4px 30px;
	background:transparent url(images/bull.gif) no-repeat 10px 50%;
	display: block;
	color: #fff;
	text-decoration: none;
}

.category-kudos div#lastentries ul li a {
	margin: 0;
	padding: 4px 0 4px 5px;
	background:none;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height:130%;
	font-size:90%;
	border-bottom:1px solid #A7D23F;
}