/* /////// ------- CONTENT.CSS ------- \\\\\\\ */
/* content.css is intended for general font / content styling only. No semantical layout addressed here please */
/*
	Author(original):	Chad Fontaine @ Chameleon Creative
	Author URI:		http://www.chameleoncreative.com/
	Version:		2.0
	Last Revision:		Dec 17 2009
	Revised Made By:	Chad Fontaine
	Project:		Project Name
	Description:		Styles available in the Drupal content editor(tinyMCE)
*/

/*--------------------------------------------------------
TABLE OF CONTENTS
	0-- GENERAL 
	1-- HEADLINES (H-tags) 
	2-- IMAGES
	3-- FONT SIZES
	4-- FONT COLORS
	5-- LINKS
	6-- LISTS
---------------------------------------------------------*/

/* _______0_______ GENERAL ______________ */
hr { background:#cccccc; }
em,  i {}
strong, b { font-weight: normal; font-size: 12px; }
blockquote {}
p {}

#content_pad, .mceContentBody {color:#4d6380; font: normal 12px/18px Verdana, Geneva, sans-serif;}
.mceContentBody { background: #fff; width:718px;} 

/* _______1_______ HEADLINES ______________ */
/* INDEX PAGE SPECIFIC */
#index_content h1 { font-size: 16px; color: #852234; border-bottom: 1px solid #D1B585; margin-left: -10px; }
#index_content h2 { color: #961B1D; font-size: 14px; border-bottom: 1px solid #D1B585; margin-left: -10px; }
#index_content h3 { color: #961B1D; font-size: 12px; border-bottom: 1px solid #D1B585; margin-left: -10px; }
#index_content h4 { color: #88294B; font-size: 12px; border-bottom: 1px solid #D1B585; margin-left: -10px; }
#index_content h5 { color: #88294B; font-size: 12px; border-bottom: 0px solid #D1B585; margin-left: -10px; }
#index_content h6 { color: #4d6380; font-size: 12px; border-bottom: 0px solid #D1B585; margin-left: -10px; }
#index_content h7 { color: #4d6380; font-size: 14px; border-bottom: 1px solid #D1B585; margin-left: -10px; }

#content_pad h1 { font: italic bold 25px "Times New Roman", Times, serif; margin: 0px; padding: 0px; color:#103568; }
#content_pad h1 { font-size: 16px; color: #852234; border-bottom: 1px solid #D1B585; margin-left: -10px; margin-bottom:10px;}
#content_pad h2 { color: #961B1D; font-size: 14px; border-bottom: 1px solid #D1B585; margin-left: -10px; }
#content_pad h3 { color: #961B1D; font-size: 12px; border-bottom: 1px solid #D1B585; margin-left: -10px; }
#content_pad h4 { color: #88294B; font-size: 12px; border-bottom: 1px solid #D1B585; margin-left: -10px; }
#content_pad h5 { color: #88294B; font-size: 12px; border-bottom: 0px solid #D1B585; margin-left: -10px; }
#content_pad h6 { color: #4d6380; font-size: 12px; border-bottom: 0px solid #D1B585; margin-left: -10px; }
#content_pad h3 { margin: 0px 0px 3px; padding: 0px 0px 3px; border-bottom: 1px solid #FFFFFF; font-size: 14px; color: #806A4F; }


/* _______2_______ IMAGES ______________ */
#content_pad img { border:2px solid #7e95b4;}
a img { border: none; }
.image_aligned_left{ margin:10px 10px 10px 0px; float:left;}
.image_aligned_right{ margin:10px 0px 10px 10px; float:right;}

/* _______3_______ FONT SIZES ______________ */
.txt_percent_70 { font-size: 70%; }
.txt_percent_80 { font-size: 80%; }
.txt_percent_90 { font-size: 90%; }
.txt_percent_110 { font-size: 110%; }
.txt_percent_120 { font-size: 120%; }
.txt_percent_130 { font-size: 130%; }

/* _______4_______ FONT COLORS ______________ */
.txt_color_black { color: #000000; }
.txt_color_white { color: #ffffff; }
.txt_color_green {color: #687420;}

.style1 {color: #88294B}
.style3 {color: #88294B; font-weight: bold; }



/* _______5_______ LINKS ______________ */
a {color: #88294B; text-decoration: none; font-weight: bold;}

.mceContentBody a {color: #88294B !important; text-decoration: none  !important; font-weight: bold !important;}
.mceContentBody a:link, a:link  {color: #88294B; text-decoration: none; font-weight: bold;}
.mceContentBody a:active, a:active { color: #88294B; text-decoration: none; font-weight: bold;}
.mceContentBody a:visited, a:visited { color: #88294B; text-decoration: none; font-weight: bold;}
.mceContentBody a:hover, a:hover { color: #AE8A56; text-decoration: none;}


/* _______6_______ LISTS ______________ */
#column_two ul, .mceContentBody ul { margin-left: 10px; padding-left: 5px; list-style: circle; margin-top: 5px; font-size: 90%; color: #0074bf; }
#column_two ul li, .mceContentBody ul li { padding-bottom: 2px; margin-left: 10px; }
#column_two ol, .mceContentBody ol { margin-left: 10px; padding-left: 5px; margin-top: 5px; font-size: 90%; }
#column_two ol li, .mceContentBody ol li { padding-bottom: 2px; margin-left: 10px; color: #0074bf; }

#column_one ul { margin-left: -5px; padding-left: 0px; list-style: circle; margin-top: 5px; }
#column_one li { padding-bottom: 5px; margin-left: 30px; line-height: 115%; font-size: 90%; }


