/*------------------------------------------------------------------------
# Copyright (C) 2008 Response Targeted Marketing. All Rights Reserved.
# Author: Response Targeted Marketing
# Websites:  www.responsetargetedmarketing.com - www.naturalwebmarketing.com - www.thebrainmill.com
-------------------------------------------------------------------------*/


/*   ---------------------   PAGE BORDERS & BACKGROUND COLORS   ---------------------   */

body
{
	background-color: #03349b;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed; 
	background-position: top;
}

#ext_wrapper
{
	border: 1px solid #c0c0c0;
}

#wrapper,
#header
{
	border: 0px;
	background-color: #f0f0ff;
}


#footer
{
	border-top: 1px solid #d6d6d6;
	background-color: #f0f0ff;
}


#main,
#ext_sidebar,
#body,
#footer_boxes,
#header_boxes
{
	background-color: #ffffff;
}

#sidebar,
#sidebar2
{
	background-color: #f0f0ff;
}


/ * remove all borders around images used for links */

a img
{
         border: none; 
}


#navbar
{
	background-image: url(/images/navbar.jpg);
	background-repeat: x;
	background-position: bottom;
	background-color: #284785;
}

.header_boxes div.pad
{
	padding: 0px;
}


/*   ---------------------   FOOTERS   ---------------------   */

.footer
{
	font-size: 10px;
	color: #808080;
}

.extra_footer
{
	font-size: 10px;
	color: #808080;
}

.footer_boxes div.pad
{
	padding: 0px;
}

/*   ---------------------   LINKS   ---------------------   */

a:link,
a:visited
{
	color: #0000cc;
	text-decoration: none;
}

a:active,
a:hover
{
	color: #0000cc;
	text-decoration: underline;
}

/* Link Headings on Posts */

h1,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active
{
	color: #cc0000; 
	text-decoration: none;
}

.nav_active
{
	color: #c4c4c4;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding-left: 7px;
	padding-right: 8px;
}


.main h2,
.main h3
{
	color: #cc0000;
}

.tooltip
{
	color: #0000cc;
	text-decoration: underline;
}


/*   ---------------------   HEADER NAVBAR   ---------------------   */

/*
center the navbar
*/

#header_nav
{
	text-align: center;
	float: none;		
}

#navbar
{
	background-color: #3333cc;
	color: #000000;
}

#navbar a:link,
#navbar a:visited
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
	padding-left: 5px;
	padding-right: 5px;
}



#navbar a:hover,
#navbar a:active
{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
} 

#search_form input
{
	color: #000000;
	font-size: 12px;
}


/*   ---------------------   SIDEBARS   ---------------------   */


.sidebar h2
{
	color: #cc0000;
	border-bottom: none;
}


.sidebar li li
{
	margin-left: 0px;
	margin-bottom: 5px;
	list-style-image: none;
	list-style-type: none;
}



/* 
Submenu in Sidebar
*/

.nav_menu li
{
	color: #ffffff;
	padding: 5px;	
	padding-left: 2px;
	background-image: url(/images/navbar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #788db6;
	list-style-image: none;
	list-style-type: none;
}


.nav_menu a:link,
.nav_menu a:visited
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 5px;	
}

.nav_menu a:hover,
.nav_menu a:active
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-decoration: underline;
	display: block;
	padding: 5px;	
} 


/*
Table on Chiropractic Education page
*/

.chiropractic_education table
{
	border: solid #c0c0c0 1px;
	border-width: 1px 1px 2px 2px;
}


.chiropractic_education td
{
	border: solid #c0c0c0;
	border-width: 1px 1px 0 0;
	padding: 10px;
}


/*
Spacing of lines in lists
*/

.list li
{
	padding: 5px;
}


/*
Symptom Survey Button Div
*/

.button_symptomsurvey
{
	border: 1px solid #000000;
	background-color: #ffffff;
}

.button_symptomsurvey_padding
{
	padding: 0 5px 5px 5px;
}


/*
Followon div
*/

.followon li
{
	list-style-image: url(/images/bullet.gif);
}

.followon ul
{
	padding-top: 10px;
	padding-left: 15px;
}


/*
Article divs
*/

.primary,
.secondary
{
	padding: 5px 15px 15px 15px;
}


/*
Quote formatting
*/

blockquote
{
	background-color: #f0f0ff;
	padding-left: 50px;
	padding-right: 10px;
	margin: 5px 20px 0px 20px;
}

/* 
This is the float divs
*/

.floatleft
{
	float: left;
	text-align: center;
	padding: 10px 10px 5px 0px;
}

.floatright 
{
	float: right;
	text-align: center;
	padding: 10px 0px 5px 20px;
}

.center
{
	text-align: center;	
}

.caption
{
	color: #909090;
	font-size: 0.6em;
}