/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*---:[ Set 2: repeating background grid pattern ]:---*/

body.custom { background: #f9f5db; }

		.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #b5b198; border-top: 0; }

/*---:[ end Set 2 ]:---*/

.custom .teaser {
   width: 100%;
   margin-top: 1em;
   padding-top: 1em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom: 0;
   border-top: 0;}

.custom .headline_area .post_image { 
  padding: 1em; 
  border-width: 0.1em;
  background:#EEEEEE none repeat scroll 0 0;
  border-color:#DDDDDD;
  border-style:solid;
 }
 
.custom .format_text .post_image { 
  padding: 0.714em; 
  border-width: 0.071em; 
  background:#EEEEEE none repeat scroll 0 0;
  border-color:#DDDDDD;
  border-style:solid;
}

.custom .teaser .post_image_link .thumb { 
  padding: 0.8em; 
  border-width: 0.1em;
  background:#EEEEEE none repeat scroll 0 0;
  border-color:#DDDDDD;
  border-style:solid;
 } 
 
.custom .format_teaser .post_image_link .thumb { 
  padding: 0.333em; 
  border-width: 0.083em;
  background:#EEEEEE none repeat scroll 0 0;
  border-color:#DDDDDD;
  border-style:solid;
 }
.custom .comments_closed p {
  display: none;
}

.custom .woohoo {
  padding: 1em;
  }

/* DoubleMule Clickable Header v. 1.0 */

.custom #header
{
background: #ffffff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:918px;
height:106px;
background:url(http://tacticalledflashlights.com/images/top-banner.jpg) center no-repeat;
color:#000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #tagline
{
color:#000000;
text-indent: -9999px;
}
.custom #archive_info { border-bottom: 2px solid #ddd; }
   .custom #archive_info p { font-size: 1.4em; }

.custom #related
{
position: relative;
left: 30px;
top: 5px
}
.custom #content ul.list-providericons {
margin-bottom: 18px;
padding-left: 50px;
list-style: none;
}

.custom #content ul.list-providericons li {
padding: 5px 0 5px 45px;
margin: 0 0 3px 10px;

}
.custom #content ul.list-providericons li a {
text-decoration: none;
}

.custom #content li.shop {
background: url(http://tacticalledflashlights.com/images/buy_now.png) no-repeat 0 50%;
}

.custom #content li.website {
background: url(http://tacticalledflashlights.com/images/icon-globe.png) no-repeat 0 50%;
}

.custom #content li.reviews {
background: url(http://tacticalledflashlights.com/images/female_users_comments.png) no-repeat 0 50%;
}
