/* Basic text selectors */

html {background: #03F}
body {background: #FFF; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.9em; padding: 3px}
h1, h2, h3, h4 {
	font-weight: bold;
	
}
h1 {
	border: thin #000 solid;
	
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em;
	background-color: #663333;
}
h2 {font-size: 1.3em}
h3 {font-size: 1.2em}
h4 {font-size: 1.1em}
strong {font-style: oblique; font-weight: bold}
em {font-style: normal; font-weight: bold}
q {font-style: italic}
blockquote {
	border: thin #000 solid;
	padding-left: .5em;
	padding-right: .5em;
	background-color: #999999;
}
cite {font-style: italic; margin-left: 50%}

/* These are for the troubleshooting page */

.description {font-weight: bold}
.issues {text-decoration: underline;}
.items {
	border: thick solid #663333;
	margin-left: 20%;
	margin-right: 20%;
	padding: 3%;
	background-color: #999966;
}
.method {
	border: thick #09F solid;
	margin-bottom: 3%;
	margin-top: 3%;
	padding: 3%;
	background-color: #999999;
}
.step {}

/* These are for the links */

a img {border: 0}
a:link {
	color: #333333;
}
a:visited {
	color: #663333;
}
a:active {
	color: #663333;
}
a:hover {
	color: #663333;
	text-decoration: underline;
}

/* These are for the tables on the books page and also the services info pages */

table {background: #000; border: thick solid #663333; font-size: 0.9em; height: 200px; margin-bottom: 3%; width: 100%}
td {
	border: thin #000 solid;
	font-size: 0.9em;
	margin: 0px;
	padding: 1%;
	width: 20%;
	background-color: #999966;
}
th {color: #FFD500}
table img {border: 1px #000 solid}

/* This is to make the text area where they enter their troubleshooting tips larger than the default */

textarea {height: 10em; width: 50%}

/* These are for the main areas on each page */

#overall {background: #FFF; color: #000; padding: 3px}
#header {
	margin-bottom: 0;
	background-color: #6699FF;
}
#header img {display: block}
#navigation {background: #09F; color: #FFF; margin-top: 0; font-family: "Microsoft Sans Serif", "MS Sans", Trebuchet, Verdana, sans-serif; padding: 0; margin: 0; text-align: center}
#navigation li {list-style-type: none; display: inline; margin: 0 10px}
#navigation a {text-decoration: none; font-size: larger; color: #FFF; font-weight: bold}
#navigation a:hover {color: #FFD500}
#footer {
	text-align: center;
	font-size: smaller;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #663333;
}
#footerlinks li {list-style-type: none; display: inline}

