/* ------------------------- RLL Custom Widget Area ------------------------- */
.custom div.col.RLLBar ul.sidebar_list li.widget { 
width:300px;
float:left;
padding:0px 0px;
margin:0px 0px;
border:0px 0px;
}

.custom ul.sidebar_list  {
padding-top:1em;
padding-bottom:0em;
padding-left:0em;
padding-right:0em;
list-style:none outside none;
margin-top:0px;
margin-bottom:0px;
margin-left:-5px;
margin-right:0px;
}

/* ------------------------- Header Tweaks ------------------------- */
.custom h2 {
 font-size: 20px;
 font-family: 'Arial Black', Helvetica, sans-serif;
 color: #000000;
 font-weight: bold;
 text-transform: uppercase;
 line-height: 0.5em;
}

.custom h1 {
 font-size: 25px;
 font-family: 'Arial Black', Helvetica, sans-serif;
 color: #000000;
 font-weight: bold;
 text-transform: uppercase;
 line-height: 0.5em;
}

.custom .headline_meta a {
color:#960000;
font-weight:bold;
}

.custom .headline_meta {
line-height: 0.5em;
margin-top: 1em;
}

.custom #header {
padding-top: 0;
padding-bottom: 0;
padding-left: 1;
padding-right: 1;
}

/* ------------------------- Sidebar Tweaks ------------------------- */
.custom #sidebars {
border-color:#ffffff;
}

/* ------------------------- Feature Box Tweaks ------------------------- */
.custom #feature_box {
padding-left: 0em;
padding-right: 0em;
margin-top: 25px;
margin-left: 10px;
background:#ffffff;
}

/* ------------------------- Custom Footer ------------------------- */
.custom #footer a {
border-bottom:0px solid #CCCCCC;
}

/* ------------------------- Custom Blockquote ------------------------- */
blockquote {
border-left:2px solid #960000;
color:#606060;
}

/* ------------------------- NextGen Gallery Tweaks ------------------------- */
.custom .ngg-left {
float:left;
margin-right:10px;
}

.custom .ngg-singlepic {
background-color:#FFFFFF;
display:block;
padding-bottom:10px;
padding:0px;
}

.custom .ngg-widget, .ngg-widget-slideshow {
margin:0;
overflow:hidden;
padding:10px 0 0 0px;
text-align:center;
}

.ngg-galleryoverview {
clear:both;
display:block !important;
margin-top:10px;
overflow:hidden;
width:100%;
margin-left:0px;
}

.ngg-gallery-thumbnail img {
padding: 0px;
}


/* ------------------------- Comments Tweaks ------------------------- */
.custom .format_text .to_comments span.bracket {
color:#ffffff;
}

.custom .format_text .to_comments span {
font-size: 10px;
}

.custom .comments_intro span.bracket {
color:#ffffff;
}

.custom dl#comment_list .bypostauthor {
background:#ffffff;
}

.custom .headline_meta a {
border-bottom:0px solid #EEEEEE;
}

.custom dl#comment_list dt {
padding-top:0.3em;
}

.custom dl#comment_list .comment_num a {
color:#ffffff;
}

.custom .comments_intro span {
font-size:1.4em;
font-weight:bold;
}

/* ------------------------- Add This Button ------------------------- */
.custom .addthis_container {
float:right !important;
margin-right:10px;
}

/* ------------------------- Social Media Buttons ------------------------- */

.custom #twitterRLL {
  display: block;
  width: 16px;
  height: 16px;
  position:absolute;
  left:800px;
  top:10px;
  padding: 0px 0px;
  background: url("/wordpress/wp-content/themes/thesis/custom/images/twitter_16.png") no-repeat;
}

.custom #twitterRLL:hover { 
  background: url("/wordpress/wp-content/themes/thesis/custom/images/twitter_16_h.png") no-repeat;
}

.custom #twitterRLL span {
  display: none;
}

.custom #facebookRLL {
  display: block;
  width: 16px;
  height: 16px;
  position:absolute;
  left:825px;
  top:10px;
  padding: 0px 0px;
  background: url("/wordpress/wp-content/themes/thesis/custom/images/facebook_16.png") no-repeat;
}

.custom #facebookRLL:hover { 
  background: url("/wordpress/wp-content/themes/thesis/custom/images/facebook_16_h.png") no-repeat;
}

.custom #facebookRLL span {
  display: none;
}

.custom #flickrRLL {
  display: block;
  width: 16px;
  height: 16px;
  position:absolute;
  left:850px;
  top:10px;
  padding: 0px 0px;
  background: url("/wordpress/wp-content/themes/thesis/custom/images/flickr_16.png") no-repeat;
}

.custom #flickrRLL:hover { 
  background: url("/wordpress/wp-content/themes/thesis/custom/images/flickr_16_h.png") no-repeat;
}

.custom #flickrRLL span {
  display: none;
}

.custom #rssRLL {
  display: block;
  width: 16px;
  height: 16px;
  position:absolute;
  left:875px;
  top:10px;
  padding: 0px 0px;
  background: url("/wordpress/wp-content/themes/thesis/custom/images/rss_16.png") no-repeat;
}

.custom #rssRLL:hover { 
  background: url("/wordpress/wp-content/themes/thesis/custom/images/rss_16_h.png") no-repeat;
}

.custom #rssRLL span {
  display: none;
}

.custom .format_text p {
margin-bottom:1em;
margin-top:-0.5em;
}