/*   
Theme Name: TeamSnap
Theme URI: http://www.teamsnap.com
Description: Theme for the TeamSnap Help site.
Author: Matt Triplett
Author URI: http://www.sparkplug.com
Version: 1.0
*/

@import 'layout.css';
@import 'content.css';

@media print { #sidebar { display: none; }
               #content { float: none; width: 90%; }
               #content pre { color: #000; background: #eee; }
               #content form.comments { display: none; } }

* {
	margin: 0;
	padding: 0;
	}

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

body {
	background: #f2f2f2 url(http://www.teamsnap.com/_images/bg.jpg) repeat-x left top;
	font: normal 11px "lucida grande", tahoma, verdana, sans-serif;
}

input,
textarea { font: normal 12px "lucida grande", tahoma, verdana, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }

a:link,
a:visited 				{ color: #2273C2; }
a:hover 				{ color: #EC8914; }
a 						{ outline:none; }
a img 					{ border:none; }
img 					{ vertical-align: middle; }

/* http://longren.org/2006/09/27/wrapping-text-inside-pre-tags */
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.nospacebelow, .nospaceafter 	{ padding-bottom: 0 !important; margin-bottom: 0 !important; }
.nospaceabove, .nospacebefore 	{ padding-top: 0 !important; margin-top: 0 !important; }
.rulebelow 						{ border-bottom: 1px #e6e6e6 solid; margin: 15px 0; }
.ruleabove 						{ border-top: 1px #e6e6e6 solid; padding-top: 10px; }
