/* $Id: local-sample.css 6555 2010-02-24 20:21:15Z chris $ */

/****************************/
/* 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 */

#header-site-info {
	max-width: 100%;
}
html, body {
   background-color: #f0efed;
}
.page {
    background-color: rgba(0, 0, 0, 0);
    background-image: -moz-linear-gradient(center 0 , rgba(204, 201, 193, 0) 10%, #f0efed 50%);
    max-height: 600px;
    overflow: visible;
}
div.form-item, div.views-exposed-widget {
    margin: 10px 15px 15px 10px;
    max-width: 95%;
}
#uc-coupon-block-form {
   clear: both;
   padding: 5px;
}
#edit-code-wrapper label {
   font-size: 130%;
   color: #BB4793;
}
a.stream-title {
	font-size: 130%;
	padding: 5px;
}
