/*
Theme Name: Dry WP
Theme URI: http://demo.drythemes.com/dry-wp/
Description: Fancy portfolio dry theme, completely compatible with WordPress 3.5
Author: DryThemes
Author URI:  http://www.drythemes.com
License: GPL General Public License and Themeforest general license
License URI: License/README_License.txt
Version: 1.1
Tags: flexible-width, four-columns, custom-background, custom-colors, featured-images, threaded-comments
*/

.main-menu { background-color : rgba(0,0,0,0.60) !important; }

div.section { 
	padding-bottom: 0px !important;

	padding-top: 120px !important;
}

.menu_logo {margin: 26px;}
.menu_logo img {
	float: left;
	height: auto;
	width: 220px;
	
}

p.info {
    margin: 0 auto 50px;
}

.shadow {display:none !important}

.menu_logo img {
    padding-top: 15px;
}

#np-1595 .separator.about_separator  {
    display:none;
}

.emotag {
	/*float: right;*/
	clear: both;
}

.btn_emo {
	display: block;
	width: 105px;
	height: 35px;
	text-decoration: none;
	font-size: 0em;
		
	background: url(images/logo_emo.png) no-repeat;
	background-position: 78px;
			
	transition: background-position 0.7s ease;
	-moz-transition: background-position 0.7s ease; /* Firefox 4 */
	-webkit-transition: background-position 0.7s ease; /* Safari and Chrome */
	-o-transition: background-position 0.7s ease; /* Opera */
}
	
.btn_emo:hover {
	background-image: url(images/logo_emo_ovr.png);
	background-position: 0px;
}

.post-3016 .info {
	margin-bottom:0px;
}