/*--
	Theme Name: theme44816
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.5.x + from Template-Help.com Collection
	Author: Template_Help.com
	Author URL: http://www.Template-Help.com/
	Template: CherryFramework
	Version: 1.2
	MotoPress Version: 1.0
--*/
@import url("main-style.css");

.media-links {
width:240px;
height:118px;
background-color:#C2C2C2;
border:1px solid;
border-radius:5px;
padding:5px;
margin-bottom:10px;
}

/* added by Peter K to hide Written By Author */
.post-author {
color: #474747;
font-size: 12px;
line-height: 1.5em;
display: none;
}

.post-comments{
display: none;
}

/* \ End added by Peter K to hide Written By Author */

/*My styles*/

.sf-menu li ul {
    padding: 0;
}
.sf-menu li ul li{
    border-bottom:1px dotted #7988a1;
    line-height: 36px;
}
.sf-menu li ul li a {
    text-transform: capitalize;
	text-align: left;
	margin-left: 10px;
}
.sf-menu li ul li:last-child{
    border-bottom:none;
 }
.sf-menu li li ul {
    background: linear-gradient(to bottom, rgba(79, 93, 115, 1) 0%, rgba(65, 76, 93, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    margin-left: 2px !important;
    margin-top: 1px;
}
.sf-menu li li ul li {
	line-height: 36.8px;
}
.sf-menu li li ul li a{
   color:fff;
}
.sf-menu li li ul li a:hover{
   color:#8cb7e4;
}
.sf-menu li li ul:before {
    background-image: none;
}

/* Added by Peter K*/
.tribe-events-month-event-title{
border: 1px solid #505F7C;
background-color: #505F7C;
color: #ffffff;
width: 140px;
padding: 3px;
}
.tribe-events-month-event-title a{
color: #ffffff;
}


/*the end*/