/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

.custom #container { width: 865px; margin: 15px auto 0 auto; }

.custom #masthead { width: 865px; }

.custom #masthead h2 { font-size: 4em; letter-spacing: -0.03em; 
   padding: 0.4em 0 0.2em 0; border-top: 1px solid #ccc; text-align: 
   center; clear: both; text-decoration: none; }

.custom		#content_box { width: 865px; text-align: left; float: left; clear: both; }

.custom			#content { width: 595px; padding: 0 40px 0 0; float: left; }
		
.custom			#sidebar { width: 230px; float: left; }


.custom h1, h2, h3, h4 { font: bold 1.0em Georgia, "Times New Roman", Times, serif; }

.custom h1 { font-size: 1.5em; line-height: 1.11111em;  color: #111; }
	
.custom .archives h1 { font-size: 1.8em; line-height: 1.81818em; text-transform: uppercase; letter-spacing: 2px;  padding: 0.36364em 10px 0.36364em 10px; background: #eee; border-top: 1px solid #ddd; border-bottom: 1px dotted #ddd; text-align: center; }




.custom h2 { font-size: 1.5em; line-height: 1.11111em; padding: 1.11111em 10px 0 0; color: #111; }

.custom	h2 a, h2 a:visited { color: #333; text-decoration: none; }

.custom	h2 a:hover { color: #00A; text-decoration: underline; }
	
.custom	h2.top { padding-top: 0; border-top: none; }
	
.custom	.sidebar h2 { font-size: 0.83333em; margin: 0 0 0.9em 0; line-height: 1.9em; padding: 0; text-transform: uppercase; letter-spacing: 2px; border-top: 0; border-bottom: 1px solid #ddd; }

.custom h3 { font-size: 1.23077em; line-height: 1.25em; }

.custom	.format_text h3 { margin: 1.875em 0 0.625em 0; }

.custom	.format_text h3.top { margin: 0 0 0.625em 0 !important; }

.custom h4 { font-size: 1em; line-height: 1.81818em; text-transform: uppercase; letter-spacing: 2px; }

.custom .entry img { padding: 0 !important; border: none !important; }

.custom .entry p { margin-bottom: .85em;  }



/* Add underlines to links as per http://www.conversiondoctor.com/conversion-blog/2007/usability-split-test-results-link-appearance-matters-more-than-you-think/ */

.custom	#sidebar a { color: #00D; text-decoration: underline; }
.custom	#sidebar a:visited { color: #00A; text-decoration: underline; }	
.custom #sidebar a:hover { color: #900; text-decoration: underline; }

.custom h1 a:visited, .custom h1 a { text-decoration: none; color: #111}



.custom .testimonial { 
  width: 270px; 
  background-color: #FFFFCC; 
  text-align: left; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8.5pt;
  float: right; 
  clear: both; 
  margin: 0px 10px 0px 10px;
  padding: 0px 10px 0px 10px;
  border-right: 10px;
  border-left: 10px;
}

.custom .buy {
  background-color: #CCCCFF; 
  padding: 4px 25px;  
  text-align: center; 
  padding: 12px 4px 12px 4px; 
  font-size: 1.1em;
  font-weight: bold;
}

.custom .rss {
  padding: 0.85em 0 0.7em 0; 
  float: right; 
  padding: 0 18px 0 0; 
  background: url('images/icon_rss.gif') 100% 50% no-repeat; 
}


/* Begin Contact Form ][ CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}
/* End Contact Form ][ CSS */

.pullquote_left { width: 200px; margin: 5px 15px 5px 0; font-size: 1.4em; text-align: center; float: left; }

.pullquote_right { width: 200px; margin: 5px 0 5px 15px; font-size: 1.4em; text-align: center; float: right; }
		
/*.custom ul li a.current, .custom ul li a.current:visited, .custom ul li a.current:hover { color: #900; text-decoration: underline; }*/


/* Submit button */
.submit {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  cursor: default;
 
}
#submitpad {
  padding: 5px;
  background-color: #ff0000;
  margin: 0px;
  border-width: 3px;
  border-color: #ff0000;
  border-spacing: 0;
}



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

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    text-align: center;
}


