/* shorthand css property order:  top, right, bottom, left */

/* my order:
      text properties
        letter-spacing, line-height, text-align, text-decoration, text-indent, text-transform, vertical-align, word-spacing
      font properties
        font-family, font-size, font-style, font-size, font-variant, font-weight
      color/background
        color, background-attachment, background-color, background-image, background-repeat, background-position
      box properties
        width, height, border-color, border-style, broder-width, border-[top,left,right,bottom]-width, margin-[top,left,right,bottom], padding-[top,left,right,bottom], float, clear
      classification
        white-space, display, visibility, z-index
*/

html, body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;

	background-color: #67788b;

	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.sitefont {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1em;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;

	color: #67788b;
}

a:active, a:hover {
	text-decoration: underline;
}

.root {
	background-color: #d3d3d3;

	margin: 10px 50px 20px 50px;
	padding: 10px;
}

.header {
	letter-spacing: 2px;
	text-align: center;

	font-size: 1.3em;
	font-weight: bold;

	border-bottom: #000000 3px solid;
	padding: 3px;
}

.menu {
	/*background-color: #d7e0ee;*/

	border-bottom: #000000 1px solid;

	width: 100%;
}

.menu ul {
	font-size: 0.9em;

	border: 0px;
	margin: 0px;
	padding: 0px;

	list-style: none;
}

.menu ul li {
	display: inline;
}

.menu a.menuitem {
	text-decoration: none;
	line-height: 1.5em;

	border: 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0px -1px 0px 0px;
	padding: 0.18em 10px 0.20em 10px;
}

.menu a.menuitem:hover {
	background-color: #b3b3b3;
}

.menu a.menuitem#active {
	background-color: #b3b3b3;
}

.content {
	font-size: 0.8em;

	padding: 10px 0px 10px 0px;
}

p {
	border-left: 1px dotted #808080;
	padding-left: 3px;
}

.check {
	background-image: url('checkmark.gif');
	background-repeat: no-repeat;

	padding-left: 22px;
}

.clock {
	background-image: url('clock.gif');
	background-repeat: no-repeat;

	padding-left: 22px;
}

img.iconbuffet {
	margin: 0 5px 1px 0;
	float: left;
}

ul.google {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 20px;

	list-style: none;
}

table {
	width: 100%;
}

table th {
	letter-spacing: 1px;

	border-bottom: 1px solid #000000;
}

table td {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;

	padding: 0px 5px 0px 5px;
}

table td.filename {
	white-space: nowrap;
}

table tr.tfooter td {
	font-weight: bold;

	border-top: 1px dashed #000000;
}

ul.simple {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;

	border: 0px;
	margin: 0px;
	padding: 0px;

	list-style: none;
}

.bash {
	background-color: #CCCCCC;

	padding: 5px 5px 2px 5px;
}

.bash .bash {
	padding-left: 15px;
	padding-right: 0px;
}

.code {
	font-family: monospace;
	font-size: 1.2em;

	margin-top: 2px;
	padding: 5px 5px 0px 5px;

	border-top: 2px dotted #008000;
}

.item {
	clear: both;
	padding-bottom: 10px;
}

.price {
	padding-left: 20px;
}

.pic {
	float: left;
	margin: 5px;
	border: 0px;
}

.footer {
	text-align: right;

	font-family: Tahoma, sans-serif;
	font-size: 0.6em;

	border-top: 1px solid #000000;
	padding: 3px;

	clear: both;
}

.validplus {
	float: left;
}

/* scam page styles */
div.question {
	padding: 2px 5px 5px 20px;
}

div.answer {
  padding: 2px 5px 5px 40px;
}

div.comment {
  padding: 10px 10px 2px 10px;
}

span.yehi {
	background-color: yellow;
}

div#messages {
	border: 1px dashed #808080;
	border-top: 0;
	padding-top: 5px;
}

a, a img {
	border: 0;
}

#images {
	float: left;
}

#images .pic {
	float: left;
}

.pic div {
	font-size: 0.85em;
}

#images br {
	clear: both;
}

/* droid page */
.dapp {
	white-space: nowrap;
	padding: 10px;
}

.dapp div {
	display: inline;
	padding: 10px;
}

.dapp div img {
	padding-right: 5px;
}
