/*
** Light Brown Ring in Logo #B15A14
** Dark Brown  Ring in Logo #660000
** Blue from the cup: #8a7fbe
** Orange from cup Logo #ff914f
** Red from logo #d51f1b
*/

.box { background: none }

/* Common 
*/

body { color: #660000; font: 15px/19px Georgia, "Times New Roman" , Times, serif; 
	background: #b15a14 url(images/body-bg.gif) top center repeat-y;  }

.container { background-color: #fff }
#header { background-color: #fff; }
#header { border-bottom: solid 0px #c00; margin:0 0 5px 0; padding:0; text-align:center}
a.logo { padding: 10px; display:block }

/* Navigation 
*/
#callout { text-align:center }
#callout ul { list-style: none; margin-top: 24px; padding-bottom: 20px;   }
#callout ul li { float: left; width: 80px; }
#callout li a { display: block; font: 1.2em Georgia, "Times New Roman" , Times, serif; text-decoration: none;  }
#callout ul li a { color: #8a7fbe; font-weight:bold;  text-transform:lowercase }
#callout ul li.active a { color: #ff914f; font-weight: bolder; }
#callout ul li a:hover { color: #ff914f; display: block; text-decoration: underline; }

div#blognav  { padding: 0; margin: 0 23px;   height:35px;
			border-top: solid 2px #B15A14;border-bottom: solid 2px #B15A14 }
#blognav ul { list-style: none; margin: 0; padding: 5px 0 0 0;  }
#blognav ul li { float: left; margin:0; padding:0 }
#blognav ul li span {  padding:0 3px; }
#blognav li a {  margin:0; padding:0; font: 0.8em Georgia, "Times New Roman" , Times, serif; text-decoration: none; text-transform: capitalize; }
#blognav ul li a { color: #8a7fbe; font-weight:bold;  text-transform:lowercase }
#blognav ul li.active a { color: #ff914f; font-weight: bolder; }
#blognav ul li a:hover { color: #ff914f;  text-decoration: underline; }

#fadeshow-wrap {  padding: 0 ; margin: 0; width:600px; height:235px;
				background: transparent url(images/fadin-shadow.png) no-repeat  }

.fadeshow {padding: 5px 0 0 30px}

#callout h2 {  text-align:center; padding:0;  font-size: 1.2em; margin: .83em 0; color:#660000 }

#banner { display: none }
/* Footer 
*/
#footer { margin: 0; padding:  0; height:77px;
	border-top: solid 2px #c00; border-bottom: solid 2px #c00;background: url( images/bg-footer.jpg) repeat-x; }
#footer p { float: right;  margin: 0; padding: 0; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/* edgetechnology partners 
*/
#sitedesignby { float:left;  padding: 0; margin: 0; }
#sitedesignby a { text-decoration: none; }
#sitedesignby ul { list-style-type: none; padding: 0; margin: 0; }
#sitedesignby ul li { padding: 0; margin: 0; }
#sitedesignby ul li.leadin { padding-left: 8px; }
#sitedesignby ul li.coname { text-transform: uppercase; font-size: 75%; }
#sitedesignby .divider { padding: 5px; }

