/* 
 * Global CSS file by Gena01
 */
body{
	margin: 0px;
	min-width: 800px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: white;
}

A { text-decoration:none; }
A IMG { border:none; }

#header { background-color: #F0F4FF; }

#header img {
	margin: 0 0 1em 5px;
	padding: 0.3em;
}

#header ul {
	display: none;
}

#header a { color: white; }

.ad_banner {
	display: none;
}

.search {
	display: none;
}

#sidebar {
	display: none;
}


#container { width: 100%; }
#content { padding: 0 1em; }

#content h1, #content h2{ font-family: Verdana, sans-serif; }

#content h1{
	color: #000088;
	margin: 2px;
	border-bottom: 3px solid #3B3DEF;
	padding-bottom: 2px;
	font-variant: small-caps;
	font-size: 1.4em;
}

#content h2 {
	color: #000088;
	border-bottom: 1px dashed #000088;
	font-size: 1em;
	padding: 3px;
	margin-right: 15em;
}

#content p {
	color: #000000;
	margin: 0.5em;
}

.pimage {
	float:left;
	width:250px;
	padding:10px;
	text-align:center;
}

#screenshot {
	float:right;
	padding: 0.5em;
}

#content h4{
	clear: left;
	padding: 3px 3px 3px 5px;
	margin: 1px;
	background-color: #f0f0f0;
        border-top: #cccccc thin solid;
}

DIV.awards {
	width: 100%;
	padding: 10px;
}

#content ul{
	margin: 0px;
	padding: 1px 1px 5px 1.5em; 
	font-size: 90%;
	list-style-type: disc;
}

.topnews A {
	display:block;
	padding-left: 15px;
	background: url(/images/blueball.gif) 3px 50% no-repeat;
	font-size: 90%;
}

#linkexchange {
	clear: left;
	padding-top: 2px;
}

#footer{
	clear: both;
	border-top: solid 1px #999;
	color: #999;
	padding: 5px;
	font-size:80%;
}

.hitem, .news-title {
   margin:0;
}

/*accessibility tweaks*/
hr.hide { display: none; }

.news-box {
	padding-bottom: 0.5em;
	margin-bottom: 0.3em;
}

.news-title {
        padding:3px 8px !important;
	background-color: #D0DCFF;
        border-bottom: /*#000000*/ #9F9F9F thin solid;
	 -moz-border-radius-bottomright: 5px;
	 -moz-border-radius-bottomleft: 5px;
	margin-right: 0px !important;
}

.news-title a:link, .news-title a:visited {
	text-decoration: none;
}

/*
 * Guestbook styles
 */
.guest_comment{
	font-size:90%;
	font-style: italic;

}

.news_comment {
	font-size: 90%;
	padding: 0.2em 0.5em;
	border: 1px solid #C0DBEB;
	margin: 0.5em 1em 0.5em 0.1em;
	-moz-border-radius: 1em;
}

.news_comment_text{
	padding: 0.3em;
}

.guest_sign, .news_sign{
	color:#606060;
	font-size:90%;
}

.guest_sep{
	width:100%;
	color:#000088;
	background-color:#cccccc;
	height:1px;
	border:none;
}


/*
 * Importing old rules from global.css
 */
.news-comments {
	color: #777;/*#000077;*/
	padding: 3px;
	text-align: right;
}

.news-comments a{
	color: #6699FF;
}

.news-item {
	padding: 5px;
}

.hitem {
   background-color:#cfcfcf;
   padding:3px 10px 3px;
}

/* News/Comments formatting */
.hh {
	color: #000088;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px dashed #6880EF;
}

.hd {
	font-size: 100%;
	padding: 0.5em;
}

.hb {
	font-size: 90%;
}

.mr {
	float:left;
	top: 1em;
	width: 24em;/*47%*/;
	font-size: 90%;
	padding: 1px 1px 5px 1px;
	margin-left: 0.5em;
	border: 1px solid #dedede;
	text-align:center;
}

.mr h2 {
	text-align:center;
	margin: 0 0 1em 0 !important;
	padding: 5px 5px;
	background-color: #D0DCFF;
	border-bottom: 1px solid #000088 !important;
}

.mr1 {
	padding: 0;
	margin-left: 120px;
	text-align: center;
}

.mr img {
	float: left;
	padding-left: 5px;
}

.mr1 q{
	font-style: italic;
	margin: 0;
	padding: 0.5em;
	min-height: 3em;
}

a.download {
	display:block;
	padding: 5px 5px 5px 30px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	border:1px solid #ccc;
	text-decoration: none;
	font-weight: bold;
	background: #cce8e8 url(/images/download.gif) 3px 50% no-repeat;
}

.mr a {
	text-align:center;
}

.mc {
	padding:5px;
}

.wfeatures {
	float:right;
	padding:5px;
	width:250px;
}

.wfeatures p{
	text-align: center;
}

blockquote {
	font-style: italic;
}

#content ul.cnav {
	list-style-type: none;
	padding: 0.1em 0.1em;
}

#content ul.cnav li {
	display: inline;
	padding: 0.2em 1em;
	background-color: #dedede;
	border: 1px solid #CCCCCC;
}

.rss_icon {
	float:right;
	padding:0.3em;
}

