/*	
	QAJACK Stylesheet
	Introduction style
	
	made by Fat-Man-Collective.com
	may 2008
*/

.header { 
	width:875px;
}


.page-container {  
	width:880px;
	margin-top:40px; 
	height:470px;
}

.footer {
	width:875px; 
}

.footer .foot-menu {
	float:left;
	margin-right:115px;
	
}

.footer .foot-menu-last {
	float:left;
	margin-right:80px;
}

h1 {
	margin: 0;
}



#tagline {
	margin: 23px 0px 22px 0px;
}

#tagline h2,
#tagline p {
	text-align:left;
	font-family: "Georgia", "Times New Roman";
}

#tagline h2 {
	font-size: 3.4em;
	font-weight:normal;
	color:#555;
	margin-left:6px;
	
}

#tagline p {
	font-size: 2.4em;
	color:#999;
	padding-top:9px;
	margin-left:6px;
	line-height:35px;
	text-shadow:#fff -1px 0px 0px;
}

#flashcontent {
	height:300px;
	width: 400px;
	border:1px solid #999999;	
}


/* Sidekick (Logo and slogan) */
#sidekick {
	margin-left:450px;
	padding:3px;
}

/*SIGNUP FORM STYLES*/

.standard a {
	font-size: 1.3em;
	font-weight:normal;
}

.signUp a {
	font-size: 1.6em;
	padding:5px 11px;
	height: 26px;
	line-height: 25px;  
	cursor:pointer;
}

.signIn a {
	font-size: 1.4em;
	padding:3px 10px;
	height: 23px;
	line-height: 20px;
	margin-top:3px; 
	cursor:pointer;
	background:#888;
}

.instructions a {
	font-size: 1.6em;
	padding:5px 40px;
	height: 26px;
	line-height: 25px;  
	cursor:pointer;
}


.signIn a:hover {
background:#999
}

.password-recovery-btn{
	clear:both;
}

.password-recovery-btn a {
	margin-top:5px;
	padding:5px 8px;
}


#sign-forms {
	float:left;
}

#sign-forms .content {
	background:#fff;
	border:none;
	width: 336px;
	height: 381px;
	padding:40px 50px ;
	margin:0px;
	background:url('../img/form_background.png');
}

#sign-forms .content form .signUp {
	font-size: 1.8em;
	height:40px;
	line-height: 27px;  
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}

.btn-borders{
	position:absolute;
	padding:0 3px;
	height:25px;
	background-color:#f9f9f9;
	top:433px;
	left:172px;
}

#signup-forms .content .intro {
	font-size:1.1em;
	margin:15px 0px 15px 0px;
}


.signin {
	-moz-border-radius-topleft:0px;	
	-webkit-border-top-left-radius:0px;
}

	

/* Form labels */
#sign-forms .content label {
	padding: 5px 10px 5px 0px; 
	font-size: 1.3em;
	color: #999999;
	clear:both;
}

#signup-table .content input:focus { background-color:#FFFFCC; border:2px solid #535658;}



/* Form container */
#signup-table .content form {
	margin:20px 0px 0px 0px;
}

#sign-forms .content form.error {
	margin:20px 0px 0px 0px;
}

#sign-forms .content form p.error-text {
	color:red;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
	width:72%;
	font-size:1em;
}

.form-title {
	margin-bottom:20px;
	text-align:left;
	font-family:'Georgia', sans-serif;
	font-size:1.7em;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

/* Input boxes <input> style  */

#sign-forms .content .input-text {
	width: 313px;
	height:29px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:2.2em;
	padding:10px;
	margin-bottom:10px;
	background-color:#fff;
	border:2px solid #999;
}

#sign-forms .content .input-text-smaller {
	width: 313px;
	height:22px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size:1.6em;
	padding:5px;
	margin-bottom:5px;
	background-color:#fff;
	border:2px solid #999;
	clear:both;
}

/* Checkbox <input> style  */
#sign-forms .content input.checkbox  {
	float: left;
	border:none;
	margin:  12px 0px 0px 0px;
}

/* Confirmation message */
#sign-forms .confirmation {
	margin-top:22px;
}

#sign-forms .confirmation h2 {
	font-size:2em;
	margin-bottom:10px;
}

#sign-forms .confirmation p {
	font-size:1.2em;
	line-height:22px;
	margin-bottom:10px;
}


/* Validation error customization 
 * Extends class from general.css  */
#sign-forms .error-message {
	position:absolute;
	margin-top:6px;
	left:195px;
	width:180px;
	text-align:right;
	color:red;
	background:none;
	font-weight:bold;
	
}



/* I agree to terms style */
#sign-forms .content .terms {
	float: left;
	line-height: 20px;
	color: #999999;
	margin: 8px 6px;
	font-size:1.1em;	
}

#sign-forms .content .notification a:hover{
	color: #999999;
}

#sign-forms .content hr {
	clear: both;
	border:none;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	padding-top:15px;
}


#sign-forms p.signup-text {
	font-size:1.2em;
	margin-bottom:12px;
	float:right;
	color:green;
}

.page-container .signup {
	float: right;
	clear:both;
	
}

.page-container .explore-button {
	margin: 5px 0px 10px 0px;	
	clear:both;
}

.page-container .send-button {
	float:right;
	margin: 20px 0px 10px 0px;	
}

.page-container form .input-text {
	background-color: #F9F9F9;
	width: 208px;	
}





.page-container form textarea {
	background-color: #F9F9F9;
	width: 675px;
	height: 120px;
}

.page-container form p {
	clear: left;
	font-size: 1.2em;
	margin: 0px 0px 5px 0px;
}


.sub-nav li {
}

.sub-nav a {
	padding:4px 8px;
    margin: 0px 8px 0px 0px;	
    color: #535658;
   	font-size: 1.1em;	     
    background-color: none;
    text-decoration:underline;    
}

.sub-nav a:hover {
	background-color: #535658;
	color:#FFFFFF;
    text-decoration:none;    
}

.sub-nav .general-button a{
    text-decoration:none;    
	color:#FFFFFF;
}

.sub-nav .general-button a:hover {
	background-color: #666666;
}