/* - - - - - - - - - - - - - - - - - - - - -

Title:	DaniJohnson.com
Author: Jeribai Tascoe
URL: 	http://www.danijohnson.com

- - - - - - - - - - - - - - - - - - - - - */


/* General HTML and Body Styles - - - - - - -

This controls the default font family, size, color and line spacing
This controls the background color and/or image

- - - - - - - - - - - - - - - - - - - - - - */


html,
body {
	margin: 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-align: center;
}

body {	
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(/*place bg image here*/);
	background-repeat: repeat-x;
}



/* This controls the general link color and decoration as well as the link hover color and decoration */
a,
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
a img {
	border: none;
}



/* This controls the headline copy formatting size, color and decoration as well as the link styles */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 10px 0;
}

h1 {
	font-size: 50px;
	line-height: 43px;
}
h2 {
	font-size: 32px;
	line-height: 34px;
}
h3 {
	font-size: 28px;
	line-height: 28px;
}
h4 {
	font-size: 24px;
	line-height: 26px;
}
h5 {
	font-size: 18px;
	line-height: 125%;
}
h6 {
	font-size: 14px;
	line-height: 20px;
}

li {
	margin-bottom: 10px;
	list-style-image: url(assets/images/mini_right_arrow.gif);
}



/* Begin DJC Layout ===============================================================================

These styles control the entire page layout using <div> containers
The #container holds all other <div> tags for the entire layout except for the footer
See subsequent comments for individual layout parameters and styles

=================================================================================================== */

#container {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	clear: both;
}


/* Website header graphic goes in this block */
#header {
	width: 780px;
	margin: 0;
	clear: both;
}


/* Controls the content layout */
#content {
	width: 95%;
	margin: 10px auto;
	/*float: left;   <-- uncomment this to use as a 2 column layout - change width to 75% */
	text-align: left;
}

#sidebar {
	width: 24%;
	margin: 0 auto;
	/*float: right;  <-- uncomment this to use as a 2 column layout */
}



/* Call box styles for text boxes within the #content <div> */
.box_testimonial_right {
	width: 200px;
	margin: 0 20px 10px;
	padding: 20px;
	font-style: italic;
	background-color: #EEF3F9;
	border: 1px solid #84AED6;
	float: right;
}
.box_testimonial_left {
	width: 200px;
	margin: 0 20px 10px;
	padding: 20px;
	font-style: italic;
	background-color: #EEF3F9;
	border: 1px solid #84AED6;
	float: left;
}
.box_testimonial_center {
	width: 500px;
	margin: 10px auto;
	padding: 20px;
	font-style: italic;
	background-color: #EEF3F9;
	border: 1px solid #84AED6;
}
#box_bullet {
	width: 480px;
	padding: 5px 0 10px 35px;
	margin: 0 auto;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
}
#box_order {
	width: 260px;
	padding: 10px;
	margin: 0 auto;
	border: 2px solid #84AED6;
}
#box_form {
	width: 320px;
	padding: 5px 10px 10px;
	margin: 0 0 10px 20px;
	border: 1px solid #6666FF;
	background-color: #EEF3F9;
	float: right;
}

.input {
	border: 1px solid #FF0000;	
}

.order_btn {
	display: block;
	width: 376px;
	margin-right: auto;
	margin-left: auto;
	line-height: 55px;
	font-size: 16px;
	background: url(../assets/order_btn.gif);
}



/* Begin Footer -- Copyright, Terms of Use, Privacy Statement */
#footer {
	width: 770px;
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #666666;
	margin: 3px;
}
#footer a:active {
	font-weight: bold;
	color: #666666;
	margin: 3px;
}
#footer a:hover {
	font-weight: bold;
	color: #003366;
	margin: 3px;
	text-decoration: underline;
}

/* End DJC Layout ========================================================================= */



/* Begin DJC Sales Copy Styles ----------------------------------

These styles control the entire sales letter text styles
These styles are best used as in-line styles

-------------------------------------------------------------- */

.preHead {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 130%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	font-size: 45px;
	color: #CC0000;
	line-height: 48px;
}
h2 {
	font-size: 32px;
	color: #CC0000;
	line-height: 34px;
}
.head1_black {
	color: #000;
	font-size: 24px;
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 130%;
}
.head1_red {
	color: #d8061f;
	font-size: 24px;
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 130%;
}
.head1_blue {
	color: #003366;
	font-size: 24px;
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 130%;
}
.head2_black {
	color: #000;
	font-size: 20px;
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
}
.head2_red {
	color: #d8061f;
	font-size: 20px;
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
}
.head2_blue {
	color: #003366;
	font-size: 20px;
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
}
.head3_black {
	color: #000000;
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
}
.head3_red {
	color: #d8061f;
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
}
.head3_blue {
	color: #003366;
	font-family: Utopia, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	background-color: #FEFF00
}
.column_title_text {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.column_tiny_text {
	color: #FFF;
	font-size: 10px;
}

/* End DJC Sales Copy Styles --------------------------------- */



/* Additional MISC CSS Styles */
.float_left {
	float: left;
	display:inline;
	margin-right: 15px;
}
.float_right {
	float: right;
	display:inline;
	margin-left: 15px;
}

.table_padding {
	width: 340px;
	float: right;
	text-align: right;
	margin-right: 20px;
	
}

/* - - - - - - - - - - - - - - - - - - - - -

Hans Johnson
CEO, DaniJohnson.com
Office: 209-463-5210, Fax: 209-586-2191
 
Take your business to greatness...
http://www.danijohnson.com 

- - - - - - - - - - - - - - - - - - - - - */
