
/******************************************************
 * style     Seseragi 2.3.4
 * author    Steve Knoblock
 * date      19 February 2008
 *****************************************************/

body {
	background: #f1f1f1;
	color: #333;
	text-align: left;
	font-size: 15px/22px;
	font-family: Georgia, serif;
}

a:link {
	color: #366088;
	text-decoration: none;
}

a:visited {
	color: #2971a7;
	text-decoration: none;
}

a:hover {
	color: #366088;
	text-decoration: underline;
}

#navigation {
	background: #cfcfcf;
	height: 64px;
	padding: 6px;
	/*border-bottom: 2px solid #3377aa; */
	border: none
}

/**
 * Ledge Container
 */

#ledge_container {
	background: #cfcfcf;
	height: 64px;
	padding: 6px;
	/*border-bottom: 2px solid #3377aa; */
	border: none
}

#logo {
    background: transparent);
	color: #f1f1f1;
/*	color: #3377AA; */
	width: 40%;
	height: 100%;
	float: left;
	font-size: 24px;
	letter-spacing: 0.25em;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, serif;
}

#slogan {
	width: 60%;
	float: right;
	color: #3377AA;
	font-size: 0.75em;
}

/**
 * Bottom Ledge Container
 */

#spotlight {
	margin: 0;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	border-top: 2px solid #3377aa;
}


/**
 * Page Container
 */

#page_container {
/* background: #c60; */
	background: transparent url(../img/page_background_gray.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 1em;
	padding-left: 1.5em;
	padding-bottom: 3em;
	padding-right: 1.5em;
}

/**
 * Page Footer
 */

#page_footer {
	background: transparent url(../img/footer_background_gray.png);
	margin: 2px;
	padding: 4px;
	text-align: center;
	/* border-top: 1px gray solid; */
	/* font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; */
	font-size: 12px
}


/**
 * Sidebar
 */

#sidebar {
	background: white;
	float: right;
	padding: 4px;
	width: 20%;
}

h2.sidebar-title {
 margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }



#sidebar ul {
  margin: 0 0 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #b3b3b3;
  list-style: none;
}

#sidebar li {
  margin: 0;
  padding: 0 0 .25em 15px;
  text-indent: -15px;
  line-height: 1.5em;
}

#sidebar p {
  color:#666;
  line-height:1.5em;
}


/**
 * Content
 */

#content {
/*	background: #f1f1f1;  same as background */
	background: transparent;
	background: white;
	/* background: #666; */
	float: left;
	width: 70%;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0.5em 0.50em 0.25em 0.5em;
	padding-left: 2em;
	padding-right: 2em;
	margin: 0 0 0 8px;
}

#content h2 {
	text-align: center;
	margin: 1em 0px 0px 0px;
	padding: 0 0 0 0px;
	color: #333;
	font-size: 1.3em;
/*	color:#c60; &/
}
	
#text {
	margin: 20px 60px 0px 60px;
	padding: 1em 1em 1em 1em;
	/* font: 14px/20px "Times New Roman", serif; */
	color: #000;
	/*list-style-image: url(http://woodblock.com/shiki/images/bubble.png);
*/
}

p {
	margin-top: 1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}



/******************************************************************************
 * Navigation
 *****************************************************************************/

#navigation {
	border: 0;
	padding-bottom: 0.5em; /* Deleting this prevents floating menu dividers in IE6, but is required to prevent overlap into feature area in FF1.5 Both look okay and are usable. */
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.5em;
	text-align: right;
	background: transparent;
	color: white;
	height: 32px;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/*
	border-left: 1px solid #004e61;
	border-right: 1px solid #006486;
	*/
	position: relative;
	top: 0;
}

    
#navigation ul li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#navigation ul a:link, #navigation ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
/*	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
*/
	color: #fff /* #dee0e5 */;
	height: 16px;
	font-weight: bold;
	font-size: 12px;
}

    
#ignored {
}

#navigation ul li a:hover {
	background: #b3b3b3;
	color: #fff;
	text-decoration: none;
}

#menu-empty {
	padding-left: 12px;
}


