/*
Theme Name:     OceanOmegas
Theme URI:      http://smikwebdesign.com/
Description:    Child theme for the Boutique theme 
Author:         Smikteam
Author URI:     http://elegantthemes.com/
Template:       Boutique
Version:        0.1.0
*/

@import url("../Boutique/style.css"); 


ul#top-menu {
  /*float: left;*/
}

#sidebar {
  float: left;
  width: 268px;
  position: relative;
  background: url(images/sidebar-bg.png) #E5DFCF no-repeat 0px -1px;
  -moz-box-shadow: inset 0 0 10px #7c7c7c;
  -webkit-box-shadow: inset 0 0 10px #7C7C7C;
  box-shadow: inset 0 0 10px #7C7C7C;
}

#main-content-bottom-bg, #main-content, #main-content-bg {
  background: rgba(0, 0, 0, 0) !important;
}