/* @override 
	http://mission68.org/_css/home.css
	http://www.mission68.org/_css/home.css
*/

#content-wrap{
   background: url(/_img/home-spread-fabric.jpg);
}

#sidebar{
   /*background: url(/_img/_bg/large-wood-bg.jpg) repeat-y;*/
   padding: 20px 37px 40px;
   width: 409px;
}

/*#sidebar h3{
   font-size: 3em;
   text-transform: lowercase;
   color: #8A8982;
}*/

#sidebar .content-title h4{
   color: #fff !important;
   font-size: 1.8em;
   margin-bottom: 15px;
   text-transform: lowercase;
}

#sidebar p.caption{
   text-transform: uppercase;
   color: #B7B6AD;
   font-size: 1em;
   font-weight: bold;
   padding-left: 5px;  
   margin-top: 10px;
}

#stay-connected{
   margin-top: 40px;
}

#sidebar p{
   font-size: 1.3em;
   color: #8A8982;
   margin-bottom: 18px;
   line-height: 1.4;
}

#stay-connected ul li{
   float: left;
   margin-right: 2px;
   display: inline;
}

/* @group Flickr */

#flickr_badge_wrapper {
	clear: both;
	display: block;
	margin-bottom: 15px;
}
.flickr_badge_image { 
	float: left;
	margin-bottom: 2px !important;
	margin-left: 0;
	margin-right: 4px !important;
}
.flickr_badge_image img {
	border: 2px solid #0c0d0d;
	padding: 2px; 
	width: 69px;
	height: 69px;
}
.flickr_badge_image img:hover {
	border: 2px solid #00a6c8;
}
.flickr-feed-large {
	width: 48px;
	height: 48px;
	background: url(/_img/_icons/flickr-48.png) no-repeat;
	text-indent: -9999px;
	float: right;
	display: block;
}


/* @end */

/* @group Big Picture */

#big-picture {
	z-index: 100;
}

/* @end */




/* @group Mini Cal */

#event-filter{
   float: left;
   width: 412px;
   margin-bottom: 10px;
   height: 20px;
}

#event-filter p{
   float: left;
   display: inline;
   margin-right: 8px;
   color: #84a02f;
   font-weight: bold;
}

#event-filter select{
   float: left;

}

#calwrap{
   width: 360px;
   padding: 0 3px 5px;
   margin: 0 0;
   position: relative;
   clear: left;
}

#calwrap table.calendar{
   width: 360px;
   margin: 0 auto;
   border-collapse: collapse;
   color: #8a7c5b;
}

#calwrap table.calendar caption{
   position: absolute;
   top: -30px;
   right: 0;
   width: 140px;
   padding-top: 2px;
   color: #84a02f;
   font-size: 1.3em;
   font-weight: bold;
   text-align: left;
}

#calwrap table.calendar caption span.calendar-prev{
   position: absolute;
   top: -1px;
   right: 20px;
   font-size: 1.3em;
}

#calwrap table.calendar caption span.calendar-next{
   position: absolute;
   top: -1px;
   right: 0;
   font-size: 1.3em;
}

#calwrap table.calendar caption span img{
   vertical-align: bottom;
}

#calwrap table.calendar th{
   padding: 7px 0 8px;
   background: #84a02f;
   text-align: center;
   border: none;
   color: #fff;
   font-size: 1.3em;
}

#calwrap table.calendar td{
   padding: .5em 0;
   color: #8A8982;
   font-size: 1.2em;
   text-align: center;
   height: 32px;
   width: 32px;
   margin: 3px;
}

#calwrap table.calendar td.linked-day{
   padding: 0;
}

#calwrap table.calendar a{
   display: block;
   padding: 17px 3px 0 3px;
   margin: 1px;
   color: #706f69;
   text-decoration: none; 
   background: #e5e5e4;
   height: 28px;
}

p.loading{
   width: 32px;
   height: 32px;
   text-indent: -9999px;
   background: url(/_img/ajax-loader.gif);
   position: absolute;
   top: 280px;
   left: 235px;
}

#calwrap table.calendar a:hover{
   font-weight: bold;
   color: #2a2b2d;
   background: #bdd73c;
}

#traildiv {
	visibility: hidden;
	position: absolute;
	z-index: 999;
	background-color: #333;
	font-size: 1.2em;
	color: #fff;
	padding: 0.75em;
}

#traildiv ul{
   margin-bottom: -10px;
}

#traildiv li{
   margin-bottom: 10px;
}

#traildiv li a{
   color: #fff;
   text-decoration: none;
}	

/* @end  */

/* @group Twitter Home Page */
#home-tweet .tweet {
  color: #706f69; }
#home-tweet .tweet .tweet_list {
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url(/_img/bg_nav_li_li_a_hover.png);
    margin-bottom: 25px;
	font-size: 12px;
	line-height: 1.2em;
	color: #fff;
}
#home-tweet .tweet .tweet_list li.tweet_first {
	padding-top: 1em;
	border: none;
}
#home-tweet .tweet .tweet_list li {
      padding: 1em; 
      border-top: 1px dotted #3f464f;
      }
#home-tweet .tweet .tweet_list li a {
        color: #00a6c8; }

#home-tweet .tweet .tweet_list li a:hover {
	color: #84A02F;
	text-decoration: none;
}
#home-tweet .tweet .tweet_list .tweet_even {
      }
#home-tweet .tweet .tweet_list .tweet_avatar {
      padding-right: 1em;
      float: left; 
 }
#home-tweet .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; 
        margin-left: 0px;
        margin-right: 0px;
        }
#home-tweet .tweet span.tweet_time {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}
#home-tweet .tweet span.tweet_time {
	color: #868686;
}
#home-tweet .tweet span.tweet_time a {
	color: #868686;
	text-decoration: none;
}
#home-tweet .tweet span.tweet_text {
	width: auto;
	display: block;
}
#home-tweet .tweet_avatar img {
	margin-right: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: .5em;
    -moz-border-radius: .5em;
}

.twitter-feed-large, .facebook-feed-large {
	width: 48px;
	height: 48px;
	background: url(/_img/_icons/twitter-48.png) no-repeat;
	text-indent: -9999px;
	float: right;
	display: block;
}
.facebook-feed-large {
	background: url(/_img/_icons/facebook-48.png) no-repeat;
}

/* @end */