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

body.custom {
    background: #8db6b6 url('http://www.woothemes.com/demo/irresistible/wp-content/themes/irresistible/images/bg.jpg') 50% 0 repeat;
}




.comments_closed
   {display:none}
   
   
LI{margin-bottom: 4pt;
     margin-left: 0.15in}   
	 

P.Bullets-Follow{margin-bottom: 3px}
	 
	 
P.Note{margin-left: 0.4in}	 
   
P.ToC-Regular-01 {margin-left: 0in;
      margin-right:1in; 
      line-height: 13px;
      margin-top:0in;
      margin-bottom:0pt}


P.ToC-Regular-02 {font-family: Verdana, Arial, Geneva, sans-serif;
      font-size: 11.5pt;
      margin-left: 1.4in;
      margin-right:1in; 
      line-height: 28px;
      margin-top:0in;
      margin-bottom:0pt}


P.ToC-Regular-03 {font-family: Verdana, Arial, Geneva, sans-serif;
      font-size: 11.5pt;
      margin-left: 1.45in;
      margin-right:1in; 
      line-height: 28px;
      margin-top:0in;
      margin-bottom:0pt}


P.ToC-Regular-04 {font-family: Verdana, Arial, Geneva, sans-serif;
      font-size: 11.5pt;
      margin-left: 1.7in;
      margin-right:1in; 
      line-height: 28px;
      margin-top:0in;
      margin-bottom:0pt}
   
   

/*                                                                */
/*                                                                */
/*                                                                */
/*                James Mitchell's Profile                        */
/*                                                                */ 
/*                                                                */    
/*                                                                */



H1.JM-Profile-Title-01 {line-height: 23pt;
      font-size: 15pt;
      margin-top:30pt;
      margin-left:1.8in;
      text-align: left;
      color: #000099}


H1.JM-Profile-Title-02 {line-height: 23pt;
      font-size: 29px;
      margin-left:2.3in;
      text-align: left;
      color: #000099;
      margin-bottom:.25in;
      margin-top: 12pt}


H4.JM-Profile-Title-03 {line-height: 23pt;
      font-size: 8.5pt;
      margin-left:0in;
      text-align: center;
      color: #000099;
      margin-bottom:0pt;
      margin-top: 12pt}

	
P.JM-Profile-Question-01  {margin-top: 24pt;
      margin-bottom: 0pt;
      line-height: 20.5px;
      color : Blue}


p.JM-Profile-Answer-01  {margin-left: 0.25in;
      margin-right: 0.5in;
      line-height: 20.5px}


p.JM-Profile-Answer-Quote-01  {margin-left: 0.75in;
      margin-right:0.75in;
      line-height: 20.5px}


LI.JM-Profile-Regular-01 {line-height: 19.5px;
      margin-left: 0.35in; 
      margin-right: 0in;
      margin-bottom: 2pt}


P.JM-Profile-ToC-01  {font-size: 11.5pt;
     margin-top: 0pt;
     margin-left: 0in;
     margin-bottom: 10pt;
     line-height: 20.5px;
     text-align: center}


P.JM-Profile-ToC-02  {font-size: 11.5pt;
     margin-top: 0pt;
     margin-left: 0in;
     margin-right: 1in;
     margin-bottom: 10pt;
     line-height: 20.5px;
     text-align:left}



   
   
/*                                                                */
/*                                                                */
/*                                                                */
/*          Essays -- Table of Contents         */
/*                                                                */ 
/*                                                                */    
/*                                                                */

H4.Essays-ToC-01 {font-size:14pt;
    line-height: 23pt;
    margin-left: 0in;
	text-align: left;
	margin-bottom: 0pt;
	margin-top: 20pt}


P.Essays-ToC-Title-First-Paragraph-01 {margin-left: 0.15in;
      line-height: 20.5px;
	  margin-top:0in;
      margin-bottom:0pt}


P.Essays-ToC-Title-01 {margin-left: 0.15in;
      line-height: 20.5px;
	  margin-top:15pt;
      margin-bottom:0pt}


P.Essays-ToC-Description-01 {margin-left: 0.25in;
      line-height: 20.5px;
	  margin-top:0in;
      margin-bottom:0pt}


P.Essays-ToC-Description-02 {margin-left: 0in;
      line-height: 20.5px;
	  margin-top:12pt;
      margin-bottom:0pt}


P.Essays-Link-at-Bottom-01 {margin-left: 0in;
      line-height: 20.5px;
	  margin-top:30pt;
      margin-bottom:0pt}

	  
/*                                                                */
/*                                                                */
/*                                                                */
/*          Essays -- Footer                           */
/*                                                                */ 
/*                                                                */    
/*                                                                */



P.Essays-Another-Essay-to-Read-01 {margin-left: 0in;
      line-height: 20.5px;
	  margin-top:40pt;
      margin-bottom:6pt}

P.Essays-List-of-Other-Essays-01 {margin-left: 0in;
      line-height: 20.5px;
	  margin-top:0pt;
      margin-bottom:6pt}

P.Essays-Cite-As-01 {margin-left: 0in;
      line-height: 20.5px;
	  margin-top:0pt;
      margin-bottom:30pt}

   
/*                                                                */
/*                                                                */
/*                                                                */
/*    James Mitchell's Eharmony Profile    */
/*                                                                */ 
/*                                                                */    
/*                                                                */

P.JM-eharmony-Question-01{margin-top: 30pt;
      margin-bottom: 1pt;
      color: Blue}


LI.JM-eharmony-Question-List-01 {line-height: 19.5px;
      margin-left: 0.3in;
	  margin-bottom: 4pt;
      color: blue;
      list-style-type:lower-alpha}


P.JM-eharmony-Answer-First-Line-01{margin-top: 0pt;
      margin-bottom: 0pt;
      line-height: 20.5px}


P.JM-eharmony-Answer-01{margin-top: 10pt;
      margin-left: 0.0in;
      margin-bottom: 0pt}


LI.JM-eharmony-Answer-List-01 {line-height: 19.5px;
      margin-left: 0.5in; 
      margin-right: 0.5in;
      margin-bottom: 4pt}


/*                                                                */
/*                                                                */
/*                                                                */
/*               Prospective Friends                 */
/*                                                                */ 
/*                                                                */    
/*                                                                */

H3.Prospective-Friends-Heading {font-size: 14pt;
    line-height: 16pt;
	margin-bottom: 2pt;
	margin-top: 20pt}

P.Prospective-Friends-Text-1{margin-left: 0.3in;
    margin-bottom: 0pt;
    line-height: 20.5px}

P.Prospective-Friends-Text-2{margin-left: 0.3in;
    margin-top: 7pt;
	margin-bottom: 0pt;
    line-height: 20.5px}

	

/*                                                                */
/*                                                                */
/*                                                                */
/*    Total Cost of Interaction                 */
/*                                                                */ 
/*                                                                */    
/*                                                                */	


P.TCI-ToC-Level-1{font-size: 13pt;
     margin-top: 14pt;
	 margin-bottom: 2pt;
     margin-left: 0}

P.TCI-ToC-Level-2{font-size: 11pt;
     margin-top: 0pt;
	 margin-bottom: 0pt;
     margin-left: 0.25in}

P.TCI-ToC-Level-3{margin-top: 0pt;
	 margin-bottom: 0pt;
     margin-left: 0.5in}

P.TCI-Issues-1{text-indent: -0.15in;
     margin-left: 0.3in}

P.TCI-Issues-2{margin-left: 0.3in}

P.TCI-Indent-1{margin-left: 0.3in;
     margin-bottom: 6pt}

P.TCI-Footnote{text-indent: -0.2in;
     margin-left: 0.2in}
	 

	 
/*                                                                */
/*                                                                */
/*                                                                */
/*                 List of Web Sites                   */
/*                                                                */ 
/*                                                                */    
/*                                                                */	

H2.List-of-Web-Sites-Title-1{margin-top: 18pt;
	 font-size: 14pt}
	 
P.List-of-Web-Sites-Regular-1{margin-top: 0pt;
	 margin-bottom: 7pt;
     margin-left: 0.2in}

	 