/* Wordpress Image Handling */
.custom img.alignright {float:right; margin:0 0 1em 1em}
.custom img.alignleft {float:left; margin:0 1em 1em 0}
.custom img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.custom a img.alignright {float:right; margin:0 0 1em 1em}
.custom a img.alignleft {float:left; margin:0 1em 1em 0}
.custom a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/* Site wide page colour, background, and border */
body.custom { background: #44443f; }
.custom #container { margin-top: 0.5em; margin-bottom: 2em; }
.custom #page { background: #ffffff; }

/* Change the colour of the header text */
.custom #header #logo a { color: #8b0000 ; }

/* Change the colour of the header background */
/* .custom #header { background-color: #ffffcc ; } */

/*remove header border and reduce space before menu*/
.custom #header {  border:none ; margin-bottom:-3em;} 

/*space between widget items*/
.custom li.widget { margin-bottom: 0.8em ;}

/*space between widget titles (H3) and first items inside a widget*/
.custom .sidebar h3 { margin-bottom: 0.2em; color: #8B0000; font-size: 12pt;}

/*space between list items inside a widget (top level)*/
.custom li.widget ul li { margin-bottom: 0.2em; }

/*space between list items inside a widget (sub level)*/
.custom li.widget li ul { margin-top: 0.2em; }

/*Body text style*/

.custom .format_text {color: #000066;}
.custom .format_text p {color: #000066;}

/* Post Header Text Style */
.custom .headline_area h1, .headline_area h2 {color: #8B0000;}

/*Body link styles*/
.custom .format_text a {text-decoration: none; color: #8B0000;}
.custom .format_text a:hover {text-decoration: underline; color: #8B0000;}

/*Body Heading link styles*/
.custom .headline_area h2 a {text-decoration: none; color: #8B0000;}
.custom .headline_area h2 a:hover {text-decoration: underline; color: #8B0000;}

/* Post navigation link styles */
.custom .post_nav a {color: #000066;}
.custom .post_nav a:visited {color: #000066;}
.custom .post_nav a:hover {text-decoration: underline; color: #8B0000;}

/*sidebar link styles*/
.custom .sidebar a {color: #000066;}
.custom .sidebar a:visited {color: #000066;}
.custom .sidebar a:hover {text-decoration: underline; color: #8B0000;}

/*footer link styles*/
.custom #footer a {color: #000066; border-bottom-style:none;}
.custom #footer a:visited {color: #000066;}
.custom #footer a:hover {text-decoration: underline; color: #8B0000;}

/* Change spacing between bottom of menu and content in all three columns */
/* and adjust margin space in sidebars and content area                   */
.custom .sidebar {margin-top: -1.25em; }
.custom .headline_area {margin-bottom: 1em; }
.custom .teaser .format_teaser {margin-top: 1em; margin-bottom: 1em;}
.custom .post_box, .full_width #content_box .page { margin-top: 1em; margin-left: 1em; padding-top: 0em; padding-bottom: 0.5em;}
.custom .teasers_box { margin-top: 1em; padding-top: 0em; padding-bottom: 0.5em;}
.custom .format_text p {width: 570px; margin-bottom: 0em;}
.custom .sidebar ul.sidebar_list { padding-left: 1em; padding-right: 1em; }

/*change the comment # size on homepage and entry page*/
.custom .format_text .to_comments span { font-size: 1.25em; }
.custom .comments_intro span { font-size: 1.25em; }

/* Remove {Comments closed...} tag on pages and on full versions of entries */
/* where comments are disabled. Works with code in custom.php to remove     */
/* {Comments closed...} tag from the homepage.                              */
.comments_closed p { display: none; }

/* put space between the bottom of a post and the tag list */
.format_text .post_tags {margin-top: 1em;}

/*change color of blockquote*/
/*.custom blockquote { color: #ff3333 ; } */

/* Feature box Formatting */
.custom #feature_box { color: #000066; background: #ffffff; border:none; font-size:1.5em;}
.custom #feature_box a {color: #000066;}
.custom #feature_box a:visited {color: #000066;}
.custom #feature_box a:hover {text-decoration: underline; color: #8B0000;}
