/**********************************************************************************************************************************************

UNIVERSAL 01

**********************************************************************************************************************************************/
body {
/*	background: #ebebeb url(../../images/bgContent.gif) repeat-y 50%;*/
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h1.title {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #a1a1a1;
	padding: 1em 0 .3em 0;
	margin: 0 0 .6em 0;
	border-bottom: 2px solid #eeab1f;
	width: 220px;
	line-height: 32px;
}

h1.titleFull {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #a1a1a1;
	padding: 1em 0 .3em 0;
	margin: 0 0 .6em 0;
	border-bottom: 2px solid #eeab1f;
	width: 99%;
}

h2 {
	margin-top: 2em;
	border-bottom: none;
	}

h3 {
	color: #eeab1f;
}

h3.articles {
	margin-bottom: 2em;
}

#sidebar p {
	margin: 10px 10px 0 10px;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
}
a:link {
	text-decoration: none;
	color: #eeab1f;/*blue*/
	}

a:visited {
	color: #a1a1a1;/*gray*/
	}

a:hover {
	text-decoration: underline;
	color: #666666;/*orange*/
	}

#content {
	}

#main p.plugin {
	margin-top: 5em;
	}
