/*
Theme Name: NYLR
Theme URI: http://
Description: Custom Wordpress theme created for NY Land Realty Corporation
Version: 1.0
Author: Alex Bachuk
Author URI: http://bachuk.com
Tags: 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#707274; background: url(style/images/bg.jpg);}
#wrapper {width:940px; border:3px solid #c6d7e5; -moz-border-radius: 10px; -webkit-border-radius: 10px; margin:0 auto; background: #fff;}
a{text-decoration:none; outline:none;}

/*****************************HEADER*************************************/
#header {background:url(style/images/header.jpg); height:332px; color:#000;}
	#header h1{ float:left;}
	#header h2 {color:#333; font-size:34px; padding:30px 0 0 200px;;}
	#header p {color:#261709; font-variant:small-caps; font-size:15px; padding:5px 0 0 195px; text-transform:capitalize;}
#nav li {float:left; /*margin-right:88px; margin-left:10px;*/ margin:6px 88px 6px 10px; font-family:Tahoma, Geneva, sans-serif; font-size:14px; color:#24518d;}
#nav li:last-child {margin-right:0;}
#nav li a {font-size:14px; color:#24518d; font-weight:bold; letter-spacing:1.3px;}
#nav li.current_page_item { border-bottom:3px solid #8f8f8f; }
/*****************************HOME**************************************/
#home-intro{height:176px; /*border-top:1px solid #000;*/ background:url(style/images/home-intro-bg.jpg) repeat-x;}
	.home-section {float:left; width:290px; margin:10px 20px 0 7px; font-weight:900;}
	.home-section:last-child{margin-right:0;}
img.icon{width:65px; height:65px; float:left; margin-right:5px;}
.home-section p {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#707274; letter-spacing:1.5px; text-align:left; line-height:17px; padding:0 0 0 70px;}
#post-3 {width:537px; margin:5px 0 0 42px; color:#707274; line-height:16px; letter-spacing:1px;  float:left;}
	#post-3 h2, .h2home {font-size:24px; line-height:28px; padding:0 0 5px 0px; font-weight:normal; color:#707274;}
	#post-3 ul { padding-left:25px;}
	#post-3 ul li {list-style-type:disc;}
#home-sidebar {background:url(style/images/sidebar-bg.jpg) no-repeat; width:339px; height:239px; float:right; color:#707274; margin:0 0 50px 0;}
	#home-sidebar h2, #home-sidebar p {padding:10px 35px; line-height:16px; letter-spacing:1px;}
	
/***************************PAGE************************************/
#page-content {background:url(style/images/home-intro-bg.jpg) repeat-x; padding:40px;}
	
	
/***************************FOOTER********************************/
#footer {background:url(style/images/footer-bg.jpg); height:40px; text-align:center; padding:30px 0 0 0; color:#707274; line-height:16px; letter-spacing:0.6px; }

/*************************lavalamp*******************************/
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("../image/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../image/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../image/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }

.lavaLampBottomStyle {
background-color:white;
height:29px;

overflow:hidden;
padding:15px;
position:relative;

}