/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";

@import "lib/typography.css";

@import "lib/forms.css";

@import "lib/plugins/tabs.css";

@import "lib/plugins/header.css";

@import "lib/plugins/sidebar.css";

/* Page
-------------------------------------------------------------- */

.page {
	margin: 0 auto;
	width: 900px;
}

/* Header
-------------------------------------------------------------- */

.hiddenPic {
	display: none;
}


/* Body
-------------------------------------------------------------- */

#body {
	/*background-color: #fef2f3;*/
	padding-top: 20px;
/*	border: 1px solid #b2b2b2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
*/
}



/* Footer
-------------------------------------------------------------- */

#footer {
}

#footer .tabs {
	width: 455px;
	margin-left: 20px;
}

#footer .tabs a {
	padding: 10px 30px 10px 0;
	color: #666;
	text-decoration: none;
}

#footer .tabs a:hover {
	color: #000;
}

#footer p.quiet {
	color: #444;
}

.quoteheader {
	padding-left: 20px;
}

#screenshotlist a img {
	margin-left: 120px;
}

#screenshotlist p {
	margin-left: 120px;
}

.wideborders {
	padding-left: 105px;
	padding-right: 105px;
	padding-bottom: 25px;
}

.buttonLink a {
	font-weight: bold;
	border: 2px solid #555;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}

.buttonLink a:hover {
	color: white;
	background-color: #555;
	font-weight: bold;

	border: 2px solid #555;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}
