p.galleryLink {
	font-weight: bold;	
}

/**
 * START header styles
 */
div#hd {
	text-align: center;
	padding: 1em 0;
	height: 4em;
	overflow: hidden;
}

div#hd h1 {
	font-size: 2em;
}

div#headline {
	font-style: italic;
}

div#hd img.logo {
	float: left;	
}

/**
 * END header styles
 */

div.yui-ge {
	background-color: #b50c31;
}

div.first {
	background-color: #434242;
	color: #FFF;
	padding-left: 1%;
	padding-right: 1%;
	width: 72.2% !important;
}

/** Set minimum height for accepting browsers */
div#singleArticle, div#category {
	min-height: 300px;	
}

div#article p,div#article h1,div#article h2, div#singleArticle p, div#singleArticle h1, div#singleArticle h2 {
	margin-bottom: 1em;
}

div.yui-u li {
	margin: 0.25em 0;
}

div.yui-u em {
	font-style: italic;
}

div.yui-u strong {
	font-weight: bold;
}

div#footerLinks {
	background-color: #999;
	color: white;
	text-align: center;
	padding: 0.5em 0;
	margin-top: 2em;
}

div#newsletter {
	background-color: #b50c31;
	padding: 0.5em;
	font-weight: bold;
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 1em;
}

div#newsletter img {
	vertical-align: bottom;
}

div.category {
	text-align: center;
	color: #fff;
}

div.category hr {
	width: 80%;
	border: 0;
	color: #eee;
	background-color: #eee;
	height: 1px;
}

div#events {
	float: right;
	width: 50%;
}

div#events a {
	font-weight: bold;
	color: #ff9900;
}

div#contests {
	width: 50%;
}

div#contests ul {
	padding-left: 2em;
}

div#contests ul li {
	list-style-image: url("images/punct.jpg");
}

div#recentArticles {
	height: 300px;
	overflow: auto;
	margin-top: 1em;
}

div#leftNav {
	background-color: #ba791b;
	color: #fff;
	padding-top: 1em;
	padding-left: 0.5em;
}

div#categories {
	padding: 0.5em 0;
	background-color: #ff9900;
	min-height: 360px;	
}

h3 {
	font-weight: bold;
	margin: 1em 0;
}

div#categories a {
	position: relative; /*this is the key*/
}

div#categories a:hover {
	z-index: 25;
}

div#categories a span {
	display: none
}

div#categories a:hover span {
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 2em;
	left: -12em;
	width: 15em;
	border: 1px solid #fff;
	background-color: #434242;
	text-align: center
}

div#headline {
	float: right;
	width: 40%;
}

/* don't display images on the search results page */
div#searchResults img {
	display: none;
}

div#searchResults p {
	margin: 0.5em 0;
}

/*
 * Basic lists START
 */
 
ul li {
	list-style-type: disc;
	list-style-position: inside;	
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;	
}
 
/*
 * Basic lists END
 */
 

/*
 * Side menu effects START 
 */

#sideMenu {
	text-align: left;
	position: fixed;
	top: 140px;
	width: 130px;
	left: 0px;
	margin-left: -110px;
	
	background-color: #ff9900;
	color: white;
}

#sideMenu .title {
	padding-top: 10px;
	font-weight: bold;
}

#sideMenu .contents {
	padding-right: 5px;
	padding-left: 5px;	
}


#sideMenu .toggler {
	font-weight: bold;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid white;
}

#sideMenu hr {
	width: 80%;
	border: 0;
	color: #eee;
	background-color: #eee;
	height: 1px;
}
 
/*
 * Side menu effects END 
 */
 
/*
 * Section home START
 */
 
img.sectionLogo {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;	
}
  
 /*
  * Section home END
  */  