/*------------------------------------------------------------------------
# Copyright (C) 2009 Response Targeted Marketing. All Rights Reserved.
# Author: Response Targeted Marketing
# Websites:  www.responsetargetedmarketing.com - www.naturalwebmarketing.com - www.thebrainmill.com
-------------------------------------------------------------------------*/

.interview_spacer {
height:10px;
}

#Home
{
  display: block;
  width: 200px;
  height: 23px;
  background: url('/wp/wp-content/images/home.png') no-repeat 0 0;
  margin-bottom:10px;
}
#Home:hover
{ 
  background-position: 0 -23px;
}
#Home span
{
  display: none;
}

#AboutDiane
{
  display: block;
  width: 200px;
  height: 23px;
  background: url('/wp/wp-content/images/aboutdiane.png') no-repeat 0 0;
  margin-bottom:10px;
}
#AboutDiane:hover
{ 
  background-position: 0 -23px;
}
#AboutDiane span
{
  display: none;
}

#Book
{
  display: block;
  width: 200px;
  height: 46px;
  background: url('/wp/wp-content/images/inthenameofhelp.png') no-repeat 0 0;
  margin-bottom:10px;
}
#Book:hover
{ 
  background-position: 0 -46px;
}
#Book span
{
  display: none;
}

#Saying
{
  display: block;
  width: 200px;
  height: 46px;
  background: url('/wp/wp-content/images/whatpeoplearesaying.png') no-repeat 0 0;
  margin-bottom:10px;
}
#Saying:hover
{ 
  background-position: 0 -46px;
}
#Saying span
{
  display: none;
}

#BuyTheBook
{
  display: block;
  width: 200px;
  height: 23px;
  background: url('/wp/wp-content/images/buythebook.png') no-repeat 0 0;
  margin-bottom:10px;
}
#BuyTheBook:hover
{ 
  background-position: 0 -23px;
}
#BuyTheBook span
{
  display: none;
}

#Research
{
  display: block;
  width: 200px;
  height: 23px;
  background: url('/wp/wp-content/images/research.png') no-repeat 0 0;
  margin-bottom:10px;
}
#Research:hover
{ 
  background-position: 0 -23px;
}
#Research span
{
  display: none;
}

#Interviews
{
  display: block;
  width: 200px;
  height: 23px;
  background: url('/wp/wp-content/images/interviews.png') no-repeat 0 0;
  margin-bottom:10px;
}
#Interviews:hover
{ 
  background-position: 0 -23px;
}
#Interviews span {
  display: none;
}

#Gallery
{
  display: block;
  width: 200px;
  height: 23px;
  background: url('/wp/wp-content/images/gallery.png') no-repeat 0 0;
  margin-bottom:10px;
}
#Gallery:hover
{ 
  background-position: 0 -23px;
}
#Gallery span {
  display: none;
}

#UntilProvenInnocent
{
  display: block;
  width: 200px;
  height: 46px;
  background: url('/wp/wp-content/images/untilproveninnocent.png') no-repeat 0 0;
  margin-bottom:10px;
}
#UntilProvenInnocent:hover
{ 
  background-position: 0 -46px;
}
#UntilProvenInnocent span {
  display: none;
}

#EmailDiane
{
  display: block;
  width: 200px;
  height: 23px;
  background: url('/wp/wp-content/images/emaildiane.png') no-repeat 0 0;
  margin-bottom:10px;
}
#EmailDiane:hover
{ 
  background-position: 0 -23px;
}
#EmailDiane span {
  display: none;
}




/*   ---------------------   PAGE BORDERS & BACKGROUND COLORS   ---------------------   */

body
{
	background: #a9937c url('/wp/wp-content/images/bgbody.jpg') bottom center no-repeat;
}

#ext_wrapper
{
	border-top:0px;
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	border-bottom: 10px solid #000000;
	background: url('/wp/wp-content/images/bg_body.jpg');
}

#wrapper
{
	border: 0px;
	background:transparent;
}

.wide_ms #ext_wrapper, .wide_sm #ext_wrapper {
	width:770px;
}

.wide_ms #sidebar, .wide_sm #sidebar {
	width:210px;
	padding-top:25px;
}

.wide_ms #main, .wide_sm #main {
	width:530px;
	margin-left:10px;
	padding-right:10px;
}

#header
{
	background-color: #660000;
}

.custom #body {
	background: url('/wp/wp-content/images/bg_body.jpg') repeat-y;
}

#main {
	background-color:transparent!important;
}

#footer
{
	background: url('/wp/wp-content/images/bg_body.jpg');
	height: 70px;
}

.primary {
	padding:10px!important;
}


/* start remove top & bottom page margins */

body.custom
{
        padding-top: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
}

#sem_admin_menu
{
        margin-bottom: 0px !important;
} 

.custom #ext_wrapper,
.custom #wrapper
{
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}

/* end remove top & bottom page margins */

/* 
HEADINGS 
*/

.header_page {
	padding:30px 0 10px 0;
}


.entry_content img {
margin:0 4px 0 0;
}

/*   ---------------------   FOOTERS   ---------------------   */

.footer
{
	font-size:13px;
	font-weight:normal;
	color: #000000;
}

.footer a {
	font-weight:normal;
	margin:0 17px;
}

.extra_footer
{
	color: #000000;
}

.footer_boxes div.pad
{
	padding: 0px;
}

/*   ---------------------   LINKS   ---------------------   */

a:link,
a:visited
{
	color: #990000;
	text-decoration: none;
}

a:active,
a:hover
{
	color: #990000;
	text-decoration: underline;
}

/* Link Headings on Posts */

h1,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active
{
	color: #000000; 
	text-decoration: none;
}

.nav_active
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	margin:0 17px;
}


.main h2,
.main h3
{
	color: #000000;
}


/*   ---------------------   HEADER NAVBAR   ---------------------   */

/*
center the navbar
*/

#header_nav
{
	text-align: center;
	float: none;		
}

#navbar
{
	background-image: url(/images/bg_navbar.jpg);
	background-repeat: x;
	background-position: bottom;
	background-color: #cccccc;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#navbar a:link,
#navbar a:visited
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;	
	padding-left: 4px;
	padding-right: 4px;
}



#navbar a:hover,
#navbar a:active
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 4px;
	padding-right: 4px;
} 

#search_form input
{
	color: #000000;
	font-size: 12px;
}


/*   ---------------------   SIDEBARS   ---------------------   */


.sidebar h2
{
	color: #000000;
	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/bg_sidebarmenu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #b18989;
	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;	
} 



/*
Spacing of lines in lists
*/

.list li
{
	padding: 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:transparent url(img/blockquote.png) no-repeat scroll 6px 6px;
	margin-bottom:20px;
	font-size:18px;
	font-family:courier,arial;
}


/*
Website credits
*/
.credits
{
	font-size: 13px;
	font-weight:normal;
	text-align:center;
	padding-bottom:4px;
}

.credits a
{
	font-weight:normal;
}


.footer a:link,
.footer a:visited {
	font-weight:normal;
	color:#333;
}

.footer a:hover,
.footer a:active {
	font-weight:normal;
	color:#333;
}

.copyright_notice {
	padding-top:8px;
}