/* $Id: local_sample.css,v 1.1 2010/04/08 17:16:16 danprobo Exp $ */

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

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

body {
background: #fff;
}

#header {
background: url(img/header.jpg) no-repeat left top;
}

#superfish .menu ul {
width:19em;
}

/* Home  */
.breadcrumb {
display: none;
}

/* Login and Register  */
#authorize ul {
display: none;
}

/* Orange RSS logo  */
.feed-wrapper {
display: none;
}

/* Read more  */
.links ul li.node-readmore {
display: none;
}

/* short footer border  */
.node {
border-bottom: none;
margin: 0px 0;
padding-bottom: 0px;
}

/* long footer border  */
#footer-wrapper {
border-top: none;
padding:0px 0 0;
text-align: center;
}

#slideshow-wrapper{
margin-top: 5px;
}

/* Theme by  */
#notice {
display: none;
}

/* layout_2 for sidebars and main content  */
#layout-type-2 #sidebar-left {width: 19%;float: left;margin-right: 2%;font-size:12px;	}.two-sidebars #content{width: 52%;float: left;}#layout-type-2 #sidebar-right {width: 25%;float: right;font-size:12px;	      }

/* end layout_2 for sidebars and main content  */
