/*File:			custom.cssDescription:	Custom styles for ThesisBASIC 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 themWHY THIS WORKS:By using the "custom" class, you are creating more specific CSS declarations for HTMLelements. CSS styling is applied through rules of specificity, and because declarationsprepended 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 foundin the User's Guide:	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/*/


.custom #header {padding:0;}

.custom #logo { text-indent:-9999px }

.custom #logo a {display: block; height:152px; background: url('images/logo3.jpg') left no-repeat;}.custom #header #tagline { display:none; }




.custom #myGallery, #myGallerySet, #flickrGallery {border: 0px outset #ffffff;margin-left: .5em;margin-top: 2.5em;}.custom .to_comments {
float:right;
  padding-right:5px;
  font-size: 12px;
  }
/*custom box background color */.custom #custom_box {background: #ffffff;}/*header background */body.custom {    background: #000000 50% 0 no-repeat;}.custom #container {    margin-top: 1em;    margin-bottom: 1em;}.custom #page {    background: #fff;}/* Sidebar Tabbed widget */.domtab {  /*background: #C40052;*/  padding: 5px;  padding-top: 10px;  /*border: 1px solid #C40052;*/  font-size:12px;  margin-top:10px;  margin-right:30px;  margin-left:10px;  text-transform:capitalize;}.domtabs {  margin-bottom: 5px;}.domtabs li {  display: inline;  list-style: none;  padding-right: 8px;}.domtabs li a {  background: #F1F1F1;  border: 1px solid #CCCCCC;  padding-left:5px;  padding-right:5px;  padding-top:4px;  padding-bottom:4px;  color:#000000;  margin:0px 0px 10px;  text-transform:uppercase;  letter-spacing:1px;  font-family: Arial,Helvetica,Geneva,sans-serif;  }.domtabs li.active a {  color:#FFFFFF;  background:#C40052;  border: 1px solid #F1F1F1;  border:none;}.domtabs li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {  background: #3F4E51;  border: 1px solid #3F4E51;  color:#FFFFFF;}.tabdiv {  margin-top: 0px;  background: #FFFFFF;  border-left: 2px solid #000000;  border-right: 2px solid #000000;  border-bottom: 2px solid #000000;  border-top: 3px solid #000000;  padding: 7px;}.tabdiv li {  list-style: none;  margin-bottom: 0.667em;}.tabdiv a {  color:#2C7EAB;  font-weight:bold;}


/*.unleashed #header {background:url('images/logo-2.jpg') center top no-repeat;}
.category #header {background:url('images/logo-2.jpg') center top no-repeat;}


.custom.unleashed #header {
background:transparent url('/images/logo-2.jpg') repeat scroll 0 0;
border-bottom:medium none #1F61BA;
height:152px;
padding:0;

}*/