/*
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/
*/

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
/*.custom #header #logo a { display: block; height: 250px; width: 960px; background: url('images/header.jpg') no-repeat; outline: none; } */

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; } 

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; } 

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; } 

/* CSS for the Coaching Moments form */
.custom div.row {
  clear: both;
  padding-top: 5px;
  }

.custom div.row span.label {
  float: left;
  width: 50px;
  text-align: left;
  padding-top: 5px;
    }

.custom div.row span.formw {
  float: right;
  width: 105px;
  text-align: left;
  padding-top: 15px;
    } 

.custom div.row span.buttons {
  float: right;
  width: 105px;
  text-align: left;
  padding-top: 15px;
    } 

/* Header image in CSS */
.custom #header_1 { 
background-image: url(http://sharingthejourney.co.uk/wp-content/themes/thesis/custom/headers/header_1.jpg); 
background-repeat: no-repeat; 
background-position: left top; 
padding-top:250px; 
margin-bottom:3px; 
} 
.custom #header_2 { 
background-image: url(http://sharingthejourney.co.uk/wp-content/themes/thesis/custom/headers/curtain_tulips_hdr2.jpg); 
background-repeat: no-repeat; 
background-position: left top; 
padding-top:250px; 
margin-bottom:3px; 
} 
.custom #header_3 { 
background-image: url(http://sharingthejourney.co.uk/wp-content/themes/thesis/custom/headers/curtain_tulips_hdr3.jpg); 
background-repeat: no-repeat; 
background-position: left top; 
padding-top:250px; 
margin-bottom:3px; 
} 
.custom #header_4 { 
background-image: url(http://sharingthejourney.co.uk/wp-content/themes/thesis/custom/headers/tulips_haven_hdr.jpg); 
background-repeat: no-repeat; 
background-position: left top; 
padding-top:250px; 
margin-bottom:3px; 
} 
.custom #header_5 { 
background-image: url(http://sharingthejourney.co.uk/wp-content/themes/thesis/custom/headers/tulips_only_bw_hdr.jpg); 
background-repeat: no-repeat; 
background-position: left top; 
padding-top:250px; 
margin-bottom:3px; 
} 

/* Coaching Moments image in CSS */
.custom #cm_cover { 
background-image: url(http://sharingthejourney.co.uk/wp-content/themes/thesis/custom/images/cm_cover_small.jpg); 
background-repeat: no-repeat; 
background-position: left top; 
padding-top:237px; 
margin-bottom:5px;
padding-right: 70px; 
}

/* STCJ image in CSS */
.custom #stcj_cover { 
background-image: url(http://sharingthejourney.co.uk/wp-content/themes/thesis/custom/images/stcj_cover_small.jpg); 
background-repeat: no-repeat; 
background-position: left top; 
padding-top:230px; 
margin-bottom:5px;
padding-right: 70px; 
}


/* RSS Bee - top right-hand corner */
.custom ul#tabs li.rss a { padding-right: 16px; background: url(http://www.lovingthedetails.com/sharingthejourney/wp-content/themes/thesis/custom/images/rssbee_small.png) 100% 50% no-repeat; }

/* Hyperlinks in Content purple.
   Change to green when hover over them */
/*.custom .post_tags a { text-decoration: none;
                        color: #800080;
                        border-bottom: none; }

.custom	.post_tags a:hover { text-decoration: none; 
                              color: #3B9440; 
                              border-bottom: none; }


.custom .format_text a { text-decoration: none; 
                         color: #800080;
                         border-bottom: none; }

.custom .format_text a:hover { text-decoration: none; 
                              color: #3B9440;
                              border-bottom: none; } */
/* h2 hyperlinks black; underline when hover */
.custom h2 a { color: #000000; text-decoration: none; }
.custom h2 a:hover { color: #000000; text-decoration: underline; } 

/*---:[ global elements ]:---*/
.custom a { color: #7e71b6; text-decoration: none; }
.custom a:hover { color: #7e71b6; text-decoration: underline; } 

/* widgets */
.custom li.widget p a { text-decoration: none; }
.custom li.widget p a:hover { text-decoration: underline; }


/* sidebar hyperlinks hover 
.custom .sidebar a:hover { text-decoration: underline; } */

/* Hide comments 'Add one here' line above comment form */
/* .custom .comments_intro p { color: #666; visibility: hidden; }	
.custom .comments_intro a { text-decoration: underline; visibility: hidden;}
.custom .comments_intro a:hover { text-decoration: none; visibility: hidden;}
.custom .comments_intro span { color: #111; visibility: hidden; }
.custom .comments_intro span.bracket { color: #ccc; visibility: hidden; } */

/* Not selected Navigational tabs colour*/

 .custom ul#tabs li { margin-bottom: -0.1em; background: #ffff9d; border: 1px solid #ddd; border-left: 0; float: left; } 

/* Selected Navigational tab colour*/

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #ffcdfe; border-bottom: 0; } 

/* Nav bar text */
.custom ul#tabs li a { display: block; line-height: 1em; color: #1c6c13; text-transform: uppercase; letter-spacing: 2px; }

.custom	ul#tabs li a:hover { color: #1c6c13; text-decoration: underline; }




/* Multimedia box with text in - white background = #fff */
/* .custom #custom_box { padding: 1.1em; background: #fff; border-bottom: 1px solid #ddd; } */

/* Author comment box bground colour */
.custom .author_comment { background: #ffffe1; }

.custom dl#comment_list .bypostauthor { background: #ffffe1; }

/* blockquote */
.custom blockquote { border-left: 1px solid #ddd; color: #665; }

