/*
Theme Name: Everyone's Guide
Theme URI: http://www.everyonesguide.ca
Description: Custom Wordpress Theme
Author: Everyone's Guide by The Web Dynamic

*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background-color: #FFFFFF;
	text-align:center;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sideback.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	text-align:left;
}
#container #pageheading {
	background-color: #FFFFFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#container #pageheading #tagline {
	font-weight:bold;
	padding-left:40px;
	padding-top:126px;
	letter-spacing: 0.1em;
	font-style:italic;
	font-size:1.4em;
	padding-bottom:15px;
}
#container #pageheading #tagline img {
	vertical-align: bottom;
}
#container #topmenu {
	text-align:left;
	background-color:#FFFFFF;
}
#container hr {
	color: #000000;
	background-color: #000000;
	height:2px;
	width:74%;
}
hr.leftside {
	text-align: left;/*this will align it for IE*/
	margin: 0 auto -6px 0; /*this will align it left for Mozilla*/
}
hr.rightside {
	text-align: right;/*this will align it for IE*/
	margin: -6px 0 0 auto; /*this will align it right for Mozilla*/
}
/* for IE */
* html hr.rightside {
	margin-bottom:-7px;
	padding-bottom:0;
}
hr.leftsidef {
	text-align: left;/*this will align it for IE*/
	margin: -6px auto 0 0; /*this will align it left for Mozilla*/
}
hr.rightsidef {
	text-align: right;/*this will align it for IE*/
	margin: -6px 0 -6px auto; /*this will align it right for Mozilla*/
}
#container #topmenu #navlist {
	margin-left:0;
	padding-left:0;
}
/* for IE */
* html #container #topmenu #navlist {
	margin-top: 0;
	margin-bottom:5px;
}
#container #topmenu #navlist ul {
	margin-left:0;
	padding-left:0;
}
#container #topmenu #navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 31px;
	margin-left:0;
	padding-left:0;
}
#container #content {
  margin-left:210px;
  text-align:left;
  padding:5px;
}
#container #sidebar {
	float:left;
	width: 190px;
	text-align:center;
	margin:0;
	padding-left:0;
	padding:5px;
	padding-bottom:3px;
}
#container #footer {
	text-align: center;
	clear:both;
	background-color:#FFFFFF;
}
/* for IE */
* html #footer #navlistfooter {
	margin-top: -3px;
	margin-bottom:8px;
}
#container #footer #navlistfooter li {
	display: inline;
	list-style-type: none;
	padding-right: 35px;
	margin-left:0;
}
.cent {
	text-align: center;
}
.head {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #000099;
}
.required {
	color: #CC0000;
	font-weight: bold;
}
.inputbold {
	font-weight: bold;
}
#busform tr {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
#busform .bluerow {
	background-color: #DAE7ED;
}
.red {
	color: #F00303;
	font-weight:600;
}
.orange {
	color:#F05703;
	font-weight:600;
}
.yellow {
	color:#F0E203;
	font-weight:600;
}
.green {
	color:#1B9B01;
	font-weight:600;
}
.blue {
	color:#0000FF;
	font-weight:600;
}
.indigo {
	color:#4318A0;
	font-weight:600;
}
.violet {
	color:#7E00FF;
	font-weight:600;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
.hyellow {
	background-color: #FFFF99;
}

.indented {
	padding-right: 25px;
	padding-left: 25px;
	font-size:1.1em;
}

