/*
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/
*/


.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;
}

#content table.product-list {
  width: 510px;
  margin: 2em 0 1em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#content .product-list h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin: 0.5em 0;
  text-align: right;
}

#content .product-list h3 span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
  color: #ddd;
}

.col1, .col2, .col3 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 8px;
  padding-bottom: 8px;
}

#content .col1 {
  width: 141px;
  border-right: 2px solid #eee;
  vertical-align: top;
  padding-right: 10px;
}

#content .col2 {
  width: 50px;
  padding-right: 8px;
  padding-left: 10px;
  vertical-align: middle;
}

#content .col3 {
  width: 440px;
  vertical-align: middle;
}


/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #fff6cc; }
	
.custom #container { margin-top: 1em; margin-bottom: 2em; padding: 0.3em; background: #eee7bb; border: 0.4em solid #f9eec6; }

.custom #page { background: #fff; }
		
/*---:[ end Set 1 ]:---*/

h1, h2, h3, h4, h5 { line-height: 1; }

.small { font-size: 9px; }

.clear { clear: both; }

img#wpstats { display: none; }

/*--------------------- Header ---------------------*/

.custom #header {
  padding: 1em 0 0 0;
  height: 80px;
  border-bottom: 14px solid #dec;
  line-height: 0;
}

.custom #header a {
  margin: 0;
  padding: 0;
}

.custom #header #logo {
  float: left;
}

/*------------------- End Header -------------------*/






/*---------------------- Tabs ----------------------*/

.custom #tabs {
  background: #01679a url(images/nav-background.gif) repeat-x top left;
  height: 30px;
}

.custom #tabs .search {
  float: right;
  padding: 2px 10px 0;
}

.custom #tabs .search .textfield {
  width: 150px;
}

.custom #tabs ul {
  float: left;
}

.custom #tabs li {
  float: left;
  border: 0;
}

.custom #tabs li a {
  display: block;
  padding: 0 10px;
  background: #01679a url(images/nav-background.gif) repeat-x top left;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: normal;
}

.custom #tabs li a:hover,
.custom #tabs li.current_page_item a {
  background: #77b4d3;
  background-image: none;
  color: #fff;
  text-decoration: none;
}

/*-------------------- End Tabs --------------------*/




/*-------------------- Content ---------------------*/

.custom #content_box { clear: both; }

.custom h2.entry-title,
.custom p.headline_meta {
}

.custom h1.entry-title,
.custom h2.entry-title a,
.custom h2.entry-title,
.custom .headline_area h1 {
  font-weight: bold;
  color: #c03;
  letter-spacing: -1px;
  line-height: 1;
}

.custom blockquote p {
  color: #222;
}

.custom .author,
.custom abbr {
  text-transform: none;
  letter-spacing: 0;
}

.custom .edit_post {
  text-transform: capitalize;
  letter-spacing: 0;
}

.custom .post_box li {
  margin: 1em 0;
}

.custom .post_box li li {
  margin: 0.5em 0;
}

/*------------------ End Content -------------------*/

.custom #multimedia_box,
.custom #custom_box {
  padding: 0;
}

.wide-ad {
  width: 370px;
  margin: 0 auto;
  padding: 15px 0;
}

#subscribe {
  background: #dec url(images/subscribe_background.png) top right no-repeat;
  padding: 2em;
  list-style: none;
  position: relative;
  top: -14px;
  margin-bottom: -14px;
}

#subscribe li h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
  margin: 0 0 0.5em 0;
}

#subscribe li h2 a {
  display: inline;
  padding-left: 0;
  line-height: normal;
}

#subscribe li {
  font-family: Verdana, sans-serif;
  font-size: 13px;
}

#subscribe .rss,
#subscribe .twitter,
#subscribe .facebook {
  clear: left;
  float: left;
}

#subscribe li a {
  color: #222;
}

#subscribe li a:hover,
#subscribe li a:active {
  color: #369;
}

#subscribe li a {
  display: block;
  width: 370px;
  padding-left: 24px;
  line-height: 24px;
}

#subscribe .rss a img { float: right; position: absolute; padding-right: 20px; }

#subscribe li a.rsswhat {
  float: right;
  padding: 0;
  line-height: normal;
  background-image: none;
}

#subscribe .rss a {
  background: transparent url(images/subscribe_rss.png) center left no-repeat;
}

#subscribe .twitter a {
  background: transparent url(images/subscribe_twitter.png) center left no-repeat;
}

#subscribe .facebook a {
  background: transparent url(images/subscribe_facebook.png) center left no-repeat;
  margin-bottom: 1em;
}

#subscribe .email {
  clear: both;
  background: transparent url(images/subscribe_email.png) 0 0.5em no-repeat;
  padding-left: 30px;
  margin-left: -6px;
  line-height: 24px;
  width: 370px;
}

#subscribe .email p.nospam {
  border-top: 1px solid #aaa;
  margin-right: 2em;
  padding-top: 0.5em;
}

.email .small { font-size: 10px; }

#subscribe .email div {
  line-height: 1;
}

#subscribe .email input[type=text] {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #999;
  padding: 1px 4px;
  border: 1px solid #999;
  width: 200px;
}

#subscribe .email input[type=submit] {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #73be1e;
  margin-left: 2px;
  padding: 3px 4px;
  border: 1px solid #999;
  text-transform: uppercase;
}

.custom #footer {
  margin-top: 6em;
}

.custom #footer p {
  text-align: center;
  margin: 1em 0;
}

.custom #footer a {
  color: #555;
  border-color: #ccc;
}

.custom #footer p.legal {
  font-size: 8px;
  color: #999;
  margin: 3em 0 1em;
}








