/*
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/

*/
* { outline: none;}
.custom body {
  background: url(images/bg.jpg) repeat-x top left #BCBAB7;
}
.custom #header_area .page {
  padding-bottom: 10px;
}
.custom #header {
  border: 0px;
  padding: 0px 0 10px 0;
  width: 100%;
  float: left;
  height: 256px;
  background: #fff url(images/banner.png) left 70px no-repeat;
}
.custom #header a {
  color: #999;
}
.custom #logo a {
	display:block;
	text-indent: -9999px;
	height:60px;
	width:222px;
	background:url(images/logo.jpg) right 10px no-repeat;
	float: left;
}
.custom #header #tagline {
	position: relative;
	float: left;
	margin: 30px 0 0 5px;
}
.custom #header ul {
  width: 325px;
  position: relative;
  float: right;
  margin: 30px 0px 0px 5px;
  color: #7D7D7D;
  text-align: right;

}
.custom #header li {
  float: left;
  display: inline;
  padding: 0 5px;
}
.custom #header li.border-right {
  border-right: solid 1px #7d7d7d;
}
.custom #header li.subscribe-rss {
  background: url(images/rss.gif) no-repeat 0% 50%;
  margin: 0 0 0 5px;
padding: 0px 0px 0px 17px;
}
.custom #header li.subscribe-email {
  background: url(images/subscribe.gif) no-repeat 0% 50%;
  margin: 0 0 0 5px;
padding: 0px 5px 0px 17px;
}
.custom #header li.twitter, .custom #header li.facebook {
  margin: -5px 0 0 5px;
}
.custom #content_box, .custom #content_area .page, .custom #sidebars {
  background: transparent;
}

.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page  {
  margin: 0px 0 2.2em 0;
  padding-left: 2.2em; padding-right: 2.2em;
  background: #fff;

}
.custom .teasers_box  {
  margin: 0px 0 0 0;
  padding-right: 0;
  padding-left: 2.2em;
  background: #fff;
  border-bottom: 0px;
  border-top: 0px;
}
.custom .popup {
  margin: 0 auto;
  padding: 10px 0;
  width: 90%;
}
.custom .teaser {
  margin-right: 2.2em;
  width: 45%;
}
.custom .format_text h3{
 font-size: 1.2em;
 color: #829719;
 font-family: Arial;
 font-weight: bold;
 display: inline;
 float: left;
 margin: 0px 10px 0 0;
}
.size-large {
  max-width: 510px;
}
.custom .format_text strong{
 color: #829719;
}
.custom .sidebar ul.sidebar_list, .custom #multimedia_box {
  margin-left: 15px;
}
.custom #multimedia_box {border: solid 1px #B9B8B4;}
.custom #sidebar_2 .sidebar_list {
  text-align: center;
  float: right;
}
.custom #sidebar_2 .administer_widget, .custom #sidebar_2 .widget_fsadminwidget {
  padding: 15px;
  margin: 0px;
  width: 200px;
  text-align: left;
  background: #fff;

}
.custom #archive_info {
  width: 53.5em;
}
.custom #archive_info {
  padding-right: 0px;
}
.custom #comments, .custom .prev_next {
  margin: -2.3em 0 0 0;
  border-top: 0px;
  padding: 2.2em;
  background: #fff;
}
.custom #nav .menu {
  clear: both;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  border: solid 1px #eee;
  width: 80%;
  float: left;
  font-family: arial, sans-serif;
  height: 32px;
}
.custom #nav .menu li {
  height: 32px;
}
.custom #nav .menu a {
   border: 0px;
   padding-top: 0;
   padding-bottom: 0;
   line-height: 32px;
}
.custom #nav .menu a, .menu .current ul a, .menu .current-cat ul a {
  background: transparent;
}
.custom #nav .children {
  background: #ddd;
}
.custom #nav .search_form {
  float: left;
  width: 18.5%;
}
.custom #nav .text_input {
  border-color: #ddd;
  background: #eee;
  font-size: 1.3em;
  font-weight: bold;
  vertical-align: top;
  float: left;
}
.custom #searchsubmit {
  float: left;
  border-left: 0px;
  border-top-color: #eee;
}
.custom #nav .text_input, .custom #nav p {
  width: 77%;
  height: 22px;
  padding: 5px;
}
#breadcrumbs {
  float: left;
  width: 100%;
  background: transparent;
  height: 30px;
}
.custom #breadcrumbs .post-categories  {
  padding: 0 0 0 15px;
}
.custom #breadcrumbs .post-categories {
  list-style: none;
  line-height: 30px;
text-transform: uppercase;
font-family:arial, sans-serif;
color: #fff;
}
.custom #breadcrumbs a {
  color: #fff;  font-weight: bold;
}  
.custom .headline_area h1, .custom .headline_area h2 {
  text-transform: uppercase;
  line-height: 120%;
}
.custom .headline_area {
  margin-bottom: 0px;
}
.custom #postdate {
  color: #7D7D7D;
  font-family: courier, serif;
  font-size: 1.5em;
}
.custom .format_text .to_comments a, .custom .format_text .to_comments span.bracket, .custom .format_text .to_comments span, .custom .addtoany_list a, .custom .to_comments {
  color: #AD4D1F;
  font-style: italic;
  font-size: 1em ! important;
  text-decoration: none;
  font-family: georgia, serif;
  }
.custom .format_text .post_tags {
  font-size: 1em ! important;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: georgia, serif;
}
.custom .format_text {
  padding-bottom: 1.833em;
}
.custom .post_tags a {
  font-weight: normal;
  font-style: italic;
  color: #999;
}
.custom #footer_area {
  background: #fff;
  margin-top: 20px;
}
.custom #footer {
  border: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #7D7D7D;
  font-family: arial, sans-serif;
  padding-top: 40px;
  padding-bottom: 40px;
}
.custom #footer li {
  float: left:
  list-style: none;
  position: relative; 
  display: inline;
  padding: 20px;
  font-size: 1.2em;
}
.custom #footer p a{
  display: none;
}
.custom .addtoany_list li {
  display: inline;
}
.custom .to_comments {
  display: inline;
}
.custom .gallery-item {
  padding: 0px;
  margin: 0px;
}
.custom .teaser img {
  background: white;
  border: 1px solid #B9B9B9;
  float: left;
  margin: 4px 15px 8px 0px;
  padding: 2px;
}
.custom .wp-caption {
  border: 0px;
  background: transparent;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.wp-archives a, .wp-cat-archives a {
  color: #666;
  font-size: 1.3em;
}
.wp-archives li, .wp-cat-archives li {
  list-style-position: inside;
  list-style-image: url(images/arrows.png);
  padding: 5px 0 5px 0;
}
.domtab .children {
  padding-left: 10px;
}  
.custom .sidebar h3 {
  text-transform: uppercase;
  font-family: georgia, serif;
  text-align: center;
  margin: 0;
  padding: 10px 0 12px 0;
  background: url(images/widget_border.png) no-repeat 50% 100% #fff;
  font-weight: bold;
}
.custom .sidebar img {
  text-align: center;
}

.custom #text-4 .textwidget  {
  background: #fff;
  padding: 7px;
}
.custom #text-3  {
  background: transparent;
  border: 0px;
}
.custom .sidebar ul.sidebar_list {
  padding-left: 0;
  padding-right: 0;
}
.custom #sidebar_2 ul.sidebar_list {
  padding-right: 0px;
}
.custom li.widget {
margin-bottom: 15px;
border: solid 1px #B9B8B4;
background: #fff;

}
.custom .widget ul {
  padding: 0 14px 10px 14px;;
}
.contact .format_text {
  font-size: 1.3em;
  font-style: italic;
}
.custom .comments_closed p {display: none ;}
.custom #footer a {
      border-bottom: 0px;
}
.custom #footer li {
  padding: 20px 40px;
}
.custom  #footer .current_page_item a {
  color: #000;
}
.custom #multimedia_box .post_image {
  width: 445px;
  padding-bottom: 15px;
}
.custom .post_box .post_image {
  display: none;
}
.custom_box .videodesc {
  width: 70%; float: left;
}
.custom_box .playvideo {
  width: 30%; float: right;text-align: right; vertical-align: middle;}
.custom_box .playvideo a {
  color: #fff; background: #C35B2D; padding: 5px 20px;  text-align: center; text-transform: uppercase;
}
.custom_box {
  float: left;
}
.custom .other-webisodes {
padding-top: 40px;
margin: 20px 0px 0px 0px;
  background: url(images/widget_border.png) repeat-x top left #fff;
}
.custom .other-webisodes h3 {
  text-transform: uppercase;
  font-family: georgia, serif;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0px 0 12px 0;
  font-weight: bold;
  font-size: 1em;
  width: 100%;
}
.custom .other-webisodes li {
  float: left;
  width: 120px;
  padding-right: 5px;
  text-align: center;
  list-style: none;
  font-size: .9em;
}
.custom .other-webisodes li h4 a {
color: #333;
text-decoration: none;
font-family: arial, sans-serif;
}
.custom .seemorewebisodes {
  padding-top: 15px;
  text-align: right;
  height: 33px;
  clear: both;
}
.custom .seemorewebisodes-widget {
  padding-top: 15px;
  text-align: right; 
  background: url('images/widget_border.png') top center repeat-x;
  height: 33px;
  clear: both;
}
.custom  #sidebar_2 .textwidget {
  background: #fff;
}
body.contests {
  background: #fff;
   font-size: 9pt;
}
.contest-iframe {
  margin-top: 20px;
}
p.contest {
  text-transform: uppercase;
  font-size: .9em;
  color: #C35B2D;
}
p.contest a {
  color: #7B8E18;
  text-decoration: none;
}
.contestentries {
  background: #fff;
  border-top: solid 1px #C35B2D;
  margin-top: 10px;
  font-size: .9em;
}
.entry-content p {
  font-size: 1em;
  margin-bottom: 5px;
}
.polaroid p {
  text-align: center;
}
.polaroid-tn p {
  text-align: center;
  font-size: .9em;
}
h2.contest {
  padding-top: 10px;
}
.polaroid .contest-img {
  width: 135px;
  height: 100px;
  padding: 3px;
  border: solid 1px #ccc;
}
.polaroid-tn .contest-img {
  width: 60px;
  height: 60px;
  padding: 3px;
  border: solid 1px #ccc;
}
.polaroid a.viewlarger {
  font-weight: bold;
  color: #C35B2D;
  text-decoration: none;
}
div.polaroid {
	float:left;
	width:145px;
	padding: 5px;
	margin: 5px;
	border: solid 1px #eee;
}
div.polaroid-tn {
	float:left;
	width:30px;
	padding: 5px;
	margin: 5px;
	border: solid 1px;
	border-color:#eee #ccc #ccc #eee;
}
div.polaroid:hover, div.polaroid-tn:hover{
  background: #F8F8F8;
}
div.polaroid-tn a {
  color: #000;
  font-weight: bold;
}
.viewimg {
  font-size: 13px;text-align: left;margin-bottom: 5px;
}  
p.contest-error {
  font-style: italic;
}
.custom h2.contest-login, .login .headline_area h1 {
  color: #7B8E18;
  font-family: Arial, sans-serif;
  text-transform: none;
}
.contestpage .input, .login .input {
  background: #fff;
  border: solid 1px #ccc;
  width: 300px;
}
.contestpage .firstCol {
  padding: 0 0 5px 0;
  text-align: right;
  width: 100px;
  font-weight: bold;
  font-size: .9em;
}
.login p {
  margin-bottom: 10px;
}
.login label {
  padding-right: 10px;
  text-align: right;
  width: 130px;
  display: block;
  float: left;
  font-weight: bold;
  font-size: .9em;
}
.login #rememberme-tml-page {
  width: 20px;

}
.login p.forgetmenot {
  margin-bottom: 0px;
  margin-left: 140px;
}
.login p.forgetmenot label {
  float: left;
}
.contestpage #wp-submit, .login #wp-submit-tml-page {
  background: #fff;
  border: solid 1px #ccc;
  margin-left: 140px;
}
#wp-submit-tml-page {
  width: 150px;
}
.contestpage #login p.welcome {
  font-size: 1.5em;
  padding-top: 10px;
}
.login form#loginform-tml-page {
  padding-top: 10px;
}
.contestpage #login a {
  color: #7B8E18;
}
.login ul.tml-links{
  margin: 0px;
}
.login .tml-links li {
  list-style: none inside;
}
.hidden {
  display: none;
}
.contestpage #photocontest-enter_form {
   font-size: .9em;
}
.contestpage #s {
  width: 200px;
  background: #BCBAB7;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 10px;
}
.contestpage #contest-vote {
  width: 178px;
  background: #839817;
  color: #fff;
  border: 0px;
} 
.custom .category-contests, .contestpage {
  border-top: 0px ! important;
}
.custom .contest-dates {
  position: relative;
  float: left;
  width: 300px;margin-left: 2.2em;
  color: #fff; 
  text-transform:
  uppercase; letter-spacing:2px; 
  font-style: Courier, serif;
  background: url(images/date_bg.jpg) no-repeat #C45B2E;
  height: 25px; 
  line-height: 25px;
  text-align: center;
  font-size: 1.2em;
}
.contest-styles {
  height: 25px;
  background: #fff;
}