/*
File:			custom.css
Description:	Custom styles for Thesis

	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* ------------------------------------------------------------- */
/* RJH - Start of custom styling */

/* ------------------------------------------------------------- */
/* RJH - Don't want to show the header and tagline - will show on my own */

.custom #header #tagline { height: 0; }
.custom #header #logo { height: 0; }

.custom #header #logo { display: none; }
.custom #header #tagline { display: none; }
.custom #header { padding: 0; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* ------------------------------------------------------------- */
/* RJH - Center the menu */

/* Note: margin-bottom:0em removes the space blank line below menu and above the feature box */

.custom .menu { margin-left:auto; margin-right:auto; margin-bottom:1.5em; border-bottom:none; width:1000px;}

/* ------------------------------------------------------------- */
/* RJH - Colour of the Feature Box */

.custom #feature_box {
	background:#FFFFFF;
	border-bottom:0px solid #8C0094;
	border-top:10px solid #8C0094;
	height:130px;
	border-left:0px solid #8C0094;
	border-right:0px solid #8C0094;
}


/* -------------------------------------------------------------- */
/* RJH - Sidebar colours */

.custom #sidebar_1 {
     background: #E8F6FA;	
}

.custom #sidebar_2 {
     background: #E8F6FA;	
}

/* ----------------------------------------------------------------- */
/* RJH - If no comments then don't show anything */

.custom .comments_closed p { display: none; }
.custom .comments_closed { display: none; } 

/* RJH - Menu text not all caps */

.custom .menu a {letter-spacing:3px; text-transform:none;}

/* RJH - Try to get rid of blank line below menu */

.custom #header {
padding-bottom:0;
padding-top:0;
}

/* RJH - Get rid of horizontal line above menu */

.custom #header {
border-bottom:0;
}

/* XX Not used
.custom #sidebars {
border-style:none;
}

.custom #logo h1 {padding-bottom: none; }
*/

/* RJH - Set RSS Subscribe text colour, so not white like menu text */

.custom .menu li.rss a {color: #8C0094;}

/* ------------------------------------------------------------------------- */
/* RJH - Internet Explorer makes the page narrower */

/* Solution: In ie.css put: #container, .full_width { font-size: 55%; } */

/* .custom.ie #container, .custom.ie .full_width { font-size: 100%; } */
/* .custom.ie { font-size: 100%; } */

/* ------------------------------------------------------------------------- */
/* RJH - Bold menu font (other: font-size:15px;) */

.custom .menu {
font-weight:bold;
} 

/* -------------------------------------------------------------------------- */
/* RJH - Line spacing. Make the lines a bit closer together. Std is 1.571em */

.custom .format_text {
line-height: 1.3em;
}

/* -------------------------------------------------------------------------- */
/* RJH - custom background */

/*
body.custom {background: #D9D9D9 url('http://myraandchristine.com/images/woodchips-3b_resize.jpg') 50% 50% repeat; background-attachment: fixed;}
.custom #container { margin-top: 2em; margin-bottom: 2em; }
.custom #page { background: #fff; }
*/

body.custom {background: #D7D1D7 url('http://myraandchristine.com/images/background-low-ac-3.jpg') 50% 20% no-repeat; background-attachment: fixed;}
/* background CCC3CD D7D1D7 ist2_6142250-blue-waves-purple-big-3a-tall-rt-lt4-low.jpg */

/* body.custom {background: #D7D1D7} */
/* background CCC3CD D7D1D7 */

.custom #container { margin-top: 2em; margin-bottom: 2em; }

/* RJH - Set the background colour of the page FBFEFF F7FCFD F4FAFC */
/* .custom #page { background: #F4FAFC; } */

/* -------------------------------------------------------------------------------- */
/* RJH - Have a frame-like static area at the top */

/* ul.menu {position:fixed; width:903px}
#header {position:fixed; margin-top:28px;}
#header_area {height:122px;} */

/* -------------------------------------------------------------------------------- */
/* RJH - Custom H4 and H5 */
.custom h4 {
	
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	color: #800080;
}

.custom h5 {
	
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	color: #000000;
}

.custom h6 {
	
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	color: #000000;
}


/* -------------------------------------------------------------------------------- */
/* RJH - Sidebars not all in uppercase */
/* Note - This affects all H3 - If just want Sidebar H3 then use .custom .sidebar h3 */   
.custom h3 {
font-variant:normal; font-weight: bold;
}