/*
Theme Name: Alyeska
Version: 1.1.3
Theme URI: http://www.jasonbobich.com/
Description: It's like an all-you-can-eat WordPress Buffet.
Author: Jason Bobich
Author URI: http://www.jasonbobich.com
Tags: two columns, widgets, CMS, corporate, company

Alyeska by Jason Bobich || http://www.jasonbobich.com
*/

/* CSS RESET */
@import url('layout/css/core/reset.css');

/* NAVIGATION */
@import url('layout/css/core/nav.css');

/* CORE */
@import url('layout/css/core/core.css');

/* PLUGINS */
@import url('layout/css/core/plugins.css');

/* GRID */
@import url('layout/css/core/grid.css');

/* TYPOGRAPHY & GENERAL CLASSES */
@import url('layout/css/core/typography.css');

/* WIDGETS */
@import url('layout/css/core/widgets.css');

/* SHORTCODES */
@import url('layout/css/core/shortcodes.css');

/* MENUS */
@import url('layout/css/core/menus.css');

/* PRETTY PHOTO */
@import url('layout/plugins/prettyphoto/css/prettyPhoto.css');


/* CUSTOM STYLES */

#top-bar {
    background: url('http://metalandmaterials.com/wp-content/uploads/2011/10/top-bar.jpg') repeat-x 0 center;
    width: 100%;
    height: 44px;
    position: absolute;
}

#logo {
    background-color: #363636;
    border-radius: 0 0 20px 20px;
    float: left;
    height: 115px;
    margin: 10px 10px -5px;
    padding: 0 15px;
}

#phone {
    float: right;
    font-size: 26px;
    position: relative;
    right: 20px;
    top: 102px;
}

#homepage .widget-area {
    float: right;
    position: relative;
    right: 15px;
    width: 300px;
}

#homepage .slideshow-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 370px;
    width: 620px;
}

#homepage .widget-area {
    float: right;
    position: relative;
    right: 25px;
    width: 300px;
}

.textwidget {
    padding-bottom: 39px;
}

#homepage .widget-area .widget {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    line-height: 170%;
    padding: 0 10px;
    width: 300px;
}

#homepage .slideshow-bottom {
    display: none;
}

#black-nick-carb {
    width: 130px;
}

#nick-carb {
    width: 130px;
}

#nickel-carbonate {
    width: 300px;
}

#black-nickel {
    width: 300px;
}

#contact {
    position: relative;
    right: 240px;
    top: 48px;
    margin-bottom: 40px;
}