@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	/*font: normal 80% Georgia, "Times New Roman", Times, serif;*/ /* normalize font size across browsers */
	font: normal 80% Arial, Helvetica, sans-serif; /* normalize font size across browsers */
	font-size: 80%;
	background: #c0c0c0;
	/*font-weight: lighter;*/
}

ul, li, h1, h2, h3, p
{
	padding: 0;
	margin: 0;
	
}

img
{
	border: none;
}

a, strong, b 
{ /* Straightens out OS X font rendering */
  line-height: 19px;
}

#outer
{
	margin: 0 auto;
	width: 960px;
	text-align: center;
	padding-top: 40px;
}

#inner
{
	text-align: left;
	padding: 40px;
	background: #ffffff;
}

#spacer
{
	height: 50px;
}

#header
{
	height: 160px;
}

#header #logo
{
	position: absolute;
	top: 130px;
	margin-left: 550px;
}

#logoheading
{
	font-size: 250%;
	padding: 10px;
}


#logotext
{
	color: #227ab9;
	font-size: 122%;
	padding: 10px;
	padding-top: 0px;
}

#logotext a
{
	text-decoration: none;
	color: #227ab9;
}

#logotext a:hover
{
	text-decoration: underline;
}

#content
{
	height: 300px;
}

#tagcloud
{
	
}

#main
{
	padding: 10px;
	margin: 0 300px 0 0;
}

#main h1
{
	font-size: 400%;
	font-weight: 100;
	padding: 10px;
	padding-bottom: 20px;
}

#main h1 .green
{
	color: #154d1c;
}

#main .blue
{
	color: #227ab9;
}

#main .blue a
{
	color: #227ab9;
	text-decoration: none!important;
}

#main .blue a:hover
{
	color: #227ab9;
	text-decoration: underline!important;
}

#maintext
{
	margin-left: 100px;
	padding: 10px;
	font-size: 150%;
}

#tagcloud
{
	float: right;
	width: 290px;
	font-size: 150%;
}

#footer
{
	color: #666;
	font-size: 150%;
}

#footer .smalltext
{
	font-size: 70%;
}

#footer p
{
	padding: 10px;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/****************************************************************************/
/* tag cloud styling */

.tagcloud 
{
  font-weight: bolder;
  line-height: 1.6em;
}

.tagcloud li 
{
  display: inline;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.tagcloud li a 
{
  padding: 0 0.2em 0 0.2em;
  text-decoration: none;
}


