/* =CSS3 Browser Specific CSS
-------------------------------------------------------------- */
body {
	background: -moz-linear-gradient(#D9A071, #AB505E);
	background: -o-linear-gradient(#D9A071, #AB505E);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D9A071), to(#AB505E)); /* older webkit syntax */
	background: -webkit-linear-gradient(#D9A071, #AB505E);
}
#topbar {
	-webkit-box-shadow: -3px 2px 3px #888;
	-moz-box-shadow: -3px 2px 3px #888;
	background: -moz-linear-gradient(#EFFAB4, #CAE8A2);
	background: -o-linear-gradient(#EFFAB4, #CAE8A2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFFAB4), to(#CAE8A2)); /* older webkit syntax */
	background: -webkit-linear-gradient(#EFFAB4, #CAE8A2);
}
#access {
	background: -moz-linear-gradient(#EFFAB4, #CAE8A2);
	background: -o-linear-gradient(#EFFAB4, #CAE8A2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFFAB4), to(#CAE8A2)); /* older webkit syntax */
	background: -webkit-linear-gradient(#EFFAB4, #CAE8A2);
}
#siteinfo {
	background: -moz-linear-gradient(#EFFAB4, #CAE8A2);
	background: -o-linear-gradient(#EFFAB4, #CAE8A2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFFAB4), to(#CAE8A2)); /* older webkit syntax */
	background: -webkit-linear-gradient(#EFFAB4, #CAE8A2);
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: -moz-linear-gradient(#ffffcc, #CAE8A2);
	background: -o-linear-gradient(#ffffcc, #CAE8A2);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffcc), to(#CAE8A2)); /* older webkit syntax */
	background: -webkit-linear-gradient(#ffffcc, #CAE8A2);
}
#subscribe-menu, #share {
	-webkit-box-shadow: 5px 5px 7px #888;
	-moz-box-shadow: 5px 5px 7px #888;
	-moz-border-radius-bottom-left: 5px; 
        -moz-border-radius-bottom-right: 5px; 
}
.sf-menu ul {
	-webkit-box-shadow: 5px 5px 7px #888;
	-moz-box-shadow: 5px 5px 7px #888;
	-moz-border-radius: 5px; 
}
.page-link a {
	-moz-border-radius: 5px; 
}
#content .aside {
        -moz-border-radius: 5px; 
}
#comments-list ol {
	-moz-border-radius: 5px; 
}
#comments-list ul li {
	-moz-border-radius: 5px; 
}
#siteinfo {
	-moz-border-radius-bottom-left: 6px; 
        -moz-border-radius-bottom-right: 6px; 
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
   	 -moz-border-radius: 5px !important; 
}
.wp-pagenavi span.current {
	-moz-border-radius: 5px !important; 
}
input[type="button"], input[type="submit"], button, .comment-reply-link a, .likebutton {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
input[type="text"], textarea, select {
	-moz-border-radius: 5px; 
}
