/*
 * Styles for www.xvpsource.org web site
 *
 * Copyright (C) 2009-2010, Colin Dean
 */

body {
	color: black;
	background-color: white;
	line-height: 16px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

body, p, a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	bottom: 0px;
	background-color: #eeeeee;
	border-right: 1px solid black;
}

h1 {
	margin-top: 0px;
	font-size: 32px;
	line-height: 50px;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
        font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

span.tm {
	vertical-align: top;
	font-weight: normal;
	font-size: 50%;
}

span.logo {
	font-style: italic;
	color: rgb(116, 46, 103);
}

#logo {
	position: absolute;
	width: 900px;
	height: 80px;
	left: 0px;
	top: 0px;
	background-color: white;
}

#logo h1 {
	position: absolute;
	top: 10px;
	left: 30px;
}

#logo p {
	position: absolute;
	top:30px;
	left: 80px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 45px;
}

#sideheader {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 165px;
	height: 30px;
	padding-left: 10px;
	background-color: white;
}

#sidemenu {
	position: absolute;
	width: 175px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #eeeeee;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

#sidemenu a {
	width: 165px;
	display: block;
	clear: left;
	padding-left: 10px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	color: #000000;
}

#sidemenu a:hover {
	background-color: #c0c0c0;
}

#topmenu {
	position: absolute;
	width: 800px;
	height: 30px;
	left: 175px;
	top: 80px;
	background-color: #eeeeee;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

#main {
	position: absolute;	
	top: 110px;
	left: 0px;
	width: 780px;
	padding-left: 185px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#main p,ul {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main ul li {
	padding-top: 0px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#locations p {
	width: 310px;
}

#topmenu a {
	width: 133px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 23px;
	padding-top: 7px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color: #000000;
}

#topmenu a:hover {
	background-color: #c0c0c0;
}

#main a {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#logo img {
	float: left;
}

a img {
	border: none;
}

.clear {
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

.rtl {
	direction: rtl; unicode-bidi: bidi-override;
}

.purple, a.purple, #main a.purple  {
	color: rgb(116, 46, 103);
}

.italic {
	font-style: italic;
}

.shout {
	font-style: italic;
	font-weight: bold;
}

.indent {
	margin-left: 30px;
}

.trouble {
	font-weight: bold;
}

.boxed {
	border: 1px solid black;
	margin: 10px 0px 10px 0px;
	padding: 10px;
}


table.software {
	padding-top: 20px;
	padding-bottom: 20px;
}

table.software th {
	width: 210px;	
	text-align: left;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}

table.hardware {
	padding-top: 20px;
	padding-bottom: 20px;
}

table.hardware th {
	font-weight: normal;
	width: 80px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

table.comparison {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	border-collapse: collapse;
}

table.comparison th, table.comparison td {
	width: 150px;
	height: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
}

table.comparison th.left, table.comparison td.left {
	text-align: left;
	width: 400px;
}

table.comparison th.topleft {
	border-left: none;
	border-top: none;
}

form#donate {
	border: 1px solid #a0a0a0;
	margin: 20px;
        padding: 10px;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

form#donate input {
	margin-top: 20px;
}

.signature {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

img#architecture {
	clear: none;
	float: right;
	width: 190px;
	height: 165px;
	padding: 10px;
	border: none;
}

table#screenshots {
	text-align: center;
}

table#screenshots img {
	padding-top: 20px;
}

