body.custom {
    background: #141216; color:#111;
}
.custom #header h1, h2, .custom #header p#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}
.custom #page {
    background: #fff;
}
.custom .drop_cap {
font-family: Georgia, "Times New Roman", Times, serif;
}
.favourite {
width: 467px;
height: 113px;
background-image: url(http://www.jakeedwards.net/wp-content/themes/thesis/custom/images/bookmark.gif);
}
.ftext {
padding: 5.0em 0 0 8.5em
}
.flink {
padding: 3.3em 0 0 2.0em
}
.flink A:link {color: #ffffff;}
.flink A:visited {color: #ffffff;}
.flink A:active {color: #ffffff;}
.flink A:hover {text-decoration: underline; color: #ffffff;}

.fsubscribe {
float: right;
}







/* CONTEXTUAL SUBMENUS STYLING - PUT THIS IN YOUR CUSTOM.CSS FILE
These css selectors are split out to make it easy to change values.
Change the border width, colors and other styles to suit.
Do not change the list-style, width, and float settings.*/

/* If your nav menu is below the header, leave this commented out.
If your nav menu is above the header, uncomment it to adjust the header spacing.*/
/*.custom #header { margin-top: 0em; }*/

/* Contextual Submenu borders and submenu strip color  */
ul#context_submenu {
	/* border styling */
	border-top-style: none;
	border-right-style: single;
	border-right-color: #ddd;
	border-right-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ddd;
	border-bottom-width: 3px;
	border-left-style: single;
	border-left-color: #ddd;
	border-left-width: 3px;
	/* submenu strip color */
	background:#D8E5F2 none repeat scroll 0 0;
	/* Do not change the values below! */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
	float: left;
}

/* Vertical size of Contextual Submenu and space between submenu items */
ul#context_submenu li {
	/* determines space from top of letters to top edge of strip */
	padding-top: .2em;
	/* determines space to right of submenu items -- use padding-left instead */
	padding-right: 0em;
	/* determines space from bottom of letters to bottom edge of strip */
	padding-bottom: .2em;
	/* determines space between submenu items */
	padding-left: 2.5em;
	/* Do not change the value below! */
	float: left;
}

/* Font properties for items in the Contextual Submenu */
ul#context_submenu li a {
	/* font size */
	font-size: 1.05em;
	/* font color */
	color: #000000;
	/* font weight -- bold, normal, etc. */
	font-weight: bold;
	/* word spacing is tightened up to make submenu items easier to distinguish */
	word-spacing: .03em;
}

/* Behavior of a Submenu item when the cursor hovers over it */
ul#context_submenu li a:hover { text-decoration: underline; }

/* CONTEXTUAL SUBMENU - BLANK
Use the same values as defined in the Contextual Submenu above */
ul#context_submenu_blank {
	/* border styling */
	border-top-style: none;
	border-right-style: single;
	border-right-color: #ddd;
	border-right-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ddd;
	border-bottom-width: 3px;
	border-left-style: single;
	border-left-color: #ddd;
	border-left-width: 3px;
	/* submenu strip color */
	background:#D8E5F2 none repeat scroll 0 0;
	/* Do not change the values below! */
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
	float: left;
}

/* Height of the blank Contextual Submenu strip
These settings make the blank bar the same height as the regular one.
It should be roughly the sum of the contextual submenu font's padding and font-size.*/
ul#context_submenu_blank li {
	padding-top: .2em;
	padding-bottom: 1.3em;
	/* Do not change the value below! */
	float: left;
}

