/*
-------------------------------------------------------
Refactr Floating Screen Stylesheet
Author:   Ben Edwards  // refactr.com
Version:  12 Feb 2007
------------------------------------------------------

/* browser cleansing elements 
------------------------------------------------------- */
/* purpose: undo some of the default styling of common 
  (X)HTML browsers (CC) 2004 Tantek Celik. 		   		*/

	:link,:visited { text-decoration: none; } /* link underlines tend to make hypertext less readable, because underlines obscure the shapes of the lower halves of words */
	ul,ol { list-style: none; } /* no list-markers by default, since lists are used more often for semantics */
	h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; } /* avoid browser default inconsistent heading font-sizes; and pre/code too */
	ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0px; padding: 0px; } /* remove the inconsistent (among browsers) default ul,ol padding or margin; the default spacing on headings does not match nor align with normal interline spacing at all, so let's get rid of it; zero out the spacing around pre, form, body, html, p, blockquote as well; form elements are oddly inconsistent, and not quite CSS emulatable; nonetheless strip their margin and padding as well */
	a img,:link img,:visited img { border: none; } /* whoever thought blue linked image borders were a good idea? */
	address { font-style: normal; } /* de-italicize address */
	body { opacity: 0.99999; /* to solve the firefox mac overweight font issue */ }

/* global style elements 													
------------------------------------------------------- */

html { min-height: 100%; margin-bottom: 1px; }

body {
	background: #94b1e2 url('../images/home-sky-clear-bg.jpg') top left repeat-x;
	color: #333;
	text-align: center;
	margin: 0px auto;
	font: 300 1em/1em "Trebuchet MS", Arial, sans-serif;
	letter-spacing: -0.02em;
}
	
p {
	margin: 1em 0em 0.5em 0em;
}
	
#masthead {
	position: relative;
	text-align: center;
	margin: 0px auto;
	z-index: 1;
	background: url('../images/contentBoxTop.png') center 117px no-repeat;	
}
	
#masthead h1 {
	width: 519px;
	height: 164px;
	margin: 0px auto;
}

#learnMoreHome,
#planIterationsHome,
#estimateHome,
#reportsHome {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 640px; 
	font-size: 1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
}

	#learnMoreHome p,
	#planIterationsHome p,
	#estimateHome p,
	#reportsHome p {
		width: 300px;
	}

.homeScreenshot {
	position: absolute; 
	top: 5px; 
	left: 344px;
}

#signUpInvited {
	position: relative;
	font-size: 1.3em; 
	float: right; 
	width: 330px; 
	height: 250px;
	padding: 10px 0px 0px 22px;
}

#signUpInvited label {
	display: block;
	float: left;
	width: 98px;
	text-align: right; 
	font-size: 1.1em;
	font-weight: 700;
	height: 30px;
	padding: 6px 4px 0px 0px;
}

#signUpInvited input.text {
	width: 220px;
	border:2px solid #BBBBBB;
	font-size:22px;
	height:36px;
	letter-spacing:-2px;
	margin:0px 0px 10px;
	padding:2px 0px 0px 4px;
}

#signUpInvited input:focus {
	border:2px solid #21AF16;
}
#signUpInvited input.button {
	background: url('../images/button-tall-narrow.png') 0px 0px no-repeat;
	color: #eee;
	float: right;
	font-size: 21px;
	font-weight: 300;
	line-height: 28px;
	padding: 2px 6px;
}
	#signUpInvited input:hover .button {
		color: #fff;
		background: #9ad166 url('../images/button-tall-narrow.png') 0px 0px no-repeat;
	}

#createNewProject,
#createNewProjectForm {
	position: relative;
	width: 320px;
	top: 0px;
	padding: 0px 0px 0px 0px;
}

#createNewProjectForm label {
	font-weight: 700;
}

#createNewProjectForm .text {
	width: 190px;
}

#createNewProjectForm .button {
	font-size: 0.85em;
	font-weight: 300;
	line-height: 28px;
	margin: 3px 6px 0px 5px;
	padding: 2px 6px;
}

#createNewProjectForm input.text {
	border:2px solid #bbb;
	padding: 0px 4px;
}

#createNewProjectForm input:focus {
	border: 2px solid #21af16;
}

#contentBoxFooterShort #createNewProject {
	width: 250px;
	position: relative;
	top: 0px;	
	text-align: center;
}

#contentBoxFooterShort #createNewProjectForm {
	font-size: 0.8em;
}

#contentBoxFooterShort #createNewProjectForm input {
	font-size: 0.8em;
}

#contentBoxFooterShort #createNewProjectForm input.text {
	padding: 2px 4px;
}

#contentBox a:link,
#contentBox a:visited,
#contentBox a:link,
#contentBox a:visited {
	text-decoration: underline;
	color: #138f0a;
}
	
#signInHome,
#signUpHome,
#signInInvited  {
	position: relative; 
	float: right; 
	width: 390px; 
	padding: 0px 0px 0px 0px;
}

	#signInHome label,
	#signUpHome label {
		float: left;
		display: block;
		width: 100px;
		height: 30px;
		padding: 6px 8px 0px 0px;
		text-align: right;
		font-size: 1em;
		font-weight: 700;
		color: #fff;
	}

	#signInInvited label {
		float: left;
		display: block;
		width: 94px;
		height: 30px;
		padding: 6px 10px 0px 0px;
		text-align: right;
		font-size: 1em;
		font-weight: 700;
		color: #fff;	
	}

	#signInHome input.text,
	#signUpHome input.text {
		height: 1.45em;
		font-size: 22px;
		letter-spacing: -2px;
		width: 270px;
		margin: 0px 0px 10px 0px;
		padding: 2px 0px 0px 4px;
		border: 2px solid #bbb;
	}

	#signUpHome input.password {
		width: 129px;	
	}

	#signInInvited input.text {
		height: 30px;
		font-size: 18px;
		letter-spacing: -2px;
		width: 270px;
		margin: 0px 0px 10px 0px;
		padding: 2px 0px 0px 4px;
		border: 2px solid #bbb;
	}
	
	#signInHome input:focus,
	#signUpHome input:focus,
	#signInInvited input:focus {
		border: 2px solid #21af16;
	}

	#signInHome input.button,
	#signUpHome input.button {
		position: relative;
		right: 5px;
		top: -3px;
		font: 300 20px/28px "Lucinda Grande", "Trebuchet MS", sans-serif;
		float: right;
		height: 40px;
		width: 119px;
		padding: 2px 6px;
		background: url('../images/button-tall-narrow.png') 0px 0px no-repeat;
		color: #eee;
		border: none;
	}

	#signInHome input.button:hover,
	#signUpHome input.button:hover {
		color: #fff;
		background-color: #21af16;
	}


	#signInInvited input.button {
		font: 300 22px/24px "Lucinda Grande", "Trebuchet MS", sans-serif;
		float: right;
		padding: 3px 6px;
		background: url('../images/button-tall-narrow.png') 0px 0px no-repeat;
		color: #fff;
		border: none;
	}
	
	#signInHome .rememberMe,
	#signInInvited .rememberMe {
		position: absolute;
		top: 100px;
		left: 0px;
		margin: 0px 0px 6px 130px;
	}
		#signInHome .rememberMe label,
		#signInInvited .rememberMe label {
			display: inline;
			float: left;
			font: 700 0.7em/1.2em Arial, sans-serif;
			height: 30px;
			padding: 0px;
			text-align: left;
		}

		#signInHome .rememberMe input,
		#signInInvited .rememberMe input {
			position: absolute;
			top: 1px;
			left: -20px;
		}

.homeNav {
	position: absolute;
	left: 2px;
	top: 215px;
	z-index: 501;
	width: 700px;
	height: 70px;
	background: url('../images/homeNavBG.png') top left repeat-y;
	clear: both;
}
	.homeNav ul {
				margin: 0;
				padding: 0.5em;
				width: 100%;
				font-size: 1em;
				overflow: hidden;
				clear: both;
			}
			.homeNav li {
				float: left;
				padding: 0;
				list-style: none;
				width: 24%;
			}
				.homeNav li a {
					display: block;
					padding: 0.5em 1em 1em 1em;
					font-size: 0.85em;
					line-height: 1.2;
					height: 2em;
					border-right: 1px solid #999;
				}
					.homeNav li a.last {
						border-right: 1px solid #F2F1F0;
					}
					
					#contentBox .homeNav li a.selectedHomeNav:link,
					#contentBox .homeNav li a.selectedHomeNav:visited,
					#contentBox .homeNav li a.selectedHomeNav:hover,
					#contentBox .homeNav li a.selectedHomeNav:active {
						color: #666;
						text-decoration: none;
					}
					
#learnMoreLink {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 58px;
	height: 14px;
}

#newUser {
	width: 240px; 
	margin-right: 200px; 
	text-align: center; 
	padding: 0px 0px 0px 0px; 
	height: 100px;
	line-height: 1.1em;
}

#currentUser {
	width: 240px; 
	margin-right: 200px; 
	text-align: center; 
	padding: 0px 0px 0px 0px; 
	height: 100px;
	line-height: 1.2em;
}

.signup input.text {
	height: 36px;
	font-size: 24px;
	letter-spacing: -2px;
	width: 288px;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 4px;
	border: 2px solid #bbb;
}

.signup input.text:focus {
	border: 2px solid #21af16;
}

.signup input.button {
	font: 300 22px/30px "Lucinda Grande", "Trebuchet MS", sans-serif;
	margin-left: 274px;
	padding: 3px 6px;
	background-color: #494949;
	color: #fff;
}

.forgotPassword {
	position: absolute;
	top: 90px;
	left: 110px;
	font-size: 0.7em;
}
	
.inlineTextfield {
	height: 41px;
	font-size: 28px;
	width: 300px;
	letter-spacing: -2px;
	margin: 4px 5px 0px 20px;
	padding: 2px 0px 2px 4px;
	border: 2px solid #bbb;
}

.inlineTextfield:focus {
	border: 2px solid #21af16;
}

.inlineButton {
	font: 300 22px/22px "Lucinda Grande", "Trebuchet MS", sans-serif;
	padding: 3px 6px;
	margin: 0px 0px 3px 0px;
	background-color: #494949;
	color: #fff;
}

#contentBox {
	position: relative;
	top: -2px;
	z-index: 1;
	width: 649px;
	background: url('../images/contentBoxBG.png') 0px 40px repeat-y;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #494949;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 15px 25px 15px 25px;
}
	
#contentBox #rightSide {
	width: 300px;
	position: relative;
	float: right;
	clear: both;
	margin: 40px 0px 10px 20px;
}

#contentBox #rightSide .screenshot {
	border: 2px solid #fff;
}

#contentStatic {
    height: auto;
    padding: 0px 0px 0px 10px; 	/*Keeps content above footer. Originally
                           		used margin, but a bug in Opera7 seemed
                           		to add spurious margin, pushing the
                           		footer beyond the viewport even with
                           		short content. */
    margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	text-align: left;
    }

#contentStatic h2 {
	margin: 20px 0px;
	font-size: 1.5em;
}

#contentStatic h3 {
	margin: 15px 0px;
	font-size: 1.25em;
}
	
#contentStatic p {
	margin: 10px 0px 15px 0px;
}
	
#contentBox #contentStatic ol {
	list-style-type: decimal;
	margin: 0px 0px 0px 30px;
}

#contentBox #contentStatic ol li ol {
	list-style-type: lower-roman;
}

#contentBox #contentStatic ul {
	list-style-type: disc;
	margin: 0px 0px 0px 30px;
}

#contentBox #contentStatic ol li,
#contentBox #contentStatic ul li {
	margin: 10px 0px 15px 20px;
	text-indent: 0px;
}

.caption {
	font-size: 0.9em;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

#contentBox h2 {
	margin: 35px 0px 0px 0px;
	font-size: 1.5em;
	color: #409D28;
}

#contentBoxFooter {
	width: 634px;
	height: 128px;
	position: relative;
	top: -21px;
	z-index: 1;
	font-size: 1.2em;
	line-height: 1.3em;
	letter-spacing: -0.35px;
	background: url('../images/contentBoxFooterBG.png') bottom left no-repeat;
	color: #f1f1f1;
	border-top: 2px solid #21af16;
	margin: 0px auto;
	padding: 16px 30px 16px 35px;
	text-align: left;
}

#contentBoxFooter a:link,
#contentBoxFooter a:visited,
#contentBoxFooterShort a:link,
#contentBoxFooterShort a:visited {
	font-weight: bold;
	color: #fff;	
	border-bottom: 2px solid #fff;
}

#contentBoxFooterShort {
	width: 634px;
	height: 60px;
	position: relative;
	top: -52px;
	z-index: 1;
	font-size: 1.5em;
	line-height: 1.3em;
	letter-spacing: -0.35px;
	background: url('../images/contentBoxFooterBG.png') bottom left no-repeat;
	color: #f1f1f1;
	border-top: 2px solid #21af16;
	margin: 0px auto;
	padding: 16px 30px 16px 35px;
	text-align: left;
}

#contentBox ol {
	margin: 10px 0px 10px 45px;
}

#contentBox ol li {
	font-size: 0.9em;
	margin: 0px;
	text-indent: -16px;
}

#requiredBrowsers ul {
	list-style-type: none;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	text-align: center;
	clear: both;
	width: 500px;
	height: 170px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	background-color: #fff;
}

#requiredBrowsers ul li {
	display: block;
	float: left;
	width: 140px;
	height: 150px;
	vertical-align: text-top;
	padding: 0px;
}

#requiredBrowsers .caption {
	width: 170px;
	font-size: 0.8em;
	color: #666;
}

.callout {
	position: relative;
	float: right;
	width: 135px;
	padding: 10px 20px;
	margin: -5px 0px 10px 20px;
	background-color: #eee;
	font-size: 0.8em;
	clear: both;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
}

.inlineCallout {
	width: 575px; 
	padding: 10px; 
	text-align: center; 
	font-size: 1.2em; 
	background-color: #e5e3e0;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
}

#contentBox #contentStatic .callout ul,
#contentBox #contentStatic .callout ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

input.text {
	font-size: 1.2em;
	letter-spacing: -1px;
	height: 28px;
	width: 200px;
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 2px 6px;
	border: none;
}

input.button {
	font: 700 1.1em/0.75em "Trebuchet MS", sans-serif;
	letter-spacing: -0.05em;
	width: 178px;
	height: 31px;
	background: url('../images/button-medium-wide.png') 0px 0px no-repeat;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 3px 3px;
	border: none;
}

input.button.small {
	font: 700 0.9em/0.75em "Trebuchet MS", sans-serif;
	letter-spacing: -0.05em;
	width: 107px;
	height: 28px;
	background: url('../images/button-short-medium.png') 0px 0px no-repeat;
	color: #fff;
	padding: 0px 3px 3px 3px;
	border: none;
}

input.button.narrow {
	font: 700 1.1em/0.75em "Trebuchet MS", sans-serif;
	letter-spacing: -0.05em;
	width: 119px;
	height: 41px;
	background: url('../images/button-tall-narrow.png') 0px 0px no-repeat;
	color: #fff;
	padding: 0px 3px 3px 3px;
	border: none;
}
		
.subLink { font-size: 0.7em; }

.vanity {
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.2em;
}

#footer {
	position: relative;
	margin: 0px auto;
	top: -30px;
	text-align: center;
	width: 700px;
	height: 30px;
	padding: 0px;
	font-size: 0.9em;
	color: #666;
	clear: both;
}

#footer a:link, 
#footer a:visited {
	color: #666;
}

#footer a:hover, 
#footer a:active {
	color: #fff;
	text-decoration: underline;
}

.pricingTable {
	width: 100%;
	background-color: #eee;
	border: 1px solid #a39b8c;
}

.pricingTable th,
.pricingTable td {
	padding: 4px;
	text-align: center;
}

.pricingTable th.borderRight,
.pricingTable td.borderRight {
	border-right: 1px solid #a39b8c;
}

.pricingTable thead strong {
	font-size: 1.2em;
	color: #6a8bc1;
}

.signupRow td {
	border-top: 1px solid #a39b8c;
}

.free {
	font-size: 0.8em;
}

th.planOptions {
	width: 84px;
}

#contentBox .planOptions a:link,
#contentBox .planOptions a:visited {
	color: #333;
	text-decoration: none;
	border: none;
}

#contentBox .planOptions strong a:link,
#contentBox .planOptions strong a:visited {
	color: #6a8bc1;
	text-decoration: underline;
}

.highlight {
	background-color: #ede6a5;
	padding: 2px 2px;
	margin: 0px -2px;
}

#pricingTableCloth {
	position: relative;
	margin: 40px 0px -300px 20px;
	width: 562px;
	height: 270px;
	padding: 10px 20px 0px 20px;
	z-index: 100;
	color: #000;
	background: url(../images/pricingTableClothBG.png) 0px 0px no-repeat;
}
	
/* message error handling style elements 													
------------------------------------------------------- */

.message,
.confirmMessage,
.errorMessage,
.inviteMessage {
	width: 210px;
	margin: 0px;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
}

.message {
	border: 2px solid #f7ec1f; /* yellow */ 
	background: #ffc url('../images/icon-alert.png') 8px 10px no-repeat;
	text-indent: 26px;
	color: #333;
}

.confirmMessage { 
	border: 2px solid #9ad166; /* green */
	background: #ebf8de url(../images/icon-alert.png) 8px 10px no-repeat;
	text-indent: 26px;
	color: #333; 
}

.errorMessage { 
	border: 2px solid #ff0033; /* pink */
	background: #fee5e6 url(../images/icon-error.png) 8px 10px no-repeat;
	color: #933;
	text-indent: 26px; 
}

.inviteMessage { 
	border: 2px solid #9ad166; /* green */
	background: #ebf8de url(../images/icon-shared.png) 14px 14px no-repeat;
	text-indent: 26px;
	color: #333; 
}

#closeX {
	position: relative;
	top: -36px;
	right: -12px;
	float: right;
	margin: 5px 5px 0px 0px;
}
