/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.
*/
/*Base Colors

------------------------------------------------------------ */

body { background: #000000 url(/wordpress/wp-content/uploads/2010/04/3106bcrc.167_bkgrnd3.jpg) no-repeat fixed top center;}

.container { background: url("images/tagline.jpg") no-repeat scroll right bottom #FFFFFF; }

.sliderGallery { background: #ffffff; }

div.colborder, div.border { border-right: 1px solid #cccccc; }

.box,.postmetadata,.nav,#sidebar ul li a:hover,ul.txt li:hover {background: #cccccc }

#sidebar ul li a,ul.txt li { border-bottom: 1px solid #cccccc; }

hr {background: #cccccc; color: #cccccc; }

#footer-wrap {background: #000000;}



/*Font Color

------------------------------------------------------------ */

#masthead h4 a, #masthead #logo h1 a, #masthead #logo h1.sitename a {color: #ffffff}

body,p,h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: #222222}

h3.sub,h2.sub {border-bottom: 1px solid #cccccc; }

.welcomebox h2, .welcomebox h6, .welcomebox p {color:#222222}



/*Links 

------------------------------------------------------------ */

a, a:link, a:visited, .welcomebox h2 a { color: #428ce7; }



/*Hover 

------------------------------------------------------------ */

a:hover, a:focus { color: #666666; }



/*Navigation

------------------------------------------------------------ */

#top .sf-menu, #top .sf-menu li,.sf-menu, .sf-menu li, #menu-wrap { background:#000000; }

#top .sf-menu li a,.sf-menu li a { color:#cccccc; background: #000000; }

#top .sf-menu li a:hover, .sf-menu li a:hover { color:#ffffff; background:#333333}

#top #search #s, #search #s {border: 1px solid #333333;}



/*Custom CSS

-------------------------------------------------------------*/


/* /////////////////////////////     HEADER IMAGES   */
#slideshow .slide { /* fix flash of all images */
  position: absolute;
}

/* /////////////////////////////     TWITTER SIDEBAR */
a.twitter_title_link {
  background:url("http://www.barringtoncoffee.com/wordpress/wp-content/uploads/2010/04/twitter_icon-e1271954318523.png") no-repeat scroll right top transparent;
  display:block;
  height:50px;
  line-height:50px;
}
ul.twitter li.twitter-item {
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
}
#sidebar ul.twitter li.twitter-item a{
  font-weight: normal;
  border-bottom: none;
}
ul.twitter li.twitter-item span.twitter-timestamp {
  background-color: #CCCCCC;
  -moz-border-radius: 10px 0 10px 0;
  -webkit-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  float:right;
  font-weight:normal;
  margin:5px 0 2em 10px;
  padding:3px 5px;
}
ul.twitter li.twitter-item span.twitter-timestamp abbr {
  border: none;
  color:#999;
}

/* /////////////////////////////     FACEBOOK SIDEBAR */
div.facebook-blue {
  background-color: #3D5998;
}

/* /////////////////////////////     SHADOWBOX       */
#sb-title, #sb-title-inner {
    height:inherit;
    line-height: 1.2em;
    font-size: 1em;
}

/* /////////////////////////////     POST STYLES */
.posting_date {
  color:#999999;
  font-weight:bold;
  margin-right:1em;
  text-align:right;
}
h2 {
  margin-bottom:0;
}
.post {
  margin-bottom:2em;
}

/* /////////////////////////////     COMMENT STYLES */
ol.commentlist li:hover {
  background:none;
}
ol.commentlist li div.comment-meta {
  background:none;
}
ol.commentlist li div.comment-meta a:hover {
  color:#BBBBBB;
}

