/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/
@import url("../u-design/style.css");

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/


.nocomments { display:none; }
.postmetadata { display: none; }
p.nocomments { display:none; }



#navigation-menu {
     font-weight: bold;
}



.sf-menu li li {
        background: white
}



.sf-menu a, .sf-menu a:visited {
  color: #00ab1a;
}

.sf-menu a:hover { color: #333333;}


#navigation-menu ul.sub-menu { width: 320px !important; }



 a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.9;
opacity: 0.9;
-khtml-opacity: 0.9;}
a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7; }


 a.buttonlinkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.9;
opacity: 0.9;
-khtml-opacity: 0.9;}
a.buttonlinkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }