/* @override http://igniteyouth.ca/css/main.css */

* { 
behavior: url(/css/iepngfix.htc);
}

body {
	background:url('../images/background.jpg');
	background-repeat:repeat-x;
	background-color: #92896A;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	color:#672B2D;
	font: 14px Georgia, "Times New Roman", Serif;
}

#page {
	margin-left:0;
	width:800px;
	border: #672B2D solid 5px;
	border-top:none;
	background-color:white;
	margin-top:-50px;
}

#page_holder {
	width: 812px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width:800px;
	height:200px;
	background:url('../images/header.jpg');
}

#content-area {
	background: url(../images/content-area-bg.jpg) no-repeat;
	padding-top: 20px;
}

#content {
	width:560px;
	padding: 10px 10px 0px;
}

#sidebar {
	background: url('../images/sidebar-bg.gif') repeat-y;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	padding-top: 10px;
	color: #92896a;
	font-size: 0.9em;
}

#sidebar h1 {
	font-size: 1.6em;
}

#footer {
	background:url('../images/footer-bg.jpg') no-repeat;
	height:77px;
	text-align: right;
	clear: both;
}

#footer p {
	margin-right: 75px;
	padding-top: 25px;
	font-size: 0.8em;
}

/*Navigation*/

#navbar {
	height:30px;
	width:812px;
	z-index:99;
	top: 160px;
	position: relative;
	margin-left: 5px;
	text-align:left;
	font-size:16px;
	}


/* My Comment */

#navbar ul {
	display: block;
	list-style:none;
	text-transform: uppercase;
	letter-spacing: -1px;
	font: bold 17px "trebuchet MS", helvetica, arial, sans-serif;
	background: url(../images/navbar-bg.png);
	height: 30px;
	padding-top: 10px;
	margin: 0;
	margin-top: 10px;
}

#navbar ul li {
	display: inline;
	margin-right:20px;
	margin-top: -7px;
}

#navbar ul li a:link, #navbar ul li a:visited {
	color:#FBF895;
	text-decoration:none;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#navbar ul li a:hover {
	color: #e78e37;
	background: none;
}

a.homeLink {
	margin-right:100px;
	margin-left: 3%;
}

div#navbar ul li a.homeLink, div#navbar ul li a.homeLink:visited {
	color: #a05832;
}

div#navbar ul li a.homeLink:hover{
	color: #e78e37;
}
/*End Navitation*/

/*Floats*/

.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
/*End Floats*/

/*Margins*/
.margin-right {
	margin-right:10px;
}

.margin-left {
	margin-left:10px;
}
.margins {
	margin:10px;
}

/*End Margins*/

/*Placeholder Page*/

/* @group Links */

a:link, a:visited {
	color: #e78e37;
}

a:hover {
	color:#FBF895;
	background: #e78e37;
}


/* @end */

/* @group Email Updates */

#email-updates {
	top: 150px;
	left: 500px;
	position: relative;
	width: 296px;
	height: 34px;
}
#holder {
	background: url(../images/email-updates-bg.png);
	width: 296px;
	height: 34px;
}
input.sign_up_button {
	position: relative;
	top: 7px;
	left: 110px;
}
input.email{
	width: 125px;
	height: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #6e3e3e;
	background-color: #fbf8a9;
	position: relative;
	top: 5px;
	left: 110px;
}
/* @end */

#placeholder {
	margin-top:100px;
	color:white;
	text-align:center;
}

#placeholder a:link, #placeholder a {
	color:white;
	border-bottom:thin dotted;
	text-decoration:none;
}

#placeholder a:hover {
	background-color:white;
	color:#F4A931;
}
/*End Placeholder Page*/

#new-corner {
	width: 165px;
	height: 132px;
	position: absolute;
	top: 0;
	left: 0;
}


