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

*/

/*********************************************
.ebook .menu {
  display: none;
  }
**********************************************/


.ebook #container {
  width: 80em;
  }

.ebook div.post_box {
  padding: 2.2em 4.4em;
  }

.ebook .headline_area {
  display: none;
  }

.ebook .headline_area h1 {
  display: none;
  }
  
.custom .menu a {
  padding: 0.5em 1.1em;
  } 

#header {
  background-image: url('http://www.cocreativecouples.com/wp-content/uploads/2010/04/KMJ-Dec2008-Header-2-100.jpg');
  background-repeat:no-repeat;
  background-position:right top;
  border-top: 1px solid rgb(221, 221, 221);
  }

/*
#header {
  background-image: url('http://www.cocreativecouples.com/wp-content/uploads/img_131_lo.jpg');
  background-repeat:no-repeat;
  background-position:right top;
  border-top: 1px solid rgb(221, 221, 221);
  }
*/

/* ---- Type ------------------------------ */

.ebook p {
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0.75em;
  padding-top: 0px;
  }

p#logo, p#tagline, h1#tagline, p.headline_meta {
  text-indent: 0px;
  margin-bottom: 0px;
  text-align: left;
  }

.ebook h1, .ebook h2, .ebook h3, .ebook h4, .ebook h5, .ebook h6 {
  font-family: Georgia;
  }

.ebook h1 {
  color: #aa0000;
  font-size: 2.2em; 
  line-height: 1.05em;
  font-weight: normal;
  text-align: center;
  margin: 0px 0px 0.67em 0px;
  }

.ebook h2 {
  color: rgb(125, 101, 66);
  font-size: 1.7em;
  font-weight: normal;
  letter-spacing: -0.05em;
  padding-top: 0px;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  }

.ebook h3 {
  font-size: 1.3em;
  font-weight: normal;
  padding-bottom: 10px;
  text-align: center;
  }

.sidebar h3 {
  margin-bottom: 0px;
  }

.ebook h4 {
  color: rgb(125, 101, 66);
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  }

.ebook h5 {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-transform: none;
  letter-spacing: 0px;
  }
 
 .seminar h5 {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-transform: none;
  letter-spacing: 0px;
  text-align: center;
  }

.seminar hr {
  margin-bottom: 0.5em;
  }

.ebook ul.bullets {
  list-style-type: none;
  padding: 0px 2em 0px 2em;
  }
  
.ebook ul.bullets li {
  list-style-type: disc;
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0.75em 4.4em 0.75em 0px;
  }

.ebook ol.bullets {
  padding: 0px 2em 0px 2em;
  }

.ebook ol.bullets li {
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0.75em 4.4em 0.75em 0px;
  }

.ebook div.guarantee {
  margin-top: 1.5em;
  padding: 2em;
  border: 2px solid #ccc;
  }

 
#footer p {
  font-size: 1.1em;
  line-height: 120%;
  padding-bottom: 6px;
  }


img.right {
  float: right;
  margin: 30px 0 30px 30px;
  }

img.left {
  float: left;
  margin: 0 20px 20px 0;
  }

img.center {
  display: block;
   margin-left: auto;
   margin-right: auto;
  }

img.border {
  border: 1px solid #000;
  }


.ebook .download {
  margin: 18px auto;
  padding: 12px 36px;
  border: 2px dashed #aa0000;
  background: #FFFFCC;
  }
  
.ebook p.signature {
  font-style: italic;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0px;
  }
 


/* ---- stuff ------------------------------ */

.clear_left {
  clear: left;
  }


/* ---- Spans ------------------------------ */


.ebook .red {
  color: #aa0001;
  }

.ebook .green {
  color: #009900;
  }
  
.ebook .blue {
  color: #1D33A3;
  }
  
.ebook .left {
  text-align: left;
  }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }
  
.ebook .sans {
  font-family: verdana, sans-serif;
  }

.ebook .underline {
  text-decoration: underline;
  }

#signup1, #signup2, .download {
  margin: 18px auto;
  padding: 12px 36px;
  border: 1px dashed #aa0000;
  background: #FFFEF7;
  }

#signup1 h3, #signup2 h3 {
  font-family: verdana, sans-serif;
  font-size: 1.8em;
  letter-spacing: 0;
  text-align: left;
  }

/* ---- Moonray ------------------------------ */

.moonray_forms table, .custom .moonray_forms table {
  margin: 0 auto;
  }

.moonray_forms .moonray_fieldname, 
.custom .moonray_forms .moonray_fieldname {
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  vertical-align: middle;
  float: right;
  }

.moonray_forms .moonray_fieldname div,
.custom .moonray_forms .moonray_fieldname div {
  margin: 4px;
  white-space: nowrap;
  float: right;
  vertical-align: middle;
  }

.moonray_forms .standard_input,
.custom .moonray_forms .standard_input {
  margin: 4px;
  padding: 2px;
  width: 190px;
  border: 1px solid #767676;
  }

.moonray_forms .sex,
.custom .moonray_forms .sex {
  margin-left: 4px;
  width: auto;
  }

.moonray_btn,
.custom .moonray_btn {
  margin-bottom: 10px;
  padding: 4px;
  }

