/*  
Description: Style sheet for PDAs
Version: 1.0
Author: Ilium Software
Author URI: http://www.iliumsoft.com/
*/


body {
	margin: 0px 0px 0px 0px;
	background-color: #f8ffff;
	text-align: center;
	}

#page, #page-ltr, #page-rtl {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
	}

#header {
	background-color: #669999;
	border-bottom:2px solid #006666;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer p {
	display: none;
	/* background-color: #eee; */
	}

#footer-logo {
	border: 0;
	float: right;
	}

small {
	font-family: Tahoma, Verdana, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

h2  {
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-weight: bold;
	}
	
h2 a {
	text-decoration: none;
	}

#headerimg a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#headerimg h1 {
	font-size: xx-large;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 15px;
	font-family: Tahoma, Verdana, serif;
	}
	
#headerimg .description {
	font-family: Tahoma, Verdana, serif;
	font-size: x-small;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#sidebar {
	display: none;
	/* font: 1em Tahoma, Verdana, serif; */
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	text-decoration: underline;
	}

a:link {
	color: #003366;
	}

a:visited {
	color: #003366;
	}

a:active {
	color: #009999;
	}

a:hover {
	color: #009999;
	}

.post {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Tahoma, Verdana, serif;
	font-size: small;
	}

hr {
	display: none;
	}

.navigation {
	display: none;
	}

.postimage {
	padding-right:5px;
	}
	
/*hiding some divs we added*/
.topnav {
display:none;
}
#sidebar-ad {
display:none;
}

.comment-contest {
margin-left:10px;
font-size:small;
}
