/*
	Project TINT Site CSS
	Created October 2008 qbnut
	Inspired by Mozilla.org "Cavendish" style
*/

body {
	font-family: Verdana;
	font-size: 10pt;
	background: url(../images/background.png) #DDDDDD top left repeat-x;
}

span.new {
	color: #CC0000;
}

#right-bg {
	display: block;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 256px;
	/* background: url(../images/background-right.png) #FFFFFF top left repeat-y; */
}

#header-outer {
	display: block;
	position: absolute;
	width: 100%;
}

#header {
	display: block;
	position: relative;
	margin: 0px 118px 0px 118px;
	height: 64px;
	padding: 0px;
	background: transparent url(../images/header-noends.png) 0px 0px repeat-x;

}

#header #endcap {
	display: block;
	position: absolute;
	height: 64px;
	width: 64px;
	right: -8px;
	top: 0px;
	background: transparent url(../images/header-r.png) 100% 0px no-repeat;
}

#header h1 {
	display: block;
	position: absolute;
	left: -8px;
	background: transparent url(../images/header-l.png) 0px 0px no-repeat;
	font-size: 0px;
	width: 64px;
	height: 64px;
	padding: 8px;
}

#header #primary-menu {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 16px;
	margin: 0px 0px 4px 0px;
}

#header #primary-menu li {
	float: right;
	background: transparent url(../images/menutabs.png) 100% 0px no-repeat;
	padding: 0px 4px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	border-bottom: 1px #B1B1B0 solid;
}

#header #primary-menu li a {
	float: left;
	display: block;
	padding: 4px 4px 2px 8px;
	background: transparent url(../images/menutabs.png) 0% 0px no-repeat;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#header #primary-menu li:hover a {
	background-position: 0% -24px;
}
#header #primary-menu li:hover {
	background-position: 100% -24px;
}

#header #primary-menu li.tab-pro:hover a {
	background-position: 0% -72px;
}
#header #primary-menu li.tab-pro:hover {
	background-position: 100% -72px;
}

#header #primary-menu li.tab-v:hover a {
	background-position: 0% -48px;
}
#header #primary-menu li.tab-v:hover {
	background-position: 100% -48px;
}

#header #primary-menu li.tab-mailing:hover a {
	background-position: 0% -96px;
}
#header #primary-menu li.tab-mailing:hover {
	background-position: 100% -96px;
}

#header #secondary-menu {
	display: block;
	position: absolute;
	top: 12px;
	right: 16px;
	margin: 0px 0px 4px 0px;
}

#header #secondary-menu li {
	float: right;
	margin-right: 4px;
	color: #AAAAAA;
	list-style: none;
}

#header #secondary-menu li a {
	color: #999999;
	text-decoration: none;
}

#header #secondary-menu li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#header img {
	display: block;
	position: absolute;
	top: 24px;
	left: 24px;
	border: 0px;
}

#content-outer {
	display: block;
	position: absolute;
	width: 100%;
	top: 80px;
}

#content {
	display: block;
	position: relative;
	margin: 0px 116px 0px 116px;
	padding: 8px 8px 8px 8px;
	/* border: 1px #000000 solid;
	background-color: #FFFFFF; */
	background: url(../images/content-background.png) #FFFFFF -64px -116px repeat-x;
}

#content .content-top {
	display: block;
	position: relative;
	margin: 64px 32px 32px 64px;
	padding: 0px 10px 0px 70px;
	border: 1px #000000 solid;
	background-color: #B7BAC0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content .content-top .content-top-image {
	display: block;
	position: absolute;
	left: -64px;
	top: -64px;
	margin: 0px;
	padding: 0px;
}

#content .content-top .member-details {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px #AAAAAA solid;
	margin: 10px;
	padding: 4px 4px 4px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#content #member-menu {
	display: block;
	position: relative;
	top: 0px;
	right: 0px;
	width: 60%;
	height: 24px;
	margin: 0px 0px 4px -28px;
}

#content #member-menu li {
	float: left;
	margin-right: 4px;
	color: #AAAAAA;
	list-style: none;
}

#content #member-menu li a {
	color: #000000;
	text-decoration: none;
}

#content #member-menu li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#content .content-screenshots {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#content .content-screenshots a,img {
	border: 0px;
}

#content #standard_edition_donate {
	display: block;
	width: 100px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#content #no_longer_supported {
	background-color: #FFEEEE;
	color: #000000;
	border: 2px #FF0000 solid;
	padding: 8px;
	margin: 0px 70px 0px 70px;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#footer {
	display: block;
	position: relative;
	margin: 0px 146px 0px 146px;
	padding: 8px 8px 8px 8px;
	font-size: 8px;
}

#footer img.w3cimage {
	float: right;
	border: 0px;
}

#footer #translate {
	display: block;
	position: inline;
	width: 20%;
}

#footer #donate_btn {
	display: block;
	position: inline;
	width: 76px;
	margin: 0px 16px 0px 16px;
	float: right;
}

fieldset {
	border: 2px #999999 solid;
	margin: 8px;
	padding: 0px 16px 12px 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

fieldset legend {
	color: #FFFFFF;
	background-color: #999999;
	padding: 4px;
	margin-bottom: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

fieldset.reglogin label {
	width: 40%;
	float: left;
	height: 22px;
}

fieldset.reglogin input {
	width: 20%;
	float: left;
	clear: right;
	height: 16px;
	margin: 2px 0px 2px 0px;
}

fieldset.reglogin textarea {
	width: 30%;
	float: left;
	clear: right;
	margin: 2px 0px 2px 0px;
}

fieldset input {
	margin-bottom: 6px;
}

input#submit_id {
	width: auto;
	clear: both;
	margin: 0px 0px 0px 10px;
}

p.errors {
	background-color: #FFEEEE;
	color: #000000;
	border: 2px #FF0000 solid;
	padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

p.beta-testers {
	background-color: #EEFFEE;
	color: #000000;
	border: 2px #00FF00 solid;
	padding: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#download-btn-container {
	display: block;
	position: relative;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#download-btn {
	display: block;
	position: relative;
	width: 250px;
	height: 120px;
	background: url(../images/download-btn-v2.png) top left no-repeat;
	margin: 4px auto 4px auto;
	padding: 0px;
}

#download-btn a {
	display: block;
	position: relative;
	width: 250px;
	height: 120px;
	text-decoration: none;
}

#download-btn a #download-title {
	display: block;
	position: absolute;
	top: 20px;
	left: 40px;
	right: 40px;
	height: 70px;
	overflow: hidden;
	color: #DDDDDD;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

#download-btn a #download-desc {
	display: block;
	position: absolute;
	top: 50px;
	left: 40px;
	right: 40px;
	height: 60px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: center;
}
