
/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */
.main-menu-wrapper {
background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.9) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
background-color: #FFFFFF;
border-bottom: 5px solid #a9a9a9;
}#block-feedback-form {top:254px; left:38px; right:inherit;bottom:inherit;height:auto;}
#block-feedback-form.block .inner {margin:0px; padding:0px;}
#block-feedback-form .feedback-link {
        color:white ;
        background:black;
        border:0px solid red;
        writing-mode:tb-rl;
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -o-transform: rotate(90deg);
        white-space:nowrap;
        display:block;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        font-size:15px;
        font-weight:normal;
        text-shadow: 0px 0px 1px #333;
        padding:5px;
        padding-right:15px;
        position:fixed;
        bottom:inherit;
        left: -44px;
		top: 45%;
}

#block-feedback-form form { padding:20px; max-width:none;}
.field-name-field-image  {
  float:left;
  padding : 19px 12px 0 0;}