/* 
Copy from "style.css" into this file and make the changes HERE!
This makes it possible to upgrade the core system and theme without destroying your style changes.

Here is a List of Common CSS styles you may want to change: 

*/

/* to activate delete this line 

//MAIN TEXT FONT FAMILY (Size, family, spacing top bottom, Color of font)  //
body {font: 14px Georgia, Times, Serif; line-height: 1.5; color: #333;}

// LINK COLOR SITEWIDE //
a:link, a:visited  { color: #333333; }
a:hover  { color: #666666; }

// POST TITLE SIZE AND COLOR //
.post .title a:link, .post .title a:visited { color:#000000; font-size:30px; }

// POST BACKGROUND COLOR //
.post { background: #ffffff; }

#header { height: 198px; padding: 0; }

#menu-wrap, #menu-wrap ul { 
	background-color: #eee;
	color: #000;
	font-family: Arial Black, Gadget, sans-serif;
	font-size:  20px;
	font-weight: normal;
	font-style: normal;
}

#menu-wrap ul a, #menu-wrap ul a:visited { 
	color: #000;
	font-family: Arial Black, Gadget, sans-serif;
	font-size:  20px;
	font-weight: normal;
	font-style: normal;
	padding:  0px  20px  0px  10px;
	line-height:  30px;
}

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { 
	background-color: #5798D0;
	color: #000;
	font-family: Arial Black, Gadget, sans-serif;
	font-size:  20px;
	font-weight: normal;
	font-style: normal;
}

#menu-wrap li.selected_page > a,#menu-wrap li.selected_page:hover > a { 
	background-color: #5798D0;
	color: #000;
	font-family: Arial Black, Gadget, sans-serif;
	font-size:  20px;
	font-weight: normal;
	font-style: normal;
}

#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited { 
	background-color: #B3D9FF;
	color: #004D99;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight: normal;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
}

#menu-wrap ul ul a, #menu-wrap ul ul a:visited { 
	background-color: #5798D0 !important;
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:  18px !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding:  5px  10px  5px  10px;
	line-height:  15px;
}

#menu-wrap ul ul a:hover { 
	background-color: #B3D9FF !important;
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size:  18px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

#menu-wrap li.section { 
	background-color: #4283b7;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight: bold;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
}

#menu-wrap { 
	height:  30px;
}

#menu-wrap ul ul { 
	top:  30px;
}


