/* $Id: local-sample.css,v 1.1.2.1 2010/01/11 00:08:12 sociotech 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.  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 */

/*general tag styes*/
a {
  text-decoration:none;
}
a:link {
  color:#0099FF;
}
a:visited {
  color:#E87018;
}
a:active {
  color:#E87018;
}
a:hover {
  color:#A80000;
}
body {
  background-image: url(../images/stripe.png);
}
h1 {
  font-size:30px;
  line-height: 30px;
  padding-bottom:4px;
  border-bottom: 3px dotted #aaa;
}
#node-1 h2 {
  color:#000;
  width:600px;
  background-repeat: no-repeat;
  border-bottom:1px dotted #555;
}
#page p, li, ul, ol, fieldset, input, textarea, form, body, div, span {
  font-size:12px;
  line-height:16px;
}

/*general class fixes*/

.block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.nice-menu-hide-title, .views-admin-links {
  display:none;
  !important;
}
.breadcrumb {
  display:none;
}
.block .inner {
  margin-left:0px;
}
.block-user {
  padding:10px;
}
.block-user li {
  font-size:10px;
}
.content-inner-inner {
  padding:10px;
}
#sidebar-first {	
}
#header-top-wrapper {
  height:45px;
}
#logo {
	height:128px;
}
#main-inner, #main-group, #header-site-info-inner, #header-top-inner {
  background:#fff;
}
#header-site-info {
  width:960px;
  -moz-box-shadow: 10px 10px 10px #333; /* Firefox */
  -webkit-box-shadow: 10px 10px 10px #333; /* Safari, Chrome */
  box-shadow: 10px 10px 10px #333; /* CSS3 */
}

#sidebar-first {
  background: #ddd;
}
#main-content-inner {
  padding:5px;
}
.main-content {
	clear:both;
}
#block-nice_menus-1 {
  padding:10px 4px;
  z-index:0;
}
#nice-menu-1 {
  z-index:0;
}
#block-nice_menus-2 {
  margin-left:auto;
  margin-right:auto;
  overflow:visible;
}
#block-nice_menus-2 li {
  line-height:20px;
}
ul.nice-menu {
  margin:0px;
}
#nice-menu-1, #nice-menu-1 li {
  width:100%;
}
#nice-menu-1 a:link, #nice-menu-1 a:visited {
  color:#fff;
  background:#55B2F0;
  border: 2px double #647699;
}
#nice-menu-2 a:link, #nice-menu-2 a:visited {
  color:#fff;
  background:#C66015;
  border: 2px double #647699;
}
#nice-menu-1 a:active, #nice-menu-1 a:hover, #nice-menu-2 a:active, #nice-menu-2 a:hover {
  color:#666;
  text-decoration:none;
  background:#FCF760;
  background-image: url(../images/stripe-y.png);
  border: 2px double #BBB;
}
#nice-menu-2 a.active, #nice-menu-2 a.active:link, #nice-menu-2 a.active:visited, #nice-menu-2 a.active:active, #nice-menu-2 a.active:hover {
  background-color:#753C14;
  border: 2px double #753C14;
  background-image:none;
  color:#fff;
}
ul.nice-menu-down { 
	width:962px;
}
.nice-menu-down li {
  width:104px;
  font-size:14px;
}
.homepage-block-right {
  float:right;
  border:1px solid #ccc;
  margin-bottom:15px;
}
.homepage-block-left {
  border:1px solid #ccc;
  margin-bottom:15px;
}
.homepage-block-header {
  font-weight:bold;
  font-size:20px;
  background-image: url(../images/stripe-y.png);
  line-height:25px;
  padding:5px;
}
.homepage-block-header a:link, .homepage-block-header a:visited {
  color:#000;
}
.homepage-block-header a:active, .homepage-block-header a:hover  {
  color:#647699;
  text-decoration:none;
}
.homepage-block-content {
  padding:5px;
}
.footer {
  background-image: url(../images/stripe-y.png); 
  margin-bottom: 20px;
}
.footer p {
  padding: 0px 100px;
  text-align:center;
}
.main, .footer, .header-top, .header-site-info {
  -moz-box-shadow: 10px 10px 10px #333; /* Firefox */
  -webkit-box-shadow: 10px 10px 10px #333; /* Safari, Chrome */
  box-shadow: 10px 10px 10px #333; /* CSS3 */
}
.box-shadow {
  -moz-box-shadow: 5px 5px 10px #999; /* Firefox */
  -webkit-box-shadow: 5px 5px 10px #999; /* Safari, Chrome */
  box-shadow: 5px 5px 10px #999; /* CSS3 */
}
ul.twitter-feed {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  left:-10px;
}
.twitter-feed li { 
  background: url(../images/mybullet.gif) left top no-repeat;
  padding-left:13px;
}
.flickr-gallery-title {
	position:relative;
	top:-5px;
	font-size:1.6em;
	background-color:#000;
	line-height:110%;
	padding:5px 0px 10px 10px;
}
.mainblog {
   padding:5px;
   border:2px solid #ccc;
}
.olderblog {
   font-size:1.2em;
   padding:5px;
   margin-top:2px;
   border:1px solid #ddd;
}
.float-left {
   margin:5px;
   float:left;
}
.float-right {
   margin:5px;
   float:right;
}
.block-title {
   padding-left:5px;
   padding-top: 10px;
   font-weight:normal;
}
.new {
   display:none;
}
#block-block-3 {
	padding-top:10px;
}
.contactlist {
	border:1px solid black;
	width:95%;
}
.contactlist td {
	vertical-align:top;
	border:1px solid black;
}
ul.nice-menu .menuparent ul {
    top:32px;
}
#countdown {
	height:35px;
}