/*
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.2
Tags: flexible-width, four-columns, custom-background, custom-colors, featured-images, threaded-comments
*/

/*this changes the vertical seperator lines to blue */
.border-left
{
    border-color: #375289;
}

/*this removes the "x" seperator that shows up under titles */
img.separator_x
{
    visibility: hidden;
}

/*this defines a new colour to set buttons to (dark blue) */
a.button.blue
{	
	background-color: #375289;		
}

a.button.blue:hover
{	
	background-color: #2b5ab9;		
}


/*this is to remove the gap under headers*/
div.section
{
padding-top:100px;
padding-bottom: 80px;
}

/*this is for the menu color*/
div.main-menu
{
background: #fffaf0;
background-color: #fffaf0;
color: #fffaf0;
}

body
{
background-color: #fffaf0;
}

/*this is for the menu logo*/
.menu-logo
{
	margin-top: 19px;
	width: 250px;
	height: 48px;
}