/* $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 */ 
/* By restricting your css changes to local.css, your */
/* changes will not be overwritten when upgrading to  */
/* new version of this theme.                         */

#authorize .feed-icon{
display:none;
}
#notice {
display: none;
}
.links ul li.node_read_more {
  display: none;
}
.breadcrumb {
  display: none;
}
#authorize ul li{
display:none;
}
#authorize ul li.first{
display:block;
}
.content-bottom {
margin: 1.5em 0 1em;
padding-left: 1.2em;
padding-right: 1.2em;
padding-top: .5em;
padding-bottom: .5em;
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
background-color: #f4f4f4;;
}
.smallnotice {
font-size: 75%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding: 0;
line-height: 1.0em;
text-align:center;
}
.smalltextleft{
font-size: 75%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding: 0;
line-height: 1.0em;
text-align:left;
}
div.flickr-photoset div.flickr-photoset-img {
  float: left;
  margin: 0 12px 12px 0;
}

div.flickr-photoset, div.flickr-photoset-meta, div.field-field-season {
  float: left;
  clear: both;
}