/* Default stylesheet */
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: verdana;
}

#center {
	width: 100%;
	display: block;
	margin: 0 auto;
}

#page {
	width: 950px;
	display: block;
	margin: 0 auto;
}

.newstags { padding: 2px; }
.newstags .newstag { -moz-border-radius: 10px; border-radius:10px; padding: 0 5px 2px; margin: 0pt 2px; border: 1px solid black;  background-color: #555555; background-image: -moz-linear-gradient(center top , #555555 10%, #444547 90%);   color: wheat;   font-weight: bold; }
.newstags .newstag a { text-decoration:none; color:white; cursor:hand;}
.text-size-adjuster { float: right; }
.text-size-adjuster a { cursor:pointer; }
.news-single-item.normal p, .text-size-adjuster a.normal { }
.news-single-item.larger p, .text-size-adjuster a.larger { font-size:x-large; }
.news-single-item.huge p, .text-size-adjuster a.huge { font-size:xx-large;}


/* Fact box */

div.factbox > p:first-child:first-letter{ font-size:24px; float:left; font-weight:bold; line-height:1;	padding-left:30px; }
div.factbox { -moz-border-radius: 10px;  border-radius: 10px;  -moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);  background: url("../images/fact.png") no-repeat scroll 1px 1px transparent;   border: 1px solid silver;  padding: 10px;  margin: 20px;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4); }

div.factbox ul, div.factbox ol{ list-style: lower-roman outside none; margin: 10px 0 10px 30px; }

div.factbox, div.factbox *{ font-size: 12px; line-height: 12px; }

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-top: 1em;
}

h1 { font-size: 3em; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; margin-bottom: 1em; }
h4 { font-size: 1.2em; margin-bottom: 1.25em; }
h5 { font-size: 1em%; margin-bottom: 1.5em }
h6 { font-size: 1em; }
