/*

File:	 custom.css

Description:	Custom styles for your theme


To properly utilize custom.css you will have to mention a CSS class and it's new properties/values. For 

instructions open the following article:

http://templatic.com/docs/using-custom-css-for-theme-customizations/


PS: Don't forget to activate custom.css in your theme settings area


ADD YOUR CODE AFTER THIS ENDING COMMENT TAG -----------> */ 

div.slidedeck-frame { margin: 0 auto; }

.loop-entries li .entry-summary p a {
    font-weight: bold;
    color: black;
}

.sidebar ul.categories li a, .sidebar .widget_meta ul li a, .sidebar ul.xoxo li a, .sidebar .widget_display_forums ul li a, .sidebar .widget_display_replies ul li a, .sidebar .widget_display_topics ul li a, .sidebar .widget_display_views ul li a {
    font-size: 14px;
    font-weight: bold;
    color: Black;
    text-align: left;
    float: left;
    display: inline-block;
}

.blog-listing li span.top_line a.comment-count {
    font-weight: bold;
    background: no-repeat scroll -5px -860px Black;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    padding: 6px 8px 6px 26px;
}

{
color: #FFF;
background: #738c00 repeat-x;
display: block;
float: left;
height: 28px;
padding-right: 23px;
padding-left: 23px;
font-size: 12px;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
filter: dropshadow(color=rgba(0, 0, 0, 0.2), offx=0, offy=1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition: background 300ms linear;
-moz-transition: background 300ms linear;
-o-transition: background 300ms linear;
transition: background 300ms linear;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
text-align: center;
}