/* $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 {
line-height: 1.0em;
}

#feed-wrapper {
display: none;
}

#authorize ul {
display: none;
}
#notice {
display: none;
}

.breadcrumb {
display:none;
}

#layout-type-1 #sidebar-left {
width: 35%;
float: left;
margin-right: 2%;
font-size:12px;
}
.one-sidebar #content{
width: 60%;
}
.two-sidebars #content{
width: 47%;
}

.node-article h2.node-article {
margin-bottom: -15px;
}

.node-article {
margin-bottom: -15px;
}

.field {
margin-bottom: -15px;
margin-top: -15px;}

#sidebar-left .content,
#sidebar-right .content,
.content-bottom .content {
padding: 5px 5px;
}
.sidebar .block,
.content-bottom .block {
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-moz-box-shadow: 8px 8px 5px #888;
-webkit-box-shadow: 8px 8px 5px #888;
box-shadow: 8px 8px 5px #888;
}

#sidebar-left h2.block-title,
#sidebar-right h2.block-title,
.content-bottom .block-title {
background: #CEDEF4;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 0px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
}
.content-top{
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #f4f4f4;
margin:0 0 20px;
text-align:justify;
box-shadow: 5px 5px 10px #CEDEF4, -5px -5px 10px #CEDEF4, -5px 5px 10px #CEDEF4, 5px -5px 10px #CEDEF4;
}

.content-middle .block-block .content {
margin:0px 0;
}

.content-bottom .region {
margin:0px;
}

.content-bottom {
border-bottom: 0px solid #bbb;
border-right: 0px solid #bbb;
border-left: 0px solid #ddd;
border-top: 0px solid #ddd;
background-color: #ffffff;
margin:0px 0 0;
}

.node {
border-bottom: 0px solid #bbb;
}

#footer-wrapper {
border-top: 0px solid #bbb;
padding: 0px 0 0;
}

#superfish .sf-shadow ul {
background:     url(images/shadow.png) no-repeat bottom right;
padding: 0 0px 0px 0;
box-shadow: 8px 8px 5px #888;
/*border-bottom-right-radius: 15px;*/
}

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

#superfish .menu a, #superfish .menu a:visited  {
color:#fff;
text-decoration:none;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
padding-right:20px;
padding-left:18px;
padding-top:11px;
}
