/*  
Theme Name: Double Your Coaching Income
Theme URI: http://www.doubleyourcoachingincome.com
Description: Double Your Coaching INcome Theme.
Version: 1.0
Author: Paul Keetch
Author URI: http://www.paulkeetch.com/

*/

body {
	margin: 0px;
	padding: 0px;
/*	background-image: url(images/repeating_bg.jpg); */
	background-color:#FFFFFF;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.red {
	color: #CC0000;
}
#optIn {
	background-color: e2e2e2;
	border: dashed 2px #333333;
	margin-left: 10px;
}
.smalltext {
	font-size: 12px;
}
a:link, a:visited {
	color: #0000cc;
}
a:hover, a:active {
	color: #cc0000;
}
h1 {
	text-align: center;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}

.optIn {
	float:right;
	width:300px;
	padding:0px 10px 5px 10px;
	background-color:#F0F0F0;
	border: 1px solid #CCCCCC;
	margin:0px 0px 0px 10px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

li {
	margin-bottom: 10px;
}

.featureBox {
/*	float:right; */
	width:500px;
	padding:0px 10px 5px 10px;
	background-color:#F0F0F0;
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 115px;
/*	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px; */
}