﻿/* stylesheet for handysoft.info  (c) 11/2008, 9/2009 */

body {
	background: white;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

a img {
	border: none;
}

#content a:active,#content a:hover {
	text-decoration: underline;
}
a:link,a:visited {
	text-decoration: none;
	color: rgb(0,144,255);
}

hr {
	width: 845px;
	margin-left: 0px;
	text-align: left;
}

#main {
	width: 100%;
	height: 100%;
	position:absolute;
	left: 0px;
	top: 0px;
	background-image: url('content_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-y;
}

#head {
	height: 153px;
	background-image: url('head_bg.jpg');
	background-repeat: repeat-x;
}

#menu {
	height: 32px;
	background-image: url('menu_bg.jpg');
	background-repeat: no-repeat;
	padding-left: 75px;
}
#menu img {
	margin-right: 20px;
}

#content {
	float:left;
	width: 860px;
	background-color: white;
	padding-left: 70px;
	padding-top: 25px;
	background-image: url('content_bg.jpg');
	background-position: 0 0;
	background-repeat: repeat-y;
}

#content-wrap {       /* for pages with Google Ad-Blocks right to avoid floating */
	width: 1093px;
}

.small {
	font-size: 10px;
}


/*  NEWS  */

.ndate {
	font-weight: bold;
	font-size: 10px;
	color: red;
	margin-top: 12px;
	margin-bottom: 0px;
}
.ndate-top {              /*first date-entry in news-list*/
	font-weight: bold;
	font-size: 10px;
	color: red;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newstxt {
	letter-spacing: 1px;
	color: rgb(50,50,50);
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 12px;
	border-bottom: 1px silver dotted;
}
#newsblock {
	width: 805px;
	padding-left: 20px;
	padding-right: 25px;
	background-image: url('news/news_bg.jpg');
	background-repeat: repeat-y;
	background-position: 0 0;
}
#news_pin {
	float: right;
}

/* ------------- selection forms ------------------- */

#select_game,#select_app,#select_theme {
	display: inline;
}

#select_game select {
	margin-right: 12px;
	font-size: 10px;
}
#select_app select {
	margin-right: 12px;
	font-size: 10px;
}
#select_theme select {
	margin-right: 12px;
	font-size: 10px;
}

#select_game input,#select_app input,#select_theme input {
	font-size: 10px;
}

#search {
	display: inline;
	margin-left: 395px;
}
#search-tool {
	display: inline;
	float:right;
	margin-right: 22px;
}
#search input,#search-tool input {
	font-size: 10px;
}

.go-button {
	width: 30px;
}

/* ------------- download-list ------------------- */

#disp_entry {
	height: 208px;
	width: 830px;
	margin-top: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-image: url('dl-list_bg.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
#disp_entry-tool {
	height: 208px;
	width: 790px;
	margin-top: 20px;
	padding-right: 30px;
	padding-top: 20px;
	padding-left: 30px;
	background-image: url('dl-list_bg.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
#disp_entry-theme {
	height: 208px;
	width: 790px;
	margin-top: 20px;
	padding-right: 30px;
	padding-top: 20px;
	padding-left: 30px;
	background-image: url('dl-list_bg.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

#screenshot {
	float: left;
	text-align: center;
	width: 190px;
	height: 222px;
	margin-right: 20px;
	padding: 6px 0 0 0;
}
#screenshot-th {
	float: left;
	text-align: center;
	width: 320px;
	height: 222px;
	margin-right: 20px;
	padding: 6px 0 0 0;
}

.os_img {
	float: right;
	margin-left: 20px;
}
.touch_logo {
	float: right;
	margin-left: 20px;
	margin-top: 70px;
	margin-right: -59px;
}

h1 {
	font-size: 18px;
	letter-spacing: 1px;
	color: red;
	margin-top: 0px;
}

.resolution {
	color: gray;
	margin-top: 5px;
	margin-bottom: 20px;
}
.description {
	margin-bottom: 5px;
}

.Filter_desc {
	font-size: 10px;
	color: gray;
	margin-top: 3px;
}

.toplink {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}
.toplink a:hover {
	text-decoration: underline;
}

/* ----------------- contact form -------------------- */

#fieldtable {
	width: 400px;
	margin-top: 50px;
}
.label {
	text-align: left;
	width: 150px;
	padding-bottom: 5px;
}
.field {
	text-align: right;
	padding-bottom: 5px;
}
#contactform input {
	width: 250px;
	border: 1px gray dotted;
}
#contactform textarea {
	width: 400px;
	border: 1px gray dotted;
}

#contactform .button {
	border: 2px gray solid;
	width: 100px;
}
#contactform .button:hover {
	border: 2px rgb(0,144,255) solid;
}

/* ---------------------------------------------------*/


.disclaimer {
	font-size: 10px;
	color: silver;
	width: 845px;
	margin-left: 4px;
	margin-top: 0px;
}

.counter {
}

/* ------------------ DL stats -----------------------*/

#dl-stats {
	position: relative;
	width: 805px;
	height: 273px;
	padding-top: 14px;
	padding-left: 20px;
	padding-right: 25px;
	background-image: url('dlstats_bg.jpg');
	background-position: 0 0;
	color: white;
}

#stats {
}

#stats a:link,#stats a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#stats a:active,#stats a:hover {
	text-decoration: underline;
}

.col {
	width: 120px;
	text-align: center;
}

.col a {
	line-height: 12px;
}

.head {
	letter-spacing:2px;
	font-size: 16px;
	font-weight:bold;
	color:red;
	text-align: center;
	height: 40px;
}
.scnshot {
	width: 95px;
	border: 2px white solid;
}
.scnshot:hover {
	border: 2px black solid;
}
.spacer {
	width: 55px;
}

#new_sign {
	position: absolute;
	top: 16px;
	right: 80px;
	z-index: 10;
	width: 44px;
	height: 44px;
}

/* ------------------ Google AdSense blocks -------------- */

#AdSense1 {
	float: left;
	width: 160px;
	height: 600px;
	margin-top: 30px;
	margin-left: 0px;
	background-color: white;
}

#AdSense2 {
	float: left;
	width: 160px;
	height: 600px;
	margin-top: 89px;
	margin-left: 0px;
	background-color: white;
}

#AdSense3 {
	float: left;
	width: 160px;
	height: 600px;
	margin-top: 66px;
	margin-left: 0px;
	background-color: white;
}

#AdSense5 {
	height: 90px;
	margin-top: -5px;
	background-color: white;
}

#AdSense6 {
	float: left;
	width: 160px;
	height: 600px;
	margin-top: 33px;
	margin-left: -80px;
	background-color: white;
	z-index: 10;
}






