/**
 * Theme Name: FDI Homes
 * Theme URI: http://fdihomes.seobake.com
 * Description: FDI Homes is a custom home builder in ROchester NY. Their theme is a Hybrid child theme.
 * Author: Terry Hall
 * Author URI: http://wp4b.com
 * Version: 0.1
 * Design by Brigette Callahan @ http://BabilonArts.com
 * Tags: rochester ny, rochester ny homes, custom homes in rochester
 * Template: hybrid
 *
 */

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');

/* Get layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get default CSS */
@import url('../hybrid/library/css/screen.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */


/* background-color: #002f39; */

body {
        background-color: #002f39;
        font: normal normal normal 12px/16px tahoma, Verdana, arial, sans-serif;
        color : #333;
	}

#body-container {
	width: 940px;
        background-color: #ffffff;
        margin: 0px auto 0px auto;
	}

#container {
	width: 940px;
}

.no-widgets .content, .no-default-widgets .content {
	width: 940px;
	}
#header {
	margin: -10px 0px;
	}

#site-title a {
	display:none;
	}
#site-description {
	display:none;
	}

#navigation {
	height: 37px;
	margin: -24px auto 10px auto;
        border-top: 1px solid #000000;
        border-bottom: 2px solid #002f39;
	z-index: 100;
	}

#page-nav a {
	display: block;
	position: relative;
        font-weight : bold;
        display:block;
        margin:3px auto 0 auto;
        padding:3px 10px;
        color: #00404a;
        text-decoration:none;
        font-size: 12px; 
        font-family: tahoma, Verdana, arial, sans-serif;
	}
#page-nav a:hover {
	color: #aaba79;
        text-decoration:none;
	}

#page-nav li {
	margin-right: 0px;
	}
#page-nav li li {
	margin-right: 0;
	}
#page-nav li a {
	padding: 8px 5px 8px 5px;
	border: none;
	}

.content {
	margin: 0 10px 21px 10px;
	}

object {
        bottom-margin: 0px;
}

.page-title {
        display: none;
}

#footer {
        background-color: #002f39;
	}

#footer .copyright {
	}
