/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Stephen Parris
	Author Site	: http://onawire.com
	Style Name	: Dinner in December
	Style URI	:
	Version		: 1.0
	Comments	:
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #521711;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

#page {
	/* The entire design is contained within the 'page' id */
	font-size:11px;
	background-image:url(/images/DID-08-Website-Background.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	border-right: 5px solid #333300;
	border-left: 5px solid #333300;
	}

h2 a:hover, h2 span a:hover {
	color: #951F1E !important;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

a {
	color: #951F1E;
	text-decoration: none;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

b {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

.entry-content a:visited {
	color: #951F1E;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}
	
/*- Main Menu in Header */

ul.menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 90%;
	font-size: 1em;
	color: d7d6b0;
	margin: 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}

ul.menu li {
	display: inline;
	color: d7d6b0;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	color: d7d6b0;
	padding: 5px 9px 6px;
	}

ul.menu li a {
	font-size: 1em;
	color: d7d6b0;
	margin: 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}

ul.menu li a:hover {
	background: #521711;
	color: #d7d6b0;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #912c22;
	background: d7d6b0;
	text-decoration: none;
	}
	
#header {
	/* Contains the H1 and menu */
	height: 300px;
	background: 565f5a;
	background-image:url(/images/DID-08-Header-Background.jpg);
	}
	
.page-head {
	color: #951F1E;
	font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color: #951F1E;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	color:#333300;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

#sidebar-1 {
	/* The first sidebar */
	color:#555;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	}

.secondary h4 { /* Secondary H4 is sidebar headlines */
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	margin-bottom: 0px;
	display:inherit;
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
