/*
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 h3 {
  font-size: 120%;
  font-weight: bold;
}

.custom code {
  margin-left: 1em;
  display: inline-block;
}

.custom p.footnote {
  border-top: 1px dotted gray;
}

.custom #custom_box {
  background-color: #ffffff;
}

.custom ul.bookmark_links {
  padding: 0;
  margin: 0 0 8px 0;
  background: #F9F7E4 none repeat scroll 0 0;
  border-color: #BBBBBB;
  border-style: dotted dotted dotted;
  border-width: 0.1em 0.1em 0.1em;
  font-size: 1em;
  padding: 0.2em 0.2em;
  width: 100%;
  clear: both;
}

.custom ul.bookmark_links li {
  list-style-type: none;
  display: inline;
  color: #807E70;
}

.custom ul.bookmark_links img {
  vertical-align: text-top;
}

.custom ul.icon-links {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: 1em;
  padding: 0.2em 0.2em;
  width: 100%;
  clear: both;
}

.custom ul.icon-links li {
  list-style-type: none;
  display: inline;
  color: #807E70;
}

.custom ul.icon-links img {
  vertical-align: text-top;
}

.custom .fb-comments {
  font-size: 12pt;
  font-weight: bold;
  color: #3c5895;
  margin: 12px 0 2px 0;
  width: 100%;
  background: #ffffff url(/wp-content/themes/thesis/custom/images/powered_by_facebook.gif) no-repeat center right;
  height: 26px;
}

.custom .fb-comments a {
  text-decoration: none;
}

.custom .fb-comments a:hover {
  text-decoration: underline;
}

.custom #header {
  position: relative;
  border-bottom: none;
}

.custom #feature_box {
  border-bottom: none;
}

.custom #page {
  padding: 0 2em;
}

.custom .header-banner {
  height: 90px;
  text-align: center;
  background-color: #ffffff;
  margin: 1.5em 0 0 0;
}

.custom #header span {
  position: absolute;
  top: 24px;
  right: 6px;
}

.custom p.twitter-comments {
  font-size: 12pt;
  font-weight: bold;
  color: #3c5895;
  margin: 12px 0 2px 0;
  width: 100%;
  height: 26px;
	clear: both;
}

.custom ul.twitter-comments li p {
	color: black;
}

div.twitter-item {
	margin: 8px 4px 12px 0;
	border-bottom: 1px solid #D8DFEA;
	padding-bottom: 8px;
}

div.twitter-pic {
	float: left;
	overflow: hidden;
	width: 48px;
}

div.twitter-content {
	margin-left: 50px;
	padding-left: 10px;
}

p.twitter-links {
	font-size: 7pt;
	font-weight: normal;
	margin-top: 6px;
}

.custom .quote {
  margin: 0 16px 16px 16px;
  padding: 2px 2px 2px 110px;
  background: #ffffff url('/wp-content/themes/thesis/custom/images/quotes.png') no-repeat;
  border: 1px solid #f7f7f7;
  min-height: 80px;
}

.custom .quote p {
  margin: 0;
  padding: 0;
}

.custom .quote .quote-by {
  margin-left: 40px;
  padding: 0;
  font-style: italic;
}

/*
  Classes for inline samples.
*/
.custom ul.example-sortable {
  margin-left: 0;    
}

.custom ul.example-sortable li {
  list-style-type: none;
  cursor: pointer;
}

.custom ul.example-sortable li.alt-row {
  background-color: #D8DFEA;
}

.custom .highlight {
  margin: 0 12px 0 12px;
  padding: 0 2px 0 2px;
  color: #880000;
  font-style: italic;
}

.custom .share-social {
  padding: 4px 0 4px 0;
  font-size: 100%;
  font-weight: normal;
}

.custom .share-social a {
  text-decoration: none;
}

.custom .media_gallery {
  display: inline;
}

.custom span.thumb {
  width: 120px;
  height: 90px;
  display: inline-block;
  margin: 0 2px 0 2px;
  padding: 0 2px 0 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.custom form.example {
  border: 1px solid silver;
  padding: 3px 4px 3px 4px;
  background-color: #F9F9F9;
  font-size: 8pt;
  margin-bottom: 12px;
}

.custom form.example fieldset {
  background: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 0 6px 6px 6px;
}

.custom form.example input {
  padding: 0;
  margin-right: 4px;
}

.custom form.example label {
  border: none;
  margin: 0 0 0 4px;
}

.custom form.example button {
  display: block;
  margin-top: 8px;
}

.custom .entry-title {
  margin-top: 8px;
}

body.custom {
  background: #580e6a none repeat scroll 0 0;
}

.custom #page {
  background: #FFFFFF none repeat scroll 0 0;
}

.custom .comments_closed {
  display: none;
}

.custom .to_comments {
  display: none;
}

.custom .quote p.para-break {
  margin-top: 12pt;
}
 
.custom .ui-datepicker-trigger {
  height: 17px;
  margin-bottom: 2px;
  vertical-align: bottom;
}
